******************************************************************************** conan install antlr4-cppruntime/4.9.3@#135cbe6ab7b96547a9c31f58610d4def --build=antlr4-cppruntime -pr C:\J\w\prod\BuildSingleReference\19073\268d2b24-2294-44a3-8a6f-c2acf9743ba3/profile_windows_16_mt_vs_release_64.antlr4-cppruntime-shared-False.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (C:\J\w\prod\BuildSingleReference\.conan\profiles\default) Found Visual Studio 16 Default settings os=Windows os_build=Windows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.version=16 build_type=Release *** You can change them in C:\J\w\prod\BuildSingleReference\.conan\profiles\default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=16 os=Windows [options] antlr4-cppruntime:shared=False [build_requires] [env] utfcpp/3.2.1: Not found in local cache, looking in remotes... utfcpp/3.2.1: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz utfcpp/3.2.1: Downloaded recipe revision e82b2983f56d5b9031fd6d95e437ec69 antlr4-cppruntime/4.9.3: Forced build from source Installing package: antlr4-cppruntime/4.9.3 Requirements antlr4-cppruntime/4.9.3 from local cache - Cache utfcpp/3.2.1 from 'conan-center' - Downloaded Packages antlr4-cppruntime/4.9.3:d6f75addbd3d817cd3194d17248b84a8eba5668d - Build utfcpp/3.2.1:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download Installing (downloading, building) binaries... utfcpp/3.2.1: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz utfcpp/3.2.1: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 utfcpp/3.2.1: Downloaded package revision 87ce7625aaf844f252fc79c9b92111ad [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK antlr4-cppruntime/4.9.3: Configuring sources in C:\J\w\prod\BuildSingleReference/s\5ea744\1 [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK antlr4-cppruntime/4.9.3: Copying sources to build folder antlr4-cppruntime/4.9.3: Building your package in C:\J\w\prod\BuildSingleReference/s\85483b\1 antlr4-cppruntime/4.9.3: Generator cmake created conanbuildinfo.cmake antlr4-cppruntime/4.9.3: Generator pkg_config created utfcpp.pc antlr4-cppruntime/4.9.3: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK antlr4-cppruntime/4.9.3: Calling build() ----Running------ > cd C:\J\w\prod\BuildSingleReference/s\85483b\1\build_subfolder && cmake -G "Visual Studio 16 2019" -A "x64" -DCONAN_LINK_RUNTIME="/MT" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="16" -DCONAN_CXX_FLAGS="/MP16" -DCONAN_C_FLAGS="/MP16" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="C:\J\w\prod\BuildSingleReference/s\0f8f55\1" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DANTLR4_INSTALL="True" -DWITH_LIBCXX="False" -DANTLR_BUILD_CPP_TESTS="False" -DWITH_STATIC_CRT="True" -DWITH_DEMO="False" -Wno-dev C:\J\w\prod\BuildSingleReference/s\85483b\1 ----------------- -- The C compiler identification is MSVC 19.29.30139.0 -- The CXX compiler identification is MSVC 19.29.30139.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Building without demo. To enable demo build use: -DWITH_DEMO=True -- Output libraries to C:/J/w/prod/BuildSingleReference/s/85483b/1/dist -- Configuring done -- Generating done -- Build files have been written to: C:/J/w/prod/BuildSingleReference/s/85483b/1/build_subfolder ----Running------ > cmake --build C:\J\w\prod\BuildSingleReference/s\85483b\1\build_subfolder --config Release -- /m:16 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/w/prod/BuildSingleReference/s/85483b/1/source_subfolder/runtime/Cpp/runtime/CMakeLists.txt Building Custom Rule C:/J/w/prod/BuildSingleReference/s/85483b/1/source_subfolder/runtime/Cpp/runtime/CMakeLists.txt Building Custom Rule C:/J/w/prod/BuildSingleReference/s/85483b/1/source_subfolder/runtime/Cpp/runtime/CMakeLists.txt ANTLRErrorListener.cpp ANTLRErrorStrategy.cpp ANTLRFileStream.cpp ANTLRInputStream.cpp BailErrorStrategy.cpp BaseErrorListener.cpp BufferedTokenStream.cpp CharStream.cpp ANTLRErrorListener.cpp CommonToken.cpp ANTLRErrorStrategy.cpp CommonTokenFactory.cpp CommonTokenStream.cpp ANTLRFileStream.cpp ConsoleErrorListener.cpp DefaultErrorStrategy.cpp ANTLRInputStream.cpp DiagnosticErrorListener.cpp BailErrorStrategy.cpp Exceptions.cpp FailedPredicateException.cpp BaseErrorListener.cpp BufferedTokenStream.cpp CharStream.cpp InputMismatchException.cpp CommonToken.cpp CommonTokenFactory.cpp CommonTokenStream.cpp ConsoleErrorListener.cpp DefaultErrorStrategy.cpp DiagnosticErrorListener.cpp IntStream.cpp Exceptions.cpp InterpreterRuleContext.cpp FailedPredicateException.cpp Lexer.cpp InputMismatchException.cpp LexerInterpreter.cpp LexerNoViableAltException.cpp ListTokenSource.cpp NoViableAltException.cpp Parser.cpp ParserInterpreter.cpp ParserRuleContext.cpp ProxyErrorListener.cpp RecognitionException.cpp IntStream.cpp InterpreterRuleContext.cpp Recognizer.cpp Lexer.cpp LexerInterpreter.cpp RuleContext.cpp LexerNoViableAltException.cpp RuleContextWithAltNum.cpp ListTokenSource.cpp RuntimeMetaData.cpp NoViableAltException.cpp Token.cpp Parser.cpp TokenSource.cpp ParserInterpreter.cpp TokenStream.cpp ParserRuleContext.cpp TokenStreamRewriter.cpp UnbufferedCharStream.cpp UnbufferedTokenStream.cpp ProxyErrorListener.cpp Vocabulary.cpp WritableToken.cpp ATN.cpp RecognitionException.cpp ATNConfig.cpp ATNConfigSet.cpp ATNDeserializationOptions.cpp Recognizer.cpp ATNDeserializer.cpp RuleContext.cpp ATNSerializer.cpp ATNSimulator.cpp ATNState.cpp AbstractPredicateTransition.cpp ActionTransition.cpp RuleContextWithAltNum.cpp AmbiguityInfo.cpp RuntimeMetaData.cpp ArrayPredictionContext.cpp Token.cpp TokenSource.cpp AtomTransition.cpp TokenStream.cpp BasicBlockStartState.cpp BasicState.cpp BlockEndState.cpp BlockStartState.cpp ContextSensitivityInfo.cpp DecisionEventInfo.cpp DecisionInfo.cpp DecisionState.cpp TokenStreamRewriter.cpp UnbufferedCharStream.cpp UnbufferedTokenStream.cpp EmptyPredictionContext.cpp Vocabulary.cpp EpsilonTransition.cpp WritableToken.cpp ErrorInfo.cpp ATN.cpp ATNConfig.cpp LL1Analyzer.cpp LexerATNConfig.cpp LexerATNSimulator.cpp ATNConfigSet.cpp ATNDeserializationOptions.cpp LexerAction.cpp ATNDeserializer.cpp LexerActionExecutor.cpp LexerChannelAction.cpp ATNSerializer.cpp LexerCustomAction.cpp LexerIndexedCustomAction.cpp LexerModeAction.cpp LexerMoreAction.cpp LexerPopModeAction.cpp LexerPushModeAction.cpp LexerSkipAction.cpp LexerTypeAction.cpp LookaheadEventInfo.cpp LoopEndState.cpp NotSetTransition.cpp ATNSimulator.cpp OrderedATNConfigSet.cpp ParseInfo.cpp ATNState.cpp AbstractPredicateTransition.cpp ActionTransition.cpp AmbiguityInfo.cpp ArrayPredictionContext.cpp ParserATNSimulator.cpp PlusBlockStartState.cpp PlusLoopbackState.cpp AtomTransition.cpp PrecedencePredicateTransition.cpp BasicBlockStartState.cpp PredicateEvalInfo.cpp PredicateTransition.cpp BasicState.cpp BlockEndState.cpp PredictionContext.cpp PredictionMode.cpp BlockStartState.cpp ProfilingATNSimulator.cpp ContextSensitivityInfo.cpp RangeTransition.cpp RuleStartState.cpp RuleStopState.cpp DecisionEventInfo.cpp RuleTransition.cpp SemanticContext.cpp DecisionInfo.cpp SetTransition.cpp SingletonPredictionContext.cpp StarBlockStartState.cpp StarLoopEntryState.cpp StarLoopbackState.cpp TokensStartState.cpp Transition.cpp DecisionState.cpp WildcardTransition.cpp DFA.cpp DFASerializer.cpp DFAState.cpp LexerDFASerializer.cpp InterpreterDataReader.cpp Interval.cpp IntervalSet.cpp MurmurHash.cpp Predicate.cpp Any.cpp Arrays.cpp EmptyPredictionContext.cpp CPPUtils.cpp Guid.cpp EpsilonTransition.cpp StringUtils.cpp ErrorInfo.cpp LL1Analyzer.cpp LexerATNConfig.cpp LexerATNSimulator.cpp LexerAction.cpp LexerActionExecutor.cpp LexerChannelAction.cpp ErrorNode.cpp LexerCustomAction.cpp LexerIndexedCustomAction.cpp LexerModeAction.cpp LexerMoreAction.cpp ErrorNodeImpl.cpp LexerPopModeAction.cpp IterativeParseTreeWalker.cpp ParseTree.cpp ParseTreeListener.cpp ParseTreeVisitor.cpp ParseTreeWalker.cpp LexerPushModeAction.cpp TerminalNode.cpp TerminalNodeImpl.cpp Trees.cpp Chunk.cpp LexerSkipAction.cpp ParseTreeMatch.cpp ParseTreePattern.cpp LexerTypeAction.cpp ParseTreePatternMatcher.cpp LookaheadEventInfo.cpp LoopEndState.cpp NotSetTransition.cpp RuleTagToken.cpp OrderedATNConfigSet.cpp TagChunk.cpp ParseInfo.cpp ParserATNSimulator.cpp TextChunk.cpp TokenTagToken.cpp XPath.cpp PlusBlockStartState.cpp XPathElement.cpp XPathLexer.cpp XPathLexerErrorListener.cpp PlusLoopbackState.cpp XPathRuleAnywhereElement.cpp XPathRuleElement.cpp XPathTokenAnywhereElement.cpp PrecedencePredicateTransition.cpp XPathTokenElement.cpp XPathWildcardAnywhereElement.cpp PredicateEvalInfo.cpp XPathWildcardElement.cpp PredicateTransition.cpp PredictionContext.cpp PredictionMode.cpp ProfilingATNSimulator.cpp RangeTransition.cpp RuleStartState.cpp RuleStopState.cpp RuleTransition.cpp SemanticContext.cpp SetTransition.cpp SingletonPredictionContext.cpp StarBlockStartState.cpp StarLoopEntryState.cpp StarLoopbackState.cpp TokensStartState.cpp Transition.cpp WildcardTransition.cpp DFA.cpp DFASerializer.cpp DFAState.cpp LexerDFASerializer.cpp InterpreterDataReader.cpp Interval.cpp IntervalSet.cpp MurmurHash.cpp Predicate.cpp Any.cpp Arrays.cpp CPPUtils.cpp Guid.cpp StringUtils.cpp ErrorNode.cpp ErrorNodeImpl.cpp IterativeParseTreeWalker.cpp ParseTree.cpp ParseTreeListener.cpp ParseTreeVisitor.cpp ParseTreeWalker.cpp TerminalNode.cpp TerminalNodeImpl.cpp Trees.cpp Chunk.cpp Creating library C:/J/w/prod/BuildSingleReference/s/85483b/1/build_subfolder/lib/antlr4-runtime.lib and object C:/J/w/prod/BuildSingleReference/s/85483b/1/build_subfolder/lib/antlr4-runtime.exp ParseTreeMatch.cpp ParseTreePattern.cpp ParseTreePatternMatcher.cpp RuleTagToken.cpp TagChunk.cpp TextChunk.cpp TokenTagToken.cpp XPath.cpp XPathElement.cpp XPathLexer.cpp XPathLexerErrorListener.cpp XPathRuleAnywhereElement.cpp XPathRuleElement.cpp XPathTokenAnywhereElement.cpp XPathTokenElement.cpp XPathWildcardAnywhereElement.cpp XPathWildcardElement.cpp antlr4_shared.vcxproj -> C:\J\w\prod\BuildSingleReference\s\85483b\1\build_subfolder\bin\antlr4-runtime.dll antlr4_static.vcxproj -> C:\J\w\prod\BuildSingleReference\s\85483b\1\build_subfolder\lib\antlr4-runtime-static.lib Building Custom Rule C:/J/w/prod/BuildSingleReference/s/85483b/1/CMakeLists.txt antlr4-cppruntime/4.9.3: Package 'd6f75addbd3d817cd3194d17248b84a8eba5668d' built antlr4-cppruntime/4.9.3: Build folder C:\J\w\prod\BuildSingleReference/s\85483b\1 antlr4-cppruntime/4.9.3: Generated conaninfo.txt antlr4-cppruntime/4.9.3: Generated conanbuildinfo.txt antlr4-cppruntime/4.9.3: Generating the package antlr4-cppruntime/4.9.3: Package folder C:\J\w\prod\BuildSingleReference/s\0f8f55\1 antlr4-cppruntime/4.9.3: Calling package() ----Running------ > cmake --build C:\J\w\prod\BuildSingleReference/s\85483b\1\build_subfolder --config Release --target install -- /m:16 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. antlr4_static.vcxproj -> C:\J\w\prod\BuildSingleReference\s\85483b\1\build_subfolder\lib\antlr4-runtime-static.lib antlr4_shared.vcxproj -> C:\J\w\prod\BuildSingleReference\s\85483b\1\build_subfolder\bin\antlr4-runtime.dll -- Install configuration: "Release" -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/lib/cmake/antlr4-runtime/antlr4-targets.cmake -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/lib/cmake/antlr4-runtime/antlr4-targets-release.cmake -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/lib/cmake/antlr4-runtime/antlr4-runtime-config.cmake -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/lib/cmake/antlr4-runtime/antlr4-runtime-config-version.cmake -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/lib/cmake/antlr4-generator/antlr4-generator-config.cmake -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/lib/cmake/antlr4-generator/antlr4-generator-config-version.cmake -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/share/doc/libantlr4/README.md -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/share/doc/libantlr4/VERSION -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/lib/antlr4-runtime.lib -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/bin/antlr4-runtime.dll -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/lib/antlr4-runtime-static.lib -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/antlr4-common.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/antlr4-runtime.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/ANTLRErrorListener.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/ANTLRErrorStrategy.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/ANTLRFileStream.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/ANTLRInputStream.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/AbstractPredicateTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ActionTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/AmbiguityInfo.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ArrayPredictionContext.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ATN.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ATNConfig.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ATNConfigSet.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ATNDeserializationOptions.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ATNDeserializer.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ATNSerializer.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ATNSimulator.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ATNState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ATNType.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/AtomTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/BasicBlockStartState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/BasicState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/BlockEndState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/BlockStartState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ContextSensitivityInfo.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/DecisionEventInfo.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/DecisionInfo.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/DecisionState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/EmptyPredictionContext.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/EpsilonTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ErrorInfo.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerAction.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerActionExecutor.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerActionType.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerATNConfig.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerATNSimulator.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerChannelAction.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerCustomAction.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerIndexedCustomAction.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerModeAction.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerMoreAction.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerPopModeAction.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerPushModeAction.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerSkipAction.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LexerTypeAction.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LL1Analyzer.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LookaheadEventInfo.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/LoopEndState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/NotSetTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/OrderedATNConfigSet.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ParseInfo.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ParserATNSimulator.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/PlusBlockStartState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/PlusLoopbackState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/PrecedencePredicateTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/PredicateEvalInfo.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/PredicateTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/PredictionContext.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/PredictionMode.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/ProfilingATNSimulator.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/RangeTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/RuleStartState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/RuleStopState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/RuleTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/SemanticContext.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/SetTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/SingletonPredictionContext.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/StarBlockStartState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/StarLoopbackState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/StarLoopEntryState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/TokensStartState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/Transition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/atn/WildcardTransition.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/BailErrorStrategy.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/BaseErrorListener.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/BufferedTokenStream.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/CharStream.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/CommonToken.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/CommonTokenFactory.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/CommonTokenStream.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/ConsoleErrorListener.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/DefaultErrorStrategy.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/dfa -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/dfa/DFA.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/dfa/DFASerializer.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/dfa/DFAState.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/dfa/LexerDFASerializer.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/DiagnosticErrorListener.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/Exceptions.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/FailedPredicateException.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/InputMismatchException.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/InterpreterRuleContext.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/IntStream.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/Lexer.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/LexerInterpreter.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/LexerNoViableAltException.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/ListTokenSource.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/misc -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/misc/InterpreterDataReader.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/misc/Interval.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/misc/IntervalSet.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/misc/MurmurHash.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/misc/Predicate.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/NoViableAltException.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/Parser.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/ParserInterpreter.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/ParserRuleContext.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/ProxyErrorListener.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/RecognitionException.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/Recognizer.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/RuleContext.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/RuleContextWithAltNum.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/RuntimeMetaData.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/support -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/support/Any.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/support/Arrays.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/support/BitSet.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/support/Casts.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/support/CPPUtils.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/support/Declarations.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/support/Guid.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/support/StringUtils.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/Token.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/TokenFactory.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/TokenSource.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/TokenStream.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/TokenStreamRewriter.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/AbstractParseTreeVisitor.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/ErrorNode.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/ErrorNodeImpl.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/IterativeParseTreeWalker.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/ParseTree.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/ParseTreeListener.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/ParseTreeProperty.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/ParseTreeVisitor.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/ParseTreeWalker.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/pattern -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/pattern/Chunk.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/pattern/ParseTreeMatch.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/pattern/ParseTreePattern.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/pattern/ParseTreePatternMatcher.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/pattern/RuleTagToken.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/pattern/TagChunk.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/pattern/TextChunk.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/pattern/TokenTagToken.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/TerminalNode.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/TerminalNodeImpl.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/Trees.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath/XPath.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath/XPathElement.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath/XPathLexer.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath/XPathLexerErrorListener.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath/XPathRuleAnywhereElement.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath/XPathRuleElement.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath/XPathTokenAnywhereElement.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath/XPathTokenElement.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath/XPathWildcardAnywhereElement.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/tree/xpath/XPathWildcardElement.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/UnbufferedCharStream.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/UnbufferedTokenStream.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/Vocabulary.h -- Installing: C:/J/w/prod/BuildSingleReference/s/0f8f55/1/include/antlr4-runtime/WritableToken.h [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK antlr4-cppruntime/4.9.3 package(): Packaged 158 '.h' files antlr4-cppruntime/4.9.3 package(): Packaged 1 '.lib' file: antlr4-runtime-static.lib antlr4-cppruntime/4.9.3 package(): Packaged 1 '.cmake' file: conan-official-antlr4-cppruntime-targets.cmake antlr4-cppruntime/4.9.3 package(): Packaged 1 '.txt' file: LICENSE.txt antlr4-cppruntime/4.9.3: Package 'd6f75addbd3d817cd3194d17248b84a8eba5668d' created antlr4-cppruntime/4.9.3: Created package revision e462c0a2f273ec7b5fcf43a94762587f [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK Aggregating env generators CMake Warning at source_subfolder/runtime/Cpp/CMakeLists.txt:7 (message): Build type not set, falling back to Release mode. To specify build type use: -DCMAKE_BUILD_TYPE= where is Debug or Release. CMake Warning: Manually-specified variables were not used by the project: ANTLR_BUILD_CPP_TESTS CMAKE_EXPORT_NO_PACKAGE_REGISTRY [HOOK - conan-center.py] post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] The *.cmake files have to be placed in a folder declared as `cpp_info.builddirs`. Currently folders declared: {'C:/J/w/prod/BuildSingleReference/s/0f8f55/1/lib/cmake', 'C:/J/w/prod/BuildSingleReference/s/0f8f55/1/'} [HOOK - conan-center.py] post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] Found files: ./lib/cmake/conan-official-antlr4-cppruntime-targets.cmake