Started by GitHub push by kevinherron Running as SYSTEM Agent basic-ch97n is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-ch97n" 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-ch97n" - 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-ch97n" - 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-ch97n (basic) in workspace /home/jenkins/agent/workspace/Milo_Deploy The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/milo.git > git init /home/jenkins/agent/workspace/Milo_Deploy # timeout=10 Fetching upstream changes from https://github.com/eclipse/milo.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/milo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/milo.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 7bd466ecae599f7651286e5d75709eb96edc0e08 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7bd466ecae599f7651286e5d75709eb96edc0e08 # timeout=10 Commit message: "Upgrade Netty to 4.1.108.Final (#1260)" > git rev-list --no-walk 6a67a12b4be59757dc7d2dab5f4f4142f4efdd79 # timeout=10 [Milo_Deploy] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/Milo_Deploy/.repository clean install deploy -Pjavadoc-and-source -B Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Milo Build Tools [jar] [INFO] Eclipse Milo - OPC UA (IEC 62541) [pom] [INFO] opc-ua-stack [pom] [INFO] stack-core [jar] [INFO] stack-client [jar] [INFO] opc-ua-sdk [pom] [INFO] sdk-core [jar] [INFO] sdk-client [jar] [INFO] bsd-core [jar] [INFO] bsd-parser [jar] [INFO] dictionary-reader [jar] [INFO] stack-server [jar] [INFO] bsd-generator [jar] [INFO] sdk-server [jar] [INFO] dictionary-manager [jar] [INFO] milo-examples [pom] [INFO] server-examples [jar] [INFO] client-examples [jar] [INFO] bsd-parser-gson [jar] [INFO] stack-tests [jar] [INFO] sdk-tests [jar] [INFO] integration-tests [jar] [INFO] [INFO] --------------------< org.eclipse.milo:build-tools >-------------------- [INFO] Building Eclipse Milo Build Tools 0.6.13-SNAPSHOT [1/22] [INFO] from build-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ build-tools --- [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ build-tools --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ build-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ build-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/build-tools/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ build-tools --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ build-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/build-tools/target/build-tools-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ build-tools --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/build-tools/target/build-tools-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/build-tools/0.6.13-SNAPSHOT/build-tools-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/build-tools/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/build-tools/0.6.13-SNAPSHOT/build-tools-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ build-tools --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ build-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ build-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/build-tools/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ build-tools --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ build-tools --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ build-tools --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/build-tools/target/build-tools-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/build-tools/0.6.13-SNAPSHOT/build-tools-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/build-tools/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/build-tools/0.6.13-SNAPSHOT/build-tools-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ build-tools --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------------------< org.eclipse.milo:milo >------------------------ [INFO] Building Eclipse Milo - OPC UA (IEC 62541) 0.6.13-SNAPSHOT [2/22] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ milo --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ milo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ milo --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ milo --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ milo --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ milo --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/milo/0.6.13-SNAPSHOT/milo-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ milo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ milo --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ milo --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ milo --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ milo --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/milo/0.6.13-SNAPSHOT/milo-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ milo --- [INFO] [INFO] -------------------< org.eclipse.milo:opc-ua-stack >-------------------- [INFO] Building opc-ua-stack 0.6.13-SNAPSHOT [3/22] [INFO] from opc-ua-stack/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ opc-ua-stack --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ opc-ua-stack --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ opc-ua-stack --- [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ opc-ua-stack --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ opc-ua-stack --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ opc-ua-stack --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ opc-ua-stack --- [INFO] No tests to run. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ opc-ua-stack --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/opc-ua-stack/0.6.13-SNAPSHOT/opc-ua-stack-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ opc-ua-stack --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ opc-ua-stack --- [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ opc-ua-stack --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ opc-ua-stack --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ opc-ua-stack --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ opc-ua-stack --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ opc-ua-stack --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/opc-ua-stack/0.6.13-SNAPSHOT/opc-ua-stack-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ opc-ua-stack --- [INFO] [INFO] --------------------< org.eclipse.milo:stack-core >--------------------- [INFO] Building stack-core 0.6.13-SNAPSHOT [4/22] [INFO] from opc-ua-stack/stack-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ stack-core --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 381 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-core --- [WARNING] Manifest org.eclipse.milo:stack-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [main] WARN org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateUsageChecker - check suppressed: certificate failed end-entity usage check: CN=Test Intermediate-Signed Certificate [main] WARN org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateUsageChecker - check suppressed: certificate failed end-entity usage check: CN=Test Intermediate-Signed Certificate [main] INFO org.eclipse.milo.opcua.stack.core.security.DefaultTrustListManagerTest - using /tmp/securityTest [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms. [INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.591 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ stack-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ stack-core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.stack.core... Loading source files for package org.eclipse.milo.opcua.stack.core.channel... Loading source files for package org.eclipse.milo.opcua.stack.core.channel.headers... Loading source files for package org.eclipse.milo.opcua.stack.core.channel.messages... Loading source files for package org.eclipse.milo.opcua.stack.core.security... Loading source files for package org.eclipse.milo.opcua.stack.core.serialization... Loading source files for package org.eclipse.milo.opcua.stack.core.serialization.codecs... Loading source files for package org.eclipse.milo.opcua.stack.core.transport... Loading source files for package org.eclipse.milo.opcua.stack.core.types... Loading source files for package org.eclipse.milo.opcua.stack.core.types.builtin... Loading source files for package org.eclipse.milo.opcua.stack.core.types.builtin.unsigned... Loading source files for package org.eclipse.milo.opcua.stack.core.types.enumerated... Loading source files for package org.eclipse.milo.opcua.stack.core.types.structured... Loading source files for package org.eclipse.milo.opcua.stack.core.util... Loading source files for package org.eclipse.milo.opcua.stack.core.util.annotations... Loading source files for package org.eclipse.milo.opcua.stack.core.util.validation... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/AttributeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/BuiltinDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/BuiltinReferenceType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/Identifiers.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/NamespaceTable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/ReferenceType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/Stack.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/Stack.ConnectionLimits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/StatusCodes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/UaException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/UaExceptionStatus.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/UaRuntimeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/UaSerializationException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/UaServiceFaultException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChannelParameters.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChannelSecurity.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChannelSecurity.SecretKeys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChannelSecurity.SecurityKeys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChunkDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChunkDecoder.DecodedMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChunkEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChunkEncoder.EncodedMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/EncodingLimits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ExceptionHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/MessageAbortException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/MessageDecodeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/MessageEncodeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/SecureChannel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/SerializationQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/SerializationQueue.Decoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/SerializationQueue.Encoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ServerSecureChannel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/AsymmetricSecurityHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/HeaderDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/SecureMessageHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/SequenceHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/SymmetricSecurityHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/AcknowledgeMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/ErrorMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/HelloMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/MessageType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/TcpMessageDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/TcpMessageEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/CertificateManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/CertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/DefaultCertificateManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/DefaultTrustListManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/SecurityAlgorithm.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/SecurityPolicy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/TrustListManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/OpcUaBinaryStreamDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/OpcUaBinaryStreamEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/OpcUaXmlStreamDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/OpcUaXmlStreamEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaEnumeration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaRequestMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaResponseMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaSerializable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaStructure.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/BuiltinDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/DataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/GenericDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/OpcUaBinaryDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/OpcUaXmlDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/TransportProfile.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/DataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/DataTypeEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/DataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/DefaultDataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/OpcUaBinaryDataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/OpcUaDataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/OpcUaDefaultBinaryEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/OpcUaDefaultXmlEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/OpcUaXmlDataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/ByteString.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/DataValue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/DataValue.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/DateTime.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/DiagnosticInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/ExpandedNodeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/ExpandedNodeId.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/ExtensionObject.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/ExtensionObject.BodyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/LocalizedText.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/NodeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/QualifiedName.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/StatusCode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/Variant.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/XmlElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UNumber.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ApplicationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ApplicationType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/AxisScaleEnumeration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/AxisScaleEnumeration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/BrowseDirection.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/BrowseDirection.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/BrowseResultMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/BrowseResultMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/DataChangeTrigger.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/DataChangeTrigger.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/DeadbandType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/DeadbandType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ExceptionDeviationFormat.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ExceptionDeviationFormat.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/FilterOperator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/FilterOperator.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/HistoryUpdateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/HistoryUpdateType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/IdType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/IdType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/MessageSecurityMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/MessageSecurityMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ModelChangeStructureVerbMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ModelChangeStructureVerbMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/MonitoringMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/MonitoringMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NamingRuleType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NamingRuleType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NodeAttributesMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NodeAttributesMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NodeClass.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NodeClass.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/OpenFileMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/OpenFileMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/PerformUpdateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/PerformUpdateType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/RedundancySupport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/RedundancySupport.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/SecurityTokenRequestType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/SecurityTokenRequestType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ServerState.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ServerState.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/StructureType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/StructureType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/TimestampsToReturn.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/TimestampsToReturn.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/TrustListMasks.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/TrustListMasks.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/UserTokenType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/UserTokenType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ActivateSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ActivateSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ActivateSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ActivateSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Annotation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Annotation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AnonymousIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AnonymousIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ApplicationDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ApplicationDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Argument.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Argument.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AttributeOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AttributeOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AxisInformation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AxisInformation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseNextRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseNextRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseNextResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseNextResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePath.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePath.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePathResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePathResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePathTarget.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePathTarget.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BuildInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BuildInfo.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallMethodRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallMethodRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallMethodResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallMethodResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CancelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CancelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CancelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CancelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ChannelSecurityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ChannelSecurityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSecureChannelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSecureChannelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSecureChannelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSecureChannelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ComplexNumberType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ComplexNumberType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterElement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterElementResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterElementResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSubscriptionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSubscriptionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSubscriptionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSubscriptionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataChangeFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataChangeFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataChangeNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataChangeNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteAtTimeDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteAtTimeDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteRawModifiedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteRawModifiedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteSubscriptionsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteSubscriptionsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteSubscriptionsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteSubscriptionsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DiscoveryConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DiscoveryConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DoubleComplexNumberType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DoubleComplexNumberType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ElementOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ElementOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointUrlListDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointUrlListDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumDefinition.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumField.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumField.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumValueType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumValueType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EUInformation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EUInformation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFieldList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFieldList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventNotificationList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventNotificationList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FilterOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FilterOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersOnNetworkRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersOnNetworkRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersOnNetworkResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersOnNetworkResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/GetEndpointsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/GetEndpointsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/GetEndpointsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/GetEndpointsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryEvent.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryEvent.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryEventFieldList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryEventFieldList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryModifiedData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryModifiedData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadValueId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadValueId.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/InstanceNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/InstanceNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/IssuedIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/IssuedIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/LiteralOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/LiteralOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MdnsDiscoveryConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MdnsDiscoveryConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MethodAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MethodAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MethodNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModelChangeStructureDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModelChangeStructureDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModificationInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModificationInfo.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifyMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifyMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifyMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifyMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifySubscriptionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifySubscriptionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifySubscriptionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifySubscriptionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemCreateRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemCreateRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemCreateResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemCreateResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemModifyRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemModifyRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemModifyResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemModifyResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringParameters.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringParameters.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NetworkGroupDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NetworkGroupDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Node.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Node.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeReference.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeReference.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeTypeDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeTypeDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NotificationData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NotificationData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NotificationMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NotificationMessage.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OpenSecureChannelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OpenSecureChannelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OpenSecureChannelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OpenSecureChannelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OptionSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OptionSet.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ParsingResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ParsingResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ProgramDiagnosticDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ProgramDiagnosticDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/PublishRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/PublishRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/PublishResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/PublishResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryDataDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryDataDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryDataSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryDataSet.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryFirstRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryFirstRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryFirstResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryFirstResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryNextRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryNextRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryNextResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryNextResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Range.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Range.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadAtTimeDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadAtTimeDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadProcessedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadProcessedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadRawModifiedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadRawModifiedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadValueId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadValueId.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RedundantServerDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RedundantServerDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisteredServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisteredServer.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServer2Request.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServer2Request.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServer2Response.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServer2Response.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServerRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServerRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServerResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServerResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RelativePath.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RelativePath.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RelativePathElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RelativePathElement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RepublishRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RepublishRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RepublishResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RepublishResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RequestHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RequestHeader.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ResponseHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ResponseHeader.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SamplingIntervalDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SamplingIntervalDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SemanticChangeStructureDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SemanticChangeStructureDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerDiagnosticsSummaryDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerDiagnosticsSummaryDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerOnNetwork.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerOnNetwork.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerStatusDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerStatusDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServiceCounterDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServiceCounterDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServiceFault.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServiceFault.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SessionDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SessionDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SessionSecurityDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SessionSecurityDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetMonitoringModeRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetMonitoringModeRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetMonitoringModeResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetMonitoringModeResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetPublishingModeRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetPublishingModeRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetPublishingModeResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetPublishingModeResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetTriggeringRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetTriggeringRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetTriggeringResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetTriggeringResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SignatureData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SignatureData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SignedSoftwareCertificate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SignedSoftwareCertificate.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SimpleAttributeOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SimpleAttributeOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StatusChangeNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StatusChangeNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StatusResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StatusResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Structure.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureDefinition.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureField.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureField.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SubscriptionAcknowledgement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SubscriptionAcknowledgement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SubscriptionDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SubscriptionDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TimeZoneDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TimeZoneDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferSubscriptionsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferSubscriptionsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferSubscriptionsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferSubscriptionsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TranslateBrowsePathsToNodeIdsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TranslateBrowsePathsToNodeIdsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TranslateBrowsePathsToNodeIdsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TranslateBrowsePathsToNodeIdsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TrustListDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TrustListDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Union.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UnregisterNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UnregisterNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UnregisterNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UnregisterNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateDataDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateDataDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateStructureDataDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateStructureDataDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UserIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UserNameIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UserNameIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UserTokenPolicy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UserTokenPolicy.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteValue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteValue.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/X509IdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/X509IdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/XVType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/XVType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/ArrayUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/AsyncSemaphore.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/AsyncSemaphore.SemaphorePermit.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/BufferUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/CertificateGenerator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/CertificateUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/ConversionUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/DigestUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/EndpointUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/ExecutionQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/FutureUtils.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/FutureUtils.CompletionBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/Lazy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/LongSequence.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/ManifestUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/Namespaces.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/NonceUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/PShaUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/SecureXmlUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/SelfSignedCertificateBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/SelfSignedCertificateGenerator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/SelfSignedHttpsCertificateBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/SignatureUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/TaskQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/TaskQueue.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/TaskQueue.Task.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/TaskQueue.TaskPriority.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/Tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/TypeUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/Unit.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/Description.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/UBytePrimitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/UInt16Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/UInt32Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/UInt64Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/CertificateValidationUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/OpcUaCertificateRevocationChecker.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/OpcUaCertificateValidityChecker.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/OpcUaCertPathValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/ValidationCheck.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/UaServiceFaultException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/UaSerializationException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/UaRuntimeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/UaExceptionStatus.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/UaException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/StatusCodes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/Stack.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/Stack.ConnectionLimits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/ReferenceType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/NamespaceTable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/Identifiers.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/BuiltinReferenceType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/BuiltinDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/AttributeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ServerSecureChannel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/SerializationQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/SerializationQueue.Decoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/SerializationQueue.Encoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/SecureChannel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/MessageEncodeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/MessageDecodeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/MessageAbortException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ExceptionHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/EncodingLimits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChunkEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChunkEncoder.EncodedMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChunkDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChunkDecoder.DecodedMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChannelSecurity.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChannelSecurity.SecurityKeys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChannelSecurity.SecretKeys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChannelParameters.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/class-use/SymmetricSecurityHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/class-use/SequenceHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/class-use/SecureMessageHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/class-use/HeaderDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/class-use/AsymmetricSecurityHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/TcpMessageEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/TcpMessageDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/MessageType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/HelloMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/ErrorMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/AcknowledgeMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/TrustListManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/SecurityPolicy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/SecurityAlgorithm.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/DefaultTrustListManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/DefaultCertificateManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/CertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/CertificateManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaStructure.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaSerializable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaResponseMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaRequestMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaEnumeration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/SerializationContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/OpcUaXmlStreamEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/OpcUaXmlStreamDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/OpcUaBinaryStreamEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/OpcUaBinaryStreamDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/class-use/OpcUaXmlDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/class-use/OpcUaBinaryDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/class-use/GenericDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/class-use/DataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/class-use/BuiltinDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/class-use/TransportProfile.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/OpcUaXmlDataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/OpcUaDefaultXmlEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/OpcUaDefaultBinaryEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/OpcUaDataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/OpcUaBinaryDataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/DefaultDataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/DataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/DataTypeEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/DataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/XmlElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/Variant.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/StatusCode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/QualifiedName.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/NodeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/LocalizedText.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/ExtensionObject.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/ExtensionObject.BodyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/ExpandedNodeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/ExpandedNodeId.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/DiagnosticInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/DateTime.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/DataValue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/DataValue.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/ByteString.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/Unsigned.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/UShort.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/UNumber.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/ULong.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/UInteger.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/UByte.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/UserTokenType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/UserTokenType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/TrustListMasks.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/TrustListMasks.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/TimestampsToReturn.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/TimestampsToReturn.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/StructureType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/StructureType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ServerState.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ServerState.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/SecurityTokenRequestType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/SecurityTokenRequestType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/RedundancySupport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/RedundancySupport.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/PerformUpdateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/PerformUpdateType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/OpenFileMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/OpenFileMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NodeClass.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NodeClass.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NodeAttributesMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NodeAttributesMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NamingRuleType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NamingRuleType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/MonitoringMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/MonitoringMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ModelChangeStructureVerbMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ModelChangeStructureVerbMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/MessageSecurityMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/MessageSecurityMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/IdType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/IdType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/HistoryUpdateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/HistoryUpdateType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/FilterOperator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/FilterOperator.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ExceptionDeviationFormat.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ExceptionDeviationFormat.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/DeadbandType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/DeadbandType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/DataChangeTrigger.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/DataChangeTrigger.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/BrowseResultMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/BrowseResultMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/BrowseDirection.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/BrowseDirection.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/AxisScaleEnumeration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/AxisScaleEnumeration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ApplicationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ApplicationType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/XVType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/XVType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/X509IdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/X509IdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteValue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteValue.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UserTokenPolicy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UserTokenPolicy.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UserNameIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UserNameIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UserIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateStructureDataDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateStructureDataDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateDataDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateDataDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UnregisterNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UnregisterNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UnregisterNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UnregisterNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TrustListDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TrustListDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TranslateBrowsePathsToNodeIdsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TranslateBrowsePathsToNodeIdsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TranslateBrowsePathsToNodeIdsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TranslateBrowsePathsToNodeIdsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferSubscriptionsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferSubscriptionsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Union.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferSubscriptionsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferSubscriptionsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TimeZoneDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TimeZoneDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SubscriptionDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SubscriptionDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SubscriptionAcknowledgement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SubscriptionAcknowledgement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureField.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureField.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureDefinition.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Structure.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StatusResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StatusResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StatusChangeNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StatusChangeNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SimpleAttributeOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SimpleAttributeOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SignedSoftwareCertificate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SignedSoftwareCertificate.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SignatureData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SignatureData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetTriggeringResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetTriggeringResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetTriggeringRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetTriggeringRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetPublishingModeResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetPublishingModeResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetPublishingModeRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetPublishingModeRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetMonitoringModeResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetMonitoringModeResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetMonitoringModeRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetMonitoringModeRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SessionSecurityDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SessionSecurityDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SessionDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SessionDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServiceFault.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServiceFault.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServiceCounterDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServiceCounterDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerStatusDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerStatusDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerOnNetwork.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerOnNetwork.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerDiagnosticsSummaryDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerDiagnosticsSummaryDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SemanticChangeStructureDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SemanticChangeStructureDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SamplingIntervalDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SamplingIntervalDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ResponseHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ResponseHeader.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RequestHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RequestHeader.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RepublishResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RepublishResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RepublishRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RepublishRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RelativePathElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RelativePathElement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RelativePath.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RelativePath.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisteredServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisteredServer.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServerResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServerResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServerRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServerRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServer2Response.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServer2Response.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServer2Request.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServer2Request.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RedundantServerDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RedundantServerDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadValueId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadValueId.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadRawModifiedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadRawModifiedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadProcessedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadProcessedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadAtTimeDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadAtTimeDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Range.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Range.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryNextResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryNextResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryNextRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryNextRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryFirstResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryFirstResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryFirstRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryFirstRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryDataSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryDataSet.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryDataDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryDataDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/PublishResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/PublishResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/PublishRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/PublishRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ProgramDiagnosticDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ProgramDiagnosticDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ParsingResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ParsingResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OptionSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OptionSet.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OpenSecureChannelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OpenSecureChannelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OpenSecureChannelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OpenSecureChannelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NotificationMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NotificationMessage.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NotificationData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NotificationData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeTypeDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeTypeDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeReference.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeReference.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Node.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Node.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NetworkGroupDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NetworkGroupDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringParameters.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringParameters.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemModifyResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemModifyResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemModifyRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemModifyRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemCreateResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemCreateResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemCreateRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemCreateRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifySubscriptionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifySubscriptionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifySubscriptionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifySubscriptionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifyMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifyMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifyMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifyMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModificationInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModificationInfo.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModelChangeStructureDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModelChangeStructureDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MethodNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MethodAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MethodAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MdnsDiscoveryConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MdnsDiscoveryConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/LiteralOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/LiteralOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/IssuedIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/IssuedIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/InstanceNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/InstanceNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadValueId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadValueId.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryModifiedData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryModifiedData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryEventFieldList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryEventFieldList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryEvent.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryEvent.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/GetEndpointsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/GetEndpointsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/GetEndpointsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/GetEndpointsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersOnNetworkResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersOnNetworkResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersOnNetworkRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersOnNetworkRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FilterOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FilterOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventNotificationList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventNotificationList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFieldList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFieldList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumValueType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumValueType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumField.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumField.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumDefinition.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointUrlListDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointUrlListDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ElementOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ElementOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EUInformation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EUInformation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DoubleComplexNumberType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DoubleComplexNumberType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DiscoveryConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DiscoveryConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteSubscriptionsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteSubscriptionsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteSubscriptionsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteSubscriptionsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteRawModifiedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteRawModifiedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteAtTimeDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteAtTimeDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataChangeNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataChangeNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataChangeFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataChangeFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSubscriptionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSubscriptionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSubscriptionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSubscriptionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterElementResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterElementResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterElement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ComplexNumberType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ComplexNumberType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSecureChannelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSecureChannelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSecureChannelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSecureChannelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ChannelSecurityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ChannelSecurityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CancelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CancelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CancelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CancelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallMethodResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallMethodResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallMethodRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallMethodRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BuildInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BuildInfo.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePathTarget.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePathTarget.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePathResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePathResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePath.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePath.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseNextResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseNextResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseNextRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseNextRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AxisInformation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AxisInformation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AttributeOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AttributeOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Argument.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Argument.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ApplicationDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ApplicationDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AnonymousIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AnonymousIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Annotation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Annotation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ActivateSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ActivateSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ActivateSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ActivateSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/Unit.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/TypeUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/Tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/TaskQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/TaskQueue.Task.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/TaskQueue.TaskPriority.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/TaskQueue.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/SignatureUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/SelfSignedHttpsCertificateBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/SelfSignedCertificateGenerator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/SelfSignedCertificateBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/SecureXmlUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/PShaUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/NonceUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/Namespaces.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/ManifestUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/LongSequence.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/Lazy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/FutureUtils.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/FutureUtils.CompletionBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/ExecutionQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/EndpointUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/DigestUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/ConversionUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/CertificateUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/CertificateGenerator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/BufferUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/AsyncSemaphore.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/AsyncSemaphore.SemaphorePermit.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/ArrayUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/class-use/UInt64Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/class-use/UInt32Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/class-use/UInt16Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/class-use/UBytePrimitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/class-use/Description.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/class-use/ValidationCheck.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/class-use/OpcUaCertificateValidityChecker.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/class-use/OpcUaCertificateRevocationChecker.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/class-use/OpcUaCertPathValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/class-use/CertificateValidationUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/help-doc.html... 1 error 72 warnings [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/channel/headers/HeaderDecoder.java:32: warning: no @param for maxMessageLength default int getMessageLength(ByteBuf buffer, int maxMessageLength) throws UaException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/channel/headers/HeaderDecoder.java:32: warning: no @throws for org.eclipse.milo.opcua.stack.core.UaException default int getMessageLength(ByteBuf buffer, int maxMessageLength) throws UaException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/security/CertificateValidator.java:29: warning: no @param for certificateChain void validateCertificateChain(List certificateChain) throws UaException; ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:85: warning: no @param for value public static UByte valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:85: warning: no @return public static UByte valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:94: warning: no @param for value public static UByte valueOf(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:94: warning: no @return public static UByte valueOf(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:111: warning: no @param for value public static UByte valueOf(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:111: warning: no @return public static UByte valueOf(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:121: warning: no @param for value public static UByte valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:121: warning: no @return public static UByte valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:131: warning: no @param for value public static UByte valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:131: warning: no @return public static UByte valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UNumber.java:31: warning: no @return public BigInteger toBigInteger() { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:180: warning: no @param for value public static UInteger valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:180: warning: no @return public static UInteger valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:189: warning: no @param for value public static UInteger valueOf(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:189: warning: no @return public static UInteger valueOf(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:199: warning: no @param for value public static UInteger valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:199: warning: no @return public static UInteger valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:71: warning: no @param for value public static ULong valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:71: warning: no @return public static ULong valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:80: warning: no @param for value public static ULong valueOf(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:80: warning: no @return public static ULong valueOf(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:90: warning: no @param for value public static ULong valueOf(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:90: warning: no @return public static ULong valueOf(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:33: warning: no @param for value public static UByte ubyte(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:33: warning: no @return public static UByte ubyte(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:43: warning: no @param for value public static UByte ubyte(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:43: warning: no @return public static UByte ubyte(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:54: warning: no @param for value public static UByte ubyte(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:54: warning: no @return public static UByte ubyte(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:65: warning: no @param for value public static UByte ubyte(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:65: warning: no @return public static UByte ubyte(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:76: warning: no @param for value public static UByte ubyte(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:76: warning: no @return public static UByte ubyte(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:87: warning: no @param for value public static UShort ushort(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:87: warning: no @return public static UShort ushort(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:98: warning: no @param for value public static UShort ushort(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:98: warning: no @return public static UShort ushort(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:109: warning: no @param for value public static UShort ushort(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:109: warning: no @return public static UShort ushort(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:120: warning: no @param for value public static UInteger uint(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:120: warning: no @return public static UInteger uint(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:131: warning: no @param for value public static UInteger uint(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:131: warning: no @return public static UInteger uint(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:142: warning: no @param for value public static UInteger uint(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:142: warning: no @return public static UInteger uint(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:153: warning: no @param for value public static ULong ulong(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:153: warning: no @return public static ULong ulong(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:164: warning: no @param for value public static ULong ulong(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:164: warning: no @return public static ULong ulong(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:175: warning: no @param for value public static ULong ulong(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:175: warning: no @return public static ULong ulong(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:63: warning: no @param for value public static UShort valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:63: warning: no @return public static UShort valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:72: warning: no @param for value public static UShort valueOf(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:72: warning: no @return public static UShort valueOf(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:82: warning: no @param for value public static UShort valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:82: warning: no @return public static UShort valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/ArrayUtil.java:137: warning: no @param for public static Object transformArray(Object array, Function transform, Class toType) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/ArrayUtil.java:137: warning: no @param for public static Object transformArray(Object array, Function transform, Class toType) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/BufferUtil.java:40: warning: no @param for initialCapacity public static ByteBuf pooledBuffer(int initialCapacity) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/EndpointUtil.java:119: error: malformed HTML * @param port the new port to use. Any value <= 0 will result in the original port being used. ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:72: warning: no @param for public static CompletableFuture failedFuture(Throwable ex) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:86: warning: no @param for public static CompletableFuture failedUaFuture(long statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:98: warning: no @param for public static CompletableFuture failedUaFuture(StatusCode statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:111: warning: no @param for public static CompletableFuture failedUaFuture(Throwable cause, long statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:122: warning: no @param for public static CompletionBuilder complete(CompletableFuture future) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:134: warning: no @param for public static CompletionBuilder completeAsync(CompletableFuture future, Executor executor) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:160: warning: no @param for public static CompletableFuture unwrap(CompletableFuture> future) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:231: warning: no description for @throws * @throws ObjectStreamException ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:251: warning: no description for @throws * @throws ObjectStreamException ^ Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 - /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/channel/headers/HeaderDecoder.java:32: warning: no @param for maxMessageLength default int getMessageLength(ByteBuf buffer, int maxMessageLength) throws UaException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/channel/headers/HeaderDecoder.java:32: warning: no @throws for org.eclipse.milo.opcua.stack.core.UaException default int getMessageLength(ByteBuf buffer, int maxMessageLength) throws UaException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/security/CertificateValidator.java:29: warning: no @param for certificateChain void validateCertificateChain(List certificateChain) throws UaException; ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:85: warning: no @param for value public static UByte valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:85: warning: no @return public static UByte valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:94: warning: no @param for value public static UByte valueOf(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:94: warning: no @return public static UByte valueOf(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:111: warning: no @param for value public static UByte valueOf(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:111: warning: no @return public static UByte valueOf(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:121: warning: no @param for value public static UByte valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:121: warning: no @return public static UByte valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:131: warning: no @param for value public static UByte valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:131: warning: no @return public static UByte valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UNumber.java:31: warning: no @return public BigInteger toBigInteger() { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:180: warning: no @param for value public static UInteger valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:180: warning: no @return public static UInteger valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:189: warning: no @param for value public static UInteger valueOf(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:189: warning: no @return public static UInteger valueOf(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:199: warning: no @param for value public static UInteger valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:199: warning: no @return public static UInteger valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:71: warning: no @param for value public static ULong valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:71: warning: no @return public static ULong valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:80: warning: no @param for value public static ULong valueOf(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:80: warning: no @return public static ULong valueOf(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:90: warning: no @param for value public static ULong valueOf(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:90: warning: no @return public static ULong valueOf(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:33: warning: no @param for value public static UByte ubyte(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:33: warning: no @return public static UByte ubyte(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:43: warning: no @param for value public static UByte ubyte(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:43: warning: no @return public static UByte ubyte(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:54: warning: no @param for value public static UByte ubyte(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:54: warning: no @return public static UByte ubyte(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:65: warning: no @param for value public static UByte ubyte(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:65: warning: no @return public static UByte ubyte(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:76: warning: no @param for value public static UByte ubyte(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:76: warning: no @return public static UByte ubyte(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:87: warning: no @param for value public static UShort ushort(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:87: warning: no @return public static UShort ushort(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:98: warning: no @param for value public static UShort ushort(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:98: warning: no @return public static UShort ushort(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:109: warning: no @param for value public static UShort ushort(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:109: warning: no @return public static UShort ushort(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:120: warning: no @param for value public static UInteger uint(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:120: warning: no @return public static UInteger uint(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:131: warning: no @param for value public static UInteger uint(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:131: warning: no @return public static UInteger uint(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:142: warning: no @param for value public static UInteger uint(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:142: warning: no @return public static UInteger uint(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:153: warning: no @param for value public static ULong ulong(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:153: warning: no @return public static ULong ulong(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:164: warning: no @param for value public static ULong ulong(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:164: warning: no @return public static ULong ulong(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:175: warning: no @param for value public static ULong ulong(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:175: warning: no @return public static ULong ulong(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:63: warning: no @param for value public static UShort valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:63: warning: no @return public static UShort valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:72: warning: no @param for value public static UShort valueOf(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:72: warning: no @return public static UShort valueOf(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:82: warning: no @param for value public static UShort valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:82: warning: no @return public static UShort valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/ArrayUtil.java:137: warning: no @param for public static Object transformArray(Object array, Function transform, Class toType) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/ArrayUtil.java:137: warning: no @param for public static Object transformArray(Object array, Function transform, Class toType) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/BufferUtil.java:40: warning: no @param for initialCapacity public static ByteBuf pooledBuffer(int initialCapacity) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/EndpointUtil.java:119: error: malformed HTML * @param port the new port to use. Any value <= 0 will result in the original port being used. ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:72: warning: no @param for public static CompletableFuture failedFuture(Throwable ex) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:86: warning: no @param for public static CompletableFuture failedUaFuture(long statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:98: warning: no @param for public static CompletableFuture failedUaFuture(StatusCode statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:111: warning: no @param for public static CompletableFuture failedUaFuture(Throwable cause, long statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:122: warning: no @param for public static CompletionBuilder complete(CompletableFuture future) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:134: warning: no @param for public static CompletionBuilder completeAsync(CompletableFuture future, Executor executor) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:160: warning: no @param for public static CompletableFuture unwrap(CompletableFuture> future) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:231: warning: no description for @throws * @throws ObjectStreamException ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:251: warning: no description for @throws * @throws ObjectStreamException ^ Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5861) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5737) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2176) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:199) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1935) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ stack-core --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-core/0.6.13-SNAPSHOT/stack-core-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-core/0.6.13-SNAPSHOT/stack-core-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-core/0.6.13-SNAPSHOT/stack-core-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-core/0.6.13-SNAPSHOT/stack-core-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 381 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-core --- [WARNING] Manifest org.eclipse.milo:stack-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-core --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ stack-core --- [WARNING] artifact org.eclipse.milo:stack-core:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ stack-core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.stack.core... Loading source files for package org.eclipse.milo.opcua.stack.core.channel... Loading source files for package org.eclipse.milo.opcua.stack.core.channel.headers... Loading source files for package org.eclipse.milo.opcua.stack.core.channel.messages... Loading source files for package org.eclipse.milo.opcua.stack.core.security... Loading source files for package org.eclipse.milo.opcua.stack.core.serialization... Loading source files for package org.eclipse.milo.opcua.stack.core.serialization.codecs... Loading source files for package org.eclipse.milo.opcua.stack.core.transport... Loading source files for package org.eclipse.milo.opcua.stack.core.types... Loading source files for package org.eclipse.milo.opcua.stack.core.types.builtin... Loading source files for package org.eclipse.milo.opcua.stack.core.types.builtin.unsigned... Loading source files for package org.eclipse.milo.opcua.stack.core.types.enumerated... Loading source files for package org.eclipse.milo.opcua.stack.core.types.structured... Loading source files for package org.eclipse.milo.opcua.stack.core.util... Loading source files for package org.eclipse.milo.opcua.stack.core.util.annotations... Loading source files for package org.eclipse.milo.opcua.stack.core.util.validation... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/AttributeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/BuiltinDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/BuiltinReferenceType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/Identifiers.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/NamespaceTable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/ReferenceType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/Stack.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/Stack.ConnectionLimits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/StatusCodes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/UaException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/UaExceptionStatus.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/UaRuntimeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/UaSerializationException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/UaServiceFaultException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChannelParameters.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChannelSecurity.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChannelSecurity.SecretKeys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChannelSecurity.SecurityKeys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChunkDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChunkDecoder.DecodedMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChunkEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ChunkEncoder.EncodedMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/EncodingLimits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ExceptionHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/MessageAbortException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/MessageDecodeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/MessageEncodeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/SecureChannel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/SerializationQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/SerializationQueue.Decoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/SerializationQueue.Encoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/ServerSecureChannel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/AsymmetricSecurityHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/HeaderDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/SecureMessageHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/SequenceHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/SymmetricSecurityHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/AcknowledgeMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/ErrorMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/HelloMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/MessageType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/TcpMessageDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/TcpMessageEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/CertificateManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/CertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/DefaultCertificateManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/DefaultTrustListManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/SecurityAlgorithm.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/SecurityPolicy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/TrustListManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/OpcUaBinaryStreamDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/OpcUaBinaryStreamEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/OpcUaXmlStreamDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/OpcUaXmlStreamEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaEnumeration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaRequestMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaResponseMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaSerializable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/UaStructure.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/BuiltinDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/DataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/GenericDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/OpcUaBinaryDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/OpcUaXmlDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/TransportProfile.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/DataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/DataTypeEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/DataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/DefaultDataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/OpcUaBinaryDataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/OpcUaDataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/OpcUaDefaultBinaryEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/OpcUaDefaultXmlEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/OpcUaXmlDataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/ByteString.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/DataValue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/DataValue.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/DateTime.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/DiagnosticInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/ExpandedNodeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/ExpandedNodeId.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/ExtensionObject.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/ExtensionObject.BodyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/LocalizedText.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/NodeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/QualifiedName.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/StatusCode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/Variant.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/XmlElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UNumber.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ApplicationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ApplicationType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/AxisScaleEnumeration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/AxisScaleEnumeration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/BrowseDirection.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/BrowseDirection.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/BrowseResultMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/BrowseResultMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/DataChangeTrigger.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/DataChangeTrigger.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/DeadbandType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/DeadbandType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ExceptionDeviationFormat.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ExceptionDeviationFormat.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/FilterOperator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/FilterOperator.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/HistoryUpdateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/HistoryUpdateType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/IdType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/IdType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/MessageSecurityMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/MessageSecurityMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ModelChangeStructureVerbMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ModelChangeStructureVerbMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/MonitoringMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/MonitoringMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NamingRuleType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NamingRuleType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NodeAttributesMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NodeAttributesMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NodeClass.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/NodeClass.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/OpenFileMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/OpenFileMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/PerformUpdateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/PerformUpdateType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/RedundancySupport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/RedundancySupport.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/SecurityTokenRequestType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/SecurityTokenRequestType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ServerState.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/ServerState.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/StructureType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/StructureType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/TimestampsToReturn.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/TimestampsToReturn.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/TrustListMasks.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/TrustListMasks.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/UserTokenType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/UserTokenType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ActivateSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ActivateSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ActivateSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ActivateSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddNodesResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AddReferencesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AggregateFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Annotation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Annotation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AnonymousIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AnonymousIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ApplicationDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ApplicationDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Argument.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Argument.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AttributeOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AttributeOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AxisInformation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/AxisInformation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseNextRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseNextRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseNextResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseNextResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePath.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePath.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePathResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePathResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePathTarget.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowsePathTarget.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BrowseResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BuildInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/BuildInfo.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallMethodRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallMethodRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallMethodResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallMethodResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CallResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CancelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CancelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CancelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CancelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ChannelSecurityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ChannelSecurityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSecureChannelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSecureChannelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSecureChannelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSecureChannelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CloseSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ComplexNumberType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ComplexNumberType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterElement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterElementResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterElementResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ContentFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSubscriptionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSubscriptionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSubscriptionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/CreateSubscriptionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataChangeFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataChangeFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataChangeNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataChangeNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DataTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteAtTimeDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteAtTimeDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteRawModifiedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteRawModifiedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteReferencesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteSubscriptionsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteSubscriptionsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteSubscriptionsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DeleteSubscriptionsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DiscoveryConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DiscoveryConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DoubleComplexNumberType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/DoubleComplexNumberType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ElementOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ElementOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointUrlListDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EndpointUrlListDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumDefinition.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumField.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumField.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumValueType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EnumValueType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EUInformation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EUInformation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFieldList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFieldList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventNotificationList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/EventNotificationList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FilterOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FilterOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersOnNetworkRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersOnNetworkRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersOnNetworkResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersOnNetworkResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/FindServersResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/GetEndpointsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/GetEndpointsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/GetEndpointsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/GetEndpointsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryEvent.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryEvent.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryEventFieldList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryEventFieldList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryModifiedData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryModifiedData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadValueId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryReadValueId.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/HistoryUpdateResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/InstanceNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/InstanceNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/IssuedIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/IssuedIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/LiteralOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/LiteralOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MdnsDiscoveryConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MdnsDiscoveryConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MethodAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MethodAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MethodNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModelChangeStructureDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModelChangeStructureDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModificationInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModificationInfo.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifyMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifyMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifyMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifyMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifySubscriptionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifySubscriptionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifySubscriptionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ModifySubscriptionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemCreateRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemCreateRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemCreateResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemCreateResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemModifyRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemModifyRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemModifyResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemModifyResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoredItemNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringParameters.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/MonitoringParameters.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NetworkGroupDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NetworkGroupDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Node.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Node.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeReference.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeReference.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeTypeDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NodeTypeDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NotificationData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NotificationData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NotificationMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/NotificationMessage.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ObjectTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OpenSecureChannelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OpenSecureChannelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OpenSecureChannelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OpenSecureChannelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OptionSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/OptionSet.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ParsingResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ParsingResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ProgramDiagnosticDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ProgramDiagnosticDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/PublishRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/PublishRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/PublishResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/PublishResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryDataDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryDataDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryDataSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryDataSet.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryFirstRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryFirstRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryFirstResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryFirstResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryNextRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryNextRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryNextResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/QueryNextResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Range.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Range.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadAtTimeDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadAtTimeDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadProcessedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadProcessedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadRawModifiedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadRawModifiedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadValueId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReadValueId.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RedundantServerDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RedundantServerDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ReferenceTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisteredServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisteredServer.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServer2Request.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServer2Request.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServer2Response.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServer2Response.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServerRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServerRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServerResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RegisterServerResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RelativePath.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RelativePath.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RelativePathElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RelativePathElement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RepublishRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RepublishRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RepublishResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RepublishResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RequestHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/RequestHeader.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ResponseHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ResponseHeader.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SamplingIntervalDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SamplingIntervalDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SemanticChangeStructureDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SemanticChangeStructureDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerDiagnosticsSummaryDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerDiagnosticsSummaryDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerOnNetwork.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerOnNetwork.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerStatusDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServerStatusDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServiceCounterDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServiceCounterDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServiceFault.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ServiceFault.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SessionDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SessionDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SessionSecurityDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SessionSecurityDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetMonitoringModeRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetMonitoringModeRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetMonitoringModeResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetMonitoringModeResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetPublishingModeRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetPublishingModeRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetPublishingModeResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetPublishingModeResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetTriggeringRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetTriggeringRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetTriggeringResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SetTriggeringResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SignatureData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SignatureData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SignedSoftwareCertificate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SignedSoftwareCertificate.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SimpleAttributeOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SimpleAttributeOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StatusChangeNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StatusChangeNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StatusResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StatusResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Structure.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureDefinition.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureField.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/StructureField.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SubscriptionAcknowledgement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SubscriptionAcknowledgement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SubscriptionDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/SubscriptionDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TimeZoneDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TimeZoneDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferSubscriptionsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferSubscriptionsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferSubscriptionsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TransferSubscriptionsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TranslateBrowsePathsToNodeIdsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TranslateBrowsePathsToNodeIdsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TranslateBrowsePathsToNodeIdsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TranslateBrowsePathsToNodeIdsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TrustListDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TrustListDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/TypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/Union.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UnregisterNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UnregisterNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UnregisterNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UnregisterNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateDataDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateDataDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateStructureDataDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UpdateStructureDataDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UserIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UserNameIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UserNameIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UserTokenPolicy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/UserTokenPolicy.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/VariableTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/ViewNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteValue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/WriteValue.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/X509IdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/X509IdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/XVType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/XVType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/ArrayUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/AsyncSemaphore.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/AsyncSemaphore.SemaphorePermit.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/BufferUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/CertificateGenerator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/CertificateUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/ConversionUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/DigestUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/EndpointUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/ExecutionQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/FutureUtils.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/FutureUtils.CompletionBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/Lazy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/LongSequence.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/ManifestUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/Namespaces.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/NonceUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/PShaUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/SecureXmlUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/SelfSignedCertificateBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/SelfSignedCertificateGenerator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/SelfSignedHttpsCertificateBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/SignatureUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/TaskQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/TaskQueue.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/TaskQueue.Task.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/TaskQueue.TaskPriority.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/Tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/TypeUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/Unit.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/Description.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/UBytePrimitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/UInt16Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/UInt32Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/UInt64Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/CertificateValidationUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/OpcUaCertificateRevocationChecker.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/OpcUaCertificateValidityChecker.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/OpcUaCertPathValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/ValidationCheck.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/UaServiceFaultException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/UaSerializationException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/UaRuntimeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/UaExceptionStatus.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/UaException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/StatusCodes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/Stack.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/Stack.ConnectionLimits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/ReferenceType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/NamespaceTable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/Identifiers.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/BuiltinReferenceType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/BuiltinDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/class-use/AttributeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ServerSecureChannel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/SerializationQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/SerializationQueue.Decoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/SerializationQueue.Encoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/SecureChannel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/MessageEncodeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/MessageDecodeException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/MessageAbortException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ExceptionHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/EncodingLimits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChunkEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChunkEncoder.EncodedMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChunkDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChunkDecoder.DecodedMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChannelSecurity.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChannelSecurity.SecurityKeys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChannelSecurity.SecretKeys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/class-use/ChannelParameters.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/class-use/SymmetricSecurityHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/class-use/SequenceHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/class-use/SecureMessageHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/class-use/HeaderDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/class-use/AsymmetricSecurityHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/TcpMessageEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/TcpMessageDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/MessageType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/HelloMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/ErrorMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/class-use/AcknowledgeMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/TrustListManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/SecurityPolicy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/SecurityAlgorithm.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/DefaultTrustListManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/DefaultCertificateManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/CertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/class-use/CertificateManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaStructure.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaSerializable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaResponseMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaRequestMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaEnumeration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/UaDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/SerializationContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/OpcUaXmlStreamEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/OpcUaXmlStreamDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/OpcUaBinaryStreamEncoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/class-use/OpcUaBinaryStreamDecoder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/class-use/OpcUaXmlDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/class-use/OpcUaBinaryDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/class-use/GenericDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/class-use/DataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/class-use/BuiltinDataTypeCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/class-use/TransportProfile.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/OpcUaXmlDataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/OpcUaDefaultXmlEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/OpcUaDefaultBinaryEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/OpcUaDataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/OpcUaBinaryDataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/DefaultDataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/DataTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/DataTypeEncoding.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/class-use/DataTypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/XmlElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/Variant.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/StatusCode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/QualifiedName.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/NodeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/LocalizedText.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/ExtensionObject.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/ExtensionObject.BodyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/ExpandedNodeId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/ExpandedNodeId.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/DiagnosticInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/DateTime.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/DataValue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/DataValue.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/class-use/ByteString.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/Unsigned.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/UShort.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/UNumber.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/ULong.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/UInteger.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/class-use/UByte.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/UserTokenType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/UserTokenType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/TrustListMasks.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/TrustListMasks.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/TimestampsToReturn.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/TimestampsToReturn.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/StructureType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/StructureType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ServerState.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ServerState.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/SecurityTokenRequestType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/SecurityTokenRequestType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/RedundancySupport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/RedundancySupport.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/PerformUpdateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/PerformUpdateType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/OpenFileMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/OpenFileMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NodeClass.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NodeClass.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NodeAttributesMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NodeAttributesMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NamingRuleType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/NamingRuleType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/MonitoringMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/MonitoringMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ModelChangeStructureVerbMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ModelChangeStructureVerbMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/MessageSecurityMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/MessageSecurityMode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/IdType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/IdType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/HistoryUpdateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/HistoryUpdateType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/FilterOperator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/FilterOperator.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ExceptionDeviationFormat.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ExceptionDeviationFormat.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/DeadbandType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/DeadbandType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/DataChangeTrigger.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/DataChangeTrigger.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/BrowseResultMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/BrowseResultMask.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/BrowseDirection.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/BrowseDirection.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/AxisScaleEnumeration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/AxisScaleEnumeration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ApplicationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/class-use/ApplicationType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/XVType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/XVType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/X509IdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/X509IdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteValue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteValue.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/WriteRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ViewAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/VariableAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UserTokenPolicy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UserTokenPolicy.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UserNameIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UserNameIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UserIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateStructureDataDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateStructureDataDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateDataDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UpdateDataDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UnregisterNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UnregisterNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UnregisterNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/UnregisterNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TrustListDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TrustListDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TranslateBrowsePathsToNodeIdsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TranslateBrowsePathsToNodeIdsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TranslateBrowsePathsToNodeIdsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TranslateBrowsePathsToNodeIdsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferSubscriptionsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferSubscriptionsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Union.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferSubscriptionsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferSubscriptionsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TransferResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TimeZoneDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/TimeZoneDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SubscriptionDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SubscriptionDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SubscriptionAcknowledgement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SubscriptionAcknowledgement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureField.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureField.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StructureDefinition.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Structure.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StatusResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StatusResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StatusChangeNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/StatusChangeNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SimpleAttributeOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SimpleAttributeOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SignedSoftwareCertificate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SignedSoftwareCertificate.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SignatureData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SignatureData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetTriggeringResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetTriggeringResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetTriggeringRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetTriggeringRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetPublishingModeResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetPublishingModeResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetPublishingModeRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetPublishingModeRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetMonitoringModeResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetMonitoringModeResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetMonitoringModeRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SetMonitoringModeRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SessionSecurityDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SessionSecurityDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SessionDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SessionDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServiceFault.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServiceFault.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServiceCounterDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServiceCounterDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerStatusDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerStatusDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerOnNetwork.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerOnNetwork.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerDiagnosticsSummaryDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ServerDiagnosticsSummaryDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SemanticChangeStructureDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SemanticChangeStructureDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SamplingIntervalDiagnosticsDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/SamplingIntervalDiagnosticsDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ResponseHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ResponseHeader.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RequestHeader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RequestHeader.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RepublishResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RepublishResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RepublishRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RepublishRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RelativePathElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RelativePathElement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RelativePath.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RelativePath.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisteredServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisteredServer.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServerResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServerResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServerRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServerRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServer2Response.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServer2Response.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServer2Request.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterServer2Request.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RegisterNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReferenceDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RedundantServerDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/RedundantServerDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadValueId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadValueId.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadRawModifiedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadRawModifiedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadProcessedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadProcessedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadAtTimeDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ReadAtTimeDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Range.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Range.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryNextResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryNextResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryNextRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryNextRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryFirstResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryFirstResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryFirstRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryFirstRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryDataSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryDataSet.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryDataDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/QueryDataDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/PublishResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/PublishResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/PublishRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/PublishRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ProgramDiagnosticDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ProgramDiagnosticDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ParsingResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ParsingResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OptionSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OptionSet.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OpenSecureChannelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OpenSecureChannelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OpenSecureChannelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/OpenSecureChannelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ObjectAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NotificationMessage.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NotificationMessage.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NotificationData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NotificationData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeTypeDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeTypeDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeReference.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeReference.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NodeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Node.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Node.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NetworkGroupDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/NetworkGroupDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringParameters.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringParameters.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoringFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemModifyResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemModifyResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemModifyRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemModifyRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemCreateResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemCreateResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemCreateRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MonitoredItemCreateRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifySubscriptionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifySubscriptionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifySubscriptionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifySubscriptionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifyMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifyMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifyMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModifyMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModificationInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModificationInfo.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModelChangeStructureDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ModelChangeStructureDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MethodNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MethodAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MethodAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MdnsDiscoveryConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/MdnsDiscoveryConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/LiteralOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/LiteralOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/IssuedIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/IssuedIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/InstanceNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/InstanceNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryUpdateDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadValueId.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadValueId.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryReadDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryModifiedData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryModifiedData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryEventFieldList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryEventFieldList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryEvent.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryEvent.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryData.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/HistoryData.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/GetEndpointsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/GetEndpointsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/GetEndpointsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/GetEndpointsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersOnNetworkResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersOnNetworkResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersOnNetworkRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FindServersOnNetworkRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FilterOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/FilterOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventNotificationList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventNotificationList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFieldList.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EventFieldList.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumValueType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumValueType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumField.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumField.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EnumDefinition.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointUrlListDataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointUrlListDataType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EndpointConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ElementOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ElementOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EUInformation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/EUInformation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DoubleComplexNumberType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DoubleComplexNumberType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DiscoveryConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DiscoveryConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteSubscriptionsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteSubscriptionsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteSubscriptionsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteSubscriptionsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteReferencesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteRawModifiedDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteRawModifiedDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteNodesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteEventDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteEventDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteAtTimeDetails.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DeleteAtTimeDetails.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeNode.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeDefinition.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataTypeAttributes.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataChangeNotification.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataChangeNotification.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataChangeFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/DataChangeFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSubscriptionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSubscriptionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSubscriptionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSubscriptionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateMonitoredItemsResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateMonitoredItemsResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateMonitoredItemsRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CreateMonitoredItemsRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterElementResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterElementResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterElement.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilterElement.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ContentFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ComplexNumberType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ComplexNumberType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSecureChannelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSecureChannelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSecureChannelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CloseSecureChannelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ChannelSecurityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ChannelSecurityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CancelResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CancelResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CancelRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CancelRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallMethodResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallMethodResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallMethodRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/CallMethodRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BuildInfo.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BuildInfo.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePathTarget.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePathTarget.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePathResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePathResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePath.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowsePath.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseNextResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseNextResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseNextRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseNextRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/BrowseDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AxisInformation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AxisInformation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AttributeOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AttributeOperand.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Argument.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Argument.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ApplicationDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ApplicationDescription.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AnonymousIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AnonymousIdentityToken.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Annotation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/Annotation.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateFilterResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateFilterResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateFilter.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AggregateConfiguration.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddReferencesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesResult.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/AddNodesItem.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ActivateSessionResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ActivateSessionResponse.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ActivateSessionRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/class-use/ActivateSessionRequest.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/Unit.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/TypeUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/Tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/TaskQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/TaskQueue.Task.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/TaskQueue.TaskPriority.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/TaskQueue.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/SignatureUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/SelfSignedHttpsCertificateBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/SelfSignedCertificateGenerator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/SelfSignedCertificateBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/SecureXmlUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/PShaUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/NonceUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/Namespaces.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/ManifestUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/LongSequence.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/Lazy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/FutureUtils.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/FutureUtils.CompletionBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/ExecutionQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/EndpointUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/DigestUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/ConversionUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/CertificateUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/CertificateGenerator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/BufferUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/AsyncSemaphore.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/AsyncSemaphore.SemaphorePermit.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/class-use/ArrayUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/class-use/UInt64Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/class-use/UInt32Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/class-use/UInt16Primitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/class-use/UBytePrimitive.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/class-use/Description.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/class-use/ValidationCheck.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/class-use/OpcUaCertificateValidityChecker.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/class-use/OpcUaCertificateRevocationChecker.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/class-use/OpcUaCertPathValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/class-use/CertificateValidationUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/headers/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/channel/messages/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/security/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/serialization/codecs/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/transport/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/enumerated/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/types/structured/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/annotations/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/org/eclipse/milo/opcua/stack/core/util/validation/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs/help-doc.html... 1 error 72 warnings [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/channel/headers/HeaderDecoder.java:32: warning: no @param for maxMessageLength default int getMessageLength(ByteBuf buffer, int maxMessageLength) throws UaException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/channel/headers/HeaderDecoder.java:32: warning: no @throws for org.eclipse.milo.opcua.stack.core.UaException default int getMessageLength(ByteBuf buffer, int maxMessageLength) throws UaException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/security/CertificateValidator.java:29: warning: no @param for certificateChain void validateCertificateChain(List certificateChain) throws UaException; ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:85: warning: no @param for value public static UByte valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:85: warning: no @return public static UByte valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:94: warning: no @param for value public static UByte valueOf(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:94: warning: no @return public static UByte valueOf(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:111: warning: no @param for value public static UByte valueOf(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:111: warning: no @return public static UByte valueOf(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:121: warning: no @param for value public static UByte valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:121: warning: no @return public static UByte valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:131: warning: no @param for value public static UByte valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:131: warning: no @return public static UByte valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UNumber.java:31: warning: no @return public BigInteger toBigInteger() { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:180: warning: no @param for value public static UInteger valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:180: warning: no @return public static UInteger valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:189: warning: no @param for value public static UInteger valueOf(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:189: warning: no @return public static UInteger valueOf(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:199: warning: no @param for value public static UInteger valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:199: warning: no @return public static UInteger valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:71: warning: no @param for value public static ULong valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:71: warning: no @return public static ULong valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:80: warning: no @param for value public static ULong valueOf(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:80: warning: no @return public static ULong valueOf(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:90: warning: no @param for value public static ULong valueOf(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:90: warning: no @return public static ULong valueOf(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:33: warning: no @param for value public static UByte ubyte(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:33: warning: no @return public static UByte ubyte(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:43: warning: no @param for value public static UByte ubyte(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:43: warning: no @return public static UByte ubyte(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:54: warning: no @param for value public static UByte ubyte(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:54: warning: no @return public static UByte ubyte(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:65: warning: no @param for value public static UByte ubyte(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:65: warning: no @return public static UByte ubyte(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:76: warning: no @param for value public static UByte ubyte(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:76: warning: no @return public static UByte ubyte(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:87: warning: no @param for value public static UShort ushort(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:87: warning: no @return public static UShort ushort(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:98: warning: no @param for value public static UShort ushort(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:98: warning: no @return public static UShort ushort(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:109: warning: no @param for value public static UShort ushort(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:109: warning: no @return public static UShort ushort(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:120: warning: no @param for value public static UInteger uint(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:120: warning: no @return public static UInteger uint(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:131: warning: no @param for value public static UInteger uint(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:131: warning: no @return public static UInteger uint(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:142: warning: no @param for value public static UInteger uint(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:142: warning: no @return public static UInteger uint(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:153: warning: no @param for value public static ULong ulong(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:153: warning: no @return public static ULong ulong(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:164: warning: no @param for value public static ULong ulong(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:164: warning: no @return public static ULong ulong(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:175: warning: no @param for value public static ULong ulong(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:175: warning: no @return public static ULong ulong(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:63: warning: no @param for value public static UShort valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:63: warning: no @return public static UShort valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:72: warning: no @param for value public static UShort valueOf(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:72: warning: no @return public static UShort valueOf(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:82: warning: no @param for value public static UShort valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:82: warning: no @return public static UShort valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/ArrayUtil.java:137: warning: no @param for public static Object transformArray(Object array, Function transform, Class toType) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/ArrayUtil.java:137: warning: no @param for public static Object transformArray(Object array, Function transform, Class toType) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/BufferUtil.java:40: warning: no @param for initialCapacity public static ByteBuf pooledBuffer(int initialCapacity) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/EndpointUtil.java:119: error: malformed HTML * @param port the new port to use. Any value <= 0 will result in the original port being used. ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:72: warning: no @param for public static CompletableFuture failedFuture(Throwable ex) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:86: warning: no @param for public static CompletableFuture failedUaFuture(long statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:98: warning: no @param for public static CompletableFuture failedUaFuture(StatusCode statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:111: warning: no @param for public static CompletableFuture failedUaFuture(Throwable cause, long statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:122: warning: no @param for public static CompletionBuilder complete(CompletableFuture future) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:134: warning: no @param for public static CompletionBuilder completeAsync(CompletableFuture future, Executor executor) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:160: warning: no @param for public static CompletableFuture unwrap(CompletableFuture> future) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:231: warning: no description for @throws * @throws ObjectStreamException ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:251: warning: no description for @throws * @throws ObjectStreamException ^ Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 - /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/channel/headers/HeaderDecoder.java:32: warning: no @param for maxMessageLength default int getMessageLength(ByteBuf buffer, int maxMessageLength) throws UaException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/channel/headers/HeaderDecoder.java:32: warning: no @throws for org.eclipse.milo.opcua.stack.core.UaException default int getMessageLength(ByteBuf buffer, int maxMessageLength) throws UaException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/security/CertificateValidator.java:29: warning: no @param for certificateChain void validateCertificateChain(List certificateChain) throws UaException; ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:85: warning: no @param for value public static UByte valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:85: warning: no @return public static UByte valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:94: warning: no @param for value public static UByte valueOf(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:94: warning: no @return public static UByte valueOf(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:111: warning: no @param for value public static UByte valueOf(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:111: warning: no @return public static UByte valueOf(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:121: warning: no @param for value public static UByte valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:121: warning: no @return public static UByte valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:131: warning: no @param for value public static UByte valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:131: warning: no @return public static UByte valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UNumber.java:31: warning: no @return public BigInteger toBigInteger() { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:180: warning: no @param for value public static UInteger valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:180: warning: no @return public static UInteger valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:189: warning: no @param for value public static UInteger valueOf(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:189: warning: no @return public static UInteger valueOf(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:199: warning: no @param for value public static UInteger valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:199: warning: no @return public static UInteger valueOf(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:71: warning: no @param for value public static ULong valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:71: warning: no @return public static ULong valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:80: warning: no @param for value public static ULong valueOf(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:80: warning: no @return public static ULong valueOf(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:90: warning: no @param for value public static ULong valueOf(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/ULong.java:90: warning: no @return public static ULong valueOf(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:33: warning: no @param for value public static UByte ubyte(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:33: warning: no @return public static UByte ubyte(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:43: warning: no @param for value public static UByte ubyte(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:43: warning: no @return public static UByte ubyte(byte value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:54: warning: no @param for value public static UByte ubyte(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:54: warning: no @return public static UByte ubyte(short value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:65: warning: no @param for value public static UByte ubyte(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:65: warning: no @return public static UByte ubyte(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:76: warning: no @param for value public static UByte ubyte(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:76: warning: no @return public static UByte ubyte(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:87: warning: no @param for value public static UShort ushort(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:87: warning: no @return public static UShort ushort(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:98: warning: no @param for value public static UShort ushort(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:98: warning: no @return public static UShort ushort(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:109: warning: no @param for value public static UShort ushort(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:109: warning: no @return public static UShort ushort(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:120: warning: no @param for value public static UInteger uint(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:120: warning: no @return public static UInteger uint(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:131: warning: no @param for value public static UInteger uint(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:131: warning: no @return public static UInteger uint(int value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:142: warning: no @param for value public static UInteger uint(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:142: warning: no @return public static UInteger uint(long value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:153: warning: no @param for value public static ULong ulong(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:153: warning: no @return public static ULong ulong(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:164: warning: no @param for value public static ULong ulong(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:164: warning: no @return public static ULong ulong(long value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:175: warning: no @param for value public static ULong ulong(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/Unsigned.java:175: warning: no @return public static ULong ulong(BigInteger value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:63: warning: no @param for value public static UShort valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:63: warning: no @return public static UShort valueOf(String value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:72: warning: no @param for value public static UShort valueOf(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:72: warning: no @return public static UShort valueOf(short value) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:82: warning: no @param for value public static UShort valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UShort.java:82: warning: no @return public static UShort valueOf(int value) throws NumberFormatException { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/ArrayUtil.java:137: warning: no @param for public static Object transformArray(Object array, Function transform, Class toType) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/ArrayUtil.java:137: warning: no @param for public static Object transformArray(Object array, Function transform, Class toType) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/BufferUtil.java:40: warning: no @param for initialCapacity public static ByteBuf pooledBuffer(int initialCapacity) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/EndpointUtil.java:119: error: malformed HTML * @param port the new port to use. Any value <= 0 will result in the original port being used. ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:72: warning: no @param for public static CompletableFuture failedFuture(Throwable ex) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:86: warning: no @param for public static CompletableFuture failedUaFuture(long statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:98: warning: no @param for public static CompletableFuture failedUaFuture(StatusCode statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:111: warning: no @param for public static CompletableFuture failedUaFuture(Throwable cause, long statusCode) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:122: warning: no @param for public static CompletionBuilder complete(CompletableFuture future) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:134: warning: no @param for public static CompletionBuilder completeAsync(CompletableFuture future, Executor executor) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java:160: warning: no @param for public static CompletableFuture unwrap(CompletableFuture> future) { ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UByte.java:231: warning: no description for @throws * @throws ObjectStreamException ^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/unsigned/UInteger.java:251: warning: no description for @throws * @throws ObjectStreamException ^ Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5861) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5737) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2176) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:199) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1935) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:stack-core:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-core --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ stack-core --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-core/0.6.13-SNAPSHOT/stack-core-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-core/0.6.13-SNAPSHOT/stack-core-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-core/0.6.13-SNAPSHOT/stack-core-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-core/0.6.13-SNAPSHOT/stack-core-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ stack-core --- [INFO] [INFO] -------------------< org.eclipse.milo:stack-client >-------------------- [INFO] Building stack-client 0.6.13-SNAPSHOT [5/22] [INFO] from opc-ua-stack/stack-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ stack-client --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-client --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-client --- [WARNING] Manifest org.eclipse.milo:stack-client:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ stack-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ stack-client --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.stack.client... Loading source files for package org.eclipse.milo.opcua.stack.client.security... Loading source files for package org.eclipse.milo.opcua.stack.client.transport... Loading source files for package org.eclipse.milo.opcua.stack.client.transport.http... Loading source files for package org.eclipse.milo.opcua.stack.client.transport.tcp... Loading source files for package org.eclipse.milo.opcua.stack.client.transport.uasc... Loading source files for package org.eclipse.milo.opcua.stack.client.transport.websocket... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/DiscoveryClient.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/UaStackClient.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/UaStackClientConfig.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/UaStackClientConfigBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/security/ClientCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/security/ClientCertificateValidator.InsecureValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/security/DefaultClientCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/AbstractTransport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/UaTransport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/UaTransportRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/http/OpcClientHttpCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/http/OpcHttpTransport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/tcp/OpcClientTcpChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/tcp/OpcTcpTransport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/ClientChannelFsm.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/ClientSecureChannel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/UascClientAcknowledgeHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/UascClientMessageHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/websocket/OpcClientWebSocketBinaryFrameCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/websocket/OpcClientWebSocketChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/websocket/OpcWebSocketTransport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/security/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/security/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/security/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/http/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/http/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/http/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/tcp/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/tcp/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/tcp/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/websocket/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/websocket/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/websocket/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/class-use/UaStackClientConfigBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/class-use/UaStackClientConfig.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/class-use/UaStackClient.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/class-use/DiscoveryClient.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/security/class-use/DefaultClientCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/security/class-use/ClientCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/security/class-use/ClientCertificateValidator.InsecureValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/class-use/UaTransportRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/class-use/UaTransport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/class-use/AbstractTransport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/http/class-use/OpcHttpTransport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/http/class-use/OpcClientHttpCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/tcp/class-use/OpcTcpTransport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/tcp/class-use/OpcClientTcpChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/class-use/UascClientMessageHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/class-use/UascClientAcknowledgeHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/class-use/ClientSecureChannel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/class-use/ClientChannelFsm.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/websocket/class-use/OpcWebSocketTransport.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/websocket/class-use/OpcClientWebSocketChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/websocket/class-use/OpcClientWebSocketBinaryFrameCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/security/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/http/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/tcp/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/uasc/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/org/eclipse/milo/opcua/stack/client/transport/websocket/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-client --- [INFO] No tests to run. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ stack-client --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-client/0.6.13-SNAPSHOT/stack-client-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-client/0.6.13-SNAPSHOT/stack-client-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-client/0.6.13-SNAPSHOT/stack-client-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-client/0.6.13-SNAPSHOT/stack-client-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-client --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-client --- [WARNING] Manifest org.eclipse.milo:stack-client:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-client --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ stack-client --- [WARNING] artifact org.eclipse.milo:stack-client:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ stack-client --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:stack-client:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-client --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ stack-client --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-client/0.6.13-SNAPSHOT/stack-client-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-client/0.6.13-SNAPSHOT/stack-client-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-client/0.6.13-SNAPSHOT/stack-client-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-client/0.6.13-SNAPSHOT/stack-client-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ stack-client --- [INFO] [INFO] --------------------< org.eclipse.milo:opc-ua-sdk >--------------------- [INFO] Building opc-ua-sdk 0.6.13-SNAPSHOT [6/22] [INFO] from opc-ua-sdk/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ opc-ua-sdk --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ opc-ua-sdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ opc-ua-sdk --- [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ opc-ua-sdk --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ opc-ua-sdk --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ opc-ua-sdk --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ opc-ua-sdk --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/opc-ua-sdk/0.6.13-SNAPSHOT/opc-ua-sdk-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ opc-ua-sdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ opc-ua-sdk --- [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ opc-ua-sdk --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ opc-ua-sdk --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ opc-ua-sdk --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ opc-ua-sdk --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/opc-ua-sdk/0.6.13-SNAPSHOT/opc-ua-sdk-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ opc-ua-sdk --- [INFO] [INFO] ---------------------< org.eclipse.milo:sdk-core >---------------------- [INFO] Building sdk-core 0.6.13-SNAPSHOT [7/22] [INFO] from opc-ua-sdk/sdk-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ sdk-core --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-core --- [WARNING] Manifest org.eclipse.milo:sdk-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.server.util.GroupMapCollateTest mod=1 remainder=0 group=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9] -- mod=2 remainder=0 group=[0, 2, 4, 6, 8] mod=2 remainder=1 group=[1, 3, 5, 7, 9] -- mod=3 remainder=0 group=[0, 3, 6, 9] mod=3 remainder=1 group=[1, 4, 7] mod=3 remainder=2 group=[2, 5, 8] -- mod=4 remainder=0 group=[0, 4, 8] mod=4 remainder=1 group=[1, 5, 9] mod=4 remainder=2 group=[2, 6] mod=4 remainder=3 group=[3, 7] -- mod=5 remainder=0 group=[0, 5] mod=5 remainder=1 group=[1, 6] mod=5 remainder=2 group=[2, 7] mod=5 remainder=3 group=[3, 8] mod=5 remainder=4 group=[4, 9] -- mod=6 remainder=0 group=[0, 6] mod=6 remainder=1 group=[1, 7] mod=6 remainder=2 group=[2, 8] mod=6 remainder=3 group=[3, 9] mod=6 remainder=4 group=[4] mod=6 remainder=5 group=[5] -- mod=7 remainder=0 group=[0, 7] mod=7 remainder=1 group=[1, 8] mod=7 remainder=2 group=[2, 9] mod=7 remainder=3 group=[3] mod=7 remainder=4 group=[4] mod=7 remainder=5 group=[5] mod=7 remainder=6 group=[6] -- mod=8 remainder=0 group=[0, 8] mod=8 remainder=1 group=[1, 9] mod=8 remainder=2 group=[2] mod=8 remainder=3 group=[3] mod=8 remainder=4 group=[4] mod=8 remainder=5 group=[5] mod=8 remainder=6 group=[6] mod=8 remainder=7 group=[7] -- mod=9 remainder=0 group=[0, 9] mod=9 remainder=1 group=[1] mod=9 remainder=2 group=[2] mod=9 remainder=3 group=[3] mod=9 remainder=4 group=[4] mod=9 remainder=5 group=[5] mod=9 remainder=6 group=[6] mod=9 remainder=7 group=[7] mod=9 remainder=8 group=[8] -- mod=10 remainder=0 group=[0] mod=10 remainder=1 group=[1] mod=10 remainder=2 group=[2] mod=10 remainder=3 group=[3] mod=10 remainder=4 group=[4] mod=10 remainder=5 group=[5] mod=10 remainder=6 group=[6] mod=10 remainder=7 group=[7] mod=10 remainder=8 group=[8] mod=10 remainder=9 group=[9] -- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.milo.opcua.sdk.server.util.GroupMapCollateTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ sdk-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ sdk-core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.sdk.core... Loading source files for package org.eclipse.milo.opcua.sdk.core.nodes... Loading source files for package org.eclipse.milo.opcua.sdk.core.util... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/AccessLevel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/CefactEngineeringUnits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/DataTypeTree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/DataTypeTree.DataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/NumericRange.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/NumericRange.Bounds.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/QualifiedProperty.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/Reference.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/Reference.Direction.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/ServerTable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/ValueRank.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/ValueRanks.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/WriteMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/DataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/DataTypeNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/MethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/MethodNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/Node.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/ObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/ObjectNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/ObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/ObjectTypeNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/ReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/ReferenceTypeNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/VariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/VariableNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/VariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/VariableTypeNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/ViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/ViewNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/util/GroupMapCollate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/util/GroupMapCollate.Mapper.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/util/StreamUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/util/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/util/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/util/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/WriteMask.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/ValueRanks.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/ValueRank.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/ServerTable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/Reference.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/Reference.Direction.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/QualifiedProperty.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/NumericRange.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/NumericRange.Bounds.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/DataTypeTree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/DataTypeTree.DataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/CefactEngineeringUnits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/class-use/AccessLevel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/ViewNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/ViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/VariableTypeNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/VariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/VariableNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/VariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/ReferenceTypeNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/ReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/ObjectTypeNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/ObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/ObjectNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/ObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/Node.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/MethodNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/MethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/DataTypeNodeProperties.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/class-use/DataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/util/class-use/StreamUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/util/class-use/GroupMapCollate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/util/class-use/GroupMapCollate.Mapper.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/nodes/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/org/eclipse/milo/opcua/sdk/core/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/apidocs/help-doc.html... 4 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/Reference.java:93: warning: no @param for namespaceTable [WARNING] public Optional invert(NamespaceTable namespaceTable) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/util/StreamUtil.java:22: warning: no @param for [WARNING] public static Stream opt2stream(Optional opt) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/util/StreamUtil.java:22: warning: no @param for opt [WARNING] public static Stream opt2stream(Optional opt) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/util/StreamUtil.java:22: warning: no @return [WARNING] public static Stream opt2stream(Optional opt) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ sdk-core --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-core/0.6.13-SNAPSHOT/sdk-core-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-core/0.6.13-SNAPSHOT/sdk-core-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-core/0.6.13-SNAPSHOT/sdk-core-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-core/0.6.13-SNAPSHOT/sdk-core-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-core --- [WARNING] Manifest org.eclipse.milo:sdk-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-core --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ sdk-core --- [WARNING] artifact org.eclipse.milo:sdk-core:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ sdk-core --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:sdk-core:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ sdk-core --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-core/0.6.13-SNAPSHOT/sdk-core-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-core/0.6.13-SNAPSHOT/sdk-core-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-core/0.6.13-SNAPSHOT/sdk-core-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-core/0.6.13-SNAPSHOT/sdk-core-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ sdk-core --- [INFO] [INFO] --------------------< org.eclipse.milo:sdk-client >--------------------- [INFO] Building sdk-client 0.6.13-SNAPSHOT [8/22] [INFO] from opc-ua-sdk/sdk-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ sdk-client --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-client --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 377 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-client --- [WARNING] Manifest org.eclipse.milo:sdk-client:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ sdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ sdk-client --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.sdk.client... Loading source files for package org.eclipse.milo.opcua.sdk.client.api... Loading source files for package org.eclipse.milo.opcua.sdk.client.api.config... Loading source files for package org.eclipse.milo.opcua.sdk.client.api.identity... Loading source files for package org.eclipse.milo.opcua.sdk.client.api.services... Loading source files for package org.eclipse.milo.opcua.sdk.client.api.subscriptions... Loading source files for package org.eclipse.milo.opcua.sdk.client.methods... Loading source files for package org.eclipse.milo.opcua.sdk.client.model... Loading source files for package org.eclipse.milo.opcua.sdk.client.model.nodes.objects... Loading source files for package org.eclipse.milo.opcua.sdk.client.model.nodes.variables... Loading source files for package org.eclipse.milo.opcua.sdk.client.model.types.objects... Loading source files for package org.eclipse.milo.opcua.sdk.client.model.types.variables... Loading source files for package org.eclipse.milo.opcua.sdk.client.nodes... Loading source files for package org.eclipse.milo.opcua.sdk.client.session... Loading source files for package org.eclipse.milo.opcua.sdk.client.subscriptions... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/AddressSpace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/AddressSpace.BrowseOptions.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/AddressSpace.BrowseOptions.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/BrowseHelper.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/DataTypeTreeBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/DataTypeTreeSessionInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/NodeCache.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/ObjectTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/ObjectTypeManager.ObjectNodeConstructor.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/OpcUaClient.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/OpcUaSession.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/SessionActivityListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/VariableTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/VariableTypeManager.VariableNodeConstructor.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/ServiceFaultListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/UaClient.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/UaSession.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/config/OpcUaClientConfig.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/config/OpcUaClientConfigBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/AnonymousProvider.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/CompositeProvider.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/IdentityProvider.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/SignedIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/UsernameProvider.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/X509IdentityProvider.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/AttributeServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/MethodServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/MonitoredItemServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/NodeManagementServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/QueryServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/SubscriptionServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/ViewServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/UaMonitoredItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/UaMonitoredItem.EventConsumer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/UaMonitoredItem.ValueConsumer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/UaSubscription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/UaSubscription.ItemCreationCallback.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/UaSubscription.NotificationListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/UaSubscriptionManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/UaSubscriptionManager.SubscriptionListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/AbstractUaMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/GetMonitoredItems.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/UaMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/UaMethodException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/ObjectTypeInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/VariableTypeInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AcknowledgeableConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AddressSpaceFileTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AggregateConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AggregateFunctionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AlarmConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditActivateSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditAddNodesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditAddReferencesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditCancelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditCertificateDataMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditCertificateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditCertificateExpiredEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditCertificateInvalidEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditCertificateMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditCertificateRevokedEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditCertificateUntrustedEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditChannelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditConditionAcknowledgeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditConditionCommentEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditConditionConfirmEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditConditionEnableEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditConditionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditConditionRespondEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditConditionShelvingEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditCreateSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditDeleteNodesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditDeleteReferencesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditHistoryAtTimeDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditHistoryDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditHistoryEventDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditHistoryEventUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditHistoryRawModifyDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditHistoryUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditHistoryValueUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditNodeManagementEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditOpenSecureChannelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditProgramTransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditSecurityEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditUpdateMethodEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditUpdateStateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditUrlMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/AuditWriteUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/BaseConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/BaseEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/BaseModelChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/BaseObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/CertificateExpirationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/CertificateGroupFolderTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/CertificateGroupTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/CertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/CertificateUpdatedAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/DataTypeEncodingTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/DataTypeSystemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/DeviceFailureEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/DialogConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/DiscreteAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/EventQueueOverflowEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ExclusiveDeviationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ExclusiveLevelAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ExclusiveLimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ExclusiveLimitStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ExclusiveRateOfChangeAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/FileDirectoryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/FileTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/FiniteStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/FolderTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/GeneralModelChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/HistoricalDataConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/HistoryServerCapabilitiesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/HttpsCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/InitialStateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/LimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/MaintenanceConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ModellingRuleTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/NamespaceMetadataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/NamespacesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/NonExclusiveDeviationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/NonExclusiveLevelAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/NonExclusiveLimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/NonExclusiveRateOfChangeAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/NonTransparentNetworkRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/NonTransparentRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/OffNormalAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/OperationLimitsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ProcessConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ProgramStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ProgramTransitionAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ProgramTransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ProgressEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/RefreshEndEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/RefreshRequiredEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/RefreshStartEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/RsaMinApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/RsaSha256ApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/SemanticChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ServerCapabilitiesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ServerConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ServerDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ServerRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ServerTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/SessionDiagnosticsObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/SessionsDiagnosticsSummaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/ShelvedStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/StateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/StateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/SystemConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/SystemEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/SystemOffNormalAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/SystemStatusChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/TransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/TransitionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/TransparentRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/TripAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/TrustListTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/TrustListUpdatedAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/VendorServerInfoTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/AnalogItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/ArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/BaseDataVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/BaseVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/BuildInfoTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/ConditionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/CubeItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/DataItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/DataTypeDescriptionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/DataTypeDictionaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/DiscreteItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/FiniteStateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/FiniteTransitionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/ImageItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/MultiStateDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/MultiStateValueDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/NDimensionArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/OptionSetTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/ProgramDiagnosticTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/PropertyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/SamplingIntervalDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/SamplingIntervalDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/ServerDiagnosticsSummaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/ServerStatusTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/ServerVendorCapabilityTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/SessionDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/SessionDiagnosticsVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/SessionSecurityDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/SessionSecurityDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/StateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/SubscriptionDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/SubscriptionDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/TransitionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/TwoStateDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/TwoStateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/XYArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/YArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AcknowledgeableConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AddressSpaceFileType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AggregateConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AggregateFunctionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AlarmConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditActivateSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditAddNodesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditAddReferencesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCancelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCertificateDataMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCertificateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCertificateExpiredEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCertificateInvalidEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCertificateMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCertificateRevokedEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCertificateUntrustedEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditChannelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionAcknowledgeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionCommentEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionConfirmEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionEnableEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionRespondEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionShelvingEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCreateSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditDeleteNodesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditDeleteReferencesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryAtTimeDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryEventDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryEventUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryRawModifyDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryValueUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditNodeManagementEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditOpenSecureChannelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditProgramTransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditSecurityEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditUpdateMethodEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditUpdateStateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditUrlMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditWriteUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseModelChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseObjectType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/CertificateExpirationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/CertificateGroupFolderType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/CertificateGroupType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/CertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/CertificateUpdatedAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/DataTypeEncodingType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/DataTypeSystemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/DeviceFailureEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/DialogConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/DiscreteAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/EventQueueOverflowEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ExclusiveDeviationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ExclusiveLevelAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ExclusiveLimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ExclusiveLimitStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ExclusiveRateOfChangeAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/FileDirectoryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/FileType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/FiniteStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/FolderType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/GeneralModelChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/HistoricalDataConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/HistoryServerCapabilitiesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/HttpsCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/InitialStateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/LimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/MaintenanceConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ModellingRuleType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/NamespaceMetadataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/NamespacesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/NonExclusiveDeviationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/NonExclusiveLevelAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/NonExclusiveLimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/NonExclusiveRateOfChangeAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/NonTransparentNetworkRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/NonTransparentRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/OffNormalAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/OperationLimitsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ProcessConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ProgramStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ProgramTransitionAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ProgramTransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ProgressEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/RefreshEndEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/RefreshRequiredEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/RefreshStartEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/RsaMinApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/RsaSha256ApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/SemanticChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ServerCapabilitiesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ServerConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ServerDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ServerRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ServerType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/SessionDiagnosticsObjectType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/SessionsDiagnosticsSummaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/ShelvedStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/StateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/StateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/SystemConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/SystemEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/SystemOffNormalAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/SystemStatusChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/TransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/TransitionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/TransparentRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/TripAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/TrustListType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/TrustListUpdatedAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/VendorServerInfoType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/AnalogItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/ArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/BaseDataVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/BaseVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/BuildInfoType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/ConditionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/CubeItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/DataItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/DataTypeDescriptionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/DataTypeDictionaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/DiscreteItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/FiniteStateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/FiniteTransitionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/ImageItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/MultiStateDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/MultiStateValueDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/NDimensionArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/OptionSetType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/ProgramDiagnosticType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/PropertyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/SamplingIntervalDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/SamplingIntervalDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/ServerDiagnosticsSummaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/ServerStatusType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/ServerVendorCapabilityType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/SessionDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/SessionDiagnosticsVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/SessionSecurityDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/SessionSecurityDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/StateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/SubscriptionDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/SubscriptionDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/TransitionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/TwoStateDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/TwoStateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/XYArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/YArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/UaDataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/UaMethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/UaObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/UaObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/UaReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/UaVariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/UaVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/UaViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/session/SessionFsm.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/session/SessionFsm.SessionInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/session/SessionFsmFactory.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/BatchItemResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/BatchModifyMonitoredItems.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/BatchModifyMonitoredItems.BatchModifyParametersBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/BatchModifyMonitoredItems.ModifyMonitoredItemResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/BatchSetMonitoringMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/BatchSetMonitoringMode.SetMonitoringModeResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/EventFilterBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/ManagedDataItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/ManagedDataItem.DataValueListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/ManagedEventItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/ManagedEventItem.EventValueListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/ManagedItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/ManagedSubscription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/ManagedSubscription.ChangeListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/ManagedSubscription.StatusListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/OpcUaMonitoredItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/OpcUaSubscription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/OpcUaSubscriptionManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/config/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/config/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/config/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/session/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/session/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/session/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/VariableTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/VariableTypeManager.VariableNodeConstructor.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/SessionActivityListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/OpcUaSession.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/OpcUaClient.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/ObjectTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/ObjectTypeManager.ObjectNodeConstructor.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/NodeCache.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/DataTypeTreeSessionInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/DataTypeTreeBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/BrowseHelper.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/AddressSpace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/AddressSpace.BrowseOptions.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/class-use/AddressSpace.BrowseOptions.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/class-use/UaSession.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/class-use/UaClient.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/class-use/ServiceFaultListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/config/class-use/OpcUaClientConfigBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/config/class-use/OpcUaClientConfig.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/class-use/X509IdentityProvider.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/class-use/UsernameProvider.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/class-use/SignedIdentityToken.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/class-use/IdentityProvider.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/class-use/CompositeProvider.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/class-use/AnonymousProvider.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/class-use/ViewServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/class-use/SubscriptionServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/class-use/QueryServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/class-use/NodeManagementServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/class-use/MonitoredItemServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/class-use/MethodServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/class-use/AttributeServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/class-use/UaSubscriptionManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/class-use/UaSubscriptionManager.SubscriptionListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/class-use/UaSubscription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/class-use/UaSubscription.ItemCreationCallback.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/class-use/UaSubscription.NotificationListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/class-use/UaMonitoredItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/class-use/UaMonitoredItem.ValueConsumer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/class-use/UaMonitoredItem.EventConsumer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/class-use/UaMethodException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/class-use/UaMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/class-use/GetMonitoredItems.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/class-use/AbstractUaMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/class-use/VariableTypeInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/class-use/ObjectTypeInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/VendorServerInfoTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/TrustListUpdatedAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/TrustListTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/TripAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/TransparentRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/TransitionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/TransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/SystemStatusChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/SystemOffNormalAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/SystemEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/SystemConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/StateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/StateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ShelvedStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/SessionsDiagnosticsSummaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/SessionDiagnosticsObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ServerTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ServerRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ServerDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ServerConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ServerCapabilitiesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/SemanticChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/RsaSha256ApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/RsaMinApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/RefreshStartEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/RefreshRequiredEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/RefreshEndEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ProgressEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ProgramTransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ProgramTransitionAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ProgramStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ProcessConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/OperationLimitsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/OffNormalAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/NonTransparentRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/NonTransparentNetworkRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/NonExclusiveRateOfChangeAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/NonExclusiveLimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/NonExclusiveLevelAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/NonExclusiveDeviationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/NamespacesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/NamespaceMetadataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ModellingRuleTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/MaintenanceConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/LimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/InitialStateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/HttpsCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/HistoryServerCapabilitiesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/HistoricalDataConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/GeneralModelChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/FolderTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/FiniteStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/FileTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/FileDirectoryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ExclusiveRateOfChangeAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ExclusiveLimitStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ExclusiveLimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ExclusiveLevelAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ExclusiveDeviationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/EventQueueOverflowEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/DiscreteAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/DialogConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/DeviceFailureEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/DataTypeSystemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/DataTypeEncodingTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/CertificateUpdatedAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/CertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/CertificateGroupTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/CertificateGroupFolderTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/CertificateExpirationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/BaseObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/BaseModelChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/BaseEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/BaseConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditWriteUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditUrlMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditUpdateStateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditUpdateMethodEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditSecurityEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditProgramTransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditOpenSecureChannelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditNodeManagementEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditHistoryValueUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditHistoryUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditHistoryRawModifyDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditHistoryEventUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditHistoryEventDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditHistoryDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditHistoryAtTimeDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditDeleteReferencesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditDeleteNodesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditCreateSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditConditionShelvingEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditConditionRespondEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditConditionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditConditionEnableEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditConditionConfirmEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditConditionCommentEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditConditionAcknowledgeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditChannelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditCertificateUntrustedEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditCertificateRevokedEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditCertificateMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditCertificateInvalidEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditCertificateExpiredEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditCertificateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditCertificateDataMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditCancelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditAddReferencesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditAddNodesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AuditActivateSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/ApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AlarmConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AggregateFunctionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AggregateConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AddressSpaceFileTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/class-use/AcknowledgeableConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/YArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/XYArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/TwoStateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/TwoStateDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/TransitionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/SubscriptionDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/SubscriptionDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/StateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/SessionSecurityDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/SessionSecurityDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/SessionDiagnosticsVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/SessionDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/ServerVendorCapabilityTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/ServerStatusTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/ServerDiagnosticsSummaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/SamplingIntervalDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/SamplingIntervalDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/PropertyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/ProgramDiagnosticTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/OptionSetTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/NDimensionArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/MultiStateValueDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/MultiStateDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/ImageItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/FiniteTransitionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/FiniteStateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/DiscreteItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/DataTypeDictionaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/DataTypeDescriptionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/DataItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/CubeItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/ConditionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/BuildInfoTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/BaseVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/BaseDataVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/ArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/class-use/AnalogItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/VendorServerInfoType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/TrustListUpdatedAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/TrustListType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/TripAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/TransparentRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/TransitionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/TransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/SystemStatusChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/SystemOffNormalAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/SystemEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/SystemConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/StateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/StateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ShelvedStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/SessionsDiagnosticsSummaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/SessionDiagnosticsObjectType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ServerType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ServerRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ServerDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ServerConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ServerCapabilitiesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/SemanticChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/RsaSha256ApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/RsaMinApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/RefreshStartEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/RefreshRequiredEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/RefreshEndEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ProgressEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ProgramTransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ProgramTransitionAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ProgramStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ProcessConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/OperationLimitsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/OffNormalAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/NonTransparentRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/NonTransparentNetworkRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/NonExclusiveRateOfChangeAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/NonExclusiveLimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/NonExclusiveLevelAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/NonExclusiveDeviationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/NamespacesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/NamespaceMetadataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ModellingRuleType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/MaintenanceConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/LimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/InitialStateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/HttpsCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/HistoryServerCapabilitiesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/HistoricalDataConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/GeneralModelChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/FolderType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/FiniteStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/FileType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/FileDirectoryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ExclusiveRateOfChangeAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ExclusiveLimitStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ExclusiveLimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ExclusiveLevelAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ExclusiveDeviationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/EventQueueOverflowEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/DiscreteAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/DialogConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/DeviceFailureEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/DataTypeSystemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/DataTypeEncodingType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/CertificateUpdatedAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/CertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/CertificateGroupType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/CertificateGroupFolderType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/CertificateExpirationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/BaseObjectType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/BaseModelChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/BaseEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/BaseConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditWriteUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditUrlMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditUpdateStateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditUpdateMethodEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditSecurityEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditProgramTransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditOpenSecureChannelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditNodeManagementEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditHistoryValueUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditHistoryUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditHistoryRawModifyDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditHistoryEventUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditHistoryEventDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditHistoryDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditHistoryAtTimeDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditDeleteReferencesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditDeleteNodesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditCreateSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditConditionShelvingEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditConditionRespondEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditConditionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditConditionEnableEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditConditionConfirmEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditConditionCommentEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditConditionAcknowledgeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditChannelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditCertificateUntrustedEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditCertificateRevokedEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditCertificateMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditCertificateInvalidEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditCertificateExpiredEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditCertificateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditCertificateDataMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditCancelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditAddReferencesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditAddNodesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AuditActivateSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/ApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AlarmConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AggregateFunctionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AggregateConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AddressSpaceFileType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/class-use/AcknowledgeableConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/YArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/XYArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/TwoStateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/TwoStateDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/TransitionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/SubscriptionDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/SubscriptionDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/StateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/SessionSecurityDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/SessionSecurityDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/SessionDiagnosticsVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/SessionDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/ServerVendorCapabilityType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/ServerStatusType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/ServerDiagnosticsSummaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/SamplingIntervalDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/SamplingIntervalDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/PropertyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/ProgramDiagnosticType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/OptionSetType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/NDimensionArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/MultiStateValueDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/MultiStateDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/ImageItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/FiniteTransitionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/FiniteStateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/DiscreteItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/DataTypeDictionaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/DataTypeDescriptionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/DataItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/CubeItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/ConditionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/BuildInfoType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/BaseVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/BaseDataVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/ArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/class-use/AnalogItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/class-use/UaViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/class-use/UaVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/class-use/UaVariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/class-use/UaReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/class-use/UaObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/class-use/UaObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/class-use/UaNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/class-use/UaMethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/class-use/UaDataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/session/class-use/SessionFsmFactory.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/session/class-use/SessionFsm.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/session/class-use/SessionFsm.SessionInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/OpcUaSubscriptionManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/OpcUaSubscription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/OpcUaMonitoredItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/ManagedSubscription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/ManagedSubscription.ChangeListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/ManagedSubscription.StatusListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/ManagedItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/ManagedEventItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/ManagedEventItem.EventValueListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/ManagedDataItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/ManagedDataItem.DataValueListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/EventFilterBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/BatchSetMonitoringMode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/BatchSetMonitoringMode.SetMonitoringModeResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/BatchModifyMonitoredItems.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/BatchModifyMonitoredItems.ModifyMonitoredItemResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/BatchModifyMonitoredItems.BatchModifyParametersBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/class-use/BatchItemResult.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/config/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/identity/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/services/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/api/subscriptions/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/methods/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/objects/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/nodes/variables/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/objects/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/model/types/variables/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/nodes/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/session/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/org/eclipse/milo/opcua/sdk/client/subscriptions/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java:337: warning: no @return [WARNING] public DataTypeManager getStaticDataTypeManager() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java:344: warning: no @return [WARNING] public DataTypeManager getDynamicDataTypeManager() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java:351: warning: no @return [WARNING] public SerializationContext getStaticSerializationContext() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java:358: warning: no @return [WARNING] public SerializationContext getDynamicSerializationContext() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/api/UaClient.java:71: warning: no @param for [WARNING] CompletableFuture sendRequest(UaRequestMessage request); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/SessionActivityListener.java:23: warning: no @param for session [WARNING] default void onSessionActive(UaSession session) {} [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/SessionActivityListener.java:31: warning: no @param for session [WARNING] default void onSessionInactive(UaSession session) {} [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/api/identity/IdentityProvider.java:27: warning: no @param for serverNonce [WARNING] SignedIdentityToken getIdentityToken(EndpointDescription endpoint, ByteString serverNonce) throws Exception; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/api/identity/IdentityProvider.java:27: warning: no @throws for java.lang.Exception [WARNING] SignedIdentityToken getIdentityToken(EndpointDescription endpoint, ByteString serverNonce) throws Exception; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AcknowledgeableConditionType.java:136: warning: no @param for ackedState [WARNING] CompletableFuture writeAckedStateAsync(LocalizedText ackedState); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AcknowledgeableConditionType.java:209: warning: no @param for confirmedState [WARNING] CompletableFuture writeConfirmedStateAsync(LocalizedText confirmedState); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.java:118: warning: no @param for conditionClassId [WARNING] CompletableFuture writeConditionClassIdAsync(NodeId conditionClassId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.java:191: warning: no @param for conditionClassName [WARNING] CompletableFuture writeConditionClassNameAsync(LocalizedText conditionClassName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.java:264: warning: no @param for conditionName [WARNING] CompletableFuture writeConditionNameAsync(String conditionName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.java:337: warning: no @param for branchId [WARNING] CompletableFuture writeBranchIdAsync(NodeId branchId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.java:410: warning: no @param for retain [WARNING] CompletableFuture writeRetainAsync(Boolean retain); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.java:483: warning: no @param for clientUserId [WARNING] CompletableFuture writeClientUserIdAsync(String clientUserId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.java:556: warning: no @param for enabledState [WARNING] CompletableFuture writeEnabledStateAsync(LocalizedText enabledState); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.java:629: warning: no @param for quality [WARNING] CompletableFuture writeQualityAsync(StatusCode quality); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.java:702: warning: no @param for lastSeverity [WARNING] CompletableFuture writeLastSeverityAsync(UShort lastSeverity); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/ConditionType.java:775: warning: no @param for comment [WARNING] CompletableFuture writeCommentAsync(LocalizedText comment); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseEventType.java:143: warning: no @param for eventId [WARNING] CompletableFuture writeEventIdAsync(ByteString eventId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseEventType.java:216: warning: no @param for eventType [WARNING] CompletableFuture writeEventTypeAsync(NodeId eventType); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseEventType.java:289: warning: no @param for sourceNode [WARNING] CompletableFuture writeSourceNodeAsync(NodeId sourceNode); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseEventType.java:362: warning: no @param for sourceName [WARNING] CompletableFuture writeSourceNameAsync(String sourceName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseEventType.java:435: warning: no @param for time [WARNING] CompletableFuture writeTimeAsync(DateTime time); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseEventType.java:508: warning: no @param for receiveTime [WARNING] CompletableFuture writeReceiveTimeAsync(DateTime receiveTime); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseEventType.java:581: warning: no @param for localTime [WARNING] CompletableFuture writeLocalTimeAsync(TimeZoneDataType localTime); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseEventType.java:654: warning: no @param for message [WARNING] CompletableFuture writeMessageAsync(LocalizedText message); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/BaseEventType.java:727: warning: no @param for severity [WARNING] CompletableFuture writeSeverityAsync(UShort severity); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.java:591: warning: no @param for attributeId [WARNING] public CompletableFuture readAttributeAsync(AttributeId attributeId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.java:614: warning: no @param for attributeId [WARNING] public CompletableFuture writeAttributeAsync(AttributeId attributeId, DataValue value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.java:614: warning: no @param for value [WARNING] public CompletableFuture writeAttributeAsync(AttributeId attributeId, DataValue value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.java:742: warning: no @return [WARNING] public List refresh(Set attributeIds) throws UaException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.java:754: warning: no @param for attributeIds [WARNING] public CompletableFuture> refreshAsync(Set attributeIds) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.java:754: warning: no @return [WARNING] public CompletableFuture> refreshAsync(Set attributeIds) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.java:802: warning: no @return [WARNING] public List synchronize(Set attributeIds) throws UaException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.java:814: warning: no @param for attributeIds [WARNING] public CompletableFuture> synchronizeAsync(Set attributeIds) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.java:814: warning: no @return [WARNING] public CompletableFuture> synchronizeAsync(Set attributeIds) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/nodes/UaNode.java:1111: warning: no @param for [WARNING] protected T cast(Object o, Class clazz) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/FileType.java:107: warning: no @param for size [WARNING] CompletableFuture writeSizeAsync(ULong size); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/FileType.java:180: warning: no @param for writable [WARNING] CompletableFuture writeWritableAsync(Boolean writable); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/FileType.java:253: warning: no @param for userWritable [WARNING] CompletableFuture writeUserWritableAsync(Boolean userWritable); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/FileType.java:326: warning: no @param for openCount [WARNING] CompletableFuture writeOpenCountAsync(UShort openCount); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/FileType.java:399: warning: no @param for mimeType [WARNING] CompletableFuture writeMimeTypeAsync(String mimeType); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AggregateConfigurationType.java:98: warning: no @param for treatUncertainAsBad [WARNING] CompletableFuture writeTreatUncertainAsBadAsync(Boolean treatUncertainAsBad); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AggregateConfigurationType.java:171: warning: no @param for percentDataBad [WARNING] CompletableFuture writePercentDataBadAsync(UByte percentDataBad); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AggregateConfigurationType.java:244: warning: no @param for percentDataGood [WARNING] CompletableFuture writePercentDataGoodAsync(UByte percentDataGood); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AggregateConfigurationType.java:317: warning: no @param for useSlopedExtrapolation [WARNING] CompletableFuture writeUseSlopedExtrapolationAsync(Boolean useSlopedExtrapolation); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AlarmConditionType.java:92: warning: no @param for inputNode [WARNING] CompletableFuture writeInputNodeAsync(NodeId inputNode); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AlarmConditionType.java:165: warning: no @param for suppressedOrShelved [WARNING] CompletableFuture writeSuppressedOrShelvedAsync(Boolean suppressedOrShelved); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AlarmConditionType.java:238: warning: no @param for maxTimeShelved [WARNING] CompletableFuture writeMaxTimeShelvedAsync(Double maxTimeShelved); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AlarmConditionType.java:384: warning: no @param for activeState [WARNING] CompletableFuture writeActiveStateAsync(LocalizedText activeState); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AlarmConditionType.java:457: warning: no @param for suppressedState [WARNING] CompletableFuture writeSuppressedStateAsync(LocalizedText suppressedState); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditActivateSessionEventType.java:93: warning: no @param for clientSoftwareCertificates [WARNING] CompletableFuture writeClientSoftwareCertificatesAsync( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditActivateSessionEventType.java:167: warning: no @param for userIdentityToken [WARNING] CompletableFuture writeUserIdentityTokenAsync(UserIdentityToken userIdentityToken); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditActivateSessionEventType.java:240: warning: no @param for secureChannelId [WARNING] CompletableFuture writeSecureChannelIdAsync(String secureChannelId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditSessionEventType.java:74: warning: no @param for sessionId [WARNING] CompletableFuture writeSessionIdAsync(NodeId sessionId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditEventType.java:106: warning: no @param for actionTimeStamp [WARNING] CompletableFuture writeActionTimeStampAsync(DateTime actionTimeStamp); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditEventType.java:179: warning: no @param for status [WARNING] CompletableFuture writeStatusAsync(Boolean status); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditEventType.java:252: warning: no @param for serverId [WARNING] CompletableFuture writeServerIdAsync(String serverId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditEventType.java:325: warning: no @param for clientAuditEntryId [WARNING] CompletableFuture writeClientAuditEntryIdAsync(String clientAuditEntryId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditEventType.java:398: warning: no @param for clientUserId [WARNING] CompletableFuture writeClientUserIdAsync(String clientUserId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditAddNodesEventType.java:74: warning: no @param for nodesToAdd [WARNING] CompletableFuture writeNodesToAddAsync(AddNodesItem[] nodesToAdd); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditAddReferencesEventType.java:74: warning: no @param for referencesToAdd [WARNING] CompletableFuture writeReferencesToAddAsync(AddReferencesItem[] referencesToAdd); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCancelEventType.java:74: warning: no @param for requestHandle [WARNING] CompletableFuture writeRequestHandleAsync(UInteger requestHandle); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCertificateDataMismatchEventType.java:81: warning: no @param for invalidHostname [WARNING] CompletableFuture writeInvalidHostnameAsync(String invalidHostname); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCertificateDataMismatchEventType.java:154: warning: no @param for invalidUri [WARNING] CompletableFuture writeInvalidUriAsync(String invalidUri); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCertificateEventType.java:74: warning: no @param for certificate [WARNING] CompletableFuture writeCertificateAsync(ByteString certificate); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditChannelEventType.java:73: warning: no @param for secureChannelId [WARNING] CompletableFuture writeSecureChannelIdAsync(String secureChannelId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionAcknowledgeEventType.java:83: warning: no @param for conditionEventId [WARNING] CompletableFuture writeConditionEventIdAsync(ByteString conditionEventId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionAcknowledgeEventType.java:156: warning: no @param for comment [WARNING] CompletableFuture writeCommentAsync(LocalizedText comment); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditUpdateMethodEventType.java:82: warning: no @param for methodId [WARNING] CompletableFuture writeMethodIdAsync(NodeId methodId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditUpdateMethodEventType.java:155: warning: no @param for inputArguments [WARNING] CompletableFuture writeInputArgumentsAsync(Object[] inputArguments); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionCommentEventType.java:83: warning: no @param for conditionEventId [WARNING] CompletableFuture writeConditionEventIdAsync(ByteString conditionEventId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionCommentEventType.java:156: warning: no @param for comment [WARNING] CompletableFuture writeCommentAsync(LocalizedText comment); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionConfirmEventType.java:83: warning: no @param for conditionEventId [WARNING] CompletableFuture writeConditionEventIdAsync(ByteString conditionEventId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionConfirmEventType.java:156: warning: no @param for comment [WARNING] CompletableFuture writeCommentAsync(LocalizedText comment); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionRespondEventType.java:73: warning: no @param for selectedResponse [WARNING] CompletableFuture writeSelectedResponseAsync(Integer selectedResponse); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditConditionShelvingEventType.java:73: warning: no @param for shelvingTime [WARNING] CompletableFuture writeShelvingTimeAsync(Double shelvingTime); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCreateSessionEventType.java:98: warning: no @param for secureChannelId [WARNING] CompletableFuture writeSecureChannelIdAsync(String secureChannelId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCreateSessionEventType.java:171: warning: no @param for clientCertificate [WARNING] CompletableFuture writeClientCertificateAsync(ByteString clientCertificate); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCreateSessionEventType.java:244: warning: no @param for clientCertificateThumbprint [WARNING] CompletableFuture writeClientCertificateThumbprintAsync( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditCreateSessionEventType.java:318: warning: no @param for revisedSessionTimeout [WARNING] CompletableFuture writeRevisedSessionTimeoutAsync(Double revisedSessionTimeout); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditDeleteNodesEventType.java:74: warning: no @param for nodesToDelete [WARNING] CompletableFuture writeNodesToDeleteAsync(DeleteNodesItem[] nodesToDelete); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditDeleteReferencesEventType.java:74: warning: no @param for referencesToDelete [WARNING] CompletableFuture writeReferencesToDeleteAsync( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryAtTimeDeleteEventType.java:83: warning: no @param for reqTimes [WARNING] CompletableFuture writeReqTimesAsync(DateTime[] reqTimes); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryAtTimeDeleteEventType.java:156: warning: no @param for oldValues [WARNING] CompletableFuture writeOldValuesAsync(DataValue[] oldValues); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryDeleteEventType.java:74: warning: no @param for updatedNode [WARNING] CompletableFuture writeUpdatedNodeAsync(NodeId updatedNode); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryUpdateEventType.java:74: warning: no @param for parameterDataTypeId [WARNING] CompletableFuture writeParameterDataTypeIdAsync(NodeId parameterDataTypeId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryEventDeleteEventType.java:83: warning: no @param for eventIds [WARNING] CompletableFuture writeEventIdsAsync(ByteString[] eventIds); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryEventDeleteEventType.java:156: warning: no @param for oldValues [WARNING] CompletableFuture writeOldValuesAsync(HistoryEventFieldList oldValues); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryEventUpdateEventType.java:109: warning: no @param for updatedNode [WARNING] CompletableFuture writeUpdatedNodeAsync(NodeId updatedNode); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryEventUpdateEventType.java:182: warning: no @param for performInsertReplace [WARNING] CompletableFuture writePerformInsertReplaceAsync( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryEventUpdateEventType.java:256: warning: no @param for filter [WARNING] CompletableFuture writeFilterAsync(EventFilter filter); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryEventUpdateEventType.java:329: warning: no @param for newValues [WARNING] CompletableFuture writeNewValuesAsync(HistoryEventFieldList[] newValues); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryEventUpdateEventType.java:402: warning: no @param for oldValues [WARNING] CompletableFuture writeOldValuesAsync(HistoryEventFieldList[] oldValues); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryRawModifyDeleteEventType.java:99: warning: no @param for isDeleteModified [WARNING] CompletableFuture writeIsDeleteModifiedAsync(Boolean isDeleteModified); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryRawModifyDeleteEventType.java:172: warning: no @param for startTime [WARNING] CompletableFuture writeStartTimeAsync(DateTime startTime); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/model/types/objects/AuditHistoryRawModifyDeleteEventType.java:245: warning: no @param for endTime [WARNING] CompletableFuture writeEndTimeAsync(DateTime endTime); [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ sdk-client --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-client/0.6.13-SNAPSHOT/sdk-client-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-client/0.6.13-SNAPSHOT/sdk-client-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-client/0.6.13-SNAPSHOT/sdk-client-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-client/0.6.13-SNAPSHOT/sdk-client-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-client --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 377 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-client --- [WARNING] Manifest org.eclipse.milo:sdk-client:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-client --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ sdk-client --- [WARNING] artifact org.eclipse.milo:sdk-client:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ sdk-client --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:sdk-client:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ sdk-client --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-client/0.6.13-SNAPSHOT/sdk-client-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-client/0.6.13-SNAPSHOT/sdk-client-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-client/0.6.13-SNAPSHOT/sdk-client-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-client/0.6.13-SNAPSHOT/sdk-client-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ sdk-client --- [INFO] [INFO] ---------------------< org.eclipse.milo:bsd-core >---------------------- [INFO] Building bsd-core 0.6.13-SNAPSHOT [9/22] [INFO] from opc-ua-stack/bsd-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ bsd-core --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-core --- [INFO] [INFO] --- jaxb2:0.14.0:generate (default) @ bsd-core --- [INFO] Sources are not up-to-date, XJC will be executed. [INFO] Episode file [/home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/META-INF/sun-jaxb.episode] was augmented with if-exists="true" attributes. [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-core --- [WARNING] Manifest org.eclipse.milo:bsd-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-core --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ bsd-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ bsd-core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.opcfoundation.opcua.binaryschema... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/ByteOrder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/Documentation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/EnumeratedType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/EnumeratedValue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/FieldType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/ImportDirective.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/ObjectFactory.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/OpaqueType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/StructuredType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/SwitchOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/TypeDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/TypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/TypeDictionary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/TypeDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/SwitchOperand.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/StructuredType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/OpaqueType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/ObjectFactory.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/ImportDirective.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/FieldType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/EnumeratedValue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/EnumeratedType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/Documentation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/class-use/ByteOrder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/org/opcfoundation/opcua/binaryschema/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/apidocs/help-doc.html... 16 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/ByteOrder.java:20: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/Documentation.java:81: warning: no @return [WARNING] public List getContent() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/EnumeratedType.java:72: warning: no @return [WARNING] public List getEnumeratedValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/ObjectFactory.java:43: warning: no @return [WARNING] public Documentation createDocumentation() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/ObjectFactory.java:51: warning: no @return [WARNING] public TypeDictionary createTypeDictionary() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/ObjectFactory.java:59: warning: no @return [WARNING] public ImportDirective createImportDirective() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/ObjectFactory.java:67: warning: no @return [WARNING] public OpaqueType createOpaqueType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/ObjectFactory.java:75: warning: no @return [WARNING] public EnumeratedType createEnumeratedType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/ObjectFactory.java:83: warning: no @return [WARNING] public StructuredType createStructuredType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/ObjectFactory.java:91: warning: no @return [WARNING] public TypeDescription createTypeDescription() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/ObjectFactory.java:99: warning: no @return [WARNING] public EnumeratedValue createEnumeratedValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/ObjectFactory.java:107: warning: no @return [WARNING] public FieldType createFieldType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/StructuredType.java:72: warning: no @return [WARNING] public List getField() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/SwitchOperand.java:20: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/TypeDictionary.java:126: warning: no @return [WARNING] public List getImport() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/org/opcfoundation/opcua/binaryschema/TypeDictionary.java:157: warning: no @return [WARNING] public List getOpaqueTypeOrEnumeratedTypeOrStructuredType() { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-core --- [INFO] No tests to run. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ bsd-core --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-core/0.6.13-SNAPSHOT/bsd-core-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-core/0.6.13-SNAPSHOT/bsd-core-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-core/0.6.13-SNAPSHOT/bsd-core-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-core/0.6.13-SNAPSHOT/bsd-core-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-core --- [INFO] [INFO] --- jaxb2:0.14.0:generate (default) @ bsd-core --- [INFO] Latest timestamp of the source resources is [2024-04-17 17:03:56.000], earliest timestamp of the target resources is [2024-04-17 17:05:53.000]. [INFO] Sources are up-to-date, XJC will be skipped. [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-core --- [WARNING] Manifest org.eclipse.milo:bsd-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-core --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ bsd-core --- [WARNING] artifact org.eclipse.milo:bsd-core:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ bsd-core --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:bsd-core:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-core --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ bsd-core --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-core/0.6.13-SNAPSHOT/bsd-core-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-core/0.6.13-SNAPSHOT/bsd-core-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-core/0.6.13-SNAPSHOT/bsd-core-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-core/0.6.13-SNAPSHOT/bsd-core-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ bsd-core --- [INFO] [INFO] --------------------< org.eclipse.milo:bsd-parser >--------------------- [INFO] Building bsd-parser 0.6.13-SNAPSHOT [10/22] [INFO] from opc-ua-stack/bsd-parser/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ bsd-parser --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-parser --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-parser --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-parser --- [WARNING] Manifest org.eclipse.milo:bsd-parser:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-parser --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite --- assertRoundTrip Type: ArrayContainer --- originalValue: Struct{name=ArrayContainer, members={IntArray=Member{name=IntArray, value=[1, 2, 3]}, BitField=Member{name=BitField, value=143}, StringArray=Member{name=StringArray, value=[hello, world]}}} encodedValue: 030000000100000002000000030000008f020000000500000068656c6c6f05000000776f726c64 decodedValue: Struct{name=ArrayContainer, members={IntArray=Member{name=IntArray, value=[1, 2, 3]}, BitField=Member{name=BitField, value=143}, StringArray=Member{name=StringArray, value=[hello, world]}}} --- assertRoundTrip Type: Foo --- originalValue: Struct{name=Foo, members={Bar=Member{name=Bar, value=0}, Baz=Member{name=Baz, value=hello}}} encodedValue: 000000000500000068656c6c6f decodedValue: Struct{name=Foo, members={Bar=Member{name=Bar, value=0}, Baz=Member{name=Baz, value=hello}}} --- assertRoundTrip Type: ProfilePointStruct --- originalValue: Struct{name=ProfilePointStruct, members={rangeXSpecified=Member{name=rangeXSpecified, value=1}, rangeYSpecified=Member{name=rangeYSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, x=Member{name=x, value=1.0}, y=Member{name=y, value=2.0}, rangeX=Member{name=rangeX, value=Range(low=3.0, high=4.0)}}} encodedValue: 01000000000000000000f03f000000000000004000000000000008400000000000001040 decodedValue: Struct{name=ProfilePointStruct, members={rangeXSpecified=Member{name=rangeXSpecified, value=1}, rangeYSpecified=Member{name=rangeYSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, x=Member{name=x, value=1.0}, y=Member{name=y, value=2.0}, rangeX=Member{name=rangeX, value=Range(low=3.0, high=4.0)}}} --- assertRoundTrip Type: Optionals --- originalValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=1}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}, OptionalString=Member{name=OptionalString, value=hello}}} encodedValue: 03000000000000000500000068656c6c6f decodedValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=1}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}, OptionalString=Member{name=OptionalString, value=hello}}} --- assertRoundTrip Type: Optionals --- originalValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}}} encodedValue: 00000000 decodedValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}}} --- assertRoundTrip Type: Optionals --- originalValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}}} encodedValue: 0100000000000000 decodedValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}}} [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.228 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-parser --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ bsd-parser --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ bsd-parser --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.binaryschema... Loading source files for package org.eclipse.milo.opcua.binaryschema.parser... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/AbstractCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/GenericBsdParser.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/GenericEnumCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/GenericStructCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/Struct.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/Struct.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/Struct.Member.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/parser/BsdParser.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/parser/CodecDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/parser/DictionaryDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/parser/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/parser/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/parser/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/class-use/Struct.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/class-use/Struct.Member.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/class-use/Struct.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/class-use/GenericStructCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/class-use/GenericEnumCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/class-use/GenericBsdParser.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/class-use/AbstractCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/parser/class-use/DictionaryDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/parser/class-use/CodecDescription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/parser/class-use/BsdParser.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/org/eclipse/milo/opcua/binaryschema/parser/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ bsd-parser --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-tests.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-parser --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ bsd-parser --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser/0.6.13-SNAPSHOT/bsd-parser-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser/0.6.13-SNAPSHOT/bsd-parser-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser/0.6.13-SNAPSHOT/bsd-parser-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser/0.6.13-SNAPSHOT/bsd-parser-0.6.13-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser/0.6.13-SNAPSHOT/bsd-parser-0.6.13-SNAPSHOT-tests.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-parser --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-parser --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-parser --- [WARNING] Manifest org.eclipse.milo:bsd-parser:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-parser --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-parser --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ bsd-parser --- [WARNING] artifact org.eclipse.milo:bsd-parser:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ bsd-parser --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:bsd-parser:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ bsd-parser --- [WARNING] artifact org.eclipse.milo:bsd-parser:test-jar:tests:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-parser --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ bsd-parser --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser/0.6.13-SNAPSHOT/bsd-parser-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser/0.6.13-SNAPSHOT/bsd-parser-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser/0.6.13-SNAPSHOT/bsd-parser-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser/0.6.13-SNAPSHOT/bsd-parser-0.6.13-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser/0.6.13-SNAPSHOT/bsd-parser-0.6.13-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ bsd-parser --- [INFO] [INFO] -----------------< org.eclipse.milo:dictionary-reader >----------------- [INFO] Building dictionary-reader 0.6.13-SNAPSHOT [11/22] [INFO] from opc-ua-sdk/dictionary-reader/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ dictionary-reader --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ dictionary-reader --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ dictionary-reader --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ dictionary-reader --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ dictionary-reader --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ dictionary-reader --- [WARNING] Manifest org.eclipse.milo:dictionary-reader:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ dictionary-reader --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ dictionary-reader --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ dictionary-reader --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.client.dtd.DataTypeDictionaryReaderTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. fragmentSize=1 dictionarySize=1 fragmentSize=1 dictionarySize=2 fragmentSize=1 dictionarySize=1024 fragmentSize=1 dictionarySize=1025 fragmentSize=1 dictionarySize=2048 fragmentSize=1 dictionarySize=2049 fragmentSize=1 dictionarySize=4096 fragmentSize=1 dictionarySize=4097 fragmentSize=1 dictionarySize=8192 fragmentSize=1 dictionarySize=8193 fragmentSize=2 dictionarySize=1 fragmentSize=2 dictionarySize=2 fragmentSize=2 dictionarySize=1024 fragmentSize=2 dictionarySize=1025 fragmentSize=2 dictionarySize=2048 fragmentSize=2 dictionarySize=2049 fragmentSize=2 dictionarySize=4096 fragmentSize=2 dictionarySize=4097 fragmentSize=2 dictionarySize=8192 fragmentSize=2 dictionarySize=8193 fragmentSize=1024 dictionarySize=1 fragmentSize=1024 dictionarySize=2 fragmentSize=1024 dictionarySize=1024 fragmentSize=1024 dictionarySize=1025 fragmentSize=1024 dictionarySize=2048 fragmentSize=1024 dictionarySize=2049 fragmentSize=1024 dictionarySize=4096 fragmentSize=1024 dictionarySize=4097 fragmentSize=1024 dictionarySize=8192 fragmentSize=1024 dictionarySize=8193 fragmentSize=2048 dictionarySize=1 fragmentSize=2048 dictionarySize=2 fragmentSize=2048 dictionarySize=1024 fragmentSize=2048 dictionarySize=1025 fragmentSize=2048 dictionarySize=2048 fragmentSize=2048 dictionarySize=2049 fragmentSize=2048 dictionarySize=4096 fragmentSize=2048 dictionarySize=4097 fragmentSize=2048 dictionarySize=8192 fragmentSize=2048 dictionarySize=8193 fragmentSize=4096 dictionarySize=1 fragmentSize=4096 dictionarySize=2 fragmentSize=4096 dictionarySize=1024 fragmentSize=4096 dictionarySize=1025 fragmentSize=4096 dictionarySize=2048 fragmentSize=4096 dictionarySize=2049 fragmentSize=4096 dictionarySize=4096 fragmentSize=4096 dictionarySize=4097 fragmentSize=4096 dictionarySize=8192 fragmentSize=4096 dictionarySize=8193 fragmentSize=8192 dictionarySize=1 fragmentSize=8192 dictionarySize=2 fragmentSize=8192 dictionarySize=1024 fragmentSize=8192 dictionarySize=1025 fragmentSize=8192 dictionarySize=2048 fragmentSize=8192 dictionarySize=2049 fragmentSize=8192 dictionarySize=4096 fragmentSize=8192 dictionarySize=4097 fragmentSize=8192 dictionarySize=8192 fragmentSize=8192 dictionarySize=8193 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.747 s - in org.eclipse.milo.opcua.sdk.client.dtd.DataTypeDictionaryReaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ dictionary-reader --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ dictionary-reader --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ dictionary-reader --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.sdk.client.dtd... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/org/eclipse/milo/opcua/sdk/client/dtd/DataTypeDictionaryReader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/org/eclipse/milo/opcua/sdk/client/dtd/DataTypeDictionarySessionInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/org/eclipse/milo/opcua/sdk/client/dtd/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/org/eclipse/milo/opcua/sdk/client/dtd/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/org/eclipse/milo/opcua/sdk/client/dtd/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/org/eclipse/milo/opcua/sdk/client/dtd/class-use/DataTypeDictionarySessionInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/org/eclipse/milo/opcua/sdk/client/dtd/class-use/DataTypeDictionaryReader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/org/eclipse/milo/opcua/sdk/client/dtd/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ dictionary-reader --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-reader/0.6.13-SNAPSHOT/dictionary-reader-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-reader/0.6.13-SNAPSHOT/dictionary-reader-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-reader/0.6.13-SNAPSHOT/dictionary-reader-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-reader/0.6.13-SNAPSHOT/dictionary-reader-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ dictionary-reader --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ dictionary-reader --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ dictionary-reader --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ dictionary-reader --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ dictionary-reader --- [WARNING] Manifest org.eclipse.milo:dictionary-reader:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ dictionary-reader --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ dictionary-reader --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ dictionary-reader --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ dictionary-reader --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ dictionary-reader --- [WARNING] artifact org.eclipse.milo:dictionary-reader:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ dictionary-reader --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:dictionary-reader:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ dictionary-reader --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-reader/0.6.13-SNAPSHOT/dictionary-reader-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-reader/0.6.13-SNAPSHOT/dictionary-reader-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-reader/0.6.13-SNAPSHOT/dictionary-reader-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-reader/0.6.13-SNAPSHOT/dictionary-reader-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ dictionary-reader --- [INFO] [INFO] -------------------< org.eclipse.milo:stack-server >-------------------- [INFO] Building stack-server 0.6.13-SNAPSHOT [12/22] [INFO] from opc-ua-stack/stack-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ stack-server --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-server --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-server --- [WARNING] Manifest org.eclipse.milo:stack-server:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-server --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ stack-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ stack-server --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.stack.server... Loading source files for package org.eclipse.milo.opcua.stack.server.security... Loading source files for package org.eclipse.milo.opcua.stack.server.services... Loading source files for package org.eclipse.milo.opcua.stack.server.transport... Loading source files for package org.eclipse.milo.opcua.stack.server.transport.http... Loading source files for package org.eclipse.milo.opcua.stack.server.transport.tcp... Loading source files for package org.eclipse.milo.opcua.stack.server.transport.uasc... Loading source files for package org.eclipse.milo.opcua.stack.server.transport.websocket... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/EndpointConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/EndpointConfiguration.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/UaStackServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/UaStackServerConfigBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/DefaultServerCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/ServerCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/AttributeHistoryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/AttributeServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/DiscoveryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/MethodServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/MonitoredItemServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/NodeManagementServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/QueryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/ServiceRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/ServiceRequestHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/ServiceResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/SessionServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/SubscriptionServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/ViewServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/RateLimitingHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/ServerChannelManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/OpcServerHttpChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/OpcServerHttpRequestHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/OpcServerTcpChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/UascServerAsymmetricHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/UascServerHelloHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/UascServerSymmetricHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/OpcServerWebSocketFrameHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/class-use/UaStackServerConfigBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/class-use/UaStackServerConfig.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/class-use/UaStackServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/class-use/EndpointConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/class-use/EndpointConfiguration.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/class-use/ServerCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/class-use/DefaultServerCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/ViewServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/SubscriptionServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/SessionServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/ServiceResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/ServiceRequestHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/ServiceRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/QueryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/NodeManagementServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/MonitoredItemServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/MethodServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/DiscoveryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/AttributeServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/AttributeHistoryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/class-use/ServerChannelManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/class-use/RateLimitingHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/class-use/OpcServerHttpRequestHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/class-use/OpcServerHttpChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/class-use/OpcServerTcpChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/class-use/UascServerSymmetricHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/class-use/UascServerHelloHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/class-use/UascServerAsymmetricHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/class-use/OpcServerWebSocketFrameHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/help-doc.html... 4 errors [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:37: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:46: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:48: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:57: error: self-closing element not allowed *

^ Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 - /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:37: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:46: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:48: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:57: error: self-closing element not allowed *

^ Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5861) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5737) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2176) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:199) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1935) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-server --- [INFO] No tests to run. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ stack-server --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-server/0.6.13-SNAPSHOT/stack-server-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-server/0.6.13-SNAPSHOT/stack-server-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-server/0.6.13-SNAPSHOT/stack-server-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-server/0.6.13-SNAPSHOT/stack-server-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-server --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-server --- [WARNING] Manifest org.eclipse.milo:stack-server:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-server --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ stack-server --- [WARNING] artifact org.eclipse.milo:stack-server:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ stack-server --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.stack.server... Loading source files for package org.eclipse.milo.opcua.stack.server.security... Loading source files for package org.eclipse.milo.opcua.stack.server.services... Loading source files for package org.eclipse.milo.opcua.stack.server.transport... Loading source files for package org.eclipse.milo.opcua.stack.server.transport.http... Loading source files for package org.eclipse.milo.opcua.stack.server.transport.tcp... Loading source files for package org.eclipse.milo.opcua.stack.server.transport.uasc... Loading source files for package org.eclipse.milo.opcua.stack.server.transport.websocket... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/EndpointConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/EndpointConfiguration.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/UaStackServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/UaStackServerConfigBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/DefaultServerCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/ServerCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/AttributeHistoryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/AttributeServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/DiscoveryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/MethodServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/MonitoredItemServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/NodeManagementServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/QueryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/ServiceRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/ServiceRequestHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/ServiceResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/SessionServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/SubscriptionServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/ViewServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/RateLimitingHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/ServerChannelManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/OpcServerHttpChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/OpcServerHttpRequestHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/OpcServerTcpChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/UascServerAsymmetricHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/UascServerHelloHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/UascServerSymmetricHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/OpcServerWebSocketFrameHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/class-use/UaStackServerConfigBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/class-use/UaStackServerConfig.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/class-use/UaStackServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/class-use/EndpointConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/class-use/EndpointConfiguration.Builder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/class-use/ServerCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/class-use/DefaultServerCertificateValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/ViewServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/SubscriptionServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/SessionServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/ServiceResponse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/ServiceRequestHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/ServiceRequest.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/QueryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/NodeManagementServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/MonitoredItemServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/MethodServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/DiscoveryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/AttributeServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/class-use/AttributeHistoryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/class-use/ServerChannelManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/class-use/RateLimitingHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/class-use/OpcServerHttpRequestHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/class-use/OpcServerHttpChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/class-use/OpcServerTcpChannelInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/class-use/UascServerSymmetricHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/class-use/UascServerHelloHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/class-use/UascServerAsymmetricHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/class-use/OpcServerWebSocketFrameHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/security/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/services/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/http/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/tcp/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/uasc/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/org/eclipse/milo/opcua/stack/server/transport/websocket/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs/help-doc.html... 4 errors [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:37: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:46: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:48: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:57: error: self-closing element not allowed *

^ Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 - /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:37: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:46: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:48: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/UaStackServerConfig.java:57: error: self-closing element not allowed *

^ Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5861) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5737) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2176) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:199) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1935) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:stack-server:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-server --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ stack-server --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-server/0.6.13-SNAPSHOT/stack-server-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-server/0.6.13-SNAPSHOT/stack-server-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-server/0.6.13-SNAPSHOT/stack-server-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-server/0.6.13-SNAPSHOT/stack-server-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ stack-server --- [INFO] [INFO] -------------------< org.eclipse.milo:bsd-generator >------------------- [INFO] Building bsd-generator 0.6.13-SNAPSHOT [13/22] [INFO] from opc-ua-stack/bsd-generator/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ bsd-generator --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-generator --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-generator --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-generator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-generator --- [WARNING] Manifest org.eclipse.milo:bsd-generator:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-generator --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-generator --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-generator --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ bsd-generator --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ bsd-generator --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.binaryschema.generator... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/org/eclipse/milo/opcua/binaryschema/generator/DataTypeDictionaryGenerator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/org/eclipse/milo/opcua/binaryschema/generator/DataTypeDictionaryGenerator.DataTypeLocation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/org/eclipse/milo/opcua/binaryschema/generator/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/org/eclipse/milo/opcua/binaryschema/generator/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/org/eclipse/milo/opcua/binaryschema/generator/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/org/eclipse/milo/opcua/binaryschema/generator/class-use/DataTypeDictionaryGenerator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/org/eclipse/milo/opcua/binaryschema/generator/class-use/DataTypeDictionaryGenerator.DataTypeLocation.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/org/eclipse/milo/opcua/binaryschema/generator/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-generator --- [INFO] No tests to run. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ bsd-generator --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-generator/0.6.13-SNAPSHOT/bsd-generator-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-generator/0.6.13-SNAPSHOT/bsd-generator-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-generator/0.6.13-SNAPSHOT/bsd-generator-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-generator/0.6.13-SNAPSHOT/bsd-generator-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-generator --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-generator --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-generator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-generator --- [WARNING] Manifest org.eclipse.milo:bsd-generator:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-generator --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-generator --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-generator --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ bsd-generator --- [WARNING] artifact org.eclipse.milo:bsd-generator:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ bsd-generator --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:bsd-generator:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-generator --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ bsd-generator --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-generator/0.6.13-SNAPSHOT/bsd-generator-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-generator/0.6.13-SNAPSHOT/bsd-generator-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-generator/0.6.13-SNAPSHOT/bsd-generator-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-generator/0.6.13-SNAPSHOT/bsd-generator-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ bsd-generator --- [INFO] [INFO] --------------------< org.eclipse.milo:sdk-server >--------------------- [INFO] Building sdk-server 0.6.13-SNAPSHOT [14/22] [INFO] from opc-ua-sdk/sdk-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ sdk-server --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-server --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 558 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-server --- [WARNING] Manifest org.eclipse.milo:sdk-server:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/api/config/OpcUaServerConfigTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/api/config/OpcUaServerConfigTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-server --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Java version: 1.8.0_202 [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Stack version: 0.6.13-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.6.13-SNAPSHOT Float -> Boolean [EXPLICIT] fromValue=0.0 targetValue=false fromValue=1.0 targetValue=true Float -> SByte [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=-128.0 targetValue=-128 fromValue=127.0 targetValue=127 fromValue=-129.0 targetValue=null fromValue=128.0 targetValue=null Float -> Byte [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.0 targetValue=0 fromValue=255.0 targetValue=255 fromValue=-1.0 targetValue=null fromValue=256.0 targetValue=null Float -> Int16 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=-32768.0 targetValue=-32768 fromValue=32767.0 targetValue=32767 fromValue=-32769.0 targetValue=null fromValue=32768.0 targetValue=null Float -> UInt16 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=0.0 targetValue=0 fromValue=65535.0 targetValue=65535 fromValue=-1.0 targetValue=null fromValue=65536.0 targetValue=null Float -> Int32 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=-2.14748365E9 targetValue=-2147483648 fromValue=2.14748365E9 targetValue=2147483647 Float -> UInt32 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=-1.0 targetValue=null Float -> Int64 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 Float -> UInt64 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=-1.0 targetValue=null Float -> Double [IMPLICIT] fromValue=0.0 targetValue=0.0 fromValue=1.4E-45 targetValue=1.401298464324817E-45 fromValue=3.4028235E38 targetValue=3.4028234663852886E38 Float -> String [EXPLICIT] fromValue=0.0 targetValue=0.0 fromValue=0.4 targetValue=0.4 fromValue=0.5 targetValue=0.5 fromValue=1.0 targetValue=1.0 [IMPLICIT] fromValue=0.0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=1.4E-45 targetType=Double targetValue=1.401298464324817E-45 [IMPLICIT] fromValue=3.4028235E38 targetType=Double targetValue=3.4028234663852886E38 UInt16 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true UInt16 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=128 targetValue=null UInt16 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=256 targetValue=null UInt16 -> Int16 [IMPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=32768 targetValue=null UInt16 -> Int32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 UInt16 -> UInt32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 UInt16 -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 UInt16 -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 UInt16 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=65535 targetValue=65535.0 UInt16 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=65535 targetValue=65535.0 UInt16 -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 UInt16 -> StatusCode [IMPLICIT] fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=43981 targetValue=StatusCode{value=0xABCD0000, quality=bad} fromValue=65535 targetValue=StatusCode{value=0xFFFF0000, quality=unknown} [IMPLICIT] fromValue=0 targetType=Int16 targetValue=0 [IMPLICIT] fromValue=32767 targetType=Int16 targetValue=32767 [IMPLICIT] fromValue=32768 targetType=Int16 targetValue=null [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0 [IMPLICIT] fromValue=65535 targetType=Int32 targetValue=65535 [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0 [IMPLICIT] fromValue=65535 targetType=UInt32 targetValue=65535 [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=65535 targetType=Int64 targetValue=65535 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=65535 targetType=UInt64 targetValue=65535 [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=65535 targetType=Float targetValue=65535.0 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=65535 targetType=Double targetValue=65535.0 [IMPLICIT] fromValue=0 targetType=StatusCode targetValue=StatusCode{name=Good, value=0x00000000, quality=good} [IMPLICIT] fromValue=43981 targetType=StatusCode targetValue=StatusCode{value=0xABCD0000, quality=bad} [IMPLICIT] fromValue=65535 targetType=StatusCode targetValue=StatusCode{value=0xFFFF0000, quality=unknown} Double -> Boolean [EXPLICIT] fromValue=0.0 targetValue=false fromValue=0.1 targetValue=true fromValue=1.0 targetValue=true Double -> SByte [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=-128.0 targetValue=-128 fromValue=127.0 targetValue=127 fromValue=-129.0 targetValue=null fromValue=128.0 targetValue=null Double -> Byte [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.0 targetValue=0 fromValue=255.0 targetValue=255 fromValue=-1.0 targetValue=null fromValue=256.0 targetValue=null Double -> Int16 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=-32768.0 targetValue=-32768 fromValue=32767.0 targetValue=32767 fromValue=-32769.0 targetValue=null fromValue=32768.0 targetValue=null Double -> UInt16 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=65535.0 targetValue=65535 fromValue=-1.0 targetValue=null fromValue=65536.0 targetValue=null Double -> Int32 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=-2.147483648E9 targetValue=-2147483648 fromValue=2.147483647E9 targetValue=2147483647 fromValue=-2.147483649E9 targetValue=null fromValue=2.147483648E9 targetValue=null Double -> UInt32 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=4.294967295E9 targetValue=4294967295 fromValue=-1.0 targetValue=null fromValue=4.294967296E9 targetValue=null Double -> Int64 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=-9.223372036854776E18 targetValue=-9223372036854775808 fromValue=9.223372036854776E18 targetValue=9223372036854775807 fromValue=-1.7976931348623157E308 targetValue=null fromValue=1.7976931348623157E308 targetValue=null Double -> UInt64 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=-1.0 targetValue=null fromValue=1.7976931348623157E308 targetValue=9223372036854775807 Double -> Float [EXPLICIT] fromValue=0.0 targetValue=0.0 fromValue=1.401298464324817E-45 targetValue=1.4E-45 fromValue=3.4028234663852886E38 targetValue=3.4028235E38 fromValue=-1.401298464324817E-45 targetValue=-1.4E-45 fromValue=-3.4028234663852886E38 targetValue=-3.4028235E38 fromValue=1.7976931348623157E308 targetValue=null fromValue=-1.7976931348623157E308 targetValue=null Double -> String [EXPLICIT] fromValue=0.0 targetValue=0.0 fromValue=1.5 targetValue=1.5 String -> Boolean [IMPLICIT] fromValue=true targetValue=true fromValue=1 targetValue=true fromValue=false targetValue=false fromValue=0 targetValue=false fromValue=foo targetValue=null String -> SByte [IMPLICIT] fromValue=0 targetValue=0 String -> Byte [IMPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 String -> Int16 [IMPLICIT] fromValue=0 targetValue=0 String -> UInt16 [IMPLICIT] fromValue=0 targetValue=0 String -> Int32 [IMPLICIT] fromValue=0 targetValue=0 String -> UInt32 [IMPLICIT] fromValue=0 targetValue=0 String -> Int64 [IMPLICIT] fromValue=0 targetValue=0 String -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 String -> Float [IMPLICIT] fromValue=0.0 targetValue=0.0 fromValue=0f targetValue=0.0 fromValue=0e0 targetValue=0.0 String -> Double [IMPLICIT] fromValue=0.0 targetValue=0.0 String -> DateTime [EXPLICIT] fromValue=2018-08-31T12:40:02Z targetValue=DateTime{utcTime=131801928020000000, javaDate=Fri Aug 31 12:40:02 UTC 2018} String -> Guid [IMPLICIT] fromValue=9663dbc3-6bbb-463d-9c08-f03dc7c35e2e targetValue=9663dbc3-6bbb-463d-9c08-f03dc7c35e2e String -> NodeId [EXPLICIT] fromValue=ns=0;s=foo targetValue=NodeId{ns=0, id=foo} String -> ExpandedNodeId [EXPLICIT] fromValue=nsu=http://opcfoundation.org/UA/;s=foo targetValue=ExpandedNodeId{ns=http://opcfoundation.org/UA/, id=foo, serverIndex=0} String -> QualifiedName [EXPLICIT] fromValue=foo targetValue=QualifiedName{name=foo, namespaceIndex=0} String -> LocalizedText [EXPLICIT] fromValue=foo targetValue=LocalizedText{text=foo, locale=} [IMPLICIT] fromValue=true targetType=Boolean targetValue=true [IMPLICIT] fromValue=1 targetType=Boolean targetValue=true [IMPLICIT] fromValue=false targetType=Boolean targetValue=false [IMPLICIT] fromValue=0 targetType=Boolean targetValue=false [IMPLICIT] fromValue=foo targetType=Boolean targetValue=null [IMPLICIT] fromValue=0 targetType=SByte targetValue=0 [IMPLICIT] fromValue=0 targetType=Byte targetValue=0 [IMPLICIT] fromValue=255 targetType=Byte targetValue=255 [IMPLICIT] fromValue=0 targetType=Int16 targetValue=0 [IMPLICIT] fromValue=0 targetType=UInt16 targetValue=0 [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0 [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0 [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=0.0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=0f targetType=Float targetValue=0.0 [IMPLICIT] fromValue=0e0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=0.0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=a99dbe10-c81e-446a-9aa6-99a9118f7d1e targetType=Guid targetValue=a99dbe10-c81e-446a-9aa6-99a9118f7d1e Int16 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true Int16 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 fromValue=-129 targetValue=null fromValue=128 targetValue=null Int16 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=-1 targetValue=null fromValue=256 targetValue=null Int16 -> UInt16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=-1 targetValue=null Int16 -> Int32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-32768 targetValue=-32768 fromValue=32767 targetValue=32767 Int16 -> UInt32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=-1 targetValue=null Int16 -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-32768 targetValue=-32768 fromValue=32767 targetValue=32767 Int16 -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=-1 targetValue=null Int16 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-32768 targetValue=-32768.0 fromValue=32767 targetValue=32767.0 Int16 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-32768 targetValue=-32768.0 fromValue=32767 targetValue=32767.0 Int16 -> String [EXPLICIT] fromValue=0 targetValue=0 [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0 [IMPLICIT] fromValue=-32768 targetType=Int32 targetValue=-32768 [IMPLICIT] fromValue=32767 targetType=Int32 targetValue=32767 [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0 [IMPLICIT] fromValue=32767 targetType=UInt32 targetValue=32767 [IMPLICIT] fromValue=-1 targetType=UInt32 targetValue=null [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=-32768 targetType=Int64 targetValue=-32768 [IMPLICIT] fromValue=32767 targetType=Int64 targetValue=32767 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=32767 targetType=UInt64 targetValue=32767 [IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=-32768 targetType=Float targetValue=-32768.0 [IMPLICIT] fromValue=32767 targetType=Float targetValue=32767.0 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=-32768 targetType=Double targetValue=-32768.0 [IMPLICIT] fromValue=32767 targetType=Double targetValue=32767.0 UInt32 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true UInt32 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=128 targetValue=null UInt32 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=256 targetValue=null UInt32 -> Int16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=32768 targetValue=null UInt32 -> UInt16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 fromValue=65536 targetValue=null UInt32 -> Int32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=2147483647 targetValue=2147483647 fromValue=2147483648 targetValue=null UInt32 -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=4294967295 targetValue=4294967295 UInt32 -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=4294967295 targetValue=4294967295 UInt32 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=4294967295 targetValue=4.2949673E9 UInt32 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=4294967295 targetValue=4.294967295E9 UInt32 -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=4294967295 targetValue=4294967295 UInt32 -> StatusCode [EXPLICIT] fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=43981 targetValue=StatusCode{name=Good, value=0x0000ABCD, quality=good} fromValue=3135024077 targetValue=StatusCode{value=0xBADCABCD, quality=bad} fromValue=4294967295 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown} [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0 [IMPLICIT] fromValue=2147483647 targetType=Int32 targetValue=2147483647 [IMPLICIT] fromValue=2147483648 targetType=Int32 targetValue=null [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=4294967295 targetType=Int64 targetValue=4294967295 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=4294967295 targetType=UInt64 targetValue=4294967295 [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=4294967295 targetType=Float targetValue=4.2949673E9 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=4294967295 targetType=Double targetValue=4.294967295E9 now: DateTime{utcTime=133578471972530000, javaDate=Wed Apr 17 17:06:37 UTC 2024} nowAsString: 2024-04-17T17:06:37Z nowAsStringAsDateTime: DateTime{utcTime=133578471970000000, javaDate=Wed Apr 17 17:06:37 UTC 2024} Int64 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true Int64 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 fromValue=-129 targetValue=null fromValue=128 targetValue=null Int64 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=-1 targetValue=null fromValue=256 targetValue=null Int64 -> Int16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=-32768 targetValue=-32768 fromValue=32767 targetValue=32767 fromValue=-32769 targetValue=null fromValue=32768 targetValue=null Int64 -> UInt16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 fromValue=-1 targetValue=null fromValue=65536 targetValue=null Int64 -> Int32 [EXPLICIT] fromValue=0 targetValue=0 fromValue=-2147483648 targetValue=-2147483648 fromValue=2147483647 targetValue=2147483647 fromValue=-2147483649 targetValue=null fromValue=2147483648 targetValue=null Int64 -> UInt32 [EXPLICIT] fromValue=0 targetValue=0 fromValue=4294967295 targetValue=4294967295 fromValue=-1 targetValue=null fromValue=4294967296 targetValue=null Int64 -> UInt64 [EXPLICIT] fromValue=0 targetValue=0 fromValue=9223372036854775807 targetValue=9223372036854775807 fromValue=-1 targetValue=null Int64 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-9223372036854775808 targetValue=-9.223372E18 fromValue=9223372036854775807 targetValue=9.223372E18 Int64 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-9223372036854775808 targetValue=-9.223372036854776E18 fromValue=9223372036854775807 targetValue=9.223372036854776E18 Int64 -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=1 targetValue=1 Int64 -> StatusCode [EXPLICIT] fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=-9223372036854775808 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=9223372036854775807 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown} [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=-9223372036854775808 targetType=Float targetValue=-9.223372E18 [IMPLICIT] fromValue=9223372036854775807 targetType=Float targetValue=9.223372E18 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=-9223372036854775808 targetType=Double targetValue=-9.223372036854776E18 [IMPLICIT] fromValue=9223372036854775807 targetType=Double targetValue=9.223372036854776E18 Int32 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true Int32 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 fromValue=-129 targetValue=null fromValue=128 targetValue=null Int32 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=-1 targetValue=null fromValue=256 targetValue=null Int32 -> Int16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=-32768 targetValue=-32768 fromValue=32767 targetValue=32767 fromValue=-32769 targetValue=null fromValue=32768 targetValue=null Int32 -> UInt16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 fromValue=-1 targetValue=null fromValue=65536 targetValue=null Int32 -> UInt32 [EXPLICIT] fromValue=0 targetValue=0 fromValue=2147483647 targetValue=2147483647 fromValue=-1 targetValue=null Int32 -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-2147483648 targetValue=-2147483648 fromValue=2147483647 targetValue=2147483647 Int32 -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=2147483647 targetValue=2147483647 fromValue=-1 targetValue=null Int32 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-2147483648 targetValue=-2.14748365E9 fromValue=2147483647 targetValue=2.14748365E9 Int32 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-2147483648 targetValue=-2.147483648E9 fromValue=2147483647 targetValue=2.147483647E9 Int32 -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=1 targetValue=1 Int32 -> StatusCode [EXPLICIT] fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=-2147483648 targetValue=StatusCode{name=Bad, value=0x80000000, quality=bad} fromValue=2147483647 targetValue=StatusCode{value=0x7FFFFFFF, quality=uncertain} [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=-2147483648 targetType=Int64 targetValue=-2147483648 [IMPLICIT] fromValue=2147483647 targetType=Int64 targetValue=2147483647 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=2147483647 targetType=UInt64 targetValue=2147483647 [IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=-2147483648 targetType=Float targetValue=-2.14748365E9 [IMPLICIT] fromValue=2147483647 targetType=Float targetValue=2.14748365E9 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=-2147483648 targetType=Double targetValue=-2.147483648E9 [IMPLICIT] fromValue=2147483647 targetType=Double targetValue=2.147483647E9 UInt64 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true UInt64 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=128 targetValue=null UInt64 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=256 targetValue=null UInt64 -> Int16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=32768 targetValue=null UInt64 -> UInt16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 fromValue=65536 targetValue=null UInt64 -> Int32 [EXPLICIT] fromValue=0 targetValue=0 fromValue=2147483647 targetValue=2147483647 fromValue=2147483648 targetValue=null UInt64 -> UInt32 [EXPLICIT] fromValue=0 targetValue=0 fromValue=4294967295 targetValue=4294967295 fromValue=4294967296 targetValue=null UInt64 -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=9223372036854775807 targetValue=9223372036854775807 fromValue=18446744073709551615 targetValue=null UInt64 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=9223372036854775807 targetValue=9.223372E18 UInt64 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=9223372036854775807 targetValue=9.223372036854776E18 UInt64 -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=18446744073709551615 targetValue=18446744073709551615 UInt64 -> StatusCode [EXPLICIT] fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=43981 targetValue=StatusCode{name=Good, value=0x0000ABCD, quality=good} fromValue=4294967295 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown} fromValue=18446744073709551615 targetValue=null [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=9223372036854775807 targetType=Int64 targetValue=9223372036854775807 [IMPLICIT] fromValue=18446744073709551615 targetType=Int64 targetValue=null [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=9223372036854775807 targetType=Float targetValue=9.223372E18 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=9223372036854775807 targetType=Double targetValue=9.223372036854776E18 SByte -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true SByte -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=-1 targetValue=null SByte -> Int16 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 SByte -> UInt16 [IMPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=-1 targetValue=null SByte -> Int32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 SByte -> UInt32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=-1 targetValue=null SByte -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 SByte -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=-1 targetValue=null SByte -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-128 targetValue=-128.0 fromValue=127 targetValue=127.0 SByte -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-128 targetValue=-128.0 fromValue=127 targetValue=127.0 SByte -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 [IMPLICIT] fromValue=0 targetType=Int16 targetValue=0 [IMPLICIT] fromValue=-128 targetType=Int16 targetValue=-128 [IMPLICIT] fromValue=127 targetType=Int16 targetValue=127 [IMPLICIT] fromValue=0 targetType=UInt16 targetValue=0 [IMPLICIT] fromValue=127 targetType=UInt16 targetValue=127 [IMPLICIT] fromValue=-1 targetType=UInt16 targetValue=null [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0 [IMPLICIT] fromValue=-128 targetType=Int32 targetValue=-128 [IMPLICIT] fromValue=127 targetType=Int32 targetValue=127 [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0 [IMPLICIT] fromValue=127 targetType=UInt32 targetValue=127 [IMPLICIT] fromValue=-1 targetType=UInt32 targetValue=null [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=-128 targetType=Int64 targetValue=-128 [IMPLICIT] fromValue=127 targetType=Int64 targetValue=127 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=127 targetType=UInt64 targetValue=127 [IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=-128 targetType=Float targetValue=-128.0 [IMPLICIT] fromValue=127 targetType=Float targetValue=127.0 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=-128 targetType=Double targetValue=-128.0 [IMPLICIT] fromValue=127 targetType=Double targetValue=127.0 StatusCode -> Int16 [EXPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=32767 StatusCode -> UInt16 [EXPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=32767 fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetValue=65535 StatusCode -> Int32 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0x7FFFFFFF, quality=uncertain} targetValue=2147483647 StatusCode -> UInt32 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=2147418112 fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetValue=4294901760 fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295 StatusCode -> Int64 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295 StatusCode -> UInt64 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=Int32 targetValue=0 [IMPLICIT] fromValue=StatusCode{value=0x7FFFFFFF, quality=uncertain} targetType=Int32 targetValue=2147483647 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=UInt32 targetValue=0 [IMPLICIT] fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetType=UInt32 targetValue=2147418112 [IMPLICIT] fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetType=UInt32 targetValue=4294901760 [IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=UInt32 targetValue=4294967295 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=Int64 targetValue=0 [IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=Int64 targetValue=4294967295 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=UInt64 targetValue=4294967295 org.eclipse.milo.opcua.sdk.server.nodes.factories.InstanceDeclarationHierarchy@70e0accd onObjectAdded parent=null instance=ServerType onMethodAdded parent=ServerType instance=SetSubscriptionDurable onVariableAdded parent=SetSubscriptionDurable instance=InputArguments onVariableAdded parent=SetSubscriptionDurable instance=OutputArguments onMethodAdded parent=ServerType instance=ResendData onVariableAdded parent=ResendData instance=InputArguments onMethodAdded parent=ServerType instance=RequestServerStateChange onVariableAdded parent=RequestServerStateChange instance=InputArguments onMethodAdded parent=ServerType instance=GetMonitoredItems onVariableAdded parent=GetMonitoredItems instance=InputArguments onVariableAdded parent=GetMonitoredItems instance=OutputArguments onObjectAdded parent=ServerType instance=ServerCapabilities onVariableAdded parent=ServerCapabilities instance=ServerProfileArray onVariableAdded parent=ServerCapabilities instance=LocaleIdArray onVariableAdded parent=ServerCapabilities instance=MinSupportedSampleRate onVariableAdded parent=ServerCapabilities instance=MaxBrowseContinuationPoints onVariableAdded parent=ServerCapabilities instance=MaxQueryContinuationPoints onVariableAdded parent=ServerCapabilities instance=MaxHistoryContinuationPoints onVariableAdded parent=ServerCapabilities instance=SoftwareCertificates onObjectAdded parent=ServerCapabilities instance=ModellingRules onObjectAdded parent=ServerCapabilities instance=AggregateFunctions onObjectAdded parent=ServerCapabilities instance=OperationLimits onVariableAdded parent=OperationLimits instance=MaxNodesPerRead onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryReadData onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryReadEvents onVariableAdded parent=OperationLimits instance=MaxNodesPerWrite onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryUpdateData onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryUpdateEvents onVariableAdded parent=OperationLimits instance=MaxNodesPerMethodCall onVariableAdded parent=OperationLimits instance=MaxNodesPerBrowse onVariableAdded parent=OperationLimits instance=MaxNodesPerRegisterNodes onVariableAdded parent=OperationLimits instance=MaxNodesPerTranslateBrowsePathsToNodeIds onVariableAdded parent=OperationLimits instance=MaxNodesPerNodeManagement onVariableAdded parent=OperationLimits instance=MaxMonitoredItemsPerCall onVariableAdded parent=ServerCapabilities instance=MaxArrayLength onVariableAdded parent=ServerCapabilities instance=MaxStringLength onVariableAdded parent=ServerCapabilities instance=MaxByteStringLength onObjectAdded parent=ServerType instance=ServerDiagnostics onVariableAdded parent=ServerDiagnostics instance=ServerDiagnosticsSummary onVariableAdded parent=ServerDiagnosticsSummary instance=ServerViewCount onVariableAdded parent=ServerDiagnosticsSummary instance=CurrentSessionCount onVariableAdded parent=ServerDiagnosticsSummary instance=CumulatedSessionCount onVariableAdded parent=ServerDiagnosticsSummary instance=SecurityRejectedSessionCount onVariableAdded parent=ServerDiagnosticsSummary instance=RejectedSessionCount onVariableAdded parent=ServerDiagnosticsSummary instance=SessionTimeoutCount onVariableAdded parent=ServerDiagnosticsSummary instance=SessionAbortCount onVariableAdded parent=ServerDiagnosticsSummary instance=PublishingIntervalCount onVariableAdded parent=ServerDiagnosticsSummary instance=CurrentSubscriptionCount onVariableAdded parent=ServerDiagnosticsSummary instance=CumulatedSubscriptionCount onVariableAdded parent=ServerDiagnosticsSummary instance=SecurityRejectedRequestsCount onVariableAdded parent=ServerDiagnosticsSummary instance=RejectedRequestsCount onVariableAdded parent=ServerDiagnostics instance=SubscriptionDiagnosticsArray onObjectAdded parent=ServerDiagnostics instance=SessionsDiagnosticsSummary onVariableAdded parent=SessionsDiagnosticsSummary instance=SessionDiagnosticsArray onVariableAdded parent=SessionsDiagnosticsSummary instance=SessionSecurityDiagnosticsArray onVariableAdded parent=ServerDiagnostics instance=EnabledFlag onVariableAdded parent=ServerDiagnostics instance=SamplingIntervalDiagnosticsArray onObjectAdded parent=ServerType instance=VendorServerInfo onObjectAdded parent=ServerType instance=ServerRedundancy onVariableAdded parent=ServerRedundancy instance=RedundancySupport onObjectAdded parent=ServerType instance=Namespaces onObjectAdded parent=Namespaces instance=AddressSpaceFile onMethodAdded parent=AddressSpaceFile instance=Open onVariableAdded parent=Open instance=InputArguments onVariableAdded parent=Open instance=OutputArguments onMethodAdded parent=AddressSpaceFile instance=Close onVariableAdded parent=Close instance=InputArguments onMethodAdded parent=AddressSpaceFile instance=Read onVariableAdded parent=Read instance=InputArguments onVariableAdded parent=Read instance=OutputArguments onMethodAdded parent=AddressSpaceFile instance=Write onVariableAdded parent=Write instance=InputArguments onMethodAdded parent=AddressSpaceFile instance=GetPosition onVariableAdded parent=GetPosition instance=InputArguments onVariableAdded parent=GetPosition instance=OutputArguments onMethodAdded parent=AddressSpaceFile instance=SetPosition onVariableAdded parent=SetPosition instance=InputArguments onVariableAdded parent=AddressSpaceFile instance=Size onVariableAdded parent=AddressSpaceFile instance=Writable onVariableAdded parent=AddressSpaceFile instance=UserWritable onVariableAdded parent=AddressSpaceFile instance=OpenCount onMethodAdded parent=AddressSpaceFile instance=ExportNamespace onVariableAdded parent=ServerType instance=ServerArray onVariableAdded parent=ServerType instance=NamespaceArray onVariableAdded parent=ServerType instance=ServerStatus onVariableAdded parent=ServerStatus instance=StartTime onVariableAdded parent=ServerStatus instance=CurrentTime onVariableAdded parent=ServerStatus instance=State onVariableAdded parent=ServerStatus instance=BuildInfo onVariableAdded parent=BuildInfo instance=ProductUri onVariableAdded parent=BuildInfo instance=ManufacturerName onVariableAdded parent=BuildInfo instance=ProductName onVariableAdded parent=BuildInfo instance=SoftwareVersion onVariableAdded parent=BuildInfo instance=BuildNumber onVariableAdded parent=BuildInfo instance=BuildDate onVariableAdded parent=ServerStatus instance=SecondsTillShutdown onVariableAdded parent=ServerStatus instance=ShutdownReason onVariableAdded parent=ServerType instance=ServiceLevel onVariableAdded parent=ServerType instance=Auditing onVariableAdded parent=ServerType instance=EstimatedReturnTime 10.40.70.71 basic-ch97n [INFO] Tests run: 143, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.84 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 143, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ sdk-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ sdk-server --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.sdk.server... Loading source files for package org.eclipse.milo.opcua.sdk.server.annotations... Loading source files for package org.eclipse.milo.opcua.sdk.server.api... Loading source files for package org.eclipse.milo.opcua.sdk.server.api.config... Loading source files for package org.eclipse.milo.opcua.sdk.server.api.methods... Loading source files for package org.eclipse.milo.opcua.sdk.server.api.services... Loading source files for package org.eclipse.milo.opcua.sdk.server.diagnostics... Loading source files for package org.eclipse.milo.opcua.sdk.server.diagnostics.objects... Loading source files for package org.eclipse.milo.opcua.sdk.server.diagnostics.variables... Loading source files for package org.eclipse.milo.opcua.sdk.server.events... Loading source files for package org.eclipse.milo.opcua.sdk.server.events.conversions... Loading source files for package org.eclipse.milo.opcua.sdk.server.events.operators... Loading source files for package org.eclipse.milo.opcua.sdk.server.identity... Loading source files for package org.eclipse.milo.opcua.sdk.server.items... Loading source files for package org.eclipse.milo.opcua.sdk.server.model... Loading source files for package org.eclipse.milo.opcua.sdk.server.model.methods... Loading source files for package org.eclipse.milo.opcua.sdk.server.model.nodes.objects... Loading source files for package org.eclipse.milo.opcua.sdk.server.model.nodes.variables... Loading source files for package org.eclipse.milo.opcua.sdk.server.model.types.objects... Loading source files for package org.eclipse.milo.opcua.sdk.server.model.types.variables... Loading source files for package org.eclipse.milo.opcua.sdk.server.namespaces... Loading source files for package org.eclipse.milo.opcua.sdk.server.namespaces.loader... Loading source files for package org.eclipse.milo.opcua.sdk.server.nodes... Loading source files for package org.eclipse.milo.opcua.sdk.server.nodes.delegates... Loading source files for package org.eclipse.milo.opcua.sdk.server.nodes.factories... Loading source files for package org.eclipse.milo.opcua.sdk.server.nodes.filters... Loading source files for package org.eclipse.milo.opcua.sdk.server.services... Loading source files for package org.eclipse.milo.opcua.sdk.server.services.helpers... Loading source files for package org.eclipse.milo.opcua.sdk.server.subscriptions... Loading source files for package org.eclipse.milo.opcua.sdk.server.util... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/AbstractLifecycle.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/DiagnosticsContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/DiagnosticsContext.OperationDiagnostic.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/Lifecycle.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/LifecycleManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/LifecycleManager.ShutdownOrder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/ObjectTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/ObjectTypeManager.ObjectNodeConstructor.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/OpcUaServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/SecurityConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/Session.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/Session.LifecycleListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/SessionListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/SessionManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/UaNodeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/VariableTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/VariableTypeManager.VariableNodeConstructor.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/annotations/UaInputArgument.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/annotations/UaMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/annotations/UaOutputArgument.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/AbstractNodeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/AccessContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/AddressSpace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/AddressSpaceComposite.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/AddressSpaceFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/AddressSpaceFragment.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/AddressSpaceManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/AsyncOperationContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/DataItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/EmptyNodeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/EventItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/EventManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/ForwardingAddressSpace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/ManagedAddressSpace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/ManagedAddressSpaceFragment.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/ManagedAddressSpaceFragmentWithLifecycle.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/ManagedAddressSpaceWithLifecycle.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/ManagedNamespace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/ManagedNamespaceWithLifecycle.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/MonitoredItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/Namespace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/NodeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/ServiceOperationContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/SimpleAddressSpaceFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/OpcUaServerConfig.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/OpcUaServerConfigBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/OpcUaServerConfigBuilder.OpcUaServerConfigImpl.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/OpcUaServerConfigLimits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/AbstractMethodInvocationHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/AbstractMethodInvocationHandler.InvocationContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/InvalidArgumentException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/MethodInvocationHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/MethodInvocationHandler.NodeIdUnknownHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/MethodInvocationHandler.NotImplementedHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/Out.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/AttributeHistoryServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/AttributeHistoryServices.HistoryReadContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/AttributeHistoryServices.HistoryUpdateContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/AttributeServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/AttributeServices.ReadContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/AttributeServices.WriteContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/MethodServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/MethodServices.CallContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/MonitoredItemServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/NodeManagementServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/NodeManagementServices.AddNodesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/NodeManagementServices.AddReferencesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/NodeManagementServices.DeleteNodesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/NodeManagementServices.DeleteReferencesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/ViewServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/ViewServices.BrowseContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/ViewServices.RegisterNodesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/ViewServices.UnregisterNodesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/ServerDiagnosticsSummary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/ServiceCounter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/SessionDiagnostics.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/SessionSecurityDiagnostics.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/SubscriptionDiagnostics.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/objects/ServerDiagnosticsObject.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/objects/SessionDiagnosticsObject.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/objects/SessionsDiagnosticsSummaryObject.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/ServerDiagnosticsSummaryVariable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/SessionDiagnosticsVariable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/SessionDiagnosticsVariableArray.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/SessionSecurityDiagnosticsVariable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/SessionSecurityDiagnosticsVariableArray.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/SubscriptionDiagnosticsVariable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/SubscriptionDiagnosticsVariableArray.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/EventContentFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/FilterContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/OperatorContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/ValidationException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/conversions/ImplicitConversions.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/Cast.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/Equals.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/GreaterThan.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/GreaterThanOrEqual.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/IsNull.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/LessThan.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/LessThanOrEqual.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/Not.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/OfType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/Operator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/Operators.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/AbstractIdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/AbstractUsernameIdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/AbstractX509IdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/AnonymousIdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/CompositeValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/IdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/UsernameIdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/UsernameIdentityValidator.AuthenticationChallenge.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/X509IdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/items/BaseMonitoredItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/items/MonitoredDataItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/items/MonitoredEventItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/ObjectTypeInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/VariableTypeInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/AcknowledgeMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/AddCertificateMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/AddCommentMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/ApplyChangesMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/CloseAndUpdateMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/CloseMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/ConditionRefresh2Method.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/ConditionRefreshMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/ConfirmMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/CreateDirectoryMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/CreateFileMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/CreateSigningRequestMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/DeleteMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/DisableMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/EnableMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/ExportNamespaceMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/GetMonitoredItemsMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/GetPositionMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/GetRejectedListMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/HaltMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/MoveOrCopyMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/OneShotShelveMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/OpenMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/OpenWithMasksMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/ReadMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/RemoveCertificateMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/RequestServerStateChangeMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/ResendDataMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/ResetMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/RespondMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/ResumeMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/SetPositionMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/SetSubscriptionDurableMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/StartMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/SuspendMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/TimedShelveMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/UnshelveMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/UpdateCertificateMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/WriteMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AcknowledgeableConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AddressSpaceFileTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AggregateConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AggregateFunctionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AlarmConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditActivateSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditAddNodesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditAddReferencesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditCancelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditCertificateDataMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditCertificateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditCertificateExpiredEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditCertificateInvalidEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditCertificateMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditCertificateRevokedEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditCertificateUntrustedEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditChannelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditConditionAcknowledgeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditConditionCommentEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditConditionConfirmEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditConditionEnableEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditConditionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditConditionRespondEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditConditionShelvingEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditCreateSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditDeleteNodesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditDeleteReferencesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditHistoryAtTimeDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditHistoryDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditHistoryEventDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditHistoryEventUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditHistoryRawModifyDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditHistoryUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditHistoryValueUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditNodeManagementEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditOpenSecureChannelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditProgramTransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditSecurityEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditUpdateMethodEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditUpdateStateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditUrlMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/AuditWriteUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/BaseConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/BaseEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/BaseModelChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/BaseObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/CertificateExpirationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/CertificateGroupFolderTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/CertificateGroupTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/CertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/CertificateUpdatedAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/DataTypeEncodingTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/DataTypeSystemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/DeviceFailureEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/DialogConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/DiscreteAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/EventQueueOverflowEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ExclusiveDeviationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ExclusiveLevelAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ExclusiveLimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ExclusiveLimitStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ExclusiveRateOfChangeAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/FileDirectoryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/FileTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/FiniteStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/FolderTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/GeneralModelChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/HistoricalDataConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/HistoryServerCapabilitiesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/HttpsCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/InitialStateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/LimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/MaintenanceConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ModellingRuleTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/NamespaceMetadataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/NamespacesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/NonExclusiveDeviationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/NonExclusiveLevelAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/NonExclusiveLimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/NonExclusiveRateOfChangeAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/NonTransparentNetworkRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/NonTransparentRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/OffNormalAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/OperationLimitsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ProcessConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ProgramStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ProgramTransitionAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ProgramTransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ProgressEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/RefreshEndEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/RefreshRequiredEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/RefreshStartEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/RsaMinApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/RsaSha256ApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/SemanticChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ServerCapabilitiesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ServerConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ServerDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ServerRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ServerTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/SessionDiagnosticsObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/SessionsDiagnosticsSummaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/ShelvedStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/StateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/StateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/SystemConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/SystemEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/SystemOffNormalAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/SystemStatusChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/TransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/TransitionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/TransparentRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/TripAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/TrustListTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/TrustListUpdatedAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/VendorServerInfoTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/AnalogItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/ArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/BaseDataVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/BaseVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/BuildInfoTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/ConditionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/CubeItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/DataItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/DataTypeDescriptionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/DataTypeDictionaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/DiscreteItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/FiniteStateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/FiniteTransitionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/ImageItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/MultiStateDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/MultiStateValueDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/NDimensionArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/OptionSetTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/ProgramDiagnosticTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/PropertyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/SamplingIntervalDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/SamplingIntervalDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/ServerDiagnosticsSummaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/ServerStatusTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/ServerVendorCapabilityTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/SessionDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/SessionDiagnosticsVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/SessionSecurityDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/SessionSecurityDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/StateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/SubscriptionDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/SubscriptionDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/TransitionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/TwoStateDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/TwoStateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/XYArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/YArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AcknowledgeableConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AddressSpaceFileType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AggregateConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AggregateFunctionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AlarmConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditActivateSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditAddNodesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditAddReferencesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditCancelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditCertificateDataMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditCertificateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditCertificateExpiredEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditCertificateInvalidEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditCertificateMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditCertificateRevokedEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditCertificateUntrustedEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditChannelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditConditionAcknowledgeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditConditionCommentEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditConditionConfirmEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditConditionEnableEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditConditionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditConditionRespondEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditConditionShelvingEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditCreateSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditDeleteNodesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditDeleteReferencesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditHistoryAtTimeDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditHistoryDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditHistoryEventDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditHistoryEventUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditHistoryRawModifyDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditHistoryUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditHistoryValueUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditNodeManagementEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditOpenSecureChannelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditProgramTransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditSecurityEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditUpdateMethodEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditUpdateStateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditUrlMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/AuditWriteUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/BaseConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/BaseEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/BaseModelChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/BaseObjectType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/CertificateExpirationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/CertificateGroupFolderType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/CertificateGroupType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/CertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/CertificateUpdatedAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/DataTypeEncodingType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/DataTypeSystemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/DeviceFailureEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/DialogConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/DiscreteAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/EventQueueOverflowEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ExclusiveDeviationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ExclusiveLevelAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ExclusiveLimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ExclusiveLimitStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ExclusiveRateOfChangeAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/FileDirectoryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/FileType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/FiniteStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/FolderType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/GeneralModelChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/HistoricalDataConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/HistoryServerCapabilitiesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/HttpsCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/InitialStateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/LimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/MaintenanceConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ModellingRuleType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/NamespaceMetadataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/NamespacesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/NonExclusiveDeviationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/NonExclusiveLevelAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/NonExclusiveLimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/NonExclusiveRateOfChangeAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/NonTransparentNetworkRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/NonTransparentRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/OffNormalAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/OperationLimitsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ProcessConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ProgramStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ProgramTransitionAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ProgramTransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ProgressEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/RefreshEndEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/RefreshRequiredEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/RefreshStartEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/RsaMinApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/RsaSha256ApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/SemanticChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ServerCapabilitiesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ServerConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ServerDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ServerRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ServerType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/SessionDiagnosticsObjectType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/SessionsDiagnosticsSummaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/ShelvedStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/StateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/StateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/SystemConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/SystemEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/SystemOffNormalAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/SystemStatusChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/TransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/TransitionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/TransparentRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/TripAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/TrustListType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/TrustListUpdatedAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/VendorServerInfoType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/AnalogItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/ArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/BaseDataVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/BaseVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/BuildInfoType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/ConditionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/CubeItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/DataItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/DataTypeDescriptionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/DataTypeDictionaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/DiscreteItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/FiniteStateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/FiniteTransitionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/ImageItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/MultiStateDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/MultiStateValueDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/NDimensionArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/OptionSetType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/ProgramDiagnosticType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/PropertyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/SamplingIntervalDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/SamplingIntervalDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/ServerDiagnosticsSummaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/ServerStatusType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/ServerVendorCapabilityType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/SessionDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/SessionDiagnosticsVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/SessionSecurityDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/SessionSecurityDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/StateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/SubscriptionDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/SubscriptionDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/TransitionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/TwoStateDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/TwoStateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/XYArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/YArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/OpcUaNamespace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/ServerNamespace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/loader/NodeLoader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/AttributeContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/AttributeObserver.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/DefaultAttributeFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaDataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaFolderNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaMethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaMethodNode.UaMethodNodeBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaNodeContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaObjectNode.UaObjectNodeBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaObjectTypeNode.UaObjectTypeNodeBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaPropertyNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaServerNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaVariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaVariableNode.UaVariableNodeBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/UaViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/AttributeDelegate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/AttributeDelegateChain.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/DelegatingAttributeDelegate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/GetSetBase.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/GetSetDataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/GetSetMethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/GetSetObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/GetSetObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/GetSetReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/GetSetVariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/GetSetVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/GetSetViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/BrowsePath.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/EventFactory.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/InstanceDeclarationHierarchy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/NodeFactory.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/NodeFactory.InstantiationCallback.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/AttributeFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/AttributeFilterChain.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/AttributeFilterContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/AttributeFilterContext.GetAttributeContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/AttributeFilterContext.SetAttributeContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/AttributeFilters.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/DefaultAttributeHistoryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/DefaultAttributeServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/DefaultMethodServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/DefaultMonitoredItemServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/DefaultNodeManagementServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/DefaultQueryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/DefaultSubscriptionServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/DefaultViewServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/ServiceAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/ServiceCounter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/helpers/BrowseHelper.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/helpers/BrowseHelper.BrowseContinuationPoint.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/helpers/BrowsePathsHelper.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/PublishQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/PublishQueue.WaitingSubscription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/Subscription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/Subscription.State.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/Subscription.StateListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/SubscriptionCreatedEvent.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/SubscriptionDeletedEvent.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/SubscriptionManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/TriggeringLinks.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/AttributeReader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/AttributeUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/AttributeWriter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/DataChangeMonitoringFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/HostnameUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/Pending.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/PendingAck.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/PendingBrowse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/PendingCall.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/PendingHistoryRead.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/PendingHistoryUpdate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/PendingRead.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/PendingWrite.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/SubscriptionModel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/UaEnumUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/annotations/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/objects/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/objects/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/objects/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/conversions/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/conversions/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/conversions/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/items/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/items/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/items/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/loader/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/loader/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/loader/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/helpers/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/helpers/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/helpers/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/VariableTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/VariableTypeManager.VariableNodeConstructor.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/UaNodeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/SessionManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/SessionListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/Session.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/Session.LifecycleListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/SecurityConfiguration.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/OpcUaServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/ObjectTypeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/ObjectTypeManager.ObjectNodeConstructor.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/LifecycleManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/LifecycleManager.ShutdownOrder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/Lifecycle.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/DiagnosticsContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/DiagnosticsContext.OperationDiagnostic.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/class-use/AbstractLifecycle.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/annotations/class-use/UaOutputArgument.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/annotations/class-use/UaMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/annotations/class-use/UaInputArgument.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/SimpleAddressSpaceFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/ServiceOperationContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/NodeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/Namespace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/MonitoredItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/ManagedNamespaceWithLifecycle.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/ManagedNamespace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/ManagedAddressSpaceWithLifecycle.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/ManagedAddressSpaceFragmentWithLifecycle.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/ManagedAddressSpaceFragment.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/ManagedAddressSpace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/ForwardingAddressSpace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/EventManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/EventItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/EmptyNodeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/DataItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/AsyncOperationContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/AddressSpaceManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/AddressSpaceFragment.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/AddressSpaceFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/AddressSpaceComposite.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/AddressSpace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/AccessContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/class-use/AbstractNodeManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/class-use/OpcUaServerConfigLimits.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/class-use/OpcUaServerConfigBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/class-use/OpcUaServerConfigBuilder.OpcUaServerConfigImpl.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/class-use/OpcUaServerConfig.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/class-use/Out.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/class-use/MethodInvocationHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/class-use/MethodInvocationHandler.NodeIdUnknownHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/class-use/MethodInvocationHandler.NotImplementedHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/class-use/InvalidArgumentException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/class-use/AbstractMethodInvocationHandler.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/class-use/AbstractMethodInvocationHandler.InvocationContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/ViewServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/ViewServices.BrowseContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/ViewServices.RegisterNodesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/ViewServices.UnregisterNodesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/NodeManagementServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/NodeManagementServices.AddNodesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/NodeManagementServices.DeleteNodesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/NodeManagementServices.AddReferencesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/NodeManagementServices.DeleteReferencesContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/MonitoredItemServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/MethodServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/MethodServices.CallContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/AttributeServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/AttributeServices.ReadContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/AttributeServices.WriteContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/AttributeHistoryServices.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/AttributeHistoryServices.HistoryReadContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/class-use/AttributeHistoryServices.HistoryUpdateContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/class-use/SubscriptionDiagnostics.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/class-use/SessionSecurityDiagnostics.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/class-use/SessionDiagnostics.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/class-use/ServiceCounter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/class-use/ServerDiagnosticsSummary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/objects/class-use/SessionsDiagnosticsSummaryObject.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/objects/class-use/SessionDiagnosticsObject.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/objects/class-use/ServerDiagnosticsObject.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/class-use/SubscriptionDiagnosticsVariableArray.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/class-use/SubscriptionDiagnosticsVariable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/class-use/SessionSecurityDiagnosticsVariableArray.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/class-use/SessionSecurityDiagnosticsVariable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/class-use/SessionDiagnosticsVariableArray.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/class-use/SessionDiagnosticsVariable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/class-use/ServerDiagnosticsSummaryVariable.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/class-use/ValidationException.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/class-use/OperatorContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/class-use/FilterContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/class-use/EventContentFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/conversions/class-use/ImplicitConversions.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/Operators.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/Operator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/OfType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/Not.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/LessThanOrEqual.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/LessThan.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/IsNull.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/GreaterThanOrEqual.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/GreaterThan.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/Equals.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/class-use/Cast.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/class-use/X509IdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/class-use/UsernameIdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/class-use/UsernameIdentityValidator.AuthenticationChallenge.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/class-use/IdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/class-use/CompositeValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/class-use/AnonymousIdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/class-use/AbstractX509IdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/class-use/AbstractUsernameIdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/class-use/AbstractIdentityValidator.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/items/class-use/MonitoredEventItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/items/class-use/MonitoredDataItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/items/class-use/BaseMonitoredItem.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/class-use/VariableTypeInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/class-use/ObjectTypeInitializer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/WriteMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/UpdateCertificateMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/UnshelveMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/TimedShelveMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/SuspendMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/StartMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/SetSubscriptionDurableMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/SetPositionMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/ResumeMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/RespondMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/ResetMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/ResendDataMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/RequestServerStateChangeMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/RemoveCertificateMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/ReadMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/OpenWithMasksMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/OpenMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/OneShotShelveMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/MoveOrCopyMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/HaltMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/GetRejectedListMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/GetPositionMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/GetMonitoredItemsMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/ExportNamespaceMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/EnableMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/DisableMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/DeleteMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/CreateSigningRequestMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/CreateFileMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/CreateDirectoryMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/ConfirmMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/ConditionRefreshMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/ConditionRefresh2Method.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/CloseMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/CloseAndUpdateMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/ApplyChangesMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/AddCommentMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/AddCertificateMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/class-use/AcknowledgeMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/VendorServerInfoTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/TrustListUpdatedAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/TrustListTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/TripAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/TransparentRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/TransitionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/TransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/SystemStatusChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/SystemOffNormalAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/SystemEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/SystemConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/StateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/StateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ShelvedStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/SessionsDiagnosticsSummaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/SessionDiagnosticsObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ServerTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ServerRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ServerDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ServerConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ServerCapabilitiesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/SemanticChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/RsaSha256ApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/RsaMinApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/RefreshStartEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/RefreshRequiredEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/RefreshEndEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ProgressEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ProgramTransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ProgramTransitionAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ProgramStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ProcessConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/OperationLimitsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/OffNormalAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/NonTransparentRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/NonTransparentNetworkRedundancyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/NonExclusiveRateOfChangeAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/NonExclusiveLimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/NonExclusiveLevelAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/NonExclusiveDeviationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/NamespacesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/NamespaceMetadataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ModellingRuleTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/MaintenanceConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/LimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/InitialStateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/HttpsCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/HistoryServerCapabilitiesTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/HistoricalDataConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/GeneralModelChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/FolderTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/FiniteStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/FileTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/FileDirectoryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ExclusiveRateOfChangeAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ExclusiveLimitStateMachineTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ExclusiveLimitAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ExclusiveLevelAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ExclusiveDeviationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/EventQueueOverflowEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/DiscreteAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/DialogConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/DeviceFailureEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/DataTypeSystemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/DataTypeEncodingTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/CertificateUpdatedAuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/CertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/CertificateGroupTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/CertificateGroupFolderTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/CertificateExpirationAlarmTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/BaseObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/BaseModelChangeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/BaseEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/BaseConditionClassTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditWriteUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditUrlMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditUpdateStateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditUpdateMethodEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditSecurityEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditProgramTransitionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditOpenSecureChannelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditNodeManagementEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditHistoryValueUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditHistoryUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditHistoryRawModifyDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditHistoryEventUpdateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditHistoryEventDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditHistoryDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditHistoryAtTimeDeleteEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditDeleteReferencesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditDeleteNodesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditCreateSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditConditionShelvingEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditConditionRespondEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditConditionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditConditionEnableEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditConditionConfirmEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditConditionCommentEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditConditionAcknowledgeEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditChannelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditCertificateUntrustedEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditCertificateRevokedEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditCertificateMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditCertificateInvalidEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditCertificateExpiredEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditCertificateEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditCertificateDataMismatchEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditCancelEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditAddReferencesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditAddNodesEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AuditActivateSessionEventTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/ApplicationCertificateTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AlarmConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AggregateFunctionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AggregateConfigurationTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AddressSpaceFileTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/class-use/AcknowledgeableConditionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/YArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/XYArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/TwoStateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/TwoStateDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/TransitionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/SubscriptionDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/SubscriptionDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/StateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/SessionSecurityDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/SessionSecurityDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/SessionDiagnosticsVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/SessionDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/ServerVendorCapabilityTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/ServerStatusTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/ServerDiagnosticsSummaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/SamplingIntervalDiagnosticsTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/SamplingIntervalDiagnosticsArrayTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/PropertyTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/ProgramDiagnosticTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/OptionSetTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/NDimensionArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/MultiStateValueDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/MultiStateDiscreteTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/ImageItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/FiniteTransitionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/FiniteStateVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/DiscreteItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/DataTypeDictionaryTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/DataTypeDescriptionTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/DataItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/CubeItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/ConditionVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/BuildInfoTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/BaseVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/BaseDataVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/ArrayItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/class-use/AnalogItemTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/VendorServerInfoType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/TrustListUpdatedAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/TrustListType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/TripAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/TransparentRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/TransitionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/TransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/SystemStatusChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/SystemOffNormalAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/SystemEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/SystemConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/StateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/StateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ShelvedStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/SessionsDiagnosticsSummaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/SessionDiagnosticsObjectType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ServerType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ServerRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ServerDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ServerConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ServerCapabilitiesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/SemanticChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/RsaSha256ApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/RsaMinApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/RefreshStartEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/RefreshRequiredEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/RefreshEndEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ProgressEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ProgramTransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ProgramTransitionAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ProgramStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ProcessConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/OperationLimitsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/OffNormalAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/NonTransparentRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/NonTransparentNetworkRedundancyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/NonExclusiveRateOfChangeAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/NonExclusiveLimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/NonExclusiveLevelAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/NonExclusiveDeviationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/NamespacesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/NamespaceMetadataType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ModellingRuleType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/MaintenanceConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/LimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/InitialStateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/HttpsCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/HistoryServerCapabilitiesType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/HistoricalDataConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/GeneralModelChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/FolderType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/FiniteStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/FileType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/FileDirectoryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ExclusiveRateOfChangeAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ExclusiveLimitStateMachineType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ExclusiveLimitAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ExclusiveLevelAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ExclusiveDeviationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/EventQueueOverflowEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/DiscreteAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/DialogConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/DeviceFailureEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/DataTypeSystemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/DataTypeEncodingType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/CertificateUpdatedAuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/CertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/CertificateGroupType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/CertificateGroupFolderType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/CertificateExpirationAlarmType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/BaseObjectType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/BaseModelChangeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/BaseEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/BaseConditionClassType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditWriteUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditUrlMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditUpdateStateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditUpdateMethodEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditSecurityEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditProgramTransitionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditOpenSecureChannelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditNodeManagementEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditHistoryValueUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditHistoryUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditHistoryRawModifyDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditHistoryEventUpdateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditHistoryEventDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditHistoryDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditHistoryAtTimeDeleteEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditDeleteReferencesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditDeleteNodesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditCreateSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditConditionShelvingEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditConditionRespondEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditConditionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditConditionEnableEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditConditionConfirmEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditConditionCommentEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditConditionAcknowledgeEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditChannelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditCertificateUntrustedEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditCertificateRevokedEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditCertificateMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditCertificateInvalidEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditCertificateExpiredEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditCertificateEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditCertificateDataMismatchEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditCancelEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditAddReferencesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditAddNodesEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AuditActivateSessionEventType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/ApplicationCertificateType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AlarmConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AggregateFunctionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AggregateConfigurationType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AddressSpaceFileType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/class-use/AcknowledgeableConditionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/YArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/XYArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/TwoStateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/TwoStateDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/TransitionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/SubscriptionDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/SubscriptionDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/StateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/SessionSecurityDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/SessionSecurityDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/SessionDiagnosticsVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/SessionDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/ServerVendorCapabilityType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/ServerStatusType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/ServerDiagnosticsSummaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/SamplingIntervalDiagnosticsType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/SamplingIntervalDiagnosticsArrayType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/PropertyType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/ProgramDiagnosticType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/OptionSetType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/NDimensionArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/MultiStateValueDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/MultiStateDiscreteType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/ImageItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/FiniteTransitionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/FiniteStateVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/DiscreteItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/DataTypeDictionaryType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/DataTypeDescriptionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/DataItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/CubeItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/ConditionVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/BuildInfoType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/BaseVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/BaseDataVariableType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/ArrayItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/class-use/AnalogItemType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/class-use/VendorServerInfoNodes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/class-use/ServerNamespace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/class-use/OpcUaNamespace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/loader/class-use/NodeLoader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaVariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaVariableNode.UaVariableNodeBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaServerNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaPropertyNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaObjectTypeNode.UaObjectTypeNodeBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaObjectNode.UaObjectNodeBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaNodeContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaMethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaMethodNode.UaMethodNodeBuilder.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaFolderNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/UaDataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/DefaultAttributeFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/AttributeObserver.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/class-use/AttributeContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/GetSetViewNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/GetSetVariableTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/GetSetVariableNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/GetSetReferenceTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/GetSetObjectTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/GetSetObjectNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/GetSetMethodNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/GetSetDataTypeNode.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/GetSetBase.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/DelegatingAttributeDelegate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/AttributeDelegateChain.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/class-use/AttributeDelegate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/class-use/NodeFactory.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/class-use/NodeFactory.InstantiationCallback.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/class-use/InstanceDeclarationHierarchy.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/class-use/EventFactory.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/class-use/BrowsePath.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/class-use/AttributeFilters.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/class-use/AttributeFilterContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/class-use/AttributeFilterContext.GetAttributeContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/class-use/AttributeFilterContext.SetAttributeContext.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/class-use/AttributeFilterChain.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/class-use/AttributeFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/class-use/ServiceCounter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/class-use/ServiceAttributes.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/class-use/DefaultViewServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/class-use/DefaultSubscriptionServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/class-use/DefaultQueryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/class-use/DefaultNodeManagementServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/class-use/DefaultMonitoredItemServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/class-use/DefaultMethodServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/class-use/DefaultAttributeServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/class-use/DefaultAttributeHistoryServiceSet.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/helpers/class-use/BrowsePathsHelper.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/helpers/class-use/BrowseHelper.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/helpers/class-use/BrowseHelper.BrowseContinuationPoint.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/class-use/TriggeringLinks.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/class-use/SubscriptionManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/class-use/SubscriptionDeletedEvent.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/class-use/SubscriptionCreatedEvent.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/class-use/Subscription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/class-use/Subscription.State.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/class-use/Subscription.StateListener.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/class-use/PublishQueue.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/class-use/PublishQueue.WaitingSubscription.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/UaEnumUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/SubscriptionModel.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/RingBuffer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/PendingWrite.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/PendingRead.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/PendingHistoryUpdate.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/PendingHistoryRead.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/PendingCall.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/PendingBrowse.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/PendingAck.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/Pending.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/HostnameUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/DataChangeMonitoringFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/AttributeWriter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/AttributeUtil.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/class-use/AttributeReader.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/annotations/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/config/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/methods/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/api/services/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/objects/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/diagnostics/variables/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/conversions/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/events/operators/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/identity/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/items/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/methods/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/objects/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/nodes/variables/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/objects/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/model/types/variables/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/namespaces/loader/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/delegates/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/factories/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/nodes/filters/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/services/helpers/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/subscriptions/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/org/eclipse/milo/opcua/sdk/server/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/apidocs/help-doc.html... 14 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/api/services/AttributeHistoryServices.java:41: warning: no @param for readDetails [WARNING] default void historyRead(HistoryReadContext context, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/identity/AbstractIdentityValidator.java:180: warning: no @param for algorithm [WARNING] protected byte[] decryptTokenData(Session session, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/nodes/UaObjectNode.java:362: warning: no @param for context [WARNING] public static UaObjectNodeBuilder builder(UaNodeContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/nodes/UaObjectNode.java:362: warning: no @return [WARNING] public static UaObjectNodeBuilder builder(UaNodeContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/nodes/UaServerNode.java:67: warning: no @param for context [WARNING] default DataValue readAttribute(AttributeContext context, UInteger attribute) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/nodes/UaServerNode.java:83: warning: no @param for context [WARNING] default DataValue readAttribute( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/nodes/UaServerNode.java:107: warning: no @param for context [WARNING] default DataValue readAttribute( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/nodes/UaVariableNode.java:553: warning: no @param for context [WARNING] public static UaVariableNodeBuilder builder(UaNodeContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/nodes/UaVariableNode.java:553: warning: no @return [WARNING] public static UaVariableNodeBuilder builder(UaNodeContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/nodes/UaMethodNode.java:228: warning: no @param for context [WARNING] public static UaMethodNodeBuilder builder(UaNodeContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/nodes/UaObjectNode.java:362: warning - Tag @link: can't find UaObjectNodeBuilder(UaNodeContext) in org.eclipse.milo.opcua.sdk.server.nodes.UaObjectNode.UaObjectNodeBuilder [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/nodes/UaVariableNode.java:553: warning - Tag @link: can't find UaVariableNodeBuilder(UaNodeContext) in org.eclipse.milo.opcua.sdk.server.nodes.UaVariableNode.UaVariableNodeBuilder [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/AttributeUtil.java:35: warning: no @param for o [WARNING] public static DataValue dv(Object o) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/AttributeUtil.java:35: warning: no @return [WARNING] public static DataValue dv(Object o) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ sdk-server --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-server/0.6.13-SNAPSHOT/sdk-server-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-server/0.6.13-SNAPSHOT/sdk-server-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-server/0.6.13-SNAPSHOT/sdk-server-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-server/0.6.13-SNAPSHOT/sdk-server-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-server --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 558 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-server --- [WARNING] Manifest org.eclipse.milo:sdk-server:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/api/config/OpcUaServerConfigTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/api/config/OpcUaServerConfigTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-server --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ sdk-server --- [WARNING] artifact org.eclipse.milo:sdk-server:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ sdk-server --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:sdk-server:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ sdk-server --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-server/0.6.13-SNAPSHOT/sdk-server-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-server/0.6.13-SNAPSHOT/sdk-server-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-server/0.6.13-SNAPSHOT/sdk-server-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-server/0.6.13-SNAPSHOT/sdk-server-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ sdk-server --- [INFO] [INFO] ----------------< org.eclipse.milo:dictionary-manager >----------------- [INFO] Building dictionary-manager 0.6.13-SNAPSHOT [15/22] [INFO] from opc-ua-sdk/dictionary-manager/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ dictionary-manager --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ dictionary-manager --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ dictionary-manager --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ dictionary-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ dictionary-manager --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ dictionary-manager --- [WARNING] Manifest org.eclipse.milo:dictionary-manager:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ dictionary-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ dictionary-manager --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ dictionary-manager --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ dictionary-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ dictionary-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ dictionary-manager --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.sdk.server.dtd... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/org/eclipse/milo/opcua/sdk/server/dtd/DataTypeDictionaryManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/org/eclipse/milo/opcua/sdk/server/dtd/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/org/eclipse/milo/opcua/sdk/server/dtd/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/org/eclipse/milo/opcua/sdk/server/dtd/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/org/eclipse/milo/opcua/sdk/server/dtd/class-use/DataTypeDictionaryManager.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/org/eclipse/milo/opcua/sdk/server/dtd/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ dictionary-manager --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-manager/0.6.13-SNAPSHOT/dictionary-manager-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-manager/0.6.13-SNAPSHOT/dictionary-manager-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-manager/0.6.13-SNAPSHOT/dictionary-manager-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-manager/0.6.13-SNAPSHOT/dictionary-manager-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ dictionary-manager --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ dictionary-manager --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ dictionary-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ dictionary-manager --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ dictionary-manager --- [WARNING] Manifest org.eclipse.milo:dictionary-manager:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ dictionary-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ dictionary-manager --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ dictionary-manager --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ dictionary-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ dictionary-manager --- [WARNING] artifact org.eclipse.milo:dictionary-manager:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ dictionary-manager --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:dictionary-manager:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ dictionary-manager --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-manager/0.6.13-SNAPSHOT/dictionary-manager-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-manager/0.6.13-SNAPSHOT/dictionary-manager-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-manager/0.6.13-SNAPSHOT/dictionary-manager-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/dictionary-manager/0.6.13-SNAPSHOT/dictionary-manager-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ dictionary-manager --- [INFO] [INFO] -------------------< org.eclipse.milo:milo-examples >------------------- [INFO] Building milo-examples 0.6.13-SNAPSHOT [16/22] [INFO] from milo-examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ milo-examples --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ milo-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ milo-examples --- [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ milo-examples --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ milo-examples --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ milo-examples --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ milo-examples --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/milo-examples/0.6.13-SNAPSHOT/milo-examples-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ milo-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ milo-examples --- [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ milo-examples --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ milo-examples --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ milo-examples --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ milo-examples --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/milo-examples/0.6.13-SNAPSHOT/milo-examples-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ milo-examples --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------------< org.eclipse.milo:server-examples >------------------ [INFO] Building server-examples 0.6.13-SNAPSHOT [17/22] [INFO] from milo-examples/server-examples/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ server-examples --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ server-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ server-examples --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ server-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ server-examples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleNamespace.java: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleNamespace.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleNamespace.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ server-examples --- [WARNING] Manifest org.eclipse.milo:server-examples:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ server-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ server-examples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ server-examples --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ server-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ server-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ server-examples --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.examples.server... Loading source files for package org.eclipse.milo.examples.server.methods... Loading source files for package org.eclipse.milo.examples.server.types... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/AttributeLoggingFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/ExampleNamespace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/ExampleServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/RestrictedAccessFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/methods/GenerateEventMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/methods/SqrtMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/CustomEnumType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/CustomEnumType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/CustomStructType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/CustomStructType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/CustomUnionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/CustomUnionType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/methods/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/methods/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/methods/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/class-use/RestrictedAccessFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/class-use/ExampleServer.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/class-use/ExampleNamespace.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/class-use/AttributeLoggingFilter.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/methods/class-use/SqrtMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/methods/class-use/GenerateEventMethod.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/class-use/CustomUnionType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/class-use/CustomUnionType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/class-use/CustomStructType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/class-use/CustomStructType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/class-use/CustomEnumType.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/class-use/CustomEnumType.Codec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/methods/package-use.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/org/eclipse/milo/examples/server/types/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- shade:3.2.2:shade (default) @ server-examples --- [INFO] Including org.eclipse.milo:sdk-server:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:stack-core:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.bouncycastle:bcprov-jdk18on:jar:1.75 in the shaded jar. [INFO] Including org.bouncycastle:bcpkix-jdk18on:jar:1.75 in the shaded jar. [INFO] Including org.bouncycastle:bcutil-jdk18on:jar:1.75 in the shaded jar. [INFO] Including com.google.guava:guava:jar:33.0.0-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.2 in the shaded jar. [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.108.Final in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.32 in the shaded jar. [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.6 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar. [INFO] Including org.glassfish.jaxb:txw2:jar:2.3.6 in the shaded jar. [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.12 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.2 in the shaded jar. [INFO] Including org.eclipse.milo:stack-server:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including io.netty:netty-codec-http:jar:4.1.108.Final in the shaded jar. [INFO] Including org.eclipse.milo:bsd-generator:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:bsd-core:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:sdk-core:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:dictionary-manager:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including ch.qos.logback:logback-classic:jar:1.2.12 in the shaded jar. [INFO] Including ch.qos.logback:logback-core:jar:1.2.12 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] bcpkix-jdk18on-1.75.jar, bcprov-jdk18on-1.75.jar, bcutil-jdk18on-1.75.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] bcpkix-jdk18on-1.75.jar, bcprov-jdk18on-1.75.jar, bcutil-jdk18on-1.75.jar, bsd-core-0.6.13-SNAPSHOT.jar, bsd-generator-0.6.13-SNAPSHOT.jar, dictionary-manager-0.6.13-SNAPSHOT.jar, failureaccess-1.0.2.jar, guava-33.0.0-jre.jar, istack-commons-runtime-3.0.12.jar, jakarta.activation-1.2.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-runtime-2.3.6.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, logback-classic-1.2.12.jar, logback-core-1.2.12.jar, netty-buffer-4.1.108.Final.jar, netty-codec-4.1.108.Final.jar, netty-codec-http-4.1.108.Final.jar, netty-common-4.1.108.Final.jar, netty-handler-4.1.108.Final.jar, netty-resolver-4.1.108.Final.jar, netty-transport-4.1.108.Final.jar, netty-transport-native-unix-common-4.1.108.Final.jar, sdk-core-0.6.13-SNAPSHOT.jar, sdk-server-0.6.13-SNAPSHOT.jar, server-examples-0.6.13-SNAPSHOT.jar, slf4j-api-1.7.32.jar, stack-core-0.6.13-SNAPSHOT.jar, stack-server-0.6.13-SNAPSHOT.jar, txw2-2.3.6.jar define 1 overlapping resources: [WARNING] - META-INF/MANIFEST.MF [WARNING] istack-commons-runtime-3.0.12.jar, jakarta.activation-1.2.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-runtime-2.3.6.jar, txw2-2.3.6.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] netty-buffer-4.1.108.Final.jar, netty-codec-4.1.108.Final.jar, netty-codec-http-4.1.108.Final.jar, netty-common-4.1.108.Final.jar, netty-handler-4.1.108.Final.jar, netty-resolver-4.1.108.Final.jar, netty-transport-4.1.108.Final.jar, netty-transport-native-unix-common-4.1.108.Final.jar define 1 overlapping resources: [WARNING] - META-INF/io.netty.versions.properties [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/dependency-reduced-pom.xml [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ server-examples --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/server-examples/0.6.13-SNAPSHOT/server-examples-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/server-examples/0.6.13-SNAPSHOT/server-examples-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/server-examples/0.6.13-SNAPSHOT/server-examples-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/server-examples/0.6.13-SNAPSHOT/server-examples-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ server-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ server-examples --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ server-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ server-examples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleNamespace.java: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleNamespace.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleNamespace.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ server-examples --- [WARNING] Manifest org.eclipse.milo:server-examples:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ server-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ server-examples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ server-examples --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ server-examples --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ server-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-sources.jar [WARNING] artifact org.eclipse.milo:server-examples:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ server-examples --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:server-examples:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- shade:3.2.2:shade (default) @ server-examples --- [INFO] Including org.eclipse.milo:sdk-server:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:stack-core:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.bouncycastle:bcprov-jdk18on:jar:1.75 in the shaded jar. [INFO] Including org.bouncycastle:bcpkix-jdk18on:jar:1.75 in the shaded jar. [INFO] Including org.bouncycastle:bcutil-jdk18on:jar:1.75 in the shaded jar. [INFO] Including com.google.guava:guava:jar:33.0.0-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.2 in the shaded jar. [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.108.Final in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.32 in the shaded jar. [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.6 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar. [INFO] Including org.glassfish.jaxb:txw2:jar:2.3.6 in the shaded jar. [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.12 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.2 in the shaded jar. [INFO] Including org.eclipse.milo:stack-server:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including io.netty:netty-codec-http:jar:4.1.108.Final in the shaded jar. [INFO] Including org.eclipse.milo:bsd-generator:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:bsd-core:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:sdk-core:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:dictionary-manager:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including ch.qos.logback:logback-classic:jar:1.2.12 in the shaded jar. [INFO] Including ch.qos.logback:logback-core:jar:1.2.12 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] logback-classic-1.2.12.jar, server-examples-0.6.13-SNAPSHOT.jar define 169 overlapping classes and resources: [WARNING] - META-INF/maven/ch.qos.logback/logback-classic/pom.properties [WARNING] - META-INF/maven/ch.qos.logback/logback-classic/pom.xml [WARNING] - META-INF/services/javax.servlet.ServletContainerInitializer [WARNING] - ch.qos.logback.classic.AsyncAppender [WARNING] - ch.qos.logback.classic.BasicConfigurator [WARNING] - ch.qos.logback.classic.ClassicConstants [WARNING] - ch.qos.logback.classic.Level [WARNING] - ch.qos.logback.classic.Logger [WARNING] - ch.qos.logback.classic.LoggerContext [WARNING] - ch.qos.logback.classic.PatternLayout [WARNING] - 159 more... [WARNING] server-examples-0.6.13-SNAPSHOT.jar, txw2-2.3.6.jar define 55 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.jaxb/txw2/pom.properties [WARNING] - META-INF/maven/org.glassfish.jaxb/txw2/pom.xml [WARNING] - com.sun.xml.txw2.Attribute [WARNING] - com.sun.xml.txw2.Cdata [WARNING] - com.sun.xml.txw2.Comment [WARNING] - com.sun.xml.txw2.ContainerElement [WARNING] - com.sun.xml.txw2.Content [WARNING] - com.sun.xml.txw2.ContentVisitor [WARNING] - com.sun.xml.txw2.DatatypeWriter [WARNING] - com.sun.xml.txw2.DatatypeWriter$1 [WARNING] - 45 more... [WARNING] server-examples-0.6.13-SNAPSHOT.jar, slf4j-api-1.7.32.jar define 36 overlapping classes and resources: [WARNING] - META-INF/maven/org.slf4j/slf4j-api/pom.properties [WARNING] - META-INF/maven/org.slf4j/slf4j-api/pom.xml [WARNING] - org.slf4j.ILoggerFactory [WARNING] - org.slf4j.IMarkerFactory [WARNING] - org.slf4j.Logger [WARNING] - org.slf4j.LoggerFactory [WARNING] - org.slf4j.MDC [WARNING] - org.slf4j.MDC$1 [WARNING] - org.slf4j.MDC$MDCCloseable [WARNING] - org.slf4j.Marker [WARNING] - 26 more... [WARNING] listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, server-examples-0.6.13-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.google.guava/listenablefuture/pom.properties [WARNING] - META-INF/maven/com.google.guava/listenablefuture/pom.xml [WARNING] server-examples-0.6.13-SNAPSHOT.jar, stack-core-0.6.13-SNAPSHOT.jar define 1368 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.milo/stack-core/pom.properties [WARNING] - META-INF/maven/org.eclipse.milo/stack-core/pom.xml [WARNING] - org.eclipse.milo.opcua.stack.core.AttributeId [WARNING] - org.eclipse.milo.opcua.stack.core.AttributeId$1 [WARNING] - org.eclipse.milo.opcua.stack.core.BuiltinDataType [WARNING] - org.eclipse.milo.opcua.stack.core.BuiltinReferenceType [WARNING] - org.eclipse.milo.opcua.stack.core.Identifiers [WARNING] - org.eclipse.milo.opcua.stack.core.NamespaceTable [WARNING] - org.eclipse.milo.opcua.stack.core.ReferenceType [WARNING] - org.eclipse.milo.opcua.stack.core.Stack [WARNING] - 1358 more... [WARNING] istack-commons-runtime-3.0.12.jar, jakarta.activation-1.2.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-runtime-2.3.6.jar, server-examples-0.6.13-SNAPSHOT.jar, txw2-2.3.6.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] netty-buffer-4.1.108.Final.jar, server-examples-0.6.13-SNAPSHOT.jar define 141 overlapping classes and resources: [WARNING] - META-INF/maven/io.netty/netty-buffer/pom.properties [WARNING] - META-INF/maven/io.netty/netty-buffer/pom.xml [WARNING] - META-INF/native-image/io.netty/netty-buffer/native-image.properties [WARNING] - io.netty.buffer.AbstractByteBuf [WARNING] - io.netty.buffer.AbstractByteBufAllocator [WARNING] - io.netty.buffer.AbstractByteBufAllocator$1 [WARNING] - io.netty.buffer.AbstractDerivedByteBuf [WARNING] - io.netty.buffer.AbstractPooledDerivedByteBuf [WARNING] - io.netty.buffer.AbstractPooledDerivedByteBuf$PooledNonRetainedDuplicateByteBuf [WARNING] - io.netty.buffer.AbstractPooledDerivedByteBuf$PooledNonRetainedSlicedByteBuf [WARNING] - 131 more... [WARNING] server-examples-0.6.13-SNAPSHOT.jar, stack-server-0.6.13-SNAPSHOT.jar define 41 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.milo/stack-server/pom.properties [WARNING] - META-INF/maven/org.eclipse.milo/stack-server/pom.xml [WARNING] - org.eclipse.milo.opcua.stack.server.EndpointConfiguration [WARNING] - org.eclipse.milo.opcua.stack.server.EndpointConfiguration$1 [WARNING] - org.eclipse.milo.opcua.stack.server.EndpointConfiguration$Builder [WARNING] - org.eclipse.milo.opcua.stack.server.UaStackServer [WARNING] - org.eclipse.milo.opcua.stack.server.UaStackServer$1 [WARNING] - org.eclipse.milo.opcua.stack.server.UaStackServer$2 [WARNING] - org.eclipse.milo.opcua.stack.server.UaStackServer$DefaultDiscoveryServiceSet [WARNING] - org.eclipse.milo.opcua.stack.server.UaStackServer$ServiceHandlerTable [WARNING] - 31 more... [WARNING] netty-common-4.1.108.Final.jar, server-examples-0.6.13-SNAPSHOT.jar define 498 overlapping classes and resources: [WARNING] - META-INF/maven/io.netty/netty-common/pom.properties [WARNING] - META-INF/maven/io.netty/netty-common/pom.xml [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml [WARNING] - META-INF/native-image/io.netty/netty-common/native-image.properties [WARNING] - META-INF/services/reactor.blockhound.integration.BlockHoundIntegration [WARNING] - io.netty.util.AbstractConstant [WARNING] - io.netty.util.AbstractReferenceCounted [WARNING] - io.netty.util.AbstractReferenceCounted$1 [WARNING] - io.netty.util.AsciiString [WARNING] - 488 more... [WARNING] sdk-core-0.6.13-SNAPSHOT.jar, server-examples-0.6.13-SNAPSHOT.jar define 40 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.milo/sdk-core/pom.properties [WARNING] - META-INF/maven/org.eclipse.milo/sdk-core/pom.xml [WARNING] - org.eclipse.milo.opcua.sdk.core.AccessLevel [WARNING] - org.eclipse.milo.opcua.sdk.core.CefactEngineeringUnits [WARNING] - org.eclipse.milo.opcua.sdk.core.CefactEngineeringUnits0 [WARNING] - org.eclipse.milo.opcua.sdk.core.CefactEngineeringUnits1 [WARNING] - org.eclipse.milo.opcua.sdk.core.CefactEngineeringUnitsBase [WARNING] - org.eclipse.milo.opcua.sdk.core.DataTypeTree [WARNING] - org.eclipse.milo.opcua.sdk.core.DataTypeTree$DataType [WARNING] - org.eclipse.milo.opcua.sdk.core.NumericRange [WARNING] - 30 more... [WARNING] netty-transport-native-unix-common-4.1.108.Final.jar, server-examples-0.6.13-SNAPSHOT.jar define 34 overlapping classes and resources: [WARNING] - META-INF/maven/io.netty/netty-transport-native-unix-common/pom.properties [WARNING] - META-INF/maven/io.netty/netty-transport-native-unix-common/pom.xml [WARNING] - io.netty.channel.unix.Buffer [WARNING] - io.netty.channel.unix.DatagramSocketAddress [WARNING] - io.netty.channel.unix.DomainDatagramChannel [WARNING] - io.netty.channel.unix.DomainDatagramChannelConfig [WARNING] - io.netty.channel.unix.DomainDatagramPacket [WARNING] - io.netty.channel.unix.DomainDatagramSocketAddress [WARNING] - io.netty.channel.unix.DomainSocketAddress [WARNING] - io.netty.channel.unix.DomainSocketChannel [WARNING] - 24 more... [WARNING] netty-codec-http-4.1.108.Final.jar, server-examples-0.6.13-SNAPSHOT.jar define 395 overlapping classes and resources: [WARNING] - META-INF/maven/io.netty/netty-codec-http/pom.properties [WARNING] - META-INF/maven/io.netty/netty-codec-http/pom.xml [WARNING] - META-INF/native-image/io.netty/netty-codec-http/generated/handlers/reflect-config.json [WARNING] - META-INF/native-image/io.netty/netty-codec-http/native-image.properties [WARNING] - io.netty.handler.codec.http.ClientCookieEncoder [WARNING] - io.netty.handler.codec.http.CombinedHttpHeaders [WARNING] - io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl [WARNING] - io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$1 [WARNING] - io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$2 [WARNING] - io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper [WARNING] - 385 more... [WARNING] bcpkix-jdk18on-1.75.jar, server-examples-0.6.13-SNAPSHOT.jar define 899 overlapping classes and resources: [WARNING] - org.bouncycastle.cert.AttributeCertificateHolder [WARNING] - org.bouncycastle.cert.AttributeCertificateIssuer [WARNING] - org.bouncycastle.cert.CertException [WARNING] - org.bouncycastle.cert.CertIOException [WARNING] - org.bouncycastle.cert.CertRuntimeException [WARNING] - org.bouncycastle.cert.CertUtils [WARNING] - org.bouncycastle.cert.DeltaCertificateTool [WARNING] - org.bouncycastle.cert.X509AttributeCertificateHolder [WARNING] - org.bouncycastle.cert.X509CRLEntryHolder [WARNING] - org.bouncycastle.cert.X509CRLHolder [WARNING] - 889 more... [WARNING] jakarta.activation-1.2.2.jar, server-examples-0.6.13-SNAPSHOT.jar define 46 overlapping classes and resources: [WARNING] - META-INF/mailcap.default [WARNING] - META-INF/maven/com.sun.activation/jakarta.activation/pom.properties [WARNING] - META-INF/maven/com.sun.activation/jakarta.activation/pom.xml [WARNING] - META-INF/mimetypes.default [WARNING] - com.sun.activation.registries.LineTokenizer [WARNING] - com.sun.activation.registries.LogSupport [WARNING] - com.sun.activation.registries.MailcapFile [WARNING] - com.sun.activation.registries.MailcapParseException [WARNING] - com.sun.activation.registries.MailcapTokenizer [WARNING] - com.sun.activation.registries.MimeTypeEntry [WARNING] - 36 more... [WARNING] jaxb-runtime-2.3.6.jar, server-examples-0.6.13-SNAPSHOT.jar define 766 overlapping classes and resources: [WARNING] - META-INF.versions.9.com.sun.xml.bind.StackHelper [WARNING] - META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.properties [WARNING] - META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.xml [WARNING] - META-INF/services/javax.xml.bind.JAXBContext [WARNING] - com.sun.xml.bind.AccessorFactory [WARNING] - com.sun.xml.bind.AccessorFactoryImpl [WARNING] - com.sun.xml.bind.AnyTypeAdapter [WARNING] - com.sun.xml.bind.CycleRecoverable [WARNING] - com.sun.xml.bind.CycleRecoverable$Context [WARNING] - com.sun.xml.bind.DatatypeConverterImpl [WARNING] - 756 more... [WARNING] netty-codec-4.1.108.Final.jar, server-examples-0.6.13-SNAPSHOT.jar define 223 overlapping classes and resources: [WARNING] - META-INF/maven/io.netty/netty-codec/pom.properties [WARNING] - META-INF/maven/io.netty/netty-codec/pom.xml [WARNING] - META-INF/native-image/io.netty/netty-codec/generated/handlers/reflect-config.json [WARNING] - META-INF/native-image/io.netty/netty-codec/native-image.properties [WARNING] - io.netty.handler.codec.AsciiHeadersEncoder [WARNING] - io.netty.handler.codec.AsciiHeadersEncoder$1 [WARNING] - io.netty.handler.codec.AsciiHeadersEncoder$NewlineType [WARNING] - io.netty.handler.codec.AsciiHeadersEncoder$SeparatorType [WARNING] - io.netty.handler.codec.ByteToMessageCodec [WARNING] - io.netty.handler.codec.ByteToMessageCodec$1 [WARNING] - 213 more... [WARNING] sdk-server-0.6.13-SNAPSHOT.jar, server-examples-0.6.13-SNAPSHOT.jar define 699 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.milo/sdk-server/pom.properties [WARNING] - META-INF/maven/org.eclipse.milo/sdk-server/pom.xml [WARNING] - org.eclipse.milo.opcua.sdk.server.AbstractLifecycle [WARNING] - org.eclipse.milo.opcua.sdk.server.AbstractLifecycle$LifecycleState [WARNING] - org.eclipse.milo.opcua.sdk.server.DiagnosticsContext [WARNING] - org.eclipse.milo.opcua.sdk.server.DiagnosticsContext$OperationDiagnostic [WARNING] - org.eclipse.milo.opcua.sdk.server.Lifecycle [WARNING] - org.eclipse.milo.opcua.sdk.server.LifecycleManager [WARNING] - org.eclipse.milo.opcua.sdk.server.LifecycleManager$1 [WARNING] - org.eclipse.milo.opcua.sdk.server.LifecycleManager$2 [WARNING] - 689 more... [WARNING] netty-buffer-4.1.108.Final.jar, netty-codec-4.1.108.Final.jar, netty-codec-http-4.1.108.Final.jar, netty-common-4.1.108.Final.jar, netty-handler-4.1.108.Final.jar, netty-resolver-4.1.108.Final.jar, netty-transport-4.1.108.Final.jar, netty-transport-native-unix-common-4.1.108.Final.jar, server-examples-0.6.13-SNAPSHOT.jar define 1 overlapping resources: [WARNING] - META-INF/io.netty.versions.properties [WARNING] failureaccess-1.0.2.jar, server-examples-0.6.13-SNAPSHOT.jar define 4 overlapping classes and resources: [WARNING] - META-INF/maven/com.google.guava/failureaccess/pom.properties [WARNING] - META-INF/maven/com.google.guava/failureaccess/pom.xml [WARNING] - com.google.common.util.concurrent.internal.InternalFutureFailureAccess [WARNING] - com.google.common.util.concurrent.internal.InternalFutures [WARNING] jakarta.xml.bind-api-2.3.3.jar, server-examples-0.6.13-SNAPSHOT.jar define 116 overlapping classes and resources: [WARNING] - META-INF.versions.9.javax.xml.bind.ModuleUtil [WARNING] - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.properties [WARNING] - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.xml [WARNING] - javax.xml.bind.Binder [WARNING] - javax.xml.bind.ContextFinder [WARNING] - javax.xml.bind.ContextFinder$1 [WARNING] - javax.xml.bind.ContextFinder$2 [WARNING] - javax.xml.bind.ContextFinder$3 [WARNING] - javax.xml.bind.ContextFinder$4 [WARNING] - javax.xml.bind.ContextFinder$5 [WARNING] - 106 more... [WARNING] dictionary-manager-0.6.13-SNAPSHOT.jar, server-examples-0.6.13-SNAPSHOT.jar define 3 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.milo/dictionary-manager/pom.properties [WARNING] - META-INF/maven/org.eclipse.milo/dictionary-manager/pom.xml [WARNING] - org.eclipse.milo.opcua.sdk.server.dtd.DataTypeDictionaryManager [WARNING] netty-transport-4.1.108.Final.jar, server-examples-0.6.13-SNAPSHOT.jar define 377 overlapping classes and resources: [WARNING] - META-INF/maven/io.netty/netty-transport/pom.properties [WARNING] - META-INF/maven/io.netty/netty-transport/pom.xml [WARNING] - META-INF/native-image/io.netty/netty-transport/generated/handlers/reflect-config.json [WARNING] - META-INF/native-image/io.netty/netty-transport/reflect-config.json [WARNING] - io.netty.bootstrap.AbstractBootstrap [WARNING] - io.netty.bootstrap.AbstractBootstrap$1 [WARNING] - io.netty.bootstrap.AbstractBootstrap$2 [WARNING] - io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise [WARNING] - io.netty.bootstrap.AbstractBootstrapConfig [WARNING] - io.netty.bootstrap.Bootstrap [WARNING] - 367 more... [WARNING] bcpkix-jdk18on-1.75.jar, bcprov-jdk18on-1.75.jar, bcutil-jdk18on-1.75.jar, server-examples-0.6.13-SNAPSHOT.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] netty-resolver-4.1.108.Final.jar, server-examples-0.6.13-SNAPSHOT.jar define 31 overlapping classes and resources: [WARNING] - META-INF/maven/io.netty/netty-resolver/pom.properties [WARNING] - META-INF/maven/io.netty/netty-resolver/pom.xml [WARNING] - io.netty.resolver.AbstractAddressResolver [WARNING] - io.netty.resolver.AddressResolver [WARNING] - io.netty.resolver.AddressResolverGroup [WARNING] - io.netty.resolver.AddressResolverGroup$1 [WARNING] - io.netty.resolver.CompositeNameResolver [WARNING] - io.netty.resolver.CompositeNameResolver$1 [WARNING] - io.netty.resolver.CompositeNameResolver$2 [WARNING] - io.netty.resolver.DefaultAddressResolverGroup [WARNING] - 21 more... [WARNING] bcpkix-jdk18on-1.75.jar, bcprov-jdk18on-1.75.jar, bcutil-jdk18on-1.75.jar, bsd-core-0.6.13-SNAPSHOT.jar, bsd-generator-0.6.13-SNAPSHOT.jar, dictionary-manager-0.6.13-SNAPSHOT.jar, failureaccess-1.0.2.jar, guava-33.0.0-jre.jar, istack-commons-runtime-3.0.12.jar, jakarta.activation-1.2.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-runtime-2.3.6.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, logback-classic-1.2.12.jar, logback-core-1.2.12.jar, netty-buffer-4.1.108.Final.jar, netty-codec-4.1.108.Final.jar, netty-codec-http-4.1.108.Final.jar, netty-common-4.1.108.Final.jar, netty-handler-4.1.108.Final.jar, netty-resolver-4.1.108.Final.jar, netty-transport-4.1.108.Final.jar, netty-transport-native-unix-common-4.1.108.Final.jar, sdk-core-0.6.13-SNAPSHOT.jar, sdk-server-0.6.13-SNAPSHOT.jar, server-examples-0.6.13-SNAPSHOT.jar, slf4j-api-1.7.32.jar, stack-core-0.6.13-SNAPSHOT.jar, stack-server-0.6.13-SNAPSHOT.jar, txw2-2.3.6.jar define 1 overlapping resources: [WARNING] - META-INF/MANIFEST.MF [WARNING] istack-commons-runtime-3.0.12.jar, server-examples-0.6.13-SNAPSHOT.jar define 25 overlapping classes and resources: [WARNING] - META-INF.versions.9.com.sun.istack.logging.StackHelper [WARNING] - META-INF/maven/com.sun.istack/istack-commons-runtime/pom.properties [WARNING] - META-INF/maven/com.sun.istack/istack-commons-runtime/pom.xml [WARNING] - com.sun.istack.Builder [WARNING] - com.sun.istack.ByteArrayDataSource [WARNING] - com.sun.istack.FinalArrayList [WARNING] - com.sun.istack.FragmentContentHandler [WARNING] - com.sun.istack.Interned [WARNING] - com.sun.istack.NotNull [WARNING] - com.sun.istack.Nullable [WARNING] - 15 more... [WARNING] logback-core-1.2.12.jar, server-examples-0.6.13-SNAPSHOT.jar define 356 overlapping classes and resources: [WARNING] - META-INF/maven/ch.qos.logback/logback-core/pom.properties [WARNING] - META-INF/maven/ch.qos.logback/logback-core/pom.xml [WARNING] - ch.qos.logback.core.Appender [WARNING] - ch.qos.logback.core.AppenderBase [WARNING] - ch.qos.logback.core.AsyncAppenderBase [WARNING] - ch.qos.logback.core.AsyncAppenderBase$Worker [WARNING] - ch.qos.logback.core.BasicStatusManager [WARNING] - ch.qos.logback.core.ConsoleAppender [WARNING] - ch.qos.logback.core.Context [WARNING] - ch.qos.logback.core.ContextBase [WARNING] - 346 more... [WARNING] guava-33.0.0-jre.jar, server-examples-0.6.13-SNAPSHOT.jar define 2028 overlapping classes and resources: [WARNING] - META-INF/LICENSE [WARNING] - META-INF/maven/com.google.guava/guava/pom.properties [WARNING] - META-INF/maven/com.google.guava/guava/pom.xml [WARNING] - META-INF/proguard/base.pro [WARNING] - META-INF/proguard/cache.pro [WARNING] - META-INF/proguard/collect.pro [WARNING] - META-INF/proguard/concurrent.pro [WARNING] - META-INF/proguard/hash.pro [WARNING] - META-INF/proguard/io.pro [WARNING] - META-INF/proguard/primitives.pro [WARNING] - 2018 more... [WARNING] bsd-core-0.6.13-SNAPSHOT.jar, server-examples-0.6.13-SNAPSHOT.jar define 17 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.milo/bsd-core/pom.properties [WARNING] - META-INF/maven/org.eclipse.milo/bsd-core/pom.xml [WARNING] - META-INF/sun-jaxb.episode [WARNING] - OPCBinarySchema.xsd [WARNING] - org.opcfoundation.opcua.binaryschema.ByteOrder [WARNING] - org.opcfoundation.opcua.binaryschema.Documentation [WARNING] - org.opcfoundation.opcua.binaryschema.EnumeratedType [WARNING] - org.opcfoundation.opcua.binaryschema.EnumeratedValue [WARNING] - org.opcfoundation.opcua.binaryschema.FieldType [WARNING] - org.opcfoundation.opcua.binaryschema.ImportDirective [WARNING] - 7 more... [WARNING] bsd-generator-0.6.13-SNAPSHOT.jar, server-examples-0.6.13-SNAPSHOT.jar define 6 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.milo/bsd-generator/pom.properties [WARNING] - META-INF/maven/org.eclipse.milo/bsd-generator/pom.xml [WARNING] - org.eclipse.milo.opcua.binaryschema.generator.DataTypeDictionaryGenerator [WARNING] - org.eclipse.milo.opcua.binaryschema.generator.DataTypeDictionaryGenerator$1 [WARNING] - org.eclipse.milo.opcua.binaryschema.generator.DataTypeDictionaryGenerator$DataTypeLocation [WARNING] - org.eclipse.milo.opcua.binaryschema.generator.DataTypeDictionaryGenerator$OpcUaNamespacePrefixMapper [WARNING] bcutil-jdk18on-1.75.jar, server-examples-0.6.13-SNAPSHOT.jar define 585 overlapping classes: [WARNING] - org.bouncycastle.asn1.bsi.BSIObjectIdentifiers [WARNING] - org.bouncycastle.asn1.cmc.BodyPartID [WARNING] - org.bouncycastle.asn1.cmc.BodyPartList [WARNING] - org.bouncycastle.asn1.cmc.BodyPartPath [WARNING] - org.bouncycastle.asn1.cmc.BodyPartReference [WARNING] - org.bouncycastle.asn1.cmc.CMCFailInfo [WARNING] - org.bouncycastle.asn1.cmc.CMCObjectIdentifiers [WARNING] - org.bouncycastle.asn1.cmc.CMCPublicationInfo [WARNING] - org.bouncycastle.asn1.cmc.CMCStatus [WARNING] - org.bouncycastle.asn1.cmc.CMCStatusInfo [WARNING] - 575 more... [WARNING] bcprov-jdk18on-1.75.jar, server-examples-0.6.13-SNAPSHOT.jar define 5211 overlapping classes and resources: [WARNING] - META-INF.versions.11.org.bouncycastle.jcajce.provider.asymmetric.edec.BC11XDHPrivateKey [WARNING] - META-INF.versions.11.org.bouncycastle.jcajce.provider.asymmetric.edec.BC11XDHPublicKey [WARNING] - META-INF.versions.11.org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi [WARNING] - META-INF.versions.11.org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519 [WARNING] - META-INF.versions.11.org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519UwithSHA256CKDF [WARNING] - META-INF.versions.11.org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519UwithSHA256KDF [WARNING] - META-INF.versions.11.org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA256CKDF [WARNING] - META-INF.versions.11.org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA256KDF [WARNING] - META-INF.versions.11.org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA384CKDF [WARNING] - META-INF.versions.11.org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA512CKDF [WARNING] - 5201 more... [WARNING] netty-handler-4.1.108.Final.jar, server-examples-0.6.13-SNAPSHOT.jar define 363 overlapping classes and resources: [WARNING] - META-INF/maven/io.netty/netty-handler/pom.properties [WARNING] - META-INF/maven/io.netty/netty-handler/pom.xml [WARNING] - META-INF/native-image/io.netty/netty-handler/generated/handlers/reflect-config.json [WARNING] - META-INF/native-image/io.netty/netty-handler/native-image.properties [WARNING] - io.netty.handler.address.DynamicAddressConnectHandler [WARNING] - io.netty.handler.address.DynamicAddressConnectHandler$1 [WARNING] - io.netty.handler.address.ResolveAddressHandler [WARNING] - io.netty.handler.address.ResolveAddressHandler$1 [WARNING] - io.netty.handler.flow.FlowControlHandler [WARNING] - io.netty.handler.flow.FlowControlHandler$1 [WARNING] - 353 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/dependency-reduced-pom.xml [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ server-examples --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/server-examples/0.6.13-SNAPSHOT/server-examples-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/server-examples/0.6.13-SNAPSHOT/server-examples-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/server-examples/0.6.13-SNAPSHOT/server-examples-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/server-examples/0.6.13-SNAPSHOT/server-examples-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ server-examples --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------------< org.eclipse.milo:client-examples >------------------ [INFO] Building client-examples 0.6.13-SNAPSHOT [18/22] [INFO] from milo-examples/client-examples/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ client-examples --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ client-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ client-examples --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ client-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ client-examples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ client-examples --- [WARNING] Manifest org.eclipse.milo:client-examples:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ client-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ client-examples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ client-examples --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ client-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ client-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ client-examples --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.examples.client... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/BrowseAsyncExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/BrowseExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/BrowseNodeExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/ClientExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/ClientExampleRunner.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/EventSubscriptionExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/EventSubscriptionExampleProsys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/HistoryReadExampleProsys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/ManagedSubscriptionDataExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/ManagedSubscriptionEventExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/MethodExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/MethodExample2.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/ReadExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/ReadNodeExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/ReadWriteCustomDataTypeNodeExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/SubscriptionExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/TranslateBrowsePathExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/TriggeringExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/UnifiedAutomationReadCustomDataTypeExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/WriteExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/WriteExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/UnifiedAutomationReadCustomDataTypeExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/TriggeringExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/TranslateBrowsePathExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/SubscriptionExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/ReadWriteCustomDataTypeNodeExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/ReadNodeExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/ReadExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/MethodExample2.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/MethodExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/ManagedSubscriptionEventExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/ManagedSubscriptionDataExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/HistoryReadExampleProsys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/EventSubscriptionExampleProsys.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/EventSubscriptionExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/ClientExampleRunner.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/ClientExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/BrowseNodeExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/BrowseExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/class-use/BrowseAsyncExample.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/org/eclipse/milo/examples/client/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ client-examples --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/client-examples/0.6.13-SNAPSHOT/client-examples-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/client-examples/0.6.13-SNAPSHOT/client-examples-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/client-examples/0.6.13-SNAPSHOT/client-examples-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/client-examples/0.6.13-SNAPSHOT/client-examples-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ client-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ client-examples --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ client-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ client-examples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ client-examples --- [WARNING] Manifest org.eclipse.milo:client-examples:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ client-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ client-examples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ client-examples --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ client-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ client-examples --- [WARNING] artifact org.eclipse.milo:client-examples:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ client-examples --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:client-examples:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ client-examples --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/client-examples/0.6.13-SNAPSHOT/client-examples-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/client-examples/0.6.13-SNAPSHOT/client-examples-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/client-examples/0.6.13-SNAPSHOT/client-examples-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/client-examples/0.6.13-SNAPSHOT/client-examples-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ client-examples --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------------< org.eclipse.milo:bsd-parser-gson >------------------ [INFO] Building bsd-parser-gson 0.6.13-SNAPSHOT [19/22] [INFO] from opc-ua-stack/bsd-parser-gson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ bsd-parser-gson --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-parser-gson --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-parser-gson --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-parser-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-parser-gson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-parser-gson --- [WARNING] Manifest org.eclipse.milo:bsd-parser-gson:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-parser-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-parser-gson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/src/test/java/org/eclipse/milo/opcua/binaryschema/gson/JsonBsdParserTest.java: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/src/test/java/org/eclipse/milo/opcua/binaryschema/gson/JsonBsdParserTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/src/test/java/org/eclipse/milo/opcua/binaryschema/gson/JsonBsdParserTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-parser-gson --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.binaryschema.gson.JsonBsdParserTest --- assertRoundTrip Type: ArrayContainer --- originalValue: {"IntArray":[1,2,3],"BitField":143,"StringArray":["hello","world"]} encodedValue: 030000000100000002000000030000008f020000000500000068656c6c6f05000000776f726c64 decodedValue: {"IntArray":[1,2,3],"BitField":143,"StringArray":["hello","world"]} --- assertRoundTrip Type: Bar --- originalValue: {"Foo":{"Bar":0,"Baz":"hello"},"Int":1,"Str":"goodbye"} encodedValue: 000000000500000068656c6c6f0100000007000000676f6f64627965 decodedValue: {"Foo":{"Bar":0,"Baz":"hello"},"Int":1,"Str":"goodbye"} --- assertRoundTrip Type: Foo --- originalValue: {"Bar":0,"Baz":"hello"} encodedValue: 000000000500000068656c6c6f decodedValue: {"Bar":0,"Baz":"hello"} --- assertRoundTrip Type: Optionals --- originalValue: {"OptionalInt32Specified":1,"OptionalStringSpecified":1,"Reserved1":0,"OptionalInt32":0,"OptionalString":"hello"} encodedValue: 03000000000000000500000068656c6c6f decodedValue: {"OptionalInt32Specified":1,"OptionalStringSpecified":1,"Reserved1":0,"OptionalInt32":0,"OptionalString":"hello"} --- assertRoundTrip Type: Optionals --- originalValue: {"OptionalInt32Specified":0,"OptionalStringSpecified":0,"Reserved1":0} encodedValue: 00000000 decodedValue: {"OptionalInt32Specified":0,"OptionalStringSpecified":0,"Reserved1":0} --- assertRoundTrip Type: Optionals --- originalValue: {"OptionalInt32Specified":1,"OptionalStringSpecified":0,"Reserved1":0,"OptionalInt32":0} encodedValue: 0100000000000000 decodedValue: {"OptionalInt32Specified":1,"OptionalStringSpecified":0,"Reserved1":0,"OptionalInt32":0} --- assertRoundTrip Type: ScanSettings --- originalValue: {"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0} encodedValue: 010000000000000000000000000000000000000000 decodedValue: {"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0} --- assertRoundTrip Type: ScanSettings --- originalValue: {"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0} encodedValue: 010000000000000000000000000000000000000000 decodedValue: {"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 s - in org.eclipse.milo.opcua.binaryschema.gson.JsonBsdParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-parser-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ bsd-parser-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ bsd-parser-gson --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.milo.opcua.binaryschema.gson... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/org/eclipse/milo/opcua/binaryschema/gson/JsonBsdParser.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/org/eclipse/milo/opcua/binaryschema/gson/JsonEnumCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/org/eclipse/milo/opcua/binaryschema/gson/JsonStructureCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/org/eclipse/milo/opcua/binaryschema/gson/package-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/org/eclipse/milo/opcua/binaryschema/gson/package-summary.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/org/eclipse/milo/opcua/binaryschema/gson/package-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/org/eclipse/milo/opcua/binaryschema/gson/class-use/JsonStructureCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/org/eclipse/milo/opcua/binaryschema/gson/class-use/JsonEnumCodec.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/org/eclipse/milo/opcua/binaryschema/gson/class-use/JsonBsdParser.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/org/eclipse/milo/opcua/binaryschema/gson/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-parser-gson --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ bsd-parser-gson --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser-gson/0.6.13-SNAPSHOT/bsd-parser-gson-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser-gson/0.6.13-SNAPSHOT/bsd-parser-gson-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser-gson/0.6.13-SNAPSHOT/bsd-parser-gson-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser-gson/0.6.13-SNAPSHOT/bsd-parser-gson-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-parser-gson --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-parser-gson --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-parser-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-parser-gson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-parser-gson --- [WARNING] Manifest org.eclipse.milo:bsd-parser-gson:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-parser-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-parser-gson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/src/test/java/org/eclipse/milo/opcua/binaryschema/gson/JsonBsdParserTest.java: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/src/test/java/org/eclipse/milo/opcua/binaryschema/gson/JsonBsdParserTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/src/test/java/org/eclipse/milo/opcua/binaryschema/gson/JsonBsdParserTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-parser-gson --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-parser-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ bsd-parser-gson --- [WARNING] artifact org.eclipse.milo:bsd-parser-gson:java-source:sources:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ bsd-parser-gson --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.milo:bsd-parser-gson:javadoc:javadoc:0.6.13-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-parser-gson --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ bsd-parser-gson --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser-gson/0.6.13-SNAPSHOT/bsd-parser-gson-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser-gson/0.6.13-SNAPSHOT/bsd-parser-gson-0.6.13-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser-gson/0.6.13-SNAPSHOT/bsd-parser-gson-0.6.13-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/bsd-parser-gson/0.6.13-SNAPSHOT/bsd-parser-gson-0.6.13-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ bsd-parser-gson --- [INFO] [INFO] --------------------< org.eclipse.milo:stack-tests >-------------------- [INFO] Building stack-tests 0.6.13-SNAPSHOT [20/22] [INFO] from opc-ua-stack/stack-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ stack-tests --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-tests --- [WARNING] Manifest org.eclipse.milo:stack-tests:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/src/test/java/org/eclipse/milo/opcua/stack/StackIntegrationTest.java: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/src/test/java/org/eclipse/milo/opcua/stack/StackIntegrationTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/src/test/java/org/eclipse/milo/opcua/stack/StackIntegrationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:6014/test to localhost:6014 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:6014/test to localhost:6014 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:23185/test to localhost:23185 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:23185/test to localhost:23185 [Basic256Sha256/SignAndEncrypt] [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.StackIntegrationTest$TestHttpStackIntegrationTest - discovered endpoint: https://localhost:23185/test [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.StackIntegrationTest$TestHttpStackIntegrationTest - discovered endpoint: https://localhost:23185/test [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic128Rsa15/Sign] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic128Rsa15/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256/Sign] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256Sha256/Sign] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/example/discovery to localhost:12685 [None/None] [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms. [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=None, messageSecurityMode=None, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=Sign, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=SignAndEncrypt, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=Sign, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=SignAndEncrypt, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=Sign, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=SignAndEncrypt, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=Sign, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=SignAndEncrypt, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=Sign, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=SignAndEncrypt, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=None, messageSecurityMode=None, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=Sign, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=SignAndEncrypt, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=Sign, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=SignAndEncrypt, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=Sign, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=SignAndEncrypt, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=Sign, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=SignAndEncrypt, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=Sign, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=SignAndEncrypt, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=None, messageSecurityMode=None [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=Sign [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=SignAndEncrypt [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=Sign [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=SignAndEncrypt [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=Sign [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=SignAndEncrypt [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=Sign [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=SignAndEncrypt [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=Sign [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=SignAndEncrypt [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=42} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - sending request: ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=133578472990090000, javaDate=Wed Apr 17 17:08:19 UTC 2024}, requestHandle=0, returnDiagnostics=0, auditEntryId=null, timeoutHint=60000, additionalHeader=null), maxAge=0.0, timestampsToReturn=Neither, nodesToRead=[ReadValueId(nodeId=NodeId{ns=0, id=0}, attributeId=13, indexRange=null, dataEncoding=null)]) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - got response: ReadResponse(responseHeader=ResponseHeader(timestamp=DateTime{utcTime=133578472990160000, javaDate=Wed Apr 17 17:08:19 UTC 2024}, requestHandle=0, serviceResult=StatusCode{name=Good, value=0x00000000, quality=good}, serviceDiagnostics=null, stringTable=null, additionalHeader=ExtensionObject{encoded=ByteString{bytes=null}, encodingId=NodeId{ns=0, id=0}}), results=[DataValue{value=Variant{value=42}, status=StatusCode{name=Good, value=0x00000000, quality=good}, sourceTime=DateTime{utcTime=133578472990170000, javaDate=Wed Apr 17 17:08:19 UTC 2024}, serverTime=DateTime{utcTime=133578472990170000, javaDate=Wed Apr 17 17:08:19 UTC 2024}}], diagnosticInfos=null) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=42} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - sending request: ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=133578472990530000, javaDate=Wed Apr 17 17:08:19 UTC 2024}, requestHandle=0, returnDiagnostics=0, auditEntryId=null, timeoutHint=60000, additionalHeader=null), maxAge=0.0, timestampsToReturn=Neither, nodesToRead=[ReadValueId(nodeId=NodeId{ns=0, id=0}, attributeId=13, indexRange=null, dataEncoding=null)]) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - got response: ReadResponse(responseHeader=ResponseHeader(timestamp=DateTime{utcTime=133578472990550000, javaDate=Wed Apr 17 17:08:19 UTC 2024}, requestHandle=0, serviceResult=StatusCode{name=Good, value=0x00000000, quality=good}, serviceDiagnostics=null, stringTable=null, additionalHeader=ExtensionObject{encoded=ByteString{bytes=null}, encodingId=NodeId{ns=0, id=0}}), results=[DataValue{value=Variant{value=42}, status=StatusCode{name=Good, value=0x00000000, quality=good}, sourceTime=DateTime{utcTime=133578472990550000, javaDate=Wed Apr 17 17:08:19 UTC 2024}, serverTime=DateTime{utcTime=133578472990550000, javaDate=Wed Apr 17 17:08:19 UTC 2024}}], diagnosticInfos=null) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - initiating a reconnect by closing channel in server... [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - sending request: ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=133578472990530000, javaDate=Wed Apr 17 17:08:19 UTC 2024}, requestHandle=0, returnDiagnostics=0, auditEntryId=null, timeoutHint=60000, additionalHeader=null), maxAge=0.0, timestampsToReturn=Neither, nodesToRead=[ReadValueId(nodeId=NodeId{ns=0, id=0}, attributeId=13, indexRange=null, dataEncoding=null)]) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - got response: ReadResponse(responseHeader=ResponseHeader(timestamp=DateTime{utcTime=133578473000650000, javaDate=Wed Apr 17 17:08:20 UTC 2024}, requestHandle=0, serviceResult=StatusCode{name=Good, value=0x00000000, quality=good}, serviceDiagnostics=null, stringTable=null, additionalHeader=ExtensionObject{encoded=ByteString{bytes=null}, encodingId=NodeId{ns=0, id=0}}), results=[DataValue{value=Variant{value=42}, status=StatusCode{name=Good, value=0x00000000, quality=good}, sourceTime=DateTime{utcTime=133578473000650000, javaDate=Wed Apr 17 17:08:20 UTC 2024}, serverTime=DateTime{utcTime=133578473000650000, javaDate=Wed Apr 17 17:08:20 UTC 2024}}], diagnosticInfos=null) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=true} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=3.14} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=6.12} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=hello, world} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=DateTime{utcTime=133578473000670000, javaDate=Wed Apr 17 17:08:20 UTC 2024}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=120a5cb4-c287-4787-ad90-098c37b86c84} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=XmlElement{fragment=hello}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=NodeId{ns=0, id=42}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=true} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=3.14} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=6.12} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=hello, world} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=DateTime{utcTime=133578473013200000, javaDate=Wed Apr 17 17:08:21 UTC 2024}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=72aa2842-3827-41fb-b91c-6826a4ec963f} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=XmlElement{fragment=hello}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=NodeId{ns=0, id=42}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=true} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=3.14} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=6.12} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=hello, world} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=DateTime{utcTime=133578473021200000, javaDate=Wed Apr 17 17:08:22 UTC 2024}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=ca21eac4-c3d2-48e8-9304-4b899d110565} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=XmlElement{fragment=hello}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=NodeId{ns=0, id=42}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=true} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=3.14} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=6.12} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=hello, world} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=DateTime{utcTime=133578473028750000, javaDate=Wed Apr 17 17:08:22 UTC 2024}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=554fafb6-5170-4382-89c8-b96ddaba7a67} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=XmlElement{fragment=hello}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=NodeId{ns=0, id=42}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=true} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=3.14} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=6.12} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=hello, world} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=DateTime{utcTime=133578473036390000, javaDate=Wed Apr 17 17:08:23 UTC 2024}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=c8c20bb3-8947-4512-a634-6e5773d87adf} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=XmlElement{fragment=hello}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=NodeId{ns=0, id=42}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=true} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=3.14} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=6.12} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=hello, world} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=DateTime{utcTime=133578473042600000, javaDate=Wed Apr 17 17:08:24 UTC 2024}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=83129080-b07f-48f7-ac29-8fbc75f78c64} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=XmlElement{fragment=hello}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=NodeId{ns=0, id=42}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}} [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=true} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=3.14} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=6.12} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=hello, world} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=DateTime{utcTime=133578473048860000, javaDate=Wed Apr 17 17:08:24 UTC 2024}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=9723fda5-3b41-40c0-996f-b503162c35e8} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=XmlElement{fragment=hello}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=NodeId{ns=0, id=42}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=42} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None [milo-shared-thread-pool-8] INFO org.eclipse.milo.opcua.stack.ClientServerTest - received ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=133578473066990000, javaDate=Wed Apr 17 17:08:26 UTC 2024}, requestHandle=0, returnDiagnostics=0, auditEntryId=null, timeoutHint=1000, additionalHeader=ExtensionObject{encoded=ByteString{bytes=null}, encodingId=NodeId{ns=0, id=0}}), maxAge=0.0, timestampsToReturn=Neither, nodesToRead=[ReadValueId(nodeId=NodeId{ns=0, id=0}, attributeId=13, indexRange=null, dataEncoding=QualifiedName{name=null, namespaceIndex=0})]); ignoring... [INFO] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.468 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/target/stack-tests-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ stack-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ stack-tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:43951/test to localhost:43951 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:43951/test to localhost:43951 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:14425/test to localhost:14425 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:14425/test to localhost:14425 [Basic256Sha256/SignAndEncrypt] [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT - discovered endpoint: opc.tcp://localhost:43951/test [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT - discovered endpoint: opc.tcp://localhost:43951/test [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms. [milo-netty-event-loop-0] INFO org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT - verifyTrustChain: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.333 s - in org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ stack-tests --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/target/stack-tests-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-tests/0.6.13-SNAPSHOT/stack-tests-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-tests/0.6.13-SNAPSHOT/stack-tests-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-tests --- [WARNING] Manifest org.eclipse.milo:stack-tests:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/src/test/java/org/eclipse/milo/opcua/stack/StackIntegrationTest.java: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/src/test/java/org/eclipse/milo/opcua/stack/StackIntegrationTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/src/test/java/org/eclipse/milo/opcua/stack/StackIntegrationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-tests --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/target/stack-tests-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ stack-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ stack-tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-tests --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ stack-tests --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/target/stack-tests-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-tests/0.6.13-SNAPSHOT/stack-tests-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-stack/stack-tests/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/stack-tests/0.6.13-SNAPSHOT/stack-tests-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ stack-tests --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------------< org.eclipse.milo:sdk-tests >--------------------- [INFO] Building sdk-tests 0.6.13-SNAPSHOT [21/22] [INFO] from opc-ua-sdk/sdk-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ sdk-tests --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-tests --- [WARNING] Manifest org.eclipse.milo:sdk-tests:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-tests/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Java version: 1.8.0_202 [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Stack version: 0.6.13-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.6.13-SNAPSHOT [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-tests/target/sdk-tests-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ sdk-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ sdk-tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default) @ sdk-tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (default) @ sdk-tests --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ sdk-tests --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-tests/target/sdk-tests-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-tests/0.6.13-SNAPSHOT/sdk-tests-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-tests/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-tests/0.6.13-SNAPSHOT/sdk-tests-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-tests --- [WARNING] Manifest org.eclipse.milo:sdk-tests:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-tests/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-tests --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-tests --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ sdk-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ sdk-tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default) @ sdk-tests --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (default) @ sdk-tests --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ sdk-tests --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-tests/target/sdk-tests-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-tests/0.6.13-SNAPSHOT/sdk-tests-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/sdk-tests/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/sdk-tests/0.6.13-SNAPSHOT/sdk-tests-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ sdk-tests --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------------< org.eclipse.milo:integration-tests >----------------- [INFO] Building integration-tests 0.6.13-SNAPSHOT [22/22] [INFO] from opc-ua-sdk/integration-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [WARNING] Parameter 'additionalparam' is unknown for plugin 'maven-javadoc-plugin:3.2.0:jar (attach-javadocs)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ integration-tests --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ integration-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ integration-tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ integration-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ integration-tests --- [WARNING] Manifest org.eclipse.milo:integration-tests:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ integration-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/src/test/java/org/eclipse/milo/opcua/sdk/test/TestServer.java: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/src/test/java/org/eclipse/milo/opcua/sdk/test/TestServer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/src/test/java/org/eclipse/milo/opcua/sdk/test/TestServer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedDataItemTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Java version: 1.8.0_202 [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Stack version: 0.6.13-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.6.13-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 1125ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:10657/test to localhost:10657 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:10657/test to localhost:10657 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:10657/test/discovery to localhost:10657 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:10657/test to localhost:10657 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:10657/test to localhost:10657 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:10657/test/discovery to localhost:10657 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Java version: 1.8.0_202 [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Stack version: 0.6.13-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.6.13-SNAPSHOT [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms. created ManagedSubscription id=1 deleting ManagedSubscription id=1 created ManagedSubscription id=2 deleting ManagedSubscription id=2 created ManagedSubscription id=3 deleting ManagedSubscription id=3 created ManagedSubscription id=4 deleting ManagedSubscription id=4 created ManagedSubscription id=5 deleting ManagedSubscription id=5 created ManagedSubscription id=6 deleting ManagedSubscription id=6 created ManagedSubscription id=7 deleting ManagedSubscription id=7 created ManagedSubscription id=8 deleting ManagedSubscription id=8 created ManagedSubscription id=9 deleting ManagedSubscription id=9 created ManagedSubscription id=10 deleting ManagedSubscription id=10 created ManagedSubscription id=11 deleting ManagedSubscription id=11 created ManagedSubscription id=12 deleting ManagedSubscription id=12 created ManagedSubscription id=13 deleting ManagedSubscription id=13 created ManagedSubscription id=14 deleting ManagedSubscription id=14 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.276 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedDataItemTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.BatchModifyMonitoredItemsTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 152ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:32463/test to localhost:32463 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:32463/test to localhost:32463 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:32463/test/discovery to localhost:32463 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:32463/test to localhost:32463 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:32463/test to localhost:32463 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:32463/test/discovery to localhost:32463 [None/None] created ManagedSubscription id=15 deleting ManagedSubscription id=15 created ManagedSubscription id=16 deleting ManagedSubscription id=16 created ManagedSubscription id=17 deleting ManagedSubscription id=17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.BatchModifyMonitoredItemsTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.BatchSetMonitoringModeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 81ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:17139/test to localhost:17139 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:17139/test to localhost:17139 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:17139/test/discovery to localhost:17139 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:17139/test to localhost:17139 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:17139/test to localhost:17139 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:17139/test/discovery to localhost:17139 [None/None] created ManagedSubscription id=18 deleting ManagedSubscription id=18 created ManagedSubscription id=19 deleting ManagedSubscription id=19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.BatchSetMonitoringModeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.SubscriptionWatchdogTimerTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 71ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:25330/test to localhost:25330 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:25330/test to localhost:25330 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:25330/test/discovery to localhost:25330 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:25330/test to localhost:25330 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:25330/test to localhost:25330 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:25330/test/discovery to localhost:25330 [None/None] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.413 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.SubscriptionWatchdogTimerTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedEventItemTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 51ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:49808/test to localhost:49808 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:49808/test to localhost:49808 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:49808/test/discovery to localhost:49808 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:49808/test to localhost:49808 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:49808/test to localhost:49808 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:49808/test/discovery to localhost:49808 [None/None] created ManagedSubscription id=20 deleting ManagedSubscription id=20 created ManagedSubscription id=21 deleting ManagedSubscription id=21 created ManagedSubscription id=22 deleting ManagedSubscription id=22 created ManagedSubscription id=23 deleting ManagedSubscription id=23 created ManagedSubscription id=24 deleting ManagedSubscription id=24 created ManagedSubscription id=25 deleting ManagedSubscription id=25 created ManagedSubscription id=26 deleting ManagedSubscription id=26 created ManagedSubscription id=27 deleting ManagedSubscription id=27 created ManagedSubscription id=28 deleting ManagedSubscription id=28 created ManagedSubscription id=29 deleting ManagedSubscription id=29 created ManagedSubscription id=30 deleting ManagedSubscription id=30 created ManagedSubscription id=31 deleting ManagedSubscription id=31 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.523 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedEventItemTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedSubscriptionTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 49ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:43237/test to localhost:43237 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:43237/test to localhost:43237 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:43237/test/discovery to localhost:43237 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:43237/test to localhost:43237 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:43237/test to localhost:43237 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:43237/test/discovery to localhost:43237 [None/None] created ManagedSubscription id=32 deleting ManagedSubscription id=32 created ManagedSubscription id=33 deleting ManagedSubscription id=33 created ManagedSubscription id=34 deleting ManagedSubscription id=34 created ManagedSubscription id=35 deleting ManagedSubscription id=35 created ManagedSubscription id=36 deleting ManagedSubscription id=36 created ManagedSubscription id=37 deleting ManagedSubscription id=37 created ManagedSubscription id=38 deleting ManagedSubscription id=38 created ManagedSubscription id=39 deleting ManagedSubscription id=39 created ManagedSubscription id=40 deleting ManagedSubscription id=40 created ManagedSubscription id=41 deleting ManagedSubscription id=41 created ManagedSubscription id=42 deleting ManagedSubscription id=42 created ManagedSubscription id=43 deleting ManagedSubscription id=43 created ManagedSubscription id=44 deleting ManagedSubscription id=44 created ManagedSubscription id=45 deleting ManagedSubscription id=45 created ManagedSubscription id=46 deleting ManagedSubscription id=46 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.403 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedSubscriptionTest [INFO] Running org.eclipse.milo.opcua.sdk.client.UaObjectNodeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 78ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:50612/test to localhost:50612 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:50612/test to localhost:50612 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:50612/test/discovery to localhost:50612 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:50612/test to localhost:50612 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:50612/test to localhost:50612 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:50612/test/discovery to localhost:50612 [None/None] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 s - in org.eclipse.milo.opcua.sdk.client.UaObjectNodeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.AddressSpaceTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 58ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:59512/test to localhost:59512 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:59512/test to localhost:59512 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:59512/test/discovery to localhost:59512 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:59512/test to localhost:59512 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:59512/test to localhost:59512 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:59512/test/discovery to localhost:59512 [None/None] 0:SetSubscriptionDurable (ns=0;i=12749) [Method] 0:ResendData (ns=0;i=12873) [Method] 0:RequestServerStateChange (ns=0;i=12886) [Method] 0:GetMonitoredItems (ns=0;i=11492) [Method] 0:ServerConfiguration (ns=0;i=12637) [Object] 0:ServerArray (ns=0;i=2254) [Variable] └─ value = Variant{value=[urn:eclipse:milo:examples:server:66ac631c-02fd-4ed0-9a91-524aacbd1e81]} 0:NamespaceArray (ns=0;i=2255) [Variable] └─ value = Variant{value=[http://opcfoundation.org/UA/, urn:eclipse:milo:examples:server:66ac631c-02fd-4ed0-9a91-524aacbd1e81, urn:eclipse:milo:test]} 0:ServerStatus (ns=0;i=2256) [Variable] └─ value = Variant{value=ExtensionObject{encoded=ByteString{bytes=[-128, -40, 66, -22, -23, -112, -38, 1, 0, -43, 77, -22, -23, -112, -38, 1, 0, 0, 0, 0, 31, 0, 0, 0, 117, 114, 110, 58, 101, 99, 108, 105, 112, 115, 101, 58, 109, 105, 108, 111, 58, 101, 120, 97, 109, 112, 108, 101, 45, 115, 101, 114, 118, 101, 114, 7, 0, 0, 0, 101, 99, 108, 105, 112, 115, 101, 27, 0, 0, 0, 101, 99, 108, 105, 112, 115, 101, 32, 109, 105, 108, 111, 32, 101, 120, 97, 109, 112, 108, 101, 32, 115, 101, 114, 118, 101, 114, 15, 0, 0, 0, 48, 46, 54, 46, 49, 51, 45, 83, 78, 65, 80, 83, 72, 79, 84, 0, 0, 0, 0, -80, -119, 57, -22, -23, -112, -38, 1, 0, 0, 0, 0, 0]}, encodingId=NodeId{ns=0, id=864}}} 0:ServiceLevel (ns=0;i=2267) [Variable] └─ value = Variant{value=255} 0:Auditing (ns=0;i=2994) [Variable] └─ value = Variant{value=false} 0:EstimatedReturnTime (ns=0;i=12885) [Variable] └─ value = Variant{value=null} 0:ServerCapabilities (ns=0;i=2268) [Object] 0:ServerDiagnostics (ns=0;i=2274) [Object] 0:VendorServerInfo (ns=0;i=2295) [Object] 0:ServerRedundancy (ns=0;i=2296) [Object] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s - in org.eclipse.milo.opcua.sdk.client.AddressSpaceTest [INFO] Running org.eclipse.milo.opcua.sdk.client.UaNodeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 53ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:42245/test to localhost:42245 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:42245/test to localhost:42245 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:42245/test/discovery to localhost:42245 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:42245/test to localhost:42245 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:42245/test to localhost:42245 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:42245/test/discovery to localhost:42245 [None/None] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s - in org.eclipse.milo.opcua.sdk.client.UaNodeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.methods.UaMethodTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 45ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:57824/test to localhost:57824 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:57824/test to localhost:57824 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:57824/test/discovery to localhost:57824 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:57824/test to localhost:57824 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:57824/test to localhost:57824 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:57824/test/discovery to localhost:57824 [None/None] [milo-netty-event-loop-1] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://localhost:57824/test java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [milo-netty-event-loop-2] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://localhost:57824/test java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://localhost:57824/test/discovery java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [milo-netty-event-loop-2] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://127.0.0.1:57824/test/discovery java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [milo-netty-event-loop-1] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://127.0.0.1:57824/test java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://127.0.0.1:57824/test java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s - in org.eclipse.milo.opcua.sdk.client.methods.UaMethodTest [INFO] Running org.eclipse.milo.opcua.sdk.client.UaVariableNodeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 39ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:43747/test to localhost:43747 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:43747/test to localhost:43747 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:43747/test/discovery to localhost:43747 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:43747/test to localhost:43747 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:43747/test to localhost:43747 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:43747/test/discovery to localhost:43747 [None/None] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s - in org.eclipse.milo.opcua.sdk.client.UaVariableNodeTest [INFO] Running org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 41ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:50764/test to localhost:50764 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:50764/test to localhost:50764 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:50764/test/discovery to localhost:50764 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:50764/test to localhost:50764 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:50764/test to localhost:50764 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:50764/test/discovery to localhost:50764 [None/None] result: StatusCode{name=Bad_InvalidArgument, value=0x80AB0000, quality=bad} inputArgumentResults: [StatusCode{name=Bad_OutOfRange, value=0x803C0000, quality=bad}] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerTest [INFO] Running org.eclipse.milo.opcua.sdk.server.api.util.AttributeWriterTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 95ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:10262/test to localhost:10262 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:10262/test to localhost:10262 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:10262/test/discovery to localhost:10262 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:10262/test to localhost:10262 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:10262/test to localhost:10262 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:10262/test/discovery to localhost:10262 [None/None] [milo-shared-thread-pool-7] ERROR org.eclipse.milo.opcua.sdk.test.TestNamespace - Unable to write value=DataValue{value=Variant{value=null}, status=StatusCode{name=Good, value=0x00000000, quality=good}, sourceTime=DateTime{utcTime=0, javaDate=Mon Jan 01 00:00:00 UTC 1601}, serverTime=DateTime{utcTime=0, javaDate=Mon Jan 01 00:00:00 UTC 1601}} UaException: status=Bad_TypeMismatch, message=The value supplied for the attribute is not of the same type as the attribute's value. at org.eclipse.milo.opcua.sdk.server.util.AttributeWriter.validateDataType(AttributeWriter.java:227) at org.eclipse.milo.opcua.sdk.server.util.AttributeWriter.writeAttribute(AttributeWriter.java:136) at org.eclipse.milo.opcua.sdk.server.nodes.UaServerNode.writeAttribute(UaServerNode.java:156) at org.eclipse.milo.opcua.sdk.server.nodes.UaServerNode.writeAttribute(UaServerNode.java:135) at org.eclipse.milo.opcua.sdk.server.api.ManagedAddressSpace.write(ManagedAddressSpace.java:187) at org.eclipse.milo.opcua.sdk.server.api.AddressSpaceComposite.lambda$null$20(AddressSpaceComposite.java:359) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.lambda$groupMapCollate$3(GroupMapCollate.java:47) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1699) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545) at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.allOf(GroupMapCollate.java:77) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.groupMapCollate(GroupMapCollate.java:68) at org.eclipse.milo.opcua.sdk.server.api.AddressSpaceComposite.write(AddressSpaceComposite.java:345) at org.eclipse.milo.opcua.sdk.server.services.DefaultAttributeServiceSet.onWrite(DefaultAttributeServiceSet.java:121) at org.eclipse.milo.opcua.sdk.server.SessionManager.onWrite(SessionManager.java:881) at org.eclipse.milo.opcua.stack.server.UaStackServer.handleServiceRequest(UaStackServer.java:313) at org.eclipse.milo.opcua.stack.server.UaStackServer.lambda$onServiceRequest$10(UaStackServer.java:276) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [milo-shared-thread-pool-1] ERROR org.eclipse.milo.opcua.sdk.test.TestNamespace - Unable to write value=DataValue{value=Variant{value=null}, status=StatusCode{name=Good, value=0x00000000, quality=good}, sourceTime=DateTime{utcTime=0, javaDate=Mon Jan 01 00:00:00 UTC 1601}, serverTime=DateTime{utcTime=0, javaDate=Mon Jan 01 00:00:00 UTC 1601}} UaException: status=Bad_TypeMismatch, message=The value supplied for the attribute is not of the same type as the attribute's value. at org.eclipse.milo.opcua.sdk.server.util.AttributeWriter.validateDataType(AttributeWriter.java:227) at org.eclipse.milo.opcua.sdk.server.util.AttributeWriter.writeAttribute(AttributeWriter.java:136) at org.eclipse.milo.opcua.sdk.server.nodes.UaServerNode.writeAttribute(UaServerNode.java:156) at org.eclipse.milo.opcua.sdk.server.nodes.UaServerNode.writeAttribute(UaServerNode.java:135) at org.eclipse.milo.opcua.sdk.server.api.ManagedAddressSpace.write(ManagedAddressSpace.java:187) at org.eclipse.milo.opcua.sdk.server.api.AddressSpaceComposite.lambda$null$20(AddressSpaceComposite.java:359) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.lambda$groupMapCollate$3(GroupMapCollate.java:47) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1699) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545) at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.allOf(GroupMapCollate.java:77) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.groupMapCollate(GroupMapCollate.java:68) at org.eclipse.milo.opcua.sdk.server.api.AddressSpaceComposite.write(AddressSpaceComposite.java:345) at org.eclipse.milo.opcua.sdk.server.services.DefaultAttributeServiceSet.onWrite(DefaultAttributeServiceSet.java:121) at org.eclipse.milo.opcua.sdk.server.SessionManager.onWrite(SessionManager.java:881) at org.eclipse.milo.opcua.stack.server.UaStackServer.handleServiceRequest(UaStackServer.java:313) at org.eclipse.milo.opcua.stack.server.UaStackServer.lambda$onServiceRequest$10(UaStackServer.java:276) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s - in org.eclipse.milo.opcua.sdk.server.api.util.AttributeWriterTest [INFO] Running org.eclipse.milo.opcua.sdk.core.DataTypeTreeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 41ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:16690/test to localhost:16690 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:16690/test to localhost:16690 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:16690/test/discovery to localhost:16690 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:16690/test to localhost:16690 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:16690/test to localhost:16690 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:16690/test/discovery to localhost:16690 [None/None] 0:BaseDataType 0:Boolean 0:String 0:NumericRange 0:Time 0:LocaleId 0:NormalizedString 0:DecimalString 0:DurationString 0:TimeString 0:DateString 0:DateTime 0:Date 0:UtcTime 0:Guid 0:ByteString 0:Image 0:ImageBMP 0:ImageGIF 0:ImageJPG 0:ImagePNG 0:ApplicationInstanceCertificate 0:ContinuationPoint 0:XmlElement 0:NodeId 0:SessionAuthenticationToken 0:ExpandedNodeId 0:StatusCode 0:QualifiedName 0:LocalizedText 0:Structure 0:TrustListDataType 0:Argument 0:StatusResult 0:UserTokenPolicy 0:ApplicationDescription 0:EndpointDescription 0:UserIdentityToken 0:AnonymousIdentityToken 0:UserNameIdentityToken 0:X509IdentityToken 0:IssuedIdentityToken 0:EndpointConfiguration 0:BuildInfo 0:SignedSoftwareCertificate 0:AddNodesItem 0:AddReferencesItem 0:DeleteNodesItem 0:DeleteReferencesItem 0:RegisteredServer 0:OptionSet 0:Union 0:RelativePathElement 0:RelativePath 0:ContentFilterElement 0:ContentFilter 0:FilterOperand 0:ElementOperand 0:LiteralOperand 0:AttributeOperand 0:SimpleAttributeOperand 0:DiscoveryConfiguration 0:MdnsDiscoveryConfiguration 0:HistoryEvent 0:MonitoringFilter 0:EventFilter 0:TimeZoneDataType 0:RedundantServerDataType 0:SamplingIntervalDiagnosticsDataType 0:ServerDiagnosticsSummaryDataType 0:ServerStatusDataType 0:SessionDiagnosticsDataType 0:SessionSecurityDiagnosticsDataType 0:ServiceCounterDataType 0:SubscriptionDiagnosticsDataType 0:ModelChangeStructureDataType 0:Range 0:EUInformation 0:Annotation 0:ProgramDiagnosticDataType 0:SemanticChangeStructureDataType 0:HistoryEventFieldList 0:AggregateConfiguration 0:EnumValueType 0:EndpointUrlListDataType 0:NetworkGroupDataType 0:AxisInformation 0:XVType 0:ComplexNumberType 0:DoubleComplexNumberType 0:ServerOnNetwork 0:DataValue 0:DiagnosticInfo 0:Number 0:Float 0:Double 0:Duration 0:Integer 0:SByte 0:Int16 0:Int32 0:Int64 0:UInteger 0:Byte 0:UInt16 0:UInt32 0:IntegerId 0:Counter 0:UInt64 0:BitFieldMaskDataType 0:Decimal128 0:Enumeration 0:NamingRuleType 0:IdType 0:NodeClass 0:TrustListMasks 0:MessageSecurityMode 0:UserTokenType 0:ApplicationType 0:SecurityTokenRequestType 0:AttributeWriteMask 0:NodeAttributesMask 0:FilterOperator 0:RedundancySupport 0:ServerState 0:ExceptionDeviationFormat 0:HistoryUpdateType 0:PerformUpdateType 0:OpenFileMode 0:AxisScaleEnumeration 0:String : class java.lang.String 0:NumericRange : class java.lang.String 0:Time : class java.lang.String 0:LocaleId : class java.lang.String 0:NormalizedString : class java.lang.String 0:DecimalString : class java.lang.String 0:DurationString : class java.lang.String 0:TimeString : class java.lang.String 0:DateString : class java.lang.String 0:DateTime : class org.eclipse.milo.opcua.stack.core.types.builtin.DateTime 0:Date : class org.eclipse.milo.opcua.stack.core.types.builtin.DateTime 0:UtcTime : class org.eclipse.milo.opcua.stack.core.types.builtin.DateTime 0:ByteString : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:Image : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ImageBMP : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ImageGIF : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ImageJPG : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ImagePNG : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ApplicationInstanceCertificate : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ContinuationPoint : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:NodeId : class org.eclipse.milo.opcua.stack.core.types.builtin.NodeId 0:SessionAuthenticationToken : class org.eclipse.milo.opcua.stack.core.types.builtin.NodeId 0:Structure : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TrustListDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Argument : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StatusResult : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UserTokenPolicy : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ApplicationDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UserIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AnonymousIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UserNameIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:X509IdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:IssuedIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BuildInfo : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SignedSoftwareCertificate : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AddNodesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AddReferencesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DeleteNodesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DeleteReferencesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RegisteredServer : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:OptionSet : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Union : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RelativePathElement : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RelativePath : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ContentFilterElement : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ContentFilter : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:FilterOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ElementOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:LiteralOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AttributeOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SimpleAttributeOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DiscoveryConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:MdnsDiscoveryConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:HistoryEvent : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:MonitoringFilter : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EventFilter : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TimeZoneDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RedundantServerDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SamplingIntervalDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ServerDiagnosticsSummaryDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ServerStatusDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SessionDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SessionSecurityDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ServiceCounterDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SubscriptionDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ModelChangeStructureDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Range : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EUInformation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Annotation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ProgramDiagnosticDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SemanticChangeStructureDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:HistoryEventFieldList : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AggregateConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EnumValueType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointUrlListDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:NetworkGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AxisInformation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:XVType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ComplexNumberType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DoubleComplexNumberType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ServerOnNetwork : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Double : class java.lang.Double 0:Duration : class java.lang.Double 0:UInt32 : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:IntegerId : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:Counter : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:UInt64 : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong 0:BitFieldMaskDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong 0:Enumeration : class java.lang.Integer 0:NamingRuleType : class java.lang.Integer 0:IdType : class java.lang.Integer 0:NodeClass : class java.lang.Integer 0:TrustListMasks : class java.lang.Integer 0:MessageSecurityMode : class java.lang.Integer 0:UserTokenType : class java.lang.Integer 0:ApplicationType : class java.lang.Integer 0:SecurityTokenRequestType : class java.lang.Integer 0:AttributeWriteMask : class java.lang.Integer 0:NodeAttributesMask : class java.lang.Integer 0:FilterOperator : class java.lang.Integer 0:RedundancySupport : class java.lang.Integer 0:ServerState : class java.lang.Integer 0:ExceptionDeviationFormat : class java.lang.Integer 0:HistoryUpdateType : class java.lang.Integer 0:PerformUpdateType : class java.lang.Integer 0:OpenFileMode : class java.lang.Integer 0:AxisScaleEnumeration : class java.lang.Integer [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 s - in org.eclipse.milo.opcua.sdk.core.DataTypeTreeTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 86, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ integration-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/target/integration-tests-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ integration-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ integration-tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default) @ integration-tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (default) @ integration-tests --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ integration-tests --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/target/integration-tests-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/integration-tests/0.6.13-SNAPSHOT/integration-tests-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/integration-tests/0.6.13-SNAPSHOT/integration-tests-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ integration-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ integration-tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ integration-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ integration-tests --- [WARNING] Manifest org.eclipse.milo:integration-tests:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ integration-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/src/test/java/org/eclipse/milo/opcua/sdk/test/TestServer.java: /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/src/test/java/org/eclipse/milo/opcua/sdk/test/TestServer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/src/test/java/org/eclipse/milo/opcua/sdk/test/TestServer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ integration-tests --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ integration-tests --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ integration-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ integration-tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default) @ integration-tests --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (default) @ integration-tests --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ integration-tests --- [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/target/integration-tests-0.6.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/integration-tests/0.6.13-SNAPSHOT/integration-tests-0.6.13-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Milo_Deploy/opc-ua-sdk/integration-tests/pom.xml to /home/jenkins/agent/workspace/Milo_Deploy/.repository/org/eclipse/milo/integration-tests/0.6.13-SNAPSHOT/integration-tests-0.6.13-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ integration-tests --- [INFO] Skipping artifact deployment [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Milo - OPC UA (IEC 62541) 0.6.13-SNAPSHOT: [INFO] [INFO] Eclipse Milo Build Tools ........................... SUCCESS [ 4.984 s] [INFO] Eclipse Milo - OPC UA (IEC 62541) .................. SUCCESS [ 5.975 s] [INFO] opc-ua-stack ....................................... SUCCESS [ 2.546 s] [INFO] stack-core ......................................... SUCCESS [ 56.823 s] [INFO] stack-client ....................................... SUCCESS [ 4.171 s] [INFO] opc-ua-sdk ......................................... SUCCESS [ 2.228 s] [INFO] sdk-core ........................................... SUCCESS [ 7.851 s] [INFO] sdk-client ......................................... SUCCESS [ 28.747 s] [INFO] bsd-core ........................................... SUCCESS [ 4.412 s] [INFO] bsd-parser ......................................... SUCCESS [ 5.014 s] [INFO] dictionary-reader .................................. SUCCESS [ 18.173 s] [INFO] stack-server ....................................... SUCCESS [ 5.871 s] [INFO] bsd-generator ...................................... SUCCESS [ 3.172 s] [INFO] sdk-server ......................................... SUCCESS [ 31.962 s] [INFO] dictionary-manager ................................. SUCCESS [ 2.882 s] [INFO] milo-examples ...................................... SUCCESS [ 0.075 s] [INFO] server-examples .................................... SUCCESS [ 8.076 s] [INFO] client-examples .................................... SUCCESS [ 2.433 s] [INFO] bsd-parser-gson .................................... SUCCESS [ 4.371 s] [INFO] stack-tests ........................................ SUCCESS [01:13 min] [INFO] sdk-tests .......................................... SUCCESS [ 3.008 s] [INFO] integration-tests .................................. SUCCESS [ 18.278 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:54 min [INFO] Finished at: 2024-04-17T17:08:52Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS