Skip to content
Failed

Console Output

Skipping 22 KB.. Full Log
[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.003 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.216 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.009 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.002 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.001 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.325 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.006 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
15:32:48.676 [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:41)
	at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:110)
	at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:246)
	at org.eclipse.basyx.testsuite.regression.vab.coder.json.IBasyxConnectorFacade.invokeOperation(IBasyxConnectorFacade.java:117)
	at org.eclipse.basyx.vab.coder.json.connector.JSONConnector.invokeOperation(JSONConnector.java:166)
	at org.eclipse.basyx.vab.modelprovider.VABElementProxy.invokeOperation(VABElementProxy.java:140)
	at org.eclipse.basyx.testsuite.regression.vab.modelprovider.MapInvoke.test(MapInvoke.java:57)
	at org.eclipse.basyx.testsuite.regression.vab.modelprovider.TestProvider.testMapInvoke(TestProvider.java:33)
	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.102 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.009 s - in org.eclipse.basyx.testsuite.regression.vab.coder.json.TestJson
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.gateway.TestGateway
Feb 22, 2021 3:32:49 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-5123"]
Feb 22, 2021 3:32:49 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:49 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:49 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:49 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-5123"]
Feb 22, 2021 3:32:50 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-5123"]
Feb 22, 2021 3:32:50 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:50 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-5123"]
Feb 22, 2021 3:32:50 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.629 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 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.001 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 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.001 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.001 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 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.422 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.002 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.007 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.001 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.003 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.001 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.001 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 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.001 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 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 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.001 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.001 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.507 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.001 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 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 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.001 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 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 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 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.restapi.SubModelProviderTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 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.004 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.009 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.488 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.307 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.001 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 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.001 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 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.001 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.001 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 s - in org.eclipse.basyx.testsuite.regression.aas.registration.restapi.TestDirectoryModelProvider
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.registration.restapi.TestDirectoryModelProviderServlet
Feb 22, 2021 3:32:53 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:53 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:53 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:53 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:53 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:53 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:53 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:53 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:53 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:53 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:53 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:53 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:54 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:54 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:54 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:54 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:54 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:54 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:54 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:55 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:55 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:32:56 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:32:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:57 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:57 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:32:57 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:32:57 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.413 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 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 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.102 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: 545, 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-0.1.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-0.1.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-0.1.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
Feb 22, 2021 3:33:02 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:02 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:02 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:02 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:03 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:04 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:04 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:05 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.126 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.servlet.TestTaggedDirectoryProviderHTTP
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.protocol.http.TestVABHTTP
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:06 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:06 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
15:33:07.172 [http-nio-8080-exec-5] 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:41)
	at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:110)
	at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:246)
	at org.eclipse.basyx.vab.protocol.http.server.VABHTTPInterface.doPost(VABHTTPInterface.java:162)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
	at org.eclipse.basyx.vab.protocol.http.server.BasysHTTPServlet.service(BasysHTTPServlet.java:50)
	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)
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:07 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
Feb 22, 2021 3:33:07 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:08 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:08 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:08 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:08 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:08 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:08 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:08 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:08 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:08 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:10 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
15:33:11.070 [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:41)
	at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:110)
	at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:246)
	at org.eclipse.basyx.vab.protocol.http.server.VABHTTPInterface.doPost(VABHTTPInterface.java:162)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
	at org.eclipse.basyx.vab.protocol.http.server.BasysHTTPServlet.service(BasysHTTPServlet.java:50)
	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)
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:11 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:11 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:11 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:11 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:11 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:12 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:12 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:12 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:12 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:12 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:12 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:12 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:12 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:13 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:13 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:13 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"]
Feb 22, 2021 3:33:13 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.194 s - in org.eclipse.basyx.testsuite.regression.vab.protocol.https.TestVABHTTPS
[INFO] Running org.eclipse.basyx.testsuite.regression.vab.protocol.basyx.TestVABBaSyxTCP
15:33:13.205 [org.eclipse.basyx.vab.protocol.basyx.server.VABBaSyxTCPInterface 1614007993205] 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:41)
	at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:110)
	at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:246)
	at org.eclipse.basyx.vab.protocol.basyx.server.VABBaSyxTCPInterface.processInputFrame(VABBaSyxTCPInterface.java:209)
	at org.eclipse.basyx.vab.protocol.basyx.server.VABBaSyxTCPInterface.run(VABBaSyxTCPInterface.java:306)
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.eclipse.basyx.testsuite.regression.vab.protocol.basyx.TestVABBaSyxTCP
[INFO] Running org.eclipse.basyx.testsuite.regression.aas.manager.TestAASHTTP
Feb 22, 2021 3:33:13 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:13 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:13 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:13 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:13 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:13 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:13 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:13 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:13 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-0.1.0-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/0.1.0-SNAPSHOT/basyx.sdk-0.1.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/0.1.0-SNAPSHOT/basyx.sdk-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/target/basyx.sdk-0.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/0.1.0-SNAPSHOT/basyx.sdk-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/sdks/java/basys.sdk/target/basyx.sdk-0.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/0.1.0-SNAPSHOT/basyx.sdk-0.1.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:33 min
[INFO] Finished at: 2021-02-22T15:33:14Z
[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 0.1.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/0.1.0-SNAPSHOT/basyx.components-0.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.basyx:basyx.components.lib >---------------
[INFO] Building BaSyx Components Library 0.1.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.412 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 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.196 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.11 s - in org.eclipse.basyx.regression.processengineconnector.TestJavaDelegate
[INFO] Running org.eclipse.basyx.regression.processengineconnector.TestTransportProcess_ConfigureEngineProgrammatically
Feb 22, 2021 3:33:29 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:29 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:33:29 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:33:29 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:33:29 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:39 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:39 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:33:39 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8080"]
Feb 22, 2021 3:33:39 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8080"]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.396 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.002 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.017 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.077 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 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-0.1.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-0.1.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-0.1.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-0.1.0-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/0.1.0-SNAPSHOT/basyx.components.lib-0.1.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/0.1.0-SNAPSHOT/basyx.components.lib-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/target/basyx.components.lib-0.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/0.1.0-SNAPSHOT/basyx.components.lib-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.lib/target/basyx.components.lib-0.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/0.1.0-SNAPSHOT/basyx.components.lib-0.1.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] -------------< org.eclipse.basyx:basyx.components.docker >--------------
[INFO] Building BaSyx Docker Base 0.1.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/0.1.0-SNAPSHOT/basyx.components.docker-0.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.basyx:basyx.components.registry >-------------
[INFO] Building BaSyx Registry 0.1.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
15:33:52.287 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:33:52.289 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@536aaa8d
15:33:52.289 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:33:52.289 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:33:52.289 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:33:52.289 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:33:52.289 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:33:52.374 [main] INFO  c.z.h.HikariDataSource - HikariPool-1 - Starting...
15:33:52.501 [main] INFO  c.z.h.HikariDataSource - HikariPool-1 - Start completed.
15:33:52.588 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:33:52.588 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@78a2da20
15:33:52.588 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:33:52.588 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:33:52.588 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:33:52.588 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:33:52.588 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:33:52.590 [main] INFO  c.z.h.HikariDataSource - HikariPool-2 - Starting...
15:33:52.593 [main] INFO  c.z.h.HikariDataSource - HikariPool-2 - Start completed.
15:33:55.134 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:33:55.134 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@71b1176b
15:33:55.134 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:33:55.134 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:33:55.134 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:33:55.134 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:33:55.134 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:33:55.134 [main] INFO  c.z.h.HikariDataSource - HikariPool-3 - Starting...
15:33:55.138 [main] INFO  c.z.h.HikariDataSource - HikariPool-3 - Start completed.
15:33:56.499 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:33:56.500 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@1184ab05
15:33:56.500 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:33:56.500 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:33:56.500 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:33:56.500 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:33:56.500 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:33:56.500 [main] INFO  c.z.h.HikariDataSource - HikariPool-4 - Starting...
15:33:56.505 [main] INFO  c.z.h.HikariDataSource - HikariPool-4 - Start completed.
15:33:59.750 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:33:59.750 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@1817d444
15:33:59.750 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:33:59.750 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:33:59.750 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:33:59.752 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:33:59.752 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:33:59.752 [main] INFO  c.z.h.HikariDataSource - HikariPool-5 - Starting...
15:33:59.756 [main] INFO  c.z.h.HikariDataSource - HikariPool-5 - Start completed.
15:34:03.084 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:03.084 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@2c767a52
15:34:03.084 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:03.084 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:03.084 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:03.084 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:03.084 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:03.084 [main] INFO  c.z.h.HikariDataSource - HikariPool-6 - Starting...
15:34:03.087 [main] INFO  c.z.h.HikariDataSource - HikariPool-6 - Start completed.
15:34:05.429 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:05.429 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@384ad17b
15:34:05.429 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:05.429 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:05.429 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:05.429 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:05.429 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:05.430 [main] INFO  c.z.h.HikariDataSource - HikariPool-7 - Starting...
15:34:05.433 [main] INFO  c.z.h.HikariDataSource - HikariPool-7 - Start completed.
15:34:07.853 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:07.853 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@694abbdc
15:34:07.853 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:07.853 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:07.853 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:07.853 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:07.853 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:07.854 [main] INFO  c.z.h.HikariDataSource - HikariPool-8 - Starting...
15:34:07.856 [main] INFO  c.z.h.HikariDataSource - HikariPool-8 - Start completed.
15:34:10.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:10.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@6d763516
15:34:10.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:10.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:10.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:10.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:10.297 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:10.297 [main] INFO  c.z.h.HikariDataSource - HikariPool-9 - Starting...
15:34:10.300 [main] INFO  c.z.h.HikariDataSource - HikariPool-9 - Start completed.
15:34:12.465 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:12.465 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@49ec71f8
15:34:12.465 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:12.465 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:12.465 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:12.465 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:12.465 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:12.465 [main] INFO  c.z.h.HikariDataSource - HikariPool-10 - Starting...
15:34:12.468 [main] INFO  c.z.h.HikariDataSource - HikariPool-10 - Start completed.
15:34:14.717 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:14.718 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@6cf0e0ba
15:34:14.718 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:14.718 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:14.718 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:14.718 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:14.718 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:14.718 [main] INFO  c.z.h.HikariDataSource - HikariPool-11 - Starting...
15:34:14.721 [main] INFO  c.z.h.HikariDataSource - HikariPool-11 - Start completed.
15:34:16.842 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:16.842 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@5c6648b0
15:34:16.842 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:16.842 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:16.842 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:16.842 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:16.842 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:16.842 [main] INFO  c.z.h.HikariDataSource - HikariPool-12 - Starting...
15:34:16.847 [main] INFO  c.z.h.HikariDataSource - HikariPool-12 - Start completed.
15:34:19.302 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:19.302 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@7b98f307
15:34:19.302 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:19.302 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:19.302 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:19.303 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:19.303 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:19.303 [main] INFO  c.z.h.HikariDataSource - HikariPool-13 - Starting...
15:34:19.306 [main] INFO  c.z.h.HikariDataSource - HikariPool-13 - Start completed.
15:34:21.238 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:21.238 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@c730b35
15:34:21.238 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:21.238 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:21.238 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:21.238 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:21.238 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:21.238 [main] INFO  c.z.h.HikariDataSource - HikariPool-14 - Starting...
15:34:21.242 [main] INFO  c.z.h.HikariDataSource - HikariPool-14 - Start completed.
15:34:23.197 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:23.197 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@10683d9d
15:34:23.197 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:23.197 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:23.197 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:23.197 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:23.197 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:23.197 [main] INFO  c.z.h.HikariDataSource - HikariPool-15 - Starting...
15:34:23.200 [main] INFO  c.z.h.HikariDataSource - HikariPool-15 - Start completed.
15:34:25.548 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:25.548 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@3cd3e762
15:34:25.548 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:25.548 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:25.548 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:25.548 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:25.548 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:25.548 [main] INFO  c.z.h.HikariDataSource - HikariPool-16 - Starting...
15:34:25.551 [main] INFO  c.z.h.HikariDataSource - HikariPool-16 - Start completed.
15:34:27.716 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties'
15:34:27.716 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@6f4a47c7
15:34:27.716 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? '
15:34:27.716 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin'
15:34:27.716 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:'
15:34:27.716 [main] INFO  o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver'
15:34:27.716 [main] INFO  o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres'
15:34:27.717 [main] INFO  c.z.h.HikariDataSource - HikariPool-17 - Starting...
15:34:27.719 [main] INFO  c.z.h.HikariDataSource - HikariPool-17 - Start completed.
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.114 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-0.1.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-0.1.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-0.1.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-0.1.0-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/0.1.0-SNAPSHOT/basyx.components.registry-0.1.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/0.1.0-SNAPSHOT/basyx.components.registry-0.1.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-0.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/0.1.0-SNAPSHOT/basyx.components.registry-0.1.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-0.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/0.1.0-SNAPSHOT/basyx.components.registry-0.1.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] ------------< org.eclipse.basyx:basyx.components.AASServer >------------
[INFO] Building AAS Server 0.1.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 12 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
15:34:31.477 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties'
15:34:31.479 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@17d677df
15:34:31.479 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost'
15:34:31.479 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer'
15:34:31.479 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPort: '4001'
15:34:31.483 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
15:34:31.487 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
15:34:31.498 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Feb 22, 2021 3:34:31 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:32 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:34:32 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:34:32 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:34:32 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4001"]
15:34:33.390 [main] INFO  o.e.b.a.r.p.AASRegistryProxy - AAS with Id testId created
Feb 22, 2021 3:34:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:33 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:34:33 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:33 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.484 s - in org.eclipse.basyx.regression.AASServer.TestInMemoryAASServer
[INFO] Running org.eclipse.basyx.regression.AASServer.TestJSONAASServer
15:34:33.571 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties'
15:34:33.571 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@258d79be
15:34:33.571 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost'
15:34:33.571 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer'
15:34:33.571 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPort: '4001'
15:34:33.571 [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
15:34:33.571 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
15:34:33.571 [main] INFO  o.e.b.c.a.AASServerComponent - Loading aas from json "json/aas.json"
15:34:33.572 [main] INFO  o.e.b.c.a.AASServerComponent - Could not find a corresponding file. Loading from default resource.
15:34:33.588 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
15:34:33.595 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Feb 22, 2021 3:34:33 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:33 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:34:33 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:34:33 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:34:33 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:33 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:34:33 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:33 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.317 s - in org.eclipse.basyx.regression.AASServer.TestJSONAASServer
[INFO] Running org.eclipse.basyx.regression.AASServer.TestAASXAASServer
15:34:33.889 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties'
15:34:33.889 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@5674e1f2
15:34:33.889 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost'
15:34:33.890 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer'
15:34:33.890 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPort: '4001'
15:34:33.890 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
15:34:33.890 [main] INFO  o.e.b.c.a.AASServerComponent - Loading aas from aasx "aasx/01_Festo.aasx"
15:34:34.473 [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_]+
15:34:34.473 [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_]+
15:34:34.473 [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_]+
15:34:34.473 [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_]+
15:34:34.473 [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_]+
15:34:34.473 [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_]+
15:34:34.473 [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_]+
15:34:34.473 [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_]+
15:34:34.473 [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_]+
15:34:34.474 [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_]+
15:34:34.474 [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_]+
15:34:34.474 [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_]+
15:34:34.689 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Software/Festo-SPAE-kPa-20171025-IODD1.1.zip to root folder:
15:34:34.689 [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
15:34:34.693 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/CE_Kennzeichnung_2016_de.pdf to root folder:
15:34:34.693 [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
15:34:34.696 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_2017-03b_8058481d1_DE.pdf to root folder:
15:34:34.696 [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
15:34:34.697 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/OVEL_2017-05_8070876g1_EN.pdf to root folder:
15:34:34.697 [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
15:34:34.698 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/RoHS_2011_65_EU_Konzern_Information_de.pdf to root folder:
15:34:34.698 [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
15:34:34.699 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_UL_4531318_-_2_EN.pdf to root folder:
15:34:34.699 [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
15:34:34.700 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_2017-03b_8058481d1_EN.pdf to root folder:
15:34:34.700 [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
15:34:34.700 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_100017_ApplNote.pdf to root folder:
15:34:34.700 [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
15:34:34.700 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/OVEL_2017-05_8070875d1_DE.pdf to root folder:
15:34:34.700 [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
15:34:34.701 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/OVEL_IO_Link_5439356_-_3_EN.pdf to root folder:
15:34:34.768 [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
15:34:34.768 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping Festo_OVEL_product_rendering.png to root folder:
15:34:34.768 [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
15:34:34.769 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/assetIdentification/logo.png to root folder:
15:34:34.769 [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
15:34:34.769 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Nameplate/marking_cruus.jpg to root folder:
15:34:34.769 [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
15:34:34.769 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Nameplate/marking_rcm.jpg to root folder:
15:34:34.769 [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
15:34:34.769 [main] INFO  o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Nameplate/marking_ce.png to root folder:
15:34:34.770 [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
15:34:34.770 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
15:34:34.779 [main] INFO  o.e.b.c.a.AASServerComponent - No registry specified, skipped registration
15:34:34.779 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Feb 22, 2021 3:34:34 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:34 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:34:34 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:34:34 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:34:34 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4001"]
15:34:34.786 [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
15:34:34.787 [main] INFO  o.e.b.r.A.AASXSuite - Checking all files
15:34:34.877 [main] INFO  o.e.b.r.A.AASXSuite - AAS idShort: Festo_3S7PM0CP4BD
15:34:34.877 [main] INFO  o.e.b.r.A.AASXSuite - AAS identifier: smart.festo.com/demo/aas/1/1/454576463545648365874
15:34:34.983 [main] INFO  o.e.b.r.A.AASXSuite - # Submodels: 5
15:34:34.983 [main] INFO  o.e.b.r.A.AASXSuite - Checking submodel: Nameplate
15:34:35.073 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Nameplate/marking_cruus.jpg
15:34:35.089 [main] INFO  o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001//aasServer/files/aasx/Nameplate/marking_rcm.jpg
Feb 22, 2021 3:34:35 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:35 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:34:35 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:35 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-4001"]
[ERROR] Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.392 s <<< FAILURE! - in org.eclipse.basyx.regression.AASServer.TestAASXAASServer
[ERROR] testAllFiles(org.eclipse.basyx.regression.AASServer.TestAASXAASServer)  Time elapsed: 0.302 s  <<< FAILURE!
java.lang.AssertionError: Path check failed: http://localhost:4001/aasServer/files/aasx/Nameplate/marking_cruus.jpg expected:<200> but was:<404>

[ERROR] testGetSingleModule(org.eclipse.basyx.regression.AASServer.TestAASXAASServer)  Time elapsed: 0.081 s  <<< FAILURE!
java.lang.AssertionError: Path check failed: http://localhost:4001//aasServer/files/aasx/Nameplate/marking_rcm.jpg expected:<200> but was:<404>

[INFO] Running org.eclipse.basyx.regression.AASServer.TestFileEndpointLoader
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.regression.AASServer.TestFileEndpointLoader
[INFO] Running org.eclipse.basyx.regression.AASServer.TestAASXPackageManager
15:34:35.603 [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_]+
15:34:35.603 [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_]+
15:34:35.603 [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_]+
15:34:35.603 [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_]+
15:34:35.603 [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_]+
15:34:35.604 [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_]+
15:34:35.604 [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_]+
15:34:35.604 [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_]+
15:34:35.604 [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_]+
15:34:35.604 [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_]+
15:34:35.604 [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_]+
15:34:35.604 [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_]+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s - in org.eclipse.basyx.regression.AASServer.TestAASXPackageManager
[INFO] Running org.eclipse.basyx.regression.AASServer.TestXMLAASServer
15:34:35.673 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties'
15:34:35.673 [main] INFO  o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@4e517165
15:34:35.673 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost'
15:34:35.673 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer'
15:34:35.673 [main] INFO  o.e.b.c.c.BaSyxConfiguration - contextPort: '4001'
15:34:35.674 [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
15:34:35.674 [main] INFO  o.e.b.c.a.AASServerComponent - Create the server...
15:34:35.674 [main] INFO  o.e.b.c.a.AASServerComponent - Loading aas from xml "xml/aas.xml"
15:34:35.674 [main] INFO  o.e.b.c.a.AASServerComponent - Could not find a corresponding file. Loading from default resource.
15:34:35.682 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
15:34:35.682 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
15:34:35.682 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
15:34:35.682 [main] WARN  o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE
15:34:35.682 [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_]+
15:34:35.682 [main] INFO  o.e.b.c.a.AASServerComponent - Using InMemory backend
15:34:35.683 [main] INFO  o.e.b.c.a.AASServerComponent - Start the server
Feb 22, 2021 3:34:35 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:35 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Feb 22, 2021 3:34:35 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Feb 22, 2021 3:34:35 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.41
Feb 22, 2021 3:34:35 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:35 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:35 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
Feb 22, 2021 3:34:35 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-4001"]
Feb 22, 2021 3:34:35 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.199 s - in org.eclipse.basyx.regression.AASServer.TestXMLAASServer
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   TestAASXAASServer>AASXSuite.testAllFiles:129->AASXSuite.checkElementCollectionFiles:141->AASXSuite.checkElementCollectionFiles:138->AASXSuite.checkFile:154 Path check failed: http://localhost:4001/aasServer/files/aasx/Nameplate/marking_cruus.jpg expected:<200> but was:<404>
[ERROR]   TestAASXAASServer>AASXSuite.testGetSingleModule:97->AASXSuite.checkFile:154 Path check failed: http://localhost:4001//aasServer/files/aasx/Nameplate/marking_rcm.jpg expected:<200> but was:<404>
[INFO] 
[ERROR] Tests run: 14, Failures: 2, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for BaSyx Components 0.1.0-SNAPSHOT:
[INFO] 
[INFO] BaSyx Components ................................... SUCCESS [  0.494 s]
[INFO] BaSyx Components Library ........................... SUCCESS [ 32.799 s]
[INFO] BaSyx Docker Base .................................. SUCCESS [  0.006 s]
[INFO] BaSyx Registry ..................................... SUCCESS [ 38.998 s]
[INFO] AAS Server ......................................... FAILURE [  7.713 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:20 min
[INFO] Finished at: 2021-02-22T15:34:36Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project basyx.components.AASServer: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/Basyx_CI_2/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :basyx.components.AASServer
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (C++ SDK Tests)
Stage "C++ SDK Tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE