Skip to content

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/basyx/basyx/+/177273
Checking out git https://git.eclipse.org/r/basyx/basyx into /var/jenkins/workspace/Basyx_CI_2@script to read Jenkinsfile_CX
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/basyx/basyx
 > git init /var/jenkins/workspace/Basyx_CI_2@script # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx refs/changes/73/177273/1 # timeout=10
 > git rev-parse ae6d2fedf48acbcd5b9d211afc41ae0ec7aefda0^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins.io/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData
Checking out Revision ae6d2fedf48acbcd5b9d211afc41ae0ec7aefda0 (refs/changes/73/177273/1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae6d2fedf48acbcd5b9d211afc41ae0ec7aefda0 # timeout=10
Commit message: "Changes spelling of SubModel to Submodel"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk cb53de42b325656072dc8e5431a8544c302edf27 # timeout=10
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: basyx/basyx-null-602-ch2m0-sdcbl
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Scheduled] Successfully assigned basyx-null-602-ch2m0-sdcbl to osnode-16.eclipse.org
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-fj2s5" 
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Pulling] pulling image "iesetps/basyx-ci-cpp:latest"
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Pulled] Successfully pulled image "iesetps/basyx-ci-cpp:latest"
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Created] Created container
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Started] Started container
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Pulled] Container image "maven:3.6-jdk-8" already present on machine
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Created] Created container
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Started] Started container
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Pulling] pulling image "postgres:latest"
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Pulled] Successfully pulled image "postgres:latest"
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Created] Created container
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Started] Started container
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Created] Created container
[Normal][basyx/basyx-null-602-ch2m0-sdcbl][Started] Started container
Agent basyx-null-602-ch2m0-sdcbl is provisioned from template basyx-null-602-ch2m0
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.basyx.svc.cluster.local/basyx/job/Basyx_CI_2/602/"
    runUrl: "job/Basyx_CI_2/602/"
  labels:
    jenkins: "slave"
    jenkins/label: "basyx-null-602"
  name: "basyx-null-602-ch2m0-sdcbl"
spec:
  containers:
  - command:
    - "cat"
    image: "iesetps/basyx-ci-cpp:latest"
    name: "cpp"
    resources:
      limits:
        memory: "3Gi"
        cpu: "0.75"
      requests:
        memory: "3Gi"
        cpu: "0.75"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    env:
    - name: "MAVEN_CONFIG"
      value: "/home/jenkins/agent/.m2"
    image: "maven:3.6-jdk-8"
    name: "java"
    resources:
      limits:
        memory: "3Gi"
        cpu: "0.75"
      requests:
        memory: "3Gi"
        cpu: "0.75"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    env:
    - name: "POSTGRES_PASSWORD"
      value: "admin"
    - name: "PGDATA"
      value: "/run/postgresql/data"
    image: "postgres:latest"
    name: "postgresql"
    resources:
      limits:
        memory: "2Gi"
        cpu: "0.5"
      requests:
        memory: "2Gi"
        cpu: "0.5"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.basyx.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basyx-null-602-ch2m0-sdcbl"
    - name: "JENKINS_NAME"
      value: "basyx-null-602-ch2m0-sdcbl"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.basyx.svc.cluster.local/basyx/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on basyx-null-602-ch2m0-sdcbl in /home/jenkins/agent/workspace/Basyx_CI_2
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/basyx/basyx
 > git init /home/jenkins/agent/workspace/Basyx_CI_2 # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx +refs/heads/*:refs/remotes/origin/* # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins.io/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData
Checking out Revision ae6d2fedf48acbcd5b9d211afc41ae0ec7aefda0 (refs/changes/73/177273/1)
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx refs/changes/73/177273/1 # timeout=10
 > git rev-parse ae6d2fedf48acbcd5b9d211afc41ae0ec7aefda0^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae6d2fedf48acbcd5b9d211afc41ae0ec7aefda0 # timeout=10
Commit message: "Changes spelling of SubModel to Submodel"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Setup PostgreSQL)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ chmod +x ./ci/init_postgres.sh
+ ./ci/init_postgres.sh postgres
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory /run/postgresql/data ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... Etc/UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok

initdb: warning: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.

Success. You can now start the database server using:

    pg_ctl -D /run/postgresql/data -l logfile start

waiting for server to start....2021-03-05 18:07:14.886 UTC [53] LOG:  starting PostgreSQL 13.2 (Debian 13.2-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
2021-03-05 18:07:14.914 UTC [53] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-03-05 18:07:14.990 UTC [54] LOG:  database system was shut down at 2021-03-05 18:07:14 UTC
2021-03-05 18:07:15.024 UTC [53] LOG:  database system is ready to accept connections
 done
server started

./ci/init_postgres.sh: running ./ci/sql/setup_postgres.sql
CREATE DATABASE
You are now connected to database "basyx-map" as user "postgres".
CREATE SCHEMA
CREATE DATABASE
You are now connected to database "basyx-directory" as user "postgres".
CREATE SCHEMA
CREATE TABLE
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1


2021-03-05 18:07:16.141 UTC [53] LOG:  received fast shutdown request
waiting for server to shut down....2021-03-05 18:07:16.167 UTC [53] LOG:  aborting any active transactions
2021-03-05 18:07:16.168 UTC [53] LOG:  background worker "logical replication launcher" (PID 60) exited with exit code 1
2021-03-05 18:07:16.168 UTC [55] LOG:  shutting down
2021-03-05 18:07:16.371 UTC [53] LOG:  database system is shut down
 done
server stopped

PostgreSQL init process complete; ready for start up.

+ pg_ctl start
waiting for server to start....2021-03-05 18:07:16.498 UTC [78] LOG:  starting PostgreSQL 13.2 (Debian 13.2-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
2021-03-05 18:07:16.498 UTC [78] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2021-03-05 18:07:16.498 UTC [78] LOG:  listening on IPv6 address "::", port 5432
2021-03-05 18:07:16.543 UTC [78] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-03-05 18:07:16.585 UTC [79] LOG:  database system was shut down at 2021-03-05 18:07:16 UTC
2021-03-05 18:07:16.612 UTC [78] LOG:  database system is ready to accept connections
 done
server started
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Java SDK Tests)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ mkdir /home/jenkins/agent/.m2
+ chmod +x ./ci/build_java.sh
+ ./ci/build_java.sh
Working directory: /home/jenkins/agent/workspace/Basyx_CI_2
Home: /
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< org.eclipse.basyx:basyx.sdk >---------------------
[INFO] Building BaSyx SDK 1.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.sdk ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basyx.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ basyx.sdk ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 323 source files to /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/target/classes
[INFO] /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/src/main/java/org/eclipse/basyx/submodel/metamodel/map/submodelelement/dataelement/property/Property.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/src/main/java/org/eclipse/basyx/submodel/metamodel/map/submodelelement/dataelement/property/Property.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basyx.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ basyx.sdk ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 151 source files to /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ basyx.sdk ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.basyx.testsuite.regression.extensions.aas.aggregator.mqtt.TestMqttAASAggregator
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.823 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.aggregator.mqtt.TestMqttAASAggregator
[INFO] Running org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.proxy.TestProxyTaggedDirectory
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.proxy.TestProxyTaggedDirectory
[INFO] Running org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.map.TestMapTaggedDirectory
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.map.TestMapTaggedDirectory
[INFO] Running org.eclipse.basyx.testsuite.regression.extensions.aas.registration.mqtt.TestMqttAASRegistryService
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.306 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.registration.mqtt.TestMqttAASRegistryService
[INFO] Running org.eclipse.basyx.testsuite.regression.extensions.submodel.mqtt.TestMqttSubmodelAPIEvents
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.216 s - in org.eclipse.basyx.testsuite.regression.extensions.submodel.mqtt.TestMqttSubmodelAPIEvents
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.modelprovider.lambda.TestLambdaProvider
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.basyx.testsuite.regression.vab.modelprovider.lambda.TestLambdaProvider
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.modelprovider.map.TestMapProvider
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.modelprovider.map.TestMapProvider
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.modelprovider.VABPathToolsTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.basyx.testsuite.regression.vab.modelprovider.VABPathToolsTest
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.modelprovider.filesystem.TestFileSystemProvider
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.basyx.testsuite.regression.vab.modelprovider.filesystem.TestFileSystemProvider
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.modelprovider.VABElementProxyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.modelprovider.VABElementProxyTest
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.support.TestTypeDestroyer
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.vab.support.TestTypeDestroyer
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.directory.memory.TestInMemoryDirectory
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.directory.memory.TestInMemoryDirectory
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.directory.restapi.TestDirectoryProvider
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.directory.restapi.TestDirectoryProvider
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.factory.xml.TestXmlParser
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.basyx.testsuite.regression.vab.factory.xml.TestXmlParser
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.factory.xml.TestVABXmlProviderFactory
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.vab.factory.xml.TestVABXmlProviderFactory
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.coder.json.TestJSONConnectorProviderIntegration
18:08:50.806 [main] ERROR o.e.b.v.c.j.p.JSONProvider - Unknown Exception in JSONProvider
java.lang.NullPointerException: null
	at org.eclipse.basyx.testsuite.regression.vab.modelprovider.SimpleVABElement.lambda$new$2(SimpleVABElement.java:50)
	at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:119)
	at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:255)
	at org.eclipse.basyx.testsuite.regression.vab.coder.json.IBasyxConnectorFacade.invokeOperation(IBasyxConnectorFacade.java:126)
	at org.eclipse.basyx.vab.coder.json.connector.JSONConnector.invokeOperation(JSONConnector.java:175)
	at org.eclipse.basyx.vab.modelprovider.VABElementProxy.invokeOperation(VABElementProxy.java:149)
	at org.eclipse.basyx.testsuite.regression.vab.modelprovider.MapInvoke.test(MapInvoke.java:66)
	at org.eclipse.basyx.testsuite.regression.vab.modelprovider.TestProvider.testMapInvoke(TestProvider.java:42)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.basyx.testsuite.regression.vab.coder.json.TestJSONConnectorProviderIntegration
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.coder.json.TestJson
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.basyx.testsuite.regression.vab.coder.json.TestJson
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.gateway.TestGateway
Mar 05, 2021 6:08:51 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-5123"]
Mar 05, 2021 6:08:51 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:51 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:51 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:51 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-5123"]
Mar 05, 2021 6:08:52 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-5123"]
Mar 05, 2021 6:08:52 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:52 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-5123"]
Mar 05, 2021 6:08:52 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-5123"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.993 s - in org.eclipse.basyx.testsuite.regression.vab.gateway.TestGateway
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.gateway.TestConnectorProviderMapper
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.gateway.TestConnectorProviderMapper
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.gateway.TestDelegatingModelProvider
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.vab.gateway.TestDelegatingModelProvider
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.model.VABModelMapTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.model.VABModelMapTest
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.facade.TestSubmodelElementMapCollectionConverter
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.facade.TestSubmodelElementMapCollectionConverter
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.modeltype.TestModelType
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.modeltype.TestModelType
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.relationship.TestAnnotatedRelationshipElement
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.relationship.TestAnnotatedRelationshipElement
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.relationship.TestRelationshipElement
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.relationship.TestRelationshipElement
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.operation.TestOperationVariable
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.operation.TestOperationVariable
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.operation.TestOperation
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.operation.TestOperation
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.TestSubmodelElement
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.TestSubmodelElement
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.property.TestProperty
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.property.TestProperty
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestReferenceElement
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestReferenceElement
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestBlob
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestBlob
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestFile
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestFile
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.range.TestRange
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.range.TestRange
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.TestSubmodelElementCollection
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.TestSubmodelElementCollection
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestReferable
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestReferable
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.haskind.TestHasKind
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.haskind.TestHasKind
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestHasSemantics
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestHasSemantics
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestFormula
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestFormula
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestQualifier
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestQualifier
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestQualifiable
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestQualifiable
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestHasDataSpecification
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestHasDataSpecification
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestLangString
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestLangString
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestAdministrativeInformation
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestAdministrativeInformation
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestLangStrings
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestLangStrings
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestIdentifiable
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestIdentifiable
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.support.TestAASLambdaPropertyHelper
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.support.TestAASLambdaPropertyHelper
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestValueReferencePair
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestValueReferencePair
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestDataSpecificationIEC61360
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestDataSpecificationIEC61360
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestEmbeddedDataSpecification
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestEmbeddedDataSpecification
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.parts.TestConceptDescription
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.parts.TestConceptDescription
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.identifier.TestIdentifier
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.identifier.TestIdentifier
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.reference.TestReference
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.reference.TestReference
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.reference.TestKey
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.reference.TestKey
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.TestSubmodel
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.TestSubmodel
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.operation.TestConnectedOperation
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.operation.TestConnectedOperation
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.relationship.TestConnectedRelationshipElement
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.relationship.TestConnectedRelationshipElement
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.relationship.TestConnectedAnnotatedRelationshipElement
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.relationship.TestConnectedAnnotatedRelationshipElement
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedBlob
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedBlob
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedReferenceElement
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedReferenceElement
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedMultiLanguageProperty
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedMultiLanguageProperty
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedRange
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedRange
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedFile
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedFile
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.event.TestConnectedBasicEvent
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.event.TestConnectedBasicEvent
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.TestConnectedSubmodelElementFactory
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.TestConnectedSubmodelElementFactory
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedProperty
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedProperty
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedSubmodelElementCollection
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedSubmodelElementCollection
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedSubmodel
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedSubmodel
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.api.submodelelement.TestSubmodelElementIdShortBlacklist
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.api.submodelelement.TestSubmodelElementIdShortBlacklist
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.api.qualifier.TestIdShortValidator
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.api.qualifier.TestIdShortValidator
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.technicalproperties.TestTechnicalProperties
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.technicalproperties.TestTechnicalProperties
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.furtherinformation.TestFurtherInformation
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.furtherinformation.TestFurtherInformation
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.productclassifications.TestProductClassifications
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.productclassifications.TestProductClassifications
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.productclassifications.TestProductClassificationItem
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.productclassifications.TestProductClassificationItem
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.TestTechnicalDataSubmodel
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.TestTechnicalDataSubmodel
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.generalinformation.TestGeneralInformation
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.generalinformation.TestGeneralInformation
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestEmail
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestEmail
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestAddress
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestAddress
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestPhone
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestPhone
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestFax
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestFax
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.assetspecificproperties.TestAssetSpecificProperties
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.assetspecificproperties.TestAssetSpecificProperties
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.assetspecificproperties.TestGuidelineSpecificProperties
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.assetspecificproperties.TestGuidelineSpecificProperties
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.markings.TestMarking
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.markings.TestMarking
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.markings.TestMarkings
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.markings.TestMarkings
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.TestDigitalNameplateSubmodel
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.TestDigitalNameplateSubmodel
[INFO] Running org.eclipse.basyx.testsuite.regression.submodel.restapi.SubmodelProviderTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.basyx.testsuite.regression.submodel.restapi.SubmodelProviderTest
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.manager.TestConnectedAssetAdministrationShellManager
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.basyx.testsuite.regression.aas.manager.TestConnectedAssetAdministrationShellManager
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.factory.json.TestJSONConverter
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.basyx.testsuite.regression.aas.factory.json.TestJSONConverter
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.factory.aasx.AASXFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in org.eclipse.basyx.testsuite.regression.aas.factory.aasx.AASXFactoryTest
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.factory.xml.TestXMLConverter
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in org.eclipse.basyx.testsuite.regression.aas.factory.xml.TestXMLConverter
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.policypoints.TestAccessControlPolicyPoints
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.policypoints.TestAccessControlPolicyPoints
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestSubmodelDescriptor
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestSubmodelDescriptor
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestAASDescriptor
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestAASDescriptor
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestModelUrn
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestModelUrn
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestAsset
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestAsset
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestView
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestView
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestConceptDictionary
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestConceptDictionary
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.TestAssetAdministrationShell
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.TestAssetAdministrationShell
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.TestAasEnv
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.TestAasEnv
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.security.TestSecurity
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.security.TestSecurity
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.connected.TestConnectedAssetAdministrationShell
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.connected.TestConnectedAssetAdministrationShell
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.aggregator.TestAASAggregatorProxy
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.aggregator.TestAASAggregatorProxy
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.aggregator.TestAASAggregator
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.aggregator.TestAASAggregator
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.registration.restapi.TestDirectoryModelProvider
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.basyx.testsuite.regression.aas.registration.restapi.TestDirectoryModelProvider
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.registration.restapi.TestDirectoryModelProviderServlet
Mar 05, 2021 6:08:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:57 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:57 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:57 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:57 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:57 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:58 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:58 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:58 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:08:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:00 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:00 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:00 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:00 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:00 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:00 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:00 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:00 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:00 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:00 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:00 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.615 s - in org.eclipse.basyx.testsuite.regression.aas.registration.restapi.TestDirectoryModelProviderServlet
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.registration.memory.TestMapRegistry
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.basyx.testsuite.regression.aas.registration.memory.TestMapRegistry
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.restapi.MultiAASProviderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.basyx.testsuite.regression.aas.restapi.MultiAASProviderTest
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.restapi.MultiSubmodelProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.basyx.testsuite.regression.aas.restapi.MultiSubmodelProviderTest
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.restapi.MultiSubmodelProviderRemoteInvocationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.basyx.testsuite.regression.aas.restapi.MultiSubmodelProviderRemoteInvocationTest
[INFO] Running org.eclipse.basyx.testsuite.regression.enumhelper.StandardizedLiteralEnumHelperTests
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.enumhelper.StandardizedLiteralEnumHelperTests
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 605, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ basyx.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/target/basyx.sdk-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ basyx.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/target/basyx.sdk-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ basyx.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/target/basyx.sdk-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ basyx.sdk ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.servlet.TestTaggedDirectoryProviderHTTP
Mar 05, 2021 6:09:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:07 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:07 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:07 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:07 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:07 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:07 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:07 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:07 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:07 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:08 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.985 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.servlet.TestTaggedDirectoryProviderHTTP
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.protocol.http.TestVABHTTP
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:09:10.910 [http-nio-8080-exec-6] ERROR o.e.b.v.c.j.p.JSONProvider - Unknown Exception in JSONProvider
java.lang.NullPointerException: null
	at org.eclipse.basyx.testsuite.regression.vab.modelprovider.SimpleVABElement.lambda$new$2(SimpleVABElement.java:50)
	at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:119)
	at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:255)
	at org.eclipse.basyx.vab.protocol.http.server.VABHTTPInterface.doPost(VABHTTPInterface.java:171)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
	at org.eclipse.basyx.vab.protocol.http.server.BasysHTTPServlet.service(BasysHTTPServlet.java:59)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.317 s - in org.eclipse.basyx.testsuite.regression.vab.protocol.http.TestVABHTTP
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.protocol.https.TestVABHTTPS
Mar 05, 2021 6:09:11 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:12 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:12 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:12 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:12 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:12 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:12 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:12 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:12 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:12 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:12 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:12 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:12 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:12 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:12 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:12 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:12 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:12 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:12 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:13 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:13 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:13 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:13 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:13 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:13 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:13 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:14 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:14 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:14 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:14 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:14 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:14 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:14 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:14 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:14 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:14 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:14 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:14 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:14 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
18:09:14.701 [https-jsse-nio-8080-exec-2] ERROR o.e.b.v.c.j.p.JSONProvider - Unknown Exception in JSONProvider
java.lang.NullPointerException: null
	at org.eclipse.basyx.testsuite.regression.vab.modelprovider.SimpleVABElement.lambda$new$2(SimpleVABElement.java:50)
	at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:119)
	at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:255)
	at org.eclipse.basyx.vab.protocol.http.server.VABHTTPInterface.doPost(VABHTTPInterface.java:171)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
	at org.eclipse.basyx.vab.protocol.http.server.BasysHTTPServlet.service(BasysHTTPServlet.java:59)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
