This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-91-MODULES in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit 6bd48af75a4400d2e6cf3cb37b1dbe3ad91971ca Author: Sergey Kamov <[email protected]> AuthorDate: Fri Apr 23 18:25:46 2021 +0300 WIP. --- all.verify.txt | 1052 ++++++++++++++++++++ .../org/apache/nlpcraft/probe/NCProbeBoot.scala | 3 +- nlpcraft/src/test/resources/nlpcraft.conf | 151 --- 3 files changed, 1054 insertions(+), 152 deletions(-) diff --git a/all.verify.txt b/all.verify.txt new file mode 100644 index 0000000..41e7e46 --- /dev/null +++ b/all.verify.txt @@ -0,0 +1,1052 @@ +[INFO] Scanning for projects... +[INFO] ------------------------------------------------------------------------ +[INFO] Reactor Build Order: +[INFO] +[INFO] NLPCraft Parent [pom] +[INFO] NLPCraft [jar] +[INFO] NLPCraft example Alarm [jar] +[INFO] NLPCraft example Echo [jar] +[INFO] NLPCraft example Hello World [jar] +[INFO] NLPCraft example Light Switch [jar] +[INFO] NLPCraft example Minecraft [jar] +[INFO] NLPCraft example Phone [jar] +[INFO] NLPCraft example Time [jar] +[INFO] NLPCraft example Weather [jar] +[INFO] NLPCraft example SQL [jar] +[INFO] +[INFO] ----------------< org.apache.nlpcraft:nlpcraft-parent >----------------- +[INFO] Building NLPCraft Parent 0.7.4 [1/11] +[INFO] --------------------------------[ pom ]--------------------------------- +[INFO] +[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ nlpcraft-parent --- +[INFO] Deleting /Users/skhisamov/apache/incubator-nlpcraft/target +[INFO] +[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ nlpcraft-parent --- +[INFO] +[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ nlpcraft-parent --- +[INFO] +[INFO] --- scala-maven-plugin:4.3.1:add-source (scala-compile-first) @ nlpcraft-parent --- +[INFO] Add Source directory: /Users/skhisamov/apache/incubator-nlpcraft/src/main/scala +[INFO] Add Test Source directory: /Users/skhisamov/apache/incubator-nlpcraft/src/test/scala +[INFO] +[INFO] --- scala-maven-plugin:4.3.1:compile (scala-compile-first) @ nlpcraft-parent --- +[INFO] compile in 0.0 s +[INFO] No sources to compile +[INFO] +[INFO] --- scala-maven-plugin:4.3.1:testCompile (scala-test-compile) @ nlpcraft-parent --- +[INFO] compile in 0.0 s +[INFO] No sources to compile +[INFO] +[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ nlpcraft-parent --- +[INFO] +[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ nlpcraft-parent --- +[INFO] +[INFO] --------------------< org.apache.nlpcraft:nlpcraft >-------------------- +[INFO] Building NLPCraft 0.7.4 [2/11] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ nlpcraft --- +[INFO] Deleting /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target +[INFO] Deleting /Users/skhisamov/.nlpcraft (includes = [**/*], excludes = []) +[INFO] +[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ nlpcraft --- +[INFO] +[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ nlpcraft --- +[INFO] +[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ nlpcraft --- +[debug] execute contextualize +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 4 resources +[INFO] Copying 23 resources +[INFO] Copying 3 resources +[INFO] +[INFO] --- scala-maven-plugin:4.3.1:add-source (scala-compile-first) @ nlpcraft --- +[INFO] Add Source directory: /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala +[INFO] Add Test Source directory: /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/test/scala +[INFO] +[INFO] --- scala-maven-plugin:4.3.1:compile (scala-compile-first) @ nlpcraft --- +[INFO] Using incremental compilation using Mixed compile order +[INFO] Compiler bridge file: /Users/skhisamov/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.2-bin_2.12.11__55.0-1.3.2_20200115T025827.jar +[INFO] Compiling 178 Scala sources and 102 Java sources to /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/classes ... +[INFO] Done compiling. +[INFO] compile in 33.8 s +[INFO] +[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ nlpcraft --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 102 source files to /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ nlpcraft --- +[debug] execute contextualize +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 2 resources +[INFO] Copying 1 resource +[INFO] Copying 3 resources +[INFO] +[INFO] --- scala-maven-plugin:4.3.1:testCompile (scala-test-compile) @ nlpcraft --- +[INFO] Using incremental compilation using Mixed compile order +[INFO] Compiler bridge file: /Users/skhisamov/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.2-bin_2.12.11__55.0-1.3.2_20200115T025827.jar +[INFO] Compiling 74 Scala sources and 1 Java source to /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/test-classes ... +[INFO] Done compiling. +[INFO] compile in 10.4 s +[INFO] +[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ nlpcraft --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 1 source file to /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ nlpcraft --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ nlpcraft --- +[INFO] Building jar: /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/nlpcraft-0.7.4.jar +[INFO] +[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ nlpcraft --- +[INFO] +[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ nlpcraft --- +[INFO] Building jar: /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/nlpcraft-0.7.4-sources.jar +[INFO] +[INFO] --- maven-javadoc-plugin:3.2.0:jar (default) @ nlpcraft --- +[INFO] No previous run data found, generating javadoc. +[INFO] +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/opencensus/NCPrometheusExporter.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/opencensus/NCJaegerExporter.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/opencensus/NCBaseTraceExporter.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverStatsExporter.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/opencensus/NCZipkinExporter.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverTraceExporter.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/opencensus/package-info.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/impl/__javadoc_fix.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/NCTestClient.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/NCTestClientBuilder.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/NCTestClientException.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/NCTestAutoModelValidator.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/NCTestResult.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/package-info.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/impl/__javadoc_fix.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlTable.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlLimit.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlExtractor.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlSchema.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlJoinType.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlDateRange.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlExtractorBuilder.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlColumn.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlSchemaBuilder.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlSort.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlJoin.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/package-info.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlModelGenerator.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/embedded/NCEmbeddedProbe.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/embedded/NCEmbeddedResult.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/embedded/package-info.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCRequest.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCCompany.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCUser.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCMacroProcessor.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCValueLoader.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentTerm.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelAdapter.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCTokenPredicateContext.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCDialogFlowItem.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCRejection.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCMetadata.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCValue.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCCustomParser.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelFileAdapter.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlLexer.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlBaseListener.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlListener.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentSample.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/factories/basic/NCBasicModelFactory.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/factories/basic/package-info.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/factories/spring/package-info.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/factories/spring/NCSpringModelFactory.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCTokenPredicateResult.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelFactory.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModel.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCContext.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCCustomElement.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCVariant.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntent.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCCustomWord.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentMatch.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/package-info.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCConversation.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentRef.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/__javadoc_fix.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/sentence/NCSentenceHelper.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/nlp/impl/__javadoc_fix.java... +Loading source file /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/nlp/__javadoc_fix.java... +Constructing Javadoc information... +Standard Doclet version 11.0.9 +Building tree for all the packages and classes... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlBaseListener.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlLexer.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlListener.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.AliasContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.AndOrExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.AtomContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.AtomExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.CallExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.CompExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.EqNeqExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.ExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.FlowDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.FragContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.FragIdContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.FragMetaContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.FragRefContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.IdContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.IdlContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.IdlDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.IdlDeclsContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.ImpContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.IntentContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.IntentIdContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.JavaClassContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.JavaFqnContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.JsonArrContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.JsonObjContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.JsonPairContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.JsonValContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.MetaDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.MinMaxContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.MinMaxRangeContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.MinMaxShortcutContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.MtdDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.MtdRefContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.MultDivModExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.OrderedDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.ParamListContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.ParExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.PlusMinusExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.QstringContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.SynonymContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.TermContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.TermDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.TermDeclsContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.TermEqContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.TermIdContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.UnaryExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.VarDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.VarRefContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/NCIdlParser.VarsContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/factories/basic/NCBasicModelFactory.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/embedded/NCEmbeddedProbe.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/embedded/NCEmbeddedResult.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCCompany.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCConversation.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCCustomElement.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCCustomParser.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCCustomWord.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCDialogFlowItem.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCElement.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCIntent.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCIntent.NCIntentList.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCIntentMatch.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCIntentRef.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCIntentRef.NCIntentRefList.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCIntentSample.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCIntentSample.NCIntentSampleList.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCIntentSkip.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCIntentTerm.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCLifecycle.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCMacroProcessor.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCMetadata.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCModel.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCModelAdapter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCModelFactory.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCModelFileAdapter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCModelView.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCRejection.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCRequest.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCResult.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCToken.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCTokenPredicateContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCTokenPredicateResult.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCUser.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCValue.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCValueLoader.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/NCVariant.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/NCBaseTraceExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/NCJaegerExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/NCPrometheusExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/NCStackdriverStatsExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/NCStackdriverTraceExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/NCZipkinExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/factories/spring/NCSpringModelFactory.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlColumn.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlDateRange.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlExtractor.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlExtractorBuilder.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlJoin.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlJoinType.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlLimit.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlModelGenerator.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlSchema.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlSchemaBuilder.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlSort.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/NCSqlTable.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/NCTestAutoModelValidator.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/NCTestClient.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/NCTestClientBuilder.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/NCTestClientException.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/NCTestResult.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/package-summary.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/package-tree.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/factories/basic/package-summary.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/factories/basic/package-tree.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/factories/spring/package-summary.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/factories/spring/package-tree.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/package-summary.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/package-tree.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/package-summary.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/package-tree.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/embedded/package-summary.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/embedded/package-tree.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/package-summary.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/package-tree.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/package-summary.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/package-tree.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/constant-values.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/serialized-form.html... +Copying file StandardDocFile[file:/Users/skhisamov/apache/incubator-nlpcraft/javadoc/stylesheet.css] to file stylesheet.css... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/class-use/NCPrometheusExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/class-use/NCJaegerExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/class-use/NCBaseTraceExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/class-use/NCStackdriverStatsExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/class-use/NCZipkinExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/class-use/NCStackdriverTraceExporter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/class-use/NCTestClient.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/class-use/NCTestClientBuilder.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/class-use/NCTestClientException.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/class-use/NCTestAutoModelValidator.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/class-use/NCTestResult.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlTable.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlLimit.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlExtractor.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlSchema.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlJoinType.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlDateRange.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlExtractorBuilder.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlColumn.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlSchemaBuilder.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlSort.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlJoin.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/class-use/NCSqlModelGenerator.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/embedded/class-use/NCEmbeddedProbe.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/embedded/class-use/NCEmbeddedResult.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCRequest.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCCompany.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCUser.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCIntentSkip.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCMacroProcessor.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCValueLoader.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCLifecycle.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCIntentTerm.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCModelAdapter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCTokenPredicateContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCDialogFlowItem.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCRejection.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCMetadata.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCValue.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCCustomParser.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCToken.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCModelFileAdapter.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlLexer.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlBaseListener.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.IdContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.MinMaxRangeContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.MinMaxShortcutContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.MinMaxContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.QstringContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.AtomContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.ParamListContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.VarDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.VarsContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.EqNeqExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.CallExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.AndOrExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.MultDivModExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.VarRefContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.AtomExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.PlusMinusExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.CompExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.UnaryExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.ParExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.ExprContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.TermIdContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.JavaClassContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.JavaFqnContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.MtdRefContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.TermContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.TermEqContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.TermDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.TermDeclsContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.JsonArrContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.JsonValContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.JsonPairContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.JsonObjContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.MetaDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.FlowDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.MtdDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.OrderedDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.IntentIdContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.IntentContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.FragMetaContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.FragRefContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.FragIdContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.FragContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.ImpContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.IdlDeclContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.IdlDeclsContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.AliasContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.SynonymContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlParser.IdlContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/class-use/NCIdlListener.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCModelView.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCIntentSample.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCIntentSample.NCIntentSampleList.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/factories/basic/class-use/NCBasicModelFactory.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/factories/spring/class-use/NCSpringModelFactory.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCTokenPredicateResult.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCModelFactory.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCModel.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCContext.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCCustomElement.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCVariant.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCIntent.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCIntent.NCIntentList.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCCustomWord.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCResult.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCIntentMatch.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCConversation.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCElement.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCIntentRef.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/class-use/NCIntentRef.NCIntentRefList.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/package-use.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/factories/basic/package-use.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/factories/spring/package-use.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/intent/compiler/antlr4/package-use.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/opencensus/package-use.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/embedded/package-use.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/sqlgen/package-use.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/org/apache/nlpcraft/model/tools/test/package-use.html... +Building index for all the packages and classes... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/overview-tree.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/index-all.html... +Building index for all classes... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/allclasses-index.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/allpackages-index.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/deprecated-list.html... +Building index for all classes... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/allclasses.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/allclasses.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/index.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/overview-summary.html... +Generating /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apidocs/help-doc.html... +[INFO] Building jar: /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/nlpcraft-0.7.4-javadoc.jar +[INFO] +[INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ nlpcraft --- +[INFO] Building jar: /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/nlpcraft-0.7.4-tests.jar +[INFO] +[INFO] --- maven-shade-plugin:3.2.1:shade (jar.all.deps) @ nlpcraft --- +[INFO] Including org.fusesource.jansi:jansi:jar:1.18 in the shaded jar. +[INFO] Including com.google.protobuf:protobuf-java:jar:3.9.1 in the shaded jar. +[INFO] Including io.opencensus:opencensus-api:jar:0.23.0 in the shaded jar. +[INFO] Including io.grpc:grpc-context:jar:1.19.0 in the shaded jar. +[INFO] Including io.opencensus:opencensus-impl:jar:0.23.0 in the shaded jar. +[INFO] Including io.opencensus:opencensus-impl-core:jar:0.23.0 in the shaded jar. +[INFO] Including com.lmax:disruptor:jar:3.4.2 in the shaded jar. +[INFO] Including io.opencensus:opencensus-exporter-trace-zipkin:jar:0.23.0 in the shaded jar. +[INFO] Including io.opencensus:opencensus-exporter-trace-util:jar:0.23.0 in the shaded jar. +[INFO] Including io.zipkin.reporter2:zipkin-reporter:jar:2.7.14 in the shaded jar. +[INFO] Including io.zipkin.zipkin2:zipkin:jar:2.12.0 in the shaded jar. +[INFO] Including io.zipkin.reporter2:zipkin-sender-urlconnection:jar:2.7.14 in the shaded jar. +[INFO] Including io.opencensus:opencensus-exporter-trace-jaeger:jar:0.23.0 in the shaded jar. +[INFO] Including io.jaegertracing:jaeger-client:jar:0.33.1 in the shaded jar. +[INFO] Including io.jaegertracing:jaeger-thrift:jar:0.33.1 in the shaded jar. +[INFO] Including org.apache.thrift:libthrift:jar:0.11.0 in the shaded jar. +[INFO] Including com.squareup.okhttp3:okhttp:jar:3.9.0 in the shaded jar. +[INFO] Including com.squareup.okio:okio:jar:1.13.0 in the shaded jar. +[INFO] Including io.jaegertracing:jaeger-core:jar:0.33.1 in the shaded jar. +[INFO] Including io.opentracing:opentracing-api:jar:0.31.0 in the shaded jar. +[INFO] Including io.opentracing:opentracing-util:jar:0.31.0 in the shaded jar. +[INFO] Including io.opentracing:opentracing-noop:jar:0.31.0 in the shaded jar. +[INFO] Including io.jaegertracing:jaeger-tracerresolver:jar:0.33.1 in the shaded jar. +[INFO] Including io.opentracing.contrib:opentracing-tracerresolver:jar:0.1.5 in the shaded jar. +[INFO] Including io.opencensus:opencensus-exporter-stats-prometheus:jar:0.23.0 in the shaded jar. +[INFO] Including io.opencensus:opencensus-exporter-metrics-util:jar:0.23.0 in the shaded jar. +[INFO] Including io.prometheus:simpleclient:jar:0.6.0 in the shaded jar. +[INFO] Including io.opencensus:opencensus-exporter-trace-stackdriver:jar:0.23.0 in the shaded jar. +[INFO] Including io.opencensus:opencensus-contrib-resource-util:jar:0.23.0 in the shaded jar. +[INFO] Including com.google.auth:google-auth-library-credentials:jar:0.13.0 in the shaded jar. +[INFO] Including io.grpc:grpc-auth:jar:1.19.0 in the shaded jar. +[INFO] Including io.grpc:grpc-core:jar:1.19.0 in the shaded jar. +[INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 in the shaded jar. +[INFO] Including io.opencensus:opencensus-contrib-grpc-metrics:jar:0.19.2 in the shaded jar. +[INFO] Including io.grpc:grpc-netty-shaded:jar:1.19.0 in the shaded jar. +[INFO] Including io.grpc:grpc-stub:jar:1.19.0 in the shaded jar. +[INFO] Including com.google.cloud:google-cloud-trace:jar:0.83.0-beta in the shaded jar. +[INFO] Including com.google.api.grpc:proto-google-cloud-trace-v1:jar:0.48.0 in the shaded jar. +[INFO] Including com.google.api.grpc:proto-google-cloud-trace-v2:jar:0.48.0 in the shaded jar. +[INFO] Including io.opencensus:opencensus-exporter-stats-stackdriver:jar:0.23.0 in the shaded jar. +[INFO] Including io.opencensus:opencensus-contrib-exemplar-util:jar:0.23.0 in the shaded jar. +[INFO] Including com.google.cloud:google-cloud-monitoring:jar:1.65.0 in the shaded jar. +[INFO] Including com.google.api.grpc:proto-google-cloud-monitoring-v3:jar:1.47.0 in the shaded jar. +[INFO] Including io.prometheus:simpleclient_httpserver:jar:0.9.0 in the shaded jar. +[INFO] Including io.prometheus:simpleclient_common:jar:0.9.0 in the shaded jar. +[INFO] Including org.antlr:antlr4-runtime:jar:4.9 in the shaded jar. +[INFO] Including org.apache.commons:commons-text:jar:1.9 in the shaded jar. +[INFO] Including org.apache.commons:commons-math3:jar:3.6.1 in the shaded jar. +[INFO] Including org.apache.logging.log4j:log4j-slf4j-impl:jar:2.12.0 in the shaded jar. +[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar. +[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.12.0 in the shaded jar. +[INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.2 in the shaded jar. +[INFO] Including org.scala-lang:scala-reflect:jar:2.12.7 in the shaded jar. +[INFO] Including org.apache.opennlp:opennlp-tools:jar:1.9.1 in the shaded jar. +[INFO] Including com.google.code.gson:gson:jar:2.8.5 in the shaded jar. +[INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.7 in the shaded jar. +[INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.11 in the shaded jar. +[INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. +[INFO] Including org.apache.commons:commons-lang3:jar:3.11 in the shaded jar. +[INFO] Including org.jsoup:jsoup:jar:1.13.1 in the shaded jar. +[INFO] Including org.scala-lang:scala-library:jar:2.12.11 in the shaded jar. +[INFO] Including commons-codec:commons-codec:jar:1.14 in the shaded jar. +[INFO] Including commons-io:commons-io:jar:2.7 in the shaded jar. +[INFO] Including com.jsuereth:scala-arm_2.12:jar:2.0 in the shaded jar. +[INFO] Including org.apache.tika:tika-langdetect:jar:1.21 in the shaded jar. +[INFO] Including org.apache.tika:tika-core:jar:1.21 in the shaded jar. +[INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.2 in the shaded jar. +[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 in the shaded jar. +[INFO] Including org.glassfish.jaxb:txw2:jar:2.3.2 in the shaded jar. +[INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.8 in the shaded jar. +[INFO] Including org.jvnet.staxex:stax-ex:jar:1.8.1 in the shaded jar. +[INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16 in the shaded jar. +[INFO] Including com.sun.activation:jakarta.activation:jar:1.2.1 in the shaded jar. +[INFO] Including com.optimaize.languagedetector:language-detector:jar:0.6 in the shaded jar. +[INFO] Including net.arnx:jsonic:jar:1.2.11 in the shaded jar. +[INFO] Including org.apache.cxf:cxf-rt-rs-client:jar:3.3.1 in the shaded jar. +[INFO] Including org.apache.cxf:cxf-rt-transports-http:jar:3.3.1 in the shaded jar. +[INFO] Including org.apache.cxf:cxf-core:jar:3.3.1 in the shaded jar. +[INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.0.3 in the shaded jar. +[INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar. +[INFO] Including org.apache.ws.xmlschema:xmlschema-core:jar:2.2.4 in the shaded jar. +[INFO] Including org.glassfish.jaxb:jaxb-xjc:jar:2.3.2 in the shaded jar. +[INFO] Including org.glassfish.jaxb:xsom:jar:2.3.2 in the shaded jar. +[INFO] Including org.glassfish.jaxb:codemodel:jar:2.3.2 in the shaded jar. +[INFO] Including com.sun.xml.bind.external:rngom:jar:2.3.2 in the shaded jar. +[INFO] Including com.sun.xml.dtd-parser:dtd-parser:jar:1.4.1 in the shaded jar. +[INFO] Including com.sun.istack:istack-commons-tools:jar:3.0.8 in the shaded jar. +[INFO] Including org.apache.ant:ant:jar:1.10.5 in the shaded jar. +[INFO] Including org.apache.ant:ant-launcher:jar:1.10.5 in the shaded jar. +[INFO] Including com.sun.xml.bind.external:relaxng-datatype:jar:2.3.2 in the shaded jar. +[INFO] Including org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.3.1 in the shaded jar. +[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.5 in the shaded jar. +[INFO] Including org.apache.cxf:cxf-rt-security:jar:3.3.1 in the shaded jar. +[INFO] Including javax.xml.ws:jaxws-api:jar:2.3.0 in the shaded jar. +[INFO] Including javax.xml.soap:javax.xml.soap-api:jar:1.4.0 in the shaded jar. +[INFO] Including com.sun.activation:javax.activation:jar:1.2.0 in the shaded jar. +[INFO] Including org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.3 in the shaded jar. +[INFO] Including com.sun.xml.messaging.saaj:saaj-impl:jar:1.4.0-b03 in the shaded jar. +[INFO] Including org.jvnet.mimepull:mimepull:jar:1.9.7 in the shaded jar. +[INFO] Including org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1 in the shaded jar. +[INFO] Including org.jboss.spec.javax.rmi:jboss-rmi-api_1.0_spec:jar:1.0.6.Final in the shaded jar. +[INFO] Including org.apache.logging.log4j:log4j-core:jar:2.12.0 in the shaded jar. +[INFO] Including commons-validator:commons-validator:jar:1.7 in the shaded jar. +[INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar. +[INFO] Including commons-digester:commons-digester:jar:2.1 in the shaded jar. +[INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. +[INFO] Including com.typesafe:config:jar:1.3.4 in the shaded jar. +[INFO] Including net.liftweb:lift-json_2.12:jar:3.3.0 in the shaded jar. +[INFO] Including org.scala-lang:scalap:jar:2.12.6 in the shaded jar. +[INFO] Including org.scala-lang:scala-compiler:jar:2.12.6 in the shaded jar. +[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. +[INFO] Including org.apache.ignite:ignite-core:jar:2.9.1 in the shaded jar. +[INFO] Including javax.cache:cache-api:jar:1.0.0 in the shaded jar. +[INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar. +[INFO] Including org.gridgain:ignite-shmem:jar:1.0.0 in the shaded jar. +[INFO] Including org.apache.ignite:ignite-spring:jar:2.9.1 in the shaded jar. +[INFO] Including org.springframework:spring-core:jar:4.3.26.RELEASE in the shaded jar. +[INFO] Including org.springframework:spring-aop:jar:4.3.26.RELEASE in the shaded jar. +[INFO] Including org.springframework:spring-beans:jar:4.3.26.RELEASE in the shaded jar. +[INFO] Including org.springframework:spring-context:jar:4.3.26.RELEASE in the shaded jar. +[INFO] Including org.springframework:spring-expression:jar:4.3.26.RELEASE in the shaded jar. +[INFO] Including org.springframework:spring-tx:jar:4.3.26.RELEASE in the shaded jar. +[INFO] Including org.springframework:spring-jdbc:jar:4.3.26.RELEASE in the shaded jar. +[INFO] Including org.apache.ignite:ignite-indexing:jar:2.9.1 in the shaded jar. +[INFO] Including org.apache.lucene:lucene-core:jar:7.4.0 in the shaded jar. +[INFO] Including org.apache.lucene:lucene-analyzers-common:jar:7.4.0 in the shaded jar. +[INFO] Including org.apache.lucene:lucene-queryparser:jar:7.4.0 in the shaded jar. +[INFO] Including org.apache.lucene:lucene-queries:jar:7.4.0 in the shaded jar. +[INFO] Including org.apache.lucene:lucene-sandbox:jar:7.4.0 in the shaded jar. +[INFO] Including com.h2database:h2:jar:1.4.197 in the shaded jar. +[INFO] Including org.apache.ignite:ignite-log4j2:jar:2.9.1 in the shaded jar. +[INFO] Including com.mchange:c3p0:jar:0.9.5.4 in the shaded jar. +[INFO] Including com.mchange:mchange-commons-java:jar:0.2.15 in the shaded jar. +[INFO] Including net.sf.extjwnl:extjwnl:jar:2.0.2 in the shaded jar. +[INFO] Including com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.3.2 in the shaded jar. +[INFO] Including net.sf.extjwnl:extjwnl-data-wn31:jar:1.2 in the shaded jar. +[INFO] Including com.typesafe.akka:akka-http_2.12:jar:10.2.0 in the shaded jar. +[INFO] Including com.typesafe.akka:akka-http-core_2.12:jar:10.2.0 in the shaded jar. +[INFO] Including com.typesafe.akka:akka-parsing_2.12:jar:10.2.0 in the shaded jar. +[INFO] Including com.typesafe.akka:akka-stream_2.12:jar:2.6.8 in the shaded jar. +[INFO] Including com.typesafe.akka:akka-actor_2.12:jar:2.6.8 in the shaded jar. +[INFO] Including org.scala-lang.modules:scala-java8-compat_2.12:jar:0.8.0 in the shaded jar. +[INFO] Including com.typesafe.akka:akka-protobuf-v3_2.12:jar:2.6.8 in the shaded jar. +[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.3 in the shaded jar. +[INFO] Including com.typesafe:ssl-config-core_2.12:jar:0.4.1 in the shaded jar. +[INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:1.1.2 in the shaded jar. +[INFO] Including com.typesafe.akka:akka-http-spray-json_2.12:jar:10.2.0 in the shaded jar. +[INFO] Including io.spray:spray-json_2.12:jar:1.3.5 in the shaded jar. +[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.11.2 in the shaded jar. +[INFO] Including org.yaml:snakeyaml:jar:1.26 in the shaded jar. +[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.11.2 in the shaded jar. +[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.11.2 in the shaded jar. +[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.11.2 in the shaded jar. +[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.12:jar:2.11.2 in the shaded jar. +[INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.11.2 in the shaded jar. +[INFO] Including com.google.cloud:google-cloud-language:jar:1.76.0 in the shaded jar. +[INFO] Including com.google.cloud:google-cloud-core:jar:1.76.0 in the shaded jar. +[INFO] Including com.google.http-client:google-http-client:jar:1.29.1 in the shaded jar. +[INFO] Including io.opencensus:opencensus-contrib-http-util:jar:0.19.2 in the shaded jar. +[INFO] Including com.google.api:api-common:jar:1.8.1 in the shaded jar. +[INFO] Including com.google.api:gax:jar:1.44.0 in the shaded jar. +[INFO] Including org.threeten:threetenbp:jar:1.3.3 in the shaded jar. +[INFO] Including com.google.auth:google-auth-library-oauth2-http:jar:0.15.0 in the shaded jar. +[INFO] Including com.google.http-client:google-http-client-jackson2:jar:1.29.0 in the shaded jar. +[INFO] Including com.google.protobuf:protobuf-java-util:jar:3.7.1 in the shaded jar. +[INFO] Including com.google.api.grpc:proto-google-common-protos:jar:1.15.0 in the shaded jar. +[INFO] Including com.google.api.grpc:proto-google-iam-v1:jar:0.12.0 in the shaded jar. +[INFO] Including com.google.cloud:google-cloud-core-grpc:jar:1.76.0 in the shaded jar. +[INFO] Including io.grpc:grpc-protobuf:jar:1.19.0 in the shaded jar. +[INFO] Including io.grpc:grpc-protobuf-lite:jar:1.19.0 in the shaded jar. +[INFO] Including com.google.api:gax-grpc:jar:1.44.0 in the shaded jar. +[INFO] Including io.grpc:grpc-alts:jar:1.19.0 in the shaded jar. +[INFO] Including io.grpc:grpc-grpclb:jar:1.19.0 in the shaded jar. +[INFO] Including com.google.api.grpc:proto-google-cloud-language-v1:jar:1.58.0 in the shaded jar. +[INFO] Including com.google.api.grpc:proto-google-cloud-language-v1beta2:jar:0.59.0 in the shaded jar. +[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar. +[INFO] Including com.google.guava:guava:jar:29.0-jre in the shaded jar. +[INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. +[INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. +[INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar. +[INFO] Including org.checkerframework:checker-qual:jar:2.11.1 in the shaded jar. +[INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar. +[INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. +[INFO] Including io.github.java-diff-utils:java-diff-utils:jar:4.7 in the shaded jar. +[INFO] Including com.github.vertical-blank:sql-formatter:jar:1.0.1 in the shaded jar. +[INFO] Including org.jline:jline:jar:3.16.0 in the shaded jar. +[INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:1.2.0 in the shaded jar. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] Discovered module-info.class. Shading will break its strong encapsulation. +[WARNING] javax.activation-1.2.0.jar, jakarta.activation-1.2.1.jar define 42 overlapping classes: +[WARNING] - javax.activation.CommandInfo$Beans$1 +[WARNING] - javax.activation.DataContentHandlerFactory +[WARNING] - javax.activation.ObjectDataContentHandler +[WARNING] - javax.activation.DataContentHandler +[WARNING] - com.sun.activation.registries.MimeTypeEntry +[WARNING] - com.sun.activation.viewers.TextViewer +[WARNING] - com.sun.activation.registries.LogSupport +[WARNING] - javax.activation.CommandObject +[WARNING] - javax.activation.SecuritySupport$2 +[WARNING] - com.sun.activation.viewers.TextEditor +[WARNING] - 32 more... +[WARNING] maven-shade-plugin has detected that some class files are +[WARNING] present in two or more JARs. When this happens, only one +[WARNING] single version of the class is copied to the uber jar. +[WARNING] Usually this is not harmful and you can skip these warnings, +[WARNING] otherwise try to manually exclude artifacts based on +[WARNING] mvn dependency:tree -Ddetail=true and the above output. +[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ +[INFO] +[INFO] --- process-exec-maven-plugin:0.9:start (pre-integration-test) @ nlpcraft --- +[INFO] arg: /Library/Java/JavaVirtualMachines/jdk-11.0.9.jdk/Contents/Home/bin/java +[INFO] arg: -Xmx4G +[INFO] arg: -Xms4G +[INFO] arg: --add-exports=java.base/jdk.internal.misc=ALL-UNNAMED +[INFO] arg: --add-exports=java.base/sun.nio.ch=ALL-UNNAMED +[INFO] arg: --add-exports=java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED +[INFO] arg: --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED +[INFO] arg: --add-exports=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED +[INFO] arg: --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED +[INFO] arg: --illegal-access=permit +[INFO] arg: -DNLPCRAFT_ANSI_COLOR_DISABLED=true +[INFO] arg: -Djdk.tls.client.protocols=TLSv1.2 +[INFO] arg: -jar +[INFO] arg: /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/apache-nlpcraft-incubating-0.7.4-all-deps.jar +[INFO] arg: -server +[INFO] Full command line: /Library/Java/JavaVirtualMachines/jdk-11.0.9.jdk/Contents/Home/bin/java -Xmx4G -Xms4G --add-exports=java.base/jdk.internal.misc=ALL-UNNAMED --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED --add-exports=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED --il [...] +[INFO] Starting process: server +[INFO] Using working directory for this process: /Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target +[INFO] Started process: server +[INFO] +[INFO] --- maven-surefire-plugin:2.22.1:test (integration-tests) @ nlpcraft --- +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running org.apache.nlpcraft.server.rest.NCRestErrorsSpec +[ERROR] Tests run: 13, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 2.136 s <<< FAILURE! - in org.apache.nlpcraft.server.rest.NCRestErrorsSpec +[ERROR] testApiUser Time elapsed: 2.084 s <<< ERROR! +org.apache.http.NoHttpResponseException: localhost:8081 failed to respond + +[ERROR] testApiSignout Time elapsed: 0.002 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testErrorInvalidOperations Time elapsed: 0.002 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testApiFeedback Time elapsed: 0.002 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testApiCancel Time elapsed: 0.005 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testApiSignin Time elapsed: 0.004 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testApiAsk Time elapsed: 0.005 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testErrorAdminAccess Time elapsed: 0.003 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testApiCheck Time elapsed: 0.002 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testApiClear Time elapsed: 0.004 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testApiModel Time elapsed: 0.002 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testApiProbe Time elapsed: 0.001 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testApiCompany Time elapsed: 0.002 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[INFO] Running org.apache.nlpcraft.server.rest.NCRestProbeSpec +Apr-23|18:24:45|INF| NCConfigurable$ - (NCConfigurable.scala:306) - Attempting to load/merge configuration from configuration file: nlpcraft.conf +Apr-23|18:24:45|INF| NCConfigurable$ - (NCConfigurable.scala:339) - NLPCraft configuration successfully loaded as a merge of: + + empty config + + system properties + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-http_2.12/10.2.0/akka-http_2.12-10.2.0.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-http-core_2.12/10.2.0/akka-http-core_2.12-10.2.0.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-stream_2.12/2.6.8/akka-stream_2.12-2.6.8.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-actor_2.12/2.6.8/akka-actor_2.12-2.6.8.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/ssl-config-core_2.12/0.4.1/ssl-config-core_2.12-0.4.1.jar!/reference.conf: 1 + + nlpcraft.conf @ file:/Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/classes/nlpcraft.conf: 1 + + _ ____ ______ ______ + / | / / /___ / ____/________ _/ __/ /_ + / |/ / / __ \/ / / ___/ __ `/ /_/ __/ + / /| / / /_/ / /___/ / / /_/ / __/ /_ +/_/ |_/_/ .___/\____/_/ \__,_/_/ \__/ + /_/ + +Embedded Data Probe +Version: 0.7.4 +Copyright (C) 2021 Apache Software Foundation + +Apr-23|18:24:45|INF| NCAsciiTable - (NCAsciiTable.scala:625) - Probe Configuration: ++-------------------------------------------------------------+ +| Probe ID | dflt.probe | +| Probe Token | 3141592653589793 | +| API Version | 0.7.4, 2021-01-31 | +| Down-Link | localhost:8202 | +| Up-Link | localhost:8201 | +| Lifecycle | | +| Models (1) | org.apache.nlpcraft.server.rest.RestTestModel | +| JARs Folder | | ++-------------------------------------------------------------+ +Apr-23|18:24:45|INF| NCService - (NCService.scala:126) - NCLifecycleManager started [2ms] +Apr-23|18:24:45|INF| NCService - (NCService.scala:126) - NCThreadPoolManager started [1ms] +Apr-23|18:24:48|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/badfilter/swear_words.txt', file='/Users/skhisamov/.nlpcraft/extcfg/badfilter/swear_words.txt'] +Apr-23|18:24:50|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-token.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-token.bin'] +Apr-23|18:24:57|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-organization.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-organization.bin'] +Apr-23|18:24:58|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-time.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-time.bin'] +Apr-23|18:24:58|INF| NCService - (NCService.scala:147) - NCThreadPoolManager stopped. +Apr-23|18:24:58|INF| NCService - (NCService.scala:147) - NCLifecycleManager stopped. +Apr-23|18:24:58|INF| NCProbeBoot$ - (NCProbeBoot.scala:319) - Probe shutdown OK. +[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 18.805 s <<< FAILURE! - in org.apache.nlpcraft.server.rest.NCRestProbeSpec +[ERROR] test Time elapsed: 0.002 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[INFO] Running org.apache.nlpcraft.server.rest.NCRestAskSpec +Apr-23|18:24:58|INF| NCConfigurable$ - (NCConfigurable.scala:306) - Attempting to load/merge configuration from configuration file: nlpcraft.conf +Apr-23|18:24:58|INF| NCConfigurable$ - (NCConfigurable.scala:339) - NLPCraft configuration successfully loaded as a merge of: + + empty config + + system properties + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-http_2.12/10.2.0/akka-http_2.12-10.2.0.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-http-core_2.12/10.2.0/akka-http-core_2.12-10.2.0.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-stream_2.12/2.6.8/akka-stream_2.12-2.6.8.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-actor_2.12/2.6.8/akka-actor_2.12-2.6.8.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/ssl-config-core_2.12/0.4.1/ssl-config-core_2.12-0.4.1.jar!/reference.conf: 1 + + nlpcraft.conf @ file:/Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/classes/nlpcraft.conf: 1 + + _ ____ ______ ______ + / | / / /___ / ____/________ _/ __/ /_ + / |/ / / __ \/ / / ___/ __ `/ /_/ __/ + / /| / / /_/ / /___/ / / /_/ / __/ /_ +/_/ |_/_/ .___/\____/_/ \__,_/_/ \__/ + /_/ + +Embedded Data Probe +Version: 0.7.4 +Copyright (C) 2021 Apache Software Foundation + +Apr-23|18:24:58|INF| NCAsciiTable - (NCAsciiTable.scala:625) - Probe Configuration: ++-------------------------------------------------------------+ +| Probe ID | dflt.probe | +| Probe Token | 3141592653589793 | +| API Version | 0.7.4, 2021-01-31 | +| Down-Link | localhost:8202 | +| Up-Link | localhost:8201 | +| Lifecycle | | +| Models (1) | org.apache.nlpcraft.server.rest.RestTestModel | +| JARs Folder | | ++-------------------------------------------------------------+ +Apr-23|18:24:58|INF| NCService - (NCService.scala:126) - NCLifecycleManager started [1ms] +Apr-23|18:24:58|INF| NCService - (NCService.scala:126) - NCThreadPoolManager started [0ms] +Apr-23|18:24:59|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-percentage.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-percentage.bin'] +Apr-23|18:25:00|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-token.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-token.bin'] +Apr-23|18:25:00|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-location.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-location.bin'] +Apr-23|18:25:00|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-person.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-person.bin'] +Apr-23|18:25:00|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-money.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-money.bin'] +Apr-23|18:25:00|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-lemmatizer.dict', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-lemmatizer.dict'] +Apr-23|18:25:00|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-date.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-date.bin'] +Apr-23|18:25:01|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-pos-maxent.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-pos-maxent.bin'] +Apr-23|18:25:04|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-organization.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-organization.bin'] +Apr-23|18:25:04|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-pos-maxent.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-pos-maxent.bin'] +Apr-23|18:25:06|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-person.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-person.bin'] +Apr-23|18:25:06|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-date.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-date.bin'] +Apr-23|18:25:06|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-location.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-location.bin'] +Apr-23|18:25:07|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-time.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-time.bin'] +Apr-23|18:25:07|INF| NCService - (NCService.scala:147) - NCThreadPoolManager stopped. +Apr-23|18:25:07|INF| NCService - (NCService.scala:147) - NCLifecycleManager stopped. +Apr-23|18:25:07|INF| NCProbeBoot$ - (NCProbeBoot.scala:319) - Probe shutdown OK. +[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 8.187 s <<< FAILURE! - in org.apache.nlpcraft.server.rest.NCRestAskSpec +[ERROR] testAsync Time elapsed: 0.001 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testSync Time elapsed: 0.002 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testParameters Time elapsed: 0.001 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[INFO] Running org.apache.nlpcraft.server.rest.NCRestFeedbackSpec +[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.apache.nlpcraft.server.rest.NCRestFeedbackSpec +[ERROR] test Time elapsed: 0 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[INFO] Running org.apache.nlpcraft.server.rest.NCRestCompanySpec +[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in org.apache.nlpcraft.server.rest.NCRestCompanySpec +[ERROR] testCurrentCompany Time elapsed: 0 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testParameters Time elapsed: 0 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] testNewCompany Time elapsed: 0 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[INFO] Running org.apache.nlpcraft.server.rest.NCRestClearSpec +Apr-23|18:25:07|INF| NCConfigurable$ - (NCConfigurable.scala:306) - Attempting to load/merge configuration from configuration file: nlpcraft.conf +Apr-23|18:25:07|INF| NCConfigurable$ - (NCConfigurable.scala:339) - NLPCraft configuration successfully loaded as a merge of: + + empty config + + system properties + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-http_2.12/10.2.0/akka-http_2.12-10.2.0.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-http-core_2.12/10.2.0/akka-http-core_2.12-10.2.0.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-stream_2.12/2.6.8/akka-stream_2.12-2.6.8.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-actor_2.12/2.6.8/akka-actor_2.12-2.6.8.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/ssl-config-core_2.12/0.4.1/ssl-config-core_2.12-0.4.1.jar!/reference.conf: 1 + + nlpcraft.conf @ file:/Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/classes/nlpcraft.conf: 1 + + _ ____ ______ ______ + / | / / /___ / ____/________ _/ __/ /_ + / |/ / / __ \/ / / ___/ __ `/ /_/ __/ + / /| / / /_/ / /___/ / / /_/ / __/ /_ +/_/ |_/_/ .___/\____/_/ \__,_/_/ \__/ + /_/ + +Embedded Data Probe +Version: 0.7.4 +Copyright (C) 2021 Apache Software Foundation + +Apr-23|18:25:07|INF| NCAsciiTable - (NCAsciiTable.scala:625) - Probe Configuration: ++-------------------------------------------------------------+ +| Probe ID | dflt.probe | +| Probe Token | 3141592653589793 | +| API Version | 0.7.4, 2021-01-31 | +| Down-Link | localhost:8202 | +| Up-Link | localhost:8201 | +| Lifecycle | | +| Models (1) | org.apache.nlpcraft.server.rest.RestTestModel | +| JARs Folder | | ++-------------------------------------------------------------+ +Apr-23|18:25:07|INF| NCService - (NCService.scala:126) - NCLifecycleManager started [0ms] +Apr-23|18:25:07|INF| NCService - (NCService.scala:126) - NCThreadPoolManager started [0ms] +Apr-23|18:25:09|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-percentage.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-percentage.bin'] +Apr-23|18:25:09|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-token.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-token.bin'] +Apr-23|18:25:10|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-money.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-money.bin'] +Apr-23|18:25:11|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-organization.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-organization.bin'] +Apr-23|18:25:12|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-lemmatizer.dict', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-lemmatizer.dict'] +Apr-23|18:25:12|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-lemmatizer.dict', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-lemmatizer.dict'] +Apr-23|18:25:13|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-location.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-location.bin'] +Apr-23|18:25:16|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-percentage.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-percentage.bin'] +Apr-23|18:25:16|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-time.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-time.bin'] +Apr-23|18:25:16|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-pos-maxent.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-pos-maxent.bin'] +Apr-23|18:25:16|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-date.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-date.bin'] +Apr-23|18:25:16|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-person.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-person.bin'] +Apr-23|18:25:16|INF| NCService - (NCService.scala:147) - NCThreadPoolManager stopped. +Apr-23|18:25:16|INF| NCService - (NCService.scala:147) - NCLifecycleManager stopped. +Apr-23|18:25:16|INF| NCProbeBoot$ - (NCProbeBoot.scala:319) - Probe shutdown OK. +[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.34 s <<< FAILURE! - in org.apache.nlpcraft.server.rest.NCRestClearSpec +[ERROR] test Time elapsed: 0.001 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[INFO] Running org.apache.nlpcraft.server.rest.NCRestUserSpec +[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.apache.nlpcraft.server.rest.NCRestUserSpec +[ERROR] testParameters Time elapsed: 0 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[ERROR] test Time elapsed: 0 s <<< ERROR! +org.apache.http.conn.HttpHostConnectException: Connect to localhost:8081 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) +Caused by: java.net.ConnectException: Connection refused (Connection refused) + +[INFO] Running org.apache.nlpcraft.models.stm.NCStmTestModelSpec +Apr-23|18:25:16|INF| NCConfigurable$ - (NCConfigurable.scala:306) - Attempting to load/merge configuration from configuration file: nlpcraft.conf +Apr-23|18:25:16|INF| NCConfigurable$ - (NCConfigurable.scala:339) - NLPCraft configuration successfully loaded as a merge of: + + empty config + + system properties + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-http_2.12/10.2.0/akka-http_2.12-10.2.0.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-http-core_2.12/10.2.0/akka-http-core_2.12-10.2.0.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-stream_2.12/2.6.8/akka-stream_2.12-2.6.8.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/akka/akka-actor_2.12/2.6.8/akka-actor_2.12-2.6.8.jar!/reference.conf: 1 + + reference.conf @ jar:file:/Users/skhisamov/.m2/repository/com/typesafe/ssl-config-core_2.12/0.4.1/ssl-config-core_2.12-0.4.1.jar!/reference.conf: 1 + + nlpcraft.conf @ file:/Users/skhisamov/apache/incubator-nlpcraft/nlpcraft/target/classes/nlpcraft.conf: 1 + + _ ____ ______ ______ + / | / / /___ / ____/________ _/ __/ /_ + / |/ / / __ \/ / / ___/ __ `/ /_/ __/ + / /| / / /_/ / /___/ / / /_/ / __/ /_ +/_/ |_/_/ .___/\____/_/ \__,_/_/ \__/ + /_/ + +Embedded Data Probe +Version: 0.7.4 +Copyright (C) 2021 Apache Software Foundation + +Apr-23|18:25:16|INF| NCAsciiTable - (NCAsciiTable.scala:625) - Probe Configuration: ++-------------------------------------------------------------+ +| Probe ID | dflt.probe | +| Probe Token | 3141592653589793 | +| API Version | 0.7.4, 2021-01-31 | +| Down-Link | localhost:8202 | +| Up-Link | localhost:8201 | +| Lifecycle | | +| Models (1) | org.apache.nlpcraft.models.stm.NCStmTestModel | +| JARs Folder | | ++-------------------------------------------------------------+ +Apr-23|18:25:16|INF| NCService - (NCService.scala:126) - NCLifecycleManager started [0ms] +Apr-23|18:25:16|INF| NCService - (NCService.scala:126) - NCThreadPoolManager started [1ms] +Apr-23|18:25:16|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-money.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-money.bin'] +Apr-23|18:25:18|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-token.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-token.bin'] +Apr-23|18:25:19|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-lemmatizer.dict', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-lemmatizer.dict'] +Apr-23|18:25:19|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-time.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-time.bin'] +Apr-23|18:25:20|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-person.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-person.bin'] +Apr-23|18:25:24|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-money.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-money.bin'] +Apr-23|18:25:24|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-percentage.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-percentage.bin'] +Apr-23|18:25:24|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-organization.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-organization.bin'] +Apr-23|18:25:24|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-date.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-date.bin'] +Apr-23|18:25:24|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-ner-location.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-ner-location.bin'] +Apr-23|18:25:24|INF| NCExternalConfigManager$ - (NCExternalConfigManager.scala:315) - One-time download for external config [url='https://github.com/apache/incubator-nlpcraft/raw/master/external/opennlp/en-pos-maxent.bin', file='/Users/skhisamov/.nlpcraft/extcfg/opennlp/en-pos-maxent.bin'] +Apr-23|18:25:24|INF| NCService - (NCService.scala:126) - NCExternalConfigManager started [8484ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCOpenNlpTokenizer started [76ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCNlpCoreManager started [78ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCNumericManager started [153ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCDeployManager started [154ms] +Apr-23|18:25:25|INF| NCAsciiTable - (NCAsciiTable.scala:625) - Models deployed: 1 ++======================================================================+ +| Models | ++======================================================================+ +| Name: STM Test Model | +| ID: nlpcraft.stm.test | +| Version: 1.0 | +| Origin: org.apache.nlpcraft.models.stm.NCStmTestModel | +| Elements: 3 | +| Synonyms: | +| Simple continuous: 4 | +| Simple sparse: 0 | +| IDL continuous: 0 | +| IDL sparse: 0 | +| Intents: 4 | ++----------------------------------------------------------------------+ +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCModelManager started [6ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCCommandManager started [0ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCDictionaryManager started [489ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCStopWordEnricher started [7ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCModelEnricher started [1ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCLimitEnricher started [24ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCSortEnricher started [23ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCRelationEnricher started [6ms] +Apr-23|18:25:25|INF| NCService - (NCService.scala:126) - NCSuspiciousNounsEnricher started [1ms] +Apr-23|18:25:26|INF| NCService - (NCService.scala:126) - NCValidateManager started [542ms] +Apr-23|18:25:26|INF| NCService - (NCService.scala:126) - NCDictionaryEnricher started [14ms] +Apr-23|18:25:26|INF| NCService - (NCService.scala:126) - NCConversationManager started [1ms] +Apr-23|18:25:26|INF| NCService - (NCService.scala:126) - NCProbeEnrichmentManager started [1ms] +Apr-23|18:25:31|INF| NCConnectionManager$ - (NCConnectionManager.scala:311) - Connecting to REST server [uplink=localhost:8201, downlink=localhost:8202] +Apr-23|18:25:41|INF| NCConnectionManager$ - (NCConnectionManager.scala:311) - Connecting to REST server [uplink=localhost:8201, downlink=localhost:8202] diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/NCProbeBoot.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/NCProbeBoot.scala index da13b07..d51b752 100644 --- a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/NCProbeBoot.scala +++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/NCProbeBoot.scala @@ -102,7 +102,8 @@ private [probe] object NCProbeBoot extends LazyLogging with NCOpenCensusTrace { withValue(s"$prefix.upLink", fromAnyRef("localhost:8201")). withValue(s"$prefix.downLink", fromAnyRef("localhost:8202")). withValue(s"$prefix.models", fromAnyRef("")). - withValue(s"$prefix.lifecycle", fromIterable(Seq().asJava)). + // CSV. + withValue(s"$prefix.lifecycle", fromAnyRef("")). withValue(s"$prefix.resultMaxSizeBytes", fromAnyRef(1048576)). withValue("nlpcraft.nlpEngine", fromAnyRef("opennlp")) diff --git a/nlpcraft/src/test/resources/nlpcraft.conf b/nlpcraft/src/test/resources/nlpcraft.conf deleted file mode 100644 index 59eba4b..0000000 --- a/nlpcraft/src/test/resources/nlpcraft.conf +++ /dev/null @@ -1,151 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# -# This is joint configuration file for both the server and the data probes. Note that -# server and probe configuration can be placed into separate files - each file containing only -# 'nlpcraft.server' or 'nlpcraft.probe' sub-sections. -# -# You can also provide configuration properties or override the default ones via environment variables. -# To use environment variables override: -# 1. Set probe or server JVM system property -Dconfig.override_with_env_vars=true -# 2. For each configuration 'x.y.z' set the environment variable CONFIG_FORCE_x_y_z=some_value -# -# Examples of environment variables: -# -- Overrides 'nlpcraft.sever.host' configuration property. -# CONFIG_FORCE_nlpcraft_server_rest_host="localhost" -# -# -- Overrides 'nlpcraft.sever.models' configuration property. -# CONFIG_FORCE_nlpcraft_server_models="com.models.MyModel" -# -# See https://nlpcraft.apache.org/server-and-probe.html for more details. -# - -// TODO: why do we need it? - -# Common server/probe configuration root. -nlpcraft { - # Basic NLP toolkit to use on both server and probes. Possible values: - # - 'opennlp' - # - 'stanford' - # - # NOTE: Stanford CoreNLP requires special installation due to its licensing. - # See https://nlpcraft.apache.org/integrations.html#stanford for more details. - nlpEngine = "opennlp" - - # External configuration resources. - # - # NOTE: - # ---- - # Due to licensing restrictions of the official ASF release policy some of the - # configuration for NLPCraft cannot be shipped with the official Apache release. - # Instead, NLPCraft will attempt to download these configuration files from the - # external URL upon the first start. - # - # NLPCraft will attempt to download the missing configuration files from URL defined - # in 'nlpcraft.extConfig.extUrl' property and place them into 'nlpcraft.extConfig.locDir' - # folder on the local file system. On subsequent starts, NLPCraft will check if the required - # file is already present locally and skip the download in such case. If 'nlpcraft.extConfig.checkMd5' - # property is set to 'true' then on each start NLPCraft will check the checksum of each file - # locally and remote and will re-download such file if the MD5 checksums don't match. - # - # By default, the external configuration is stored in the main Git repository for NLPCraft - # project from where it will be downloaded ('/external' folder). See this folder in the Git - # repository for more information: https://github.com/apache/incubator-nlpcraft/tree/master/external - extConfig { - # Mandatory. - extUrl = "https://github.com/apache/incubator-nlpcraft/raw/master/external" - - # Optional. - # Default value is $USER_HOME/.nlpcraft/extcfg - # locDir = ... - - # If 'true', on each start NLPCraft will check the MD5 checksum of the each local and remote - # external configuration file and will re-download such file if the checksum doesn't match. - # Set it to 'false' to speed up the bootstrap of the NLPCraft server and the data probe if you - # are certain that all external configuration files are properly downloaded and available - # in 'nlpcraft.extConfig.locDir' local folder. - checkMd5 = true - } - - # +---------------------+ - # | Probe configuration. | - # +---------------------+ - probe { - # Any arbitrary descriptive name. - // TODO: - id = "tests" - - # This is the default token (as in default company). - # Note that this token must match the probe token for the company this probe - # associated with. If changed from default, this token must be kept secure. - token = "3141592653589793" - - # These are default up-link and down-link endpoints that the probe will connect to. - # If changed - they need to be changed on both server and probe. - upLink = "0.0.0.0:8201" # Server to probe data pipe. - downLink = "0.0.0.0:8202" # Probe to server data pipe. - - # All JARs in this folder will be scanned for models. - # Safely ignored if 'null' - but then 'models' should have at least one element. - jarsFolder = null - - # Specifies fully qualifies model class names for the probe to start with. - # - # Note that following models require 'google' on the server side. - # See https://nlpcraft.apache.org/integrations.html#nlp for more details - # on how to configure 3rd party token providers: - # models = ... - - # Specify class names for probe life cycle components. - # Each class should extend 'NCProbeLifecycle' interface and provide a no-arg constructor. - # - # The following built-in OpenCensus exporters are supported as lifecycle components: - # - org.apache.nlpcraft.model.opencensus.NCJaegerExporter (traces) - # - org.apache.nlpcraft.model.opencensus.NCZipkinExporter (traces) - # - org.apache.nlpcraft.model.opencensus.NCPrometheusExporter (stats) - # - org.apache.nlpcraft.model.opencensus.NCStackdriverTraceExporter (traces) - # - org.apache.nlpcraft.model.opencensus.NCStackdriverStatsExporter (stats) - lifecycle = "" - - # Properties for built-in OpenCensus exporters. - # All configuration properties are optional unless otherwise specified. - # opencensus { - # jaeger { - # thriftUrl = "http://127.0.0.1:14268/api/traces" - # serviceName = "nlpcraft-probe" - # } - # prometheus { - # hostPort = "localhost:8889" - # namespace = "nlpcraft-probe" - # } - # stackdriver { - # # Mandatory Google project ID. - # googleProjectId = "your_google_project_id" - # metricsPrefix = "custom.googleapis.com/nlpcraft/probe" - # } - # zipkin { - # v2Url = "http://127.0.0.1:9411/api/v2/spans" - # serviceName = "nlpcraft-probe" - # } - # } - - # Maximum execution result size in bytes. Default value is 1M. - # When exceeded the request will be automatically rejected. - resultMaxSizeBytes = 1048576 - } -}