Mar 05, 2021 6:09:14 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:14 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:14 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:14 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:14 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:14 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:14 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:14 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:15 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:15 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:15 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:15 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:15 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:15 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:15 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:15 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:16 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:16 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:16 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:16 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:16 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:16 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:16 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:16 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:16 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:16 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:16 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:16 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Mar 05, 2021 6:09:16 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.084 s - in org.eclipse.basyx.testsuite.regression.vab.protocol.https.TestVABHTTPS
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.protocol.basyx.TestVABBaSyxTCP
18:09:16.803 [org.eclipse.basyx.vab.protocol.basyx.server.VABBaSyxTCPInterface 1614967756803] ERROR o.e.b.v.c.j.p.JSONProvider - Unknown Exception in JSONProvider
java.lang.NullPointerException: null
	at org.eclipse.basyx.testsuite.regression.vab.modelprovider.SimpleVABElement.lambda$new$2(SimpleVABElement.java:50)
	at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:119)
	at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:255)
	at org.eclipse.basyx.vab.protocol.basyx.server.VABBaSyxTCPInterface.processInputFrame(VABBaSyxTCPInterface.java:218)
	at org.eclipse.basyx.vab.protocol.basyx.server.VABBaSyxTCPInterface.run(VABBaSyxTCPInterface.java:315)
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in org.eclipse.basyx.testsuite.regression.vab.protocol.basyx.TestVABBaSyxTCP
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.manager.TestAASHTTP
Mar 05, 2021 6:09:17 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:17 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:17 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:17 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:17 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:17 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:17 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:17 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:17 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.basyx.testsuite.regression.aas.manager.TestAASHTTP
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ basyx.sdk ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.sdk ---
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/target/basyx.sdk-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/1.0.0-SNAPSHOT/basyx.sdk-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/1.0.0-SNAPSHOT/basyx.sdk-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/target/basyx.sdk-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/1.0.0-SNAPSHOT/basyx.sdk-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/target/basyx.sdk-1.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/1.0.0-SNAPSHOT/basyx.sdk-1.0.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:56 min
[INFO] Finished at: 2021-03-05T18:09:17Z
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] BaSyx Components                                                   [pom]
[INFO] BaSyx Components Library                                           [jar]
[INFO] BaSyx Docker Base                                                  [pom]
[INFO] BaSyx Registry                                                     [jar]
[INFO] AAS Server                                                         [jar]
[INFO] 
[INFO] -----------------< org.eclipse.basyx:basyx.components >-----------------
[INFO] Building BaSyx Components 1.0.0-SNAPSHOT                           [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.components ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.components ---
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components/1.0.0-SNAPSHOT/basyx.components-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.basyx:basyx.components.lib >---------------
[INFO] Building BaSyx Components Library 1.0.0-SNAPSHOT                   [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.components.lib ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basyx.components.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ basyx.components.lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 72 source files to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basyx.components.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ basyx.components.lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ basyx.components.lib ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.basyx.regression.support.bundle.TestAASBundleIntegrator
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.eclipse.basyx.regression.support.bundle.TestAASBundleIntegrator
[INFO] Running org.eclipse.basyx.regression.support.bundle.TestAASBundleDescriptorFactory
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.regression.support.bundle.TestAASBundleDescriptorFactory
[INFO] Running org.eclipse.basyx.regression.xml.TestXMLAASBundleFactory
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.eclipse.basyx.regression.xml.TestXMLAASBundleFactory
[INFO] Running org.eclipse.basyx.regression.processengineconnector.TestJavaDelegate
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.basyx.regression.processengineconnector.TestJavaDelegate
[INFO] Running org.eclipse.basyx.regression.processengineconnector.TestTransportProcess_ConfigureEngineProgrammatically
Mar 05, 2021 6:09:32 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:32 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:09:32 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:09:32 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:09:33 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:42 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:42 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:09:42 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:09:42 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.657 s - in org.eclipse.basyx.regression.processengineconnector.TestTransportProcess_ConfigureEngineProgrammatically
[INFO] Running org.eclipse.basyx.regression.processengineconnector.TestAASServicecall
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.regression.processengineconnector.TestAASServicecall
[INFO] Running org.eclipse.basyx.regression.processengineconnector.DynamicActivitiProcessTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.304 s - in org.eclipse.basyx.regression.processengineconnector.DynamicActivitiProcessTest
[INFO] Running org.eclipse.basyx.regression.models.controlcomponent.TestSimpleControlComponent
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.basyx.regression.models.controlcomponent.TestSimpleControlComponent
[INFO] Running org.eclipse.basyx.regression.sql.SQLInvocationsTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.basyx.regression.sql.SQLInvocationsTest
[INFO] Running org.eclipse.basyx.regression.sql.SQLQueriesTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.basyx.regression.sql.SQLQueriesTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 2
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ basyx.components.lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ basyx.components.lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ basyx.components.lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.components.lib ---
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/1.0.0-SNAPSHOT/basyx.components.lib-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/1.0.0-SNAPSHOT/basyx.components.lib-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/1.0.0-SNAPSHOT/basyx.components.lib-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/1.0.0-SNAPSHOT/basyx.components.lib-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] -------------< org.eclipse.basyx:basyx.components.docker >--------------
[INFO] Building BaSyx Docker Base 1.0.0-SNAPSHOT                          [3/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.components.docker ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.components.docker ---
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.docker/1.0.0-SNAPSHOT/basyx.components.docker-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.basyx:basyx.components.registry >-------------
[INFO] Building BaSyx Registry 1.0.0-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.components.registry ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basyx.components.registry ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ basyx.components.registry ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.registry/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basyx.components.registry ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ basyx.components.registry ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.registry/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ basyx.components.registry ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.basyx.regression.registry.TestSQLRegistryProvider
18:09:54.828 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:09:54.900 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@536aaa8d
18:09:54.900 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:09:54.900 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:09:54.900 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:09:54.901 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:09:54.901 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:09:54.914 [main] INFO  c.z.h.HikariDataSource - HikariPool-1 - Starting...
18:09:55.039 [main] INFO  c.z.h.HikariDataSource - HikariPool-1 - Start completed.
18:09:55.110 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:09:55.110 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@78a2da20
18:09:55.110 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:09:55.110 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:09:55.110 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:09:55.110 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:09:55.110 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:09:55.112 [main] INFO  c.z.h.HikariDataSource - HikariPool-2 - Starting...
18:09:55.115 [main] INFO  c.z.h.HikariDataSource - HikariPool-2 - Start completed.
18:09:57.400 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:09:57.400 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@71b1176b
18:09:57.400 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:09:57.400 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:09:57.400 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:09:57.400 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:09:57.400 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:09:57.400 [main] INFO  c.z.h.HikariDataSource - HikariPool-3 - Starting...
18:09:57.404 [main] INFO  c.z.h.HikariDataSource - HikariPool-3 - Start completed.
18:09:58.823 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:09:58.823 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@1184ab05
18:09:58.823 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:09:58.823 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:09:58.823 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:09:58.824 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:09:58.824 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:09:58.824 [main] INFO  c.z.h.HikariDataSource - HikariPool-4 - Starting...
18:09:58.827 [main] INFO  c.z.h.HikariDataSource - HikariPool-4 - Start completed.
18:10:02.132 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:02.133 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@1817d444
18:10:02.133 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:02.133 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:02.133 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:02.135 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:02.135 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:02.135 [main] INFO  c.z.h.HikariDataSource - HikariPool-5 - Starting...
18:10:02.138 [main] INFO  c.z.h.HikariDataSource - HikariPool-5 - Start completed.
18:10:05.728 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:05.728 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@2c767a52
18:10:05.728 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:05.728 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:05.728 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:05.728 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:05.728 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:05.728 [main] INFO  c.z.h.HikariDataSource - HikariPool-6 - Starting...
18:10:05.731 [main] INFO  c.z.h.HikariDataSource - HikariPool-6 - Start completed.
18:10:07.833 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:07.833 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@384ad17b
18:10:07.833 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:07.833 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:07.833 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:07.833 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:07.833 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:07.833 [main] INFO  c.z.h.HikariDataSource - HikariPool-7 - Starting...
18:10:07.836 [main] INFO  c.z.h.HikariDataSource - HikariPool-7 - Start completed.
18:10:10.224 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:10.224 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@694abbdc
18:10:10.224 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:10.225 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:10.225 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:10.225 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:10.225 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:10.225 [main] INFO  c.z.h.HikariDataSource - HikariPool-8 - Starting...
18:10:10.228 [main] INFO  c.z.h.HikariDataSource - HikariPool-8 - Start completed.
18:10:12.402 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:12.402 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@6d763516
18:10:12.402 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:12.402 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:12.402 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:12.403 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:12.403 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:12.403 [main] INFO  c.z.h.HikariDataSource - HikariPool-9 - Starting...
18:10:12.406 [main] INFO  c.z.h.HikariDataSource - HikariPool-9 - Start completed.
18:10:14.646 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:14.646 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@49ec71f8
18:10:14.646 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:14.646 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:14.646 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:14.646 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:14.646 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:14.646 [main] INFO  c.z.h.HikariDataSource - HikariPool-10 - Starting...
18:10:14.649 [main] INFO  c.z.h.HikariDataSource - HikariPool-10 - Start completed.
18:10:16.832 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:16.832 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@6cf0e0ba
18:10:16.832 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:16.832 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:16.832 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:16.832 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:16.832 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:16.832 [main] INFO  c.z.h.HikariDataSource - HikariPool-11 - Starting...
18:10:16.835 [main] INFO  c.z.h.HikariDataSource - HikariPool-11 - Start completed.
18:10:19.019 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:19.019 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@5c6648b0
18:10:19.020 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:19.020 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:19.020 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:19.020 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:19.020 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:19.020 [main] INFO  c.z.h.HikariDataSource - HikariPool-12 - Starting...
18:10:19.023 [main] INFO  c.z.h.HikariDataSource - HikariPool-12 - Start completed.
18:10:21.396 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:21.396 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@7b98f307
18:10:21.396 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:21.396 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:21.396 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:21.396 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:21.396 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:21.396 [main] INFO  c.z.h.HikariDataSource - HikariPool-13 - Starting...
18:10:21.399 [main] INFO  c.z.h.HikariDataSource - HikariPool-13 - Start completed.
18:10:23.540 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:23.540 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@c730b35
18:10:23.540 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:23.540 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:23.540 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:23.540 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:23.540 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:23.540 [main] INFO  c.z.h.HikariDataSource - HikariPool-14 - Starting...
18:10:23.544 [main] INFO  c.z.h.HikariDataSource - HikariPool-14 - Start completed.
18:10:25.767 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:25.767 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@10683d9d
18:10:25.767 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:25.767 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:25.767 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:25.767 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:25.767 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:25.767 [main] INFO  c.z.h.HikariDataSource - HikariPool-15 - Starting...
18:10:25.771 [main] INFO  c.z.h.HikariDataSource - HikariPool-15 - Start completed.
18:10:27.961 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:27.961 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@3cd3e762
18:10:27.961 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:27.961 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:27.961 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:27.962 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:27.962 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:27.962 [main] INFO  c.z.h.HikariDataSource - HikariPool-16 - Starting...
18:10:27.965 [main] INFO  c.z.h.HikariDataSource - HikariPool-16 - Start completed.
18:10:30.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
18:10:30.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@6f4a47c7
18:10:30.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
18:10:30.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
18:10:30.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
18:10:30.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
18:10:30.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
18:10:30.297 [main] INFO  c.z.h.HikariDataSource - HikariPool-17 - Starting...
18:10:30.300 [main] INFO  c.z.h.HikariDataSource - HikariPool-17 - Start completed.
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.137 s - in org.eclipse.basyx.regression.registry.TestSQLRegistryProvider
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ basyx.components.registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ basyx.components.registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ basyx.components.registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.components.registry ---
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/1.0.0-SNAPSHOT/basyx.components.registry-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.registry/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/1.0.0-SNAPSHOT/basyx.components.registry-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/1.0.0-SNAPSHOT/basyx.components.registry-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/1.0.0-SNAPSHOT/basyx.components.registry-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] ------------< org.eclipse.basyx:basyx.components.AASServer >------------
[INFO] Building AAS Server 1.0.0-SNAPSHOT                                 [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.components.AASServer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basyx.components.AASServer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ basyx.components.AASServer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basyx.components.AASServer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ basyx.components.AASServer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ basyx.components.AASServer ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.basyx.regression.AASServer.TestInMemoryAASServer
18:10:33.817 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties'
18:10:33.819 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@80503
18:10:33.819 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost'
18:10:33.819 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer'
18:10:33.819 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPort: '4001'
18:10:33.823 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:33.827 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:33.901 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:34 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:34 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:34 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:34 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:34 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4001"]
18:10:35.924 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id testId created
Mar 05, 2021 6:10:36 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:36 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:36 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:36 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-4001"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.528 s - in org.eclipse.basyx.regression.AASServer.TestInMemoryAASServer
[INFO] Running org.eclipse.basyx.regression.AASServer.TestAASXAASServer
18:10:36.100 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties'
18:10:36.101 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@14f9390f
18:10:36.101 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost'
18:10:36.101 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer'
18:10:36.101 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPort: '4001'
18:10:36.101 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:36.101 [main] INFO  o.e.b.c.a.AASServerComponent - Loading aas from aasx "aasx/01_Festo.aasx"
18:10:36.613 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_01-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.613 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.614 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.614 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.614 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.614 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.614 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.614 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.614 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.614 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-05 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.614 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-06 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.614 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_04-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:36.908 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Software/Festo-SPAE-kPa-20171025-IODD1.1.zip to root folder:
18:10:36.909 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Software
18:10:36.913 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/CE_Kennzeichnung_2016_de.pdf to root folder:
18:10:36.913 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document
18:10:36.917 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_2017-03b_8058481d1_DE.pdf to root folder:
18:10:36.917 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document
18:10:36.918 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/OVEL_2017-05_8070876g1_EN.pdf to root folder:
18:10:36.918 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document
18:10:36.918 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/RoHS_2011_65_EU_Konzern_Information_de.pdf to root folder:
18:10:36.919 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document
18:10:36.920 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_UL_4531318_-_2_EN.pdf to root folder:
18:10:36.920 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document
18:10:36.921 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_2017-03b_8058481d1_EN.pdf to root folder:
18:10:36.921 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document
18:10:36.921 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_100017_ApplNote.pdf to root folder:
18:10:36.921 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document
18:10:36.922 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/OVEL_2017-05_8070875d1_DE.pdf to root folder:
18:10:36.922 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document
18:10:36.922 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/OVEL_IO_Link_5439356_-_3_EN.pdf to root folder:
18:10:36.922 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document
18:10:36.923 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping Festo_OVEL_product_rendering.png to root folder:
18:10:36.923 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files
18:10:36.923 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/assetIdentification/logo.png to root folder:
18:10:36.923 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/assetIdentification
18:10:36.923 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Nameplate/marking_cruus.jpg to root folder:
18:10:36.923 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Nameplate
18:10:36.924 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Nameplate/marking_rcm.jpg to root folder:
18:10:36.924 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Nameplate
18:10:36.924 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Nameplate/marking_ce.png to root folder:
18:10:36.924 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Nameplate
18:10:36.924 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:37.008 [main] INFO  o.e.b.c.a.AASServerComponent - No registry specified, skipped registration
18:10:37.009 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:37 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:37 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:37 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:37 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:37 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4001"]
18:10:37.019 [main] INFO  o.e.b.r.A.TestAASXAASServer - AAS URL for servlet test: http://localhost:4001//aasServer//shells/smart.festo.com%2Fdemo%2Faas%2F1%2F1%2F454576463545648365874/aas
18:10:37.020 [main] INFO  o.e.b.r.A.AASXSuite - Checking all files
18:10:37.109 [main] INFO  o.e.b.r.A.AASXSuite - AAS idShort: Festo_3S7PM0CP4BD
18:10:37.109 [main] INFO  o.e.b.r.A.AASXSuite - AAS identifier: smart.festo.com/demo/aas/1/1/454576463545648365874
18:10:37.301 [main] INFO  o.e.b.r.A.AASXSuite - # Submodels: 5
18:10:37.301 [main] INFO  o.e.b.r.A.AASXSuite - Checking submodel: Nameplate
18:10:37.312 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Nameplate/marking_cruus.jpg
18:10:37.405 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Nameplate/marking_rcm.jpg
18:10:37.413 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Nameplate/marking_ce.png
18:10:37.415 [main] INFO  o.e.b.r.A.AASXSuite - Checking submodel: DeviceDescriptionFiles
18:10:37.418 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Software/Festo-SPAE-kPa-20171025-IODD1.1.zip
18:10:37.420 [main] INFO  o.e.b.r.A.AASXSuite - Checking submodel: Service
18:10:37.502 [main] INFO  o.e.b.r.A.AASXSuite - Checking submodel: Identification
18:10:37.507 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/Festo_OVEL_product_rendering.png
18:10:37.513 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/assetIdentification/logo.png
18:10:37.515 [main] INFO  o.e.b.r.A.AASXSuite - Checking submodel: Document
18:10:37.615 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/CE_Kennzeichnung_2016_de.pdf
18:10:37.622 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/SPAE_2017-03b_8058481d1_DE.pdf
18:10:37.703 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/OVEL_2017-05_8070876g1_EN.pdf
18:10:37.709 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/RoHS_2011_65_EU_Konzern_Information_de.pdf
18:10:37.715 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/SPAE_UL_4531318_-_2_EN.pdf
18:10:37.720 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/SPAE_2017-03b_8058481d1_EN.pdf
18:10:37.804 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/SPAE_100017_ApplNote.pdf
18:10:37.809 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/OVEL_2017-05_8070875d1_DE.pdf
18:10:37.819 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/OVEL_IO_Link_5439356_-_3_EN.pdf
18:10:37.822 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001//aasServer/files/aasx/Nameplate/marking_rcm.jpg
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:38 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-4001"]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.013 s - in org.eclipse.basyx.regression.AASServer.TestAASXAASServer
[INFO] Running org.eclipse.basyx.regression.AASServer.TestJSONAASServer
18:10:38.114 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties'
18:10:38.114 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@4c398c80
18:10:38.114 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost'
18:10:38.114 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer'
18:10:38.114 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPort: '4001'
18:10:38.114 [main] INFO  o.e.b.r.A.TestJSONAASServer - AAS URL for servlet test: http://localhost:4001//aasServer//shells/http%3A%2F%2Fcustomer.com%2Faas%2F9175_7013_7091_9168/aas
18:10:38.114 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:38.114 [main] INFO  o.e.b.c.a.AASServerComponent - Loading aas from json "json/aas.json"
18:10:38.114 [main] INFO  o.e.b.c.a.AASServerComponent - Could not find a corresponding file. Loading from default resource.
18:10:38.117 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:38.119 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:38 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:38 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:38 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4001"]
18:10:38.321 [main] INFO  o.e.b.s.b.AASBundleIntegrator - The SM 'OperationalData' can't be deregistered. It was not found in registry.
18:10:38.321 [main] INFO  o.e.b.s.b.AASBundleIntegrator - The SM 'TechnicalData' can't be deregistered. It was not found in registry.
18:10:38.321 [main] INFO  o.e.b.s.b.AASBundleIntegrator - The SM 'Documentation' can't be deregistered. It was not found in registry.
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:38 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-4001"]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 s - in org.eclipse.basyx.regression.AASServer.TestJSONAASServer
[INFO] Running org.eclipse.basyx.regression.AASServer.AASServerComponentTest
18:10:38.405 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:38.405 [main] INFO  o.e.b.c.a.AASServerComponent - Loading aas from xml "xml/aas.xml"
18:10:38.405 [main] INFO  o.e.b.c.a.AASServerComponent - Could not find a corresponding file. Loading from default resource.
18:10:38.413 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
18:10:38.413 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
18:10:38.413 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
18:10:38.413 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
18:10:38.413 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort 3s7plfdrs35_asset1 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.414 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:38.415 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:38 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:38 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:38 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:38.501 [main] INFO  o.e.b.s.b.AASBundleIntegrator - The SM 'submodel1' can't be deregistered. It was not found in registry.
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:38 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:38 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.basyx.regression.AASServer.AASServerComponentTest
[INFO] Running org.eclipse.basyx.regression.AASServer.TestFileEndpointLoader
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.regression.AASServer.TestFileEndpointLoader
[INFO] Running org.eclipse.basyx.regression.AASServer.TestAASXPackageManager
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_01-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-05 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-06 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.802 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_04-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.810 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort asset-id is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.917 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort asset-id is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:38.920 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping icon.png to root folder:
18:10:38.920 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files
18:10:38.921 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/docu.pdf to root folder:
18:10:38.921 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in org.eclipse.basyx.regression.AASServer.TestAASXPackageManager
[INFO] Running org.eclipse.basyx.regression.AASServer.TestXMLAASServer
18:10:38.922 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties'
18:10:38.922 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@4f936da8
18:10:38.922 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost'
18:10:38.922 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer'
18:10:38.922 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPort: '4001'
18:10:38.922 [main] INFO  o.e.b.r.A.TestXMLAASServer - AAS URL for servlet test: http://localhost:4001//aasServer//shells/www.admin-shell.io%2Faas-sample%2F2%2F0/aas
18:10:38.922 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:38.922 [main] INFO  o.e.b.c.a.AASServerComponent - Loading aas from xml "xml/aas.xml"
18:10:38.922 [main] INFO  o.e.b.c.a.AASServerComponent - Could not find a corresponding file. Loading from default resource.
18:10:39.002 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
18:10:39.003 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
18:10:39.003 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
18:10:39.003 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
18:10:39.003 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort 3s7plfdrs35_asset1 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:39.003 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:39.004 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:39 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:39 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:39 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:39 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4001"]
18:10:39.104 [main] INFO  o.e.b.s.b.AASBundleIntegrator - The SM 'submodel1' can't be deregistered. It was not found in registry.
Mar 05, 2021 6:10:39 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:39 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:39 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:10:39 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-4001"]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.basyx.regression.AASServer.TestXMLAASServer
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ basyx.components.AASServer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ basyx.components.AASServer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ basyx.components.AASServer ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.components.AASServer ---
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.AASServer/1.0.0-SNAPSHOT/basyx.components.AASServer-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.AASServer/1.0.0-SNAPSHOT/basyx.components.AASServer-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.AASServer/1.0.0-SNAPSHOT/basyx.components.AASServer-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.AASServer/1.0.0-SNAPSHOT/basyx.components.AASServer-1.0.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for BaSyx Components 1.0.0-SNAPSHOT:
[INFO] 
[INFO] BaSyx Components ................................... SUCCESS [  0.492 s]
[INFO] BaSyx Components Library ........................... SUCCESS [ 31.704 s]
[INFO] BaSyx Docker Base .................................. SUCCESS [  0.005 s]
[INFO] BaSyx Registry ..................................... SUCCESS [ 39.008 s]
[INFO] AAS Server ......................................... SUCCESS [  8.993 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:20 min
[INFO] Finished at: 2021-03-05T18:10:40Z
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.eclipse.basyx:basyx.examples >------------------
[INFO] Building BaSyx Examples 1.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basyx.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ basyx.examples ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Basyx_CI_2/examples/basys.examples/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basyx.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ basyx.examples ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/Basyx_CI_2/examples/basys.examples/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ basyx.examples ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestRetrieveSubmodelElement
18:10:50.923 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:51 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:51 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:51 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:51 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:51 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:51 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:51.927 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:52.025 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:52.026 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:52.027 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:52 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:52 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:52 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:52 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:52 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:52 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:53.231 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:53 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:53 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:53 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:53 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:53 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:53 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:53 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:53 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:53.719 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.296 s - in org.eclipse.basyx.examples.snippets.submodel.TestRetrieveSubmodelElement
[INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestCreateSubmodel
18:10:53.720 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:53 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:53 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:53 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:53 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:53 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:53.807 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:53.807 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:53.807 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:53.807 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:53 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:53 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:53 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:53 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:53 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:53.915 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:54.202 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 s - in org.eclipse.basyx.examples.snippets.submodel.TestCreateSubmodel
[INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestHostPreconfiguredSubmodel
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4040"]
Mar 05, 2021 6:10:54 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4040"]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4040"]
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4040"]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-4040"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.basyx.examples.snippets.submodel.TestHostPreconfiguredSubmodel
[INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestDeleteSubmodelElement
18:10:54.401 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:54 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:54.410 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:54.411 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:54.411 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:54.411 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:54 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:54.511 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:54.915 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s - in org.eclipse.basyx.examples.snippets.submodel.TestDeleteSubmodelElement
[INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestExecuteOperation
18:10:54.916 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:54 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:54 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:54 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:55.003 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:55.004 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:55.004 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:55.004 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:55 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:55.023 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
18:10:55.206 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort a is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:55.206 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
18:10:55.206 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort b is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:55.206 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
18:10:55.206 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort r is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:10:55.206 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8082"]
Mar 05, 2021 6:10:55 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8082"]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8082"]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8082"]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8082"]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:55.437 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 s - in org.eclipse.basyx.examples.snippets.submodel.TestExecuteOperation
[INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestAddSubmodelElement
18:10:55.437 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:55 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:55.506 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:55.507 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:55.507 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:55.507 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:55 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:55.602 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:55.829 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s - in org.eclipse.basyx.examples.snippets.submodel.TestAddSubmodelElement
[INFO] Running org.eclipse.basyx.examples.snippets.aas.TestCreateAAS
18:10:55.830 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:55 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:55.902 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:55.903 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:55.909 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:55.909 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:55 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:56.003 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:56.202 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in org.eclipse.basyx.examples.snippets.aas.TestCreateAAS
[INFO] Running org.eclipse.basyx.examples.snippets.aas.active.RunComposedActiveModelSnippet
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.basyx.examples.snippets.aas.active.RunComposedActiveModelSnippet
[INFO] Running org.eclipse.basyx.examples.snippets.aas.active.RunInfluxDBActiveModelSnippet
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.basyx.examples.snippets.aas.active.RunInfluxDBActiveModelSnippet
[INFO] Running org.eclipse.basyx.examples.snippets.aas.TestAddSubmodelToAAS
18:10:56.203 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:56.209 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:56.210 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:56.210 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:56.210 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:56.304 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:56.603 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.eclipse.basyx.examples.snippets.aas.TestAddSubmodelToAAS
[INFO] Running org.eclipse.basyx.examples.snippets.aas.TestRetrieveSubmodelFromAAS
18:10:56.604 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:56.609 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:56.610 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:56.610 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:56.610 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:56.622 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:56.909 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.eclipse.basyx.examples.snippets.aas.TestRetrieveSubmodelFromAAS
[INFO] Running org.eclipse.basyx.examples.snippets.aas.TestDeleteSubmodelFromAAS
18:10:56.909 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:56.915 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:56.916 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:56.916 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:56.916 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:57.002 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:57.211 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.eclipse.basyx.examples.snippets.aas.TestDeleteSubmodelFromAAS
[INFO] Running org.eclipse.basyx.examples.snippets.manager.TestPushAASToServer
18:10:57.212 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:57 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:57.217 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:57.217 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:57.217 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:57.217 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:57.301 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
18:10:57.409 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId_New created
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:57.520 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in org.eclipse.basyx.examples.snippets.manager.TestPushAASToServer
[INFO] Running org.eclipse.basyx.examples.snippets.manager.TestRetrieveSubmodelFromAAS
18:10:57.520 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:57 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:57.526 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:57.527 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:57.527 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:57.527 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:57.614 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:57.812 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.basyx.examples.snippets.manager.TestRetrieveSubmodelFromAAS
[INFO] Running org.eclipse.basyx.examples.snippets.manager.TestRetrieveAAS
18:10:57.813 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:57 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:57.825 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:57.825 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:57.825 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:57.825 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:57 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:57 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:57.910 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:58.119 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.eclipse.basyx.examples.snippets.manager.TestRetrieveAAS
[INFO] Running org.eclipse.basyx.examples.snippets.manager.TestDeleteAAS
18:10:58.120 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:58 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:58.125 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:58.125 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:58.126 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:58.126 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:58.205 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:58.412 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.basyx.examples.snippets.manager.TestDeleteAAS
[INFO] Running org.eclipse.basyx.examples.snippets.manager.TestAddSubmodelToAAS
18:10:58.412 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:58 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:58.418 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:58.419 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:58.419 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:58.419 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:58.508 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:58.724 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in org.eclipse.basyx.examples.snippets.manager.TestAddSubmodelToAAS
[INFO] Running org.eclipse.basyx.examples.snippets.manager.TestDeleteSubmodelFromAAS
18:10:58.725 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:58 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:58.803 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:58.803 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:58.803 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:58.804 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:58 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:58 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:58 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:58.822 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:59.138 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s - in org.eclipse.basyx.examples.snippets.manager.TestDeleteSubmodelFromAAS
[INFO] Running org.eclipse.basyx.examples.snippets.registry.TestDeregisterAAS
18:10:59.200 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:59.205 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:59.206 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:59.206 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:59.206 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:59.218 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:59.417 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.basyx.examples.snippets.registry.TestDeregisterAAS
[INFO] Running org.eclipse.basyx.examples.snippets.registry.TestLookupAAS
18:10:59.418 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:59.423 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:59.424 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:59.424 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:59.424 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:59.510 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:59.632 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.basyx.examples.snippets.registry.TestLookupAAS
[INFO] Running org.eclipse.basyx.examples.snippets.registry.TestDeregisterSubmodel
18:10:59.633 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:59.704 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:59.705 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:59.705 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:59.705 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:10:59.716 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:10:59.919 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.basyx.examples.snippets.registry.TestDeregisterSubmodel
[INFO] Running org.eclipse.basyx.examples.snippets.registry.TestRegisterSubmodel
18:10:59.919 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:10:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:10:59.925 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:10:59.925 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:10:59.925 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:10:59.925 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:10:59 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:10:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:10:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:11:00.008 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:11:00.210 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 s - in org.eclipse.basyx.examples.snippets.registry.TestRegisterSubmodel
[INFO] Running org.eclipse.basyx.examples.snippets.registry.TestRegisterAAS
18:11:00.211 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:00 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:11:00.215 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:11:00.215 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:11:00.216 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:11:00.216 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:11:00.226 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:11:00.421 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.basyx.examples.snippets.registry.TestRegisterAAS
[INFO] Running org.eclipse.basyx.examples.snippets.registry.TestLookupSubmodel
18:11:00.422 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:00 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:11:00.426 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:11:00.427 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:11:00.427 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:11:00.427 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:11:00.508 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
18:11:00.631 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.eclipse.basyx.examples.snippets.registry.TestLookupSubmodel
[INFO] Running org.eclipse.basyx.examples.snippets.vab.provider.VABMapProviderClass
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.examples.snippets.vab.provider.VABMapProviderClass
[INFO] Running org.eclipse.basyx.examples.snippets.vab.provider.VABLambdaProviderClass
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.examples.snippets.vab.provider.VABLambdaProviderClass
[INFO] Running org.eclipse.basyx.examples.snippets.vab.provider.FileSystemProviderClass
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.basyx.examples.snippets.vab.provider.FileSystemProviderClass
[INFO] Running org.eclipse.basyx.examples.snippets.vab.DynamicPropertyClass
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.basyx.examples.snippets.vab.DynamicPropertyClass
[INFO] Running org.eclipse.basyx.examples.snippets.vab.CRUDOperations
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.basyx.examples.snippets.vab.CRUDOperations
[INFO] Running org.eclipse.basyx.examples.snippets.vab.DynamicPropertyLambda
Mar 05, 2021 6:11:00 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:00 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:00 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.basyx.examples.snippets.vab.DynamicPropertyLambda
[INFO] Running org.eclipse.basyx.examples.snippets.property.TestCreateLambdaProperty
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4040"]
Mar 05, 2021 6:11:01 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4040"]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4040"]
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4040"]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-4040"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.basyx.examples.snippets.property.TestCreateLambdaProperty
[INFO] Running org.eclipse.basyx.examples.snippets.urn.ConstructURNs
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.examples.snippets.urn.ConstructURNs
[INFO] Running org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleControllableTCPDevice
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleControllableTCPDevice
[INFO] Running org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleSmartDevice
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleSmartDevice
[INFO] Running org.eclipse.basyx.examples.scenarios.device.aas.RunAASDevice
Mar 05, 2021 6:11:01 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:01 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:01 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:02 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in org.eclipse.basyx.examples.scenarios.device.aas.RunAASDevice
[INFO] Running org.eclipse.basyx.examples.scenarios.device.RunSimpleTCPDevice
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:02 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:02 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:02 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:02 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.eclipse.basyx.examples.scenarios.device.RunSimpleTCPDevice
[INFO] Running org.eclipse.basyx.examples.scenarios.staticdynamic.TestStaticDynamicScenario
18:11:02.622 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'RegistryContext.properties'
18:11:02.622 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@32d22650
18:11:02.622 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost'
18:11:02.622 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPath: '/registry'
18:11:02.622 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPort: '4000'
18:11:02.622 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4000"]
Mar 05, 2021 6:11:02 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:02 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:02 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4000"]
18:11:02.705 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
18:11:02.705 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:11:02.705 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:11:02.705 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:11:02 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasx] does not meet these criteria and has been changed to [/aasx]
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:11:02 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:02 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:02 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:02 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4001"]
18:11:03.706 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_01-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.706 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.706 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.706 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.706 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.706 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.706 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.706 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.707 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.707 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-05 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.707 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-06 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.707 [main] WARN  o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_04-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+
18:11:03.811 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id smart.festo.com/demo/aas/1/1/454576463545648365874 created
18:11:04.006 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id www.admin-shell.io/aas-sample/1/1 created
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4000"]
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4000"]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-4000"]
18:11:04.209 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4001"]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-4001"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.517 s - in org.eclipse.basyx.examples.scenarios.staticdynamic.TestStaticDynamicScenario
[INFO] Running org.eclipse.basyx.examples.scenarios.cloudedgedeployment.TestCloudEdgeDeploymentScenario
18:11:04.220 [main] INFO  o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:04 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
18:11:04.302 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server started
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8082"]
Mar 05, 2021 6:11:04 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8082"]
18:11:04.306 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'CloudEdgeDeploymentScenarioAASContext.properties'
18:11:04.306 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@6124dda2
18:11:04.306 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost'
18:11:04.306 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPath: '/cloud'
18:11:04.306 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPort: '8081'
18:11:04.306 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
18:11:04.308 [main] INFO  o.e.b.c.a.AASServerComponent - Registry loaded at "http://localhost:8080/registry"
18:11:04.309 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
18:11:04.309 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:04 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
18:11:04.318 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id basyx.examples.oven created
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
18:11:04.716 [main] INFO  o.e.b.c.r.RegistryComponent - Registry server stopped
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8081"]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8082"]
Mar 05, 2021 6:11:04 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8082"]
Mar 05, 2021 6:11:04 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8082"]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.eclipse.basyx.examples.scenarios.cloudedgedeployment.TestCloudEdgeDeploymentScenario
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ basyx.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/examples/basys.examples/target/basyx.examples-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ basyx.examples >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ basyx.examples <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ basyx.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_2/examples/basys.examples/target/basyx.examples-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ basyx.examples ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleControllableTCPDevice
Mar 05, 2021 6:11:08 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:08 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:08 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:08 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:08 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.02 s - in org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleControllableTCPDevice
[INFO] Running org.eclipse.basyx.examples.scenarios.device.RunSimpleTCPDevice
Mar 05, 2021 6:11:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 05, 2021 6:11:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Mar 05, 2021 6:11:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Mar 05, 2021 6:11:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Mar 05, 2021 6:11:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Mar 05, 2021 6:11:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.51 s - in org.eclipse.basyx.examples.scenarios.device.RunSimpleTCPDevice
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ basyx.examples ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  29.257 s
[INFO] Finished at: 2021-03-05T18:11:11Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (C++ SDK Tests)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ chmod +x ./ci/build_cpp.sh
+ ./ci/build_cpp.sh
No files changed in C++ SDK.
Skipping continous integration tests for C++.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS