CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR VERSION In file included from /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/cloud_secure_connection_config.cpp:24: In file included from /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/json.hpp:51: In file included from /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:20: /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:2190:35: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] Token t = Tokenize(is.Peek()); ~~~~~~~~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:561:20: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::IterativeParse<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here return IterativeParse(is, handler); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:2342:40: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::Parse<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here parseResult_ = reader.template Parse(is, *this); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:2368:16: note: in instantiation of function template specialization 'datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator>::ParseStream<0, datastax::rapidjson::UTF8, datastax::rapidjson::AutoUTFInputStream >' requested here return ParseStream(is); ^ /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/cloud_secure_connection_config.cpp:245:12: note: in instantiation of function template specialization 'datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator>::ParseStream >' requested here document.ParseStream(auto_utf_stream); ^ In file included from /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/cloud_secure_connection_config.cpp:24: In file included from /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/json.hpp:51: In file included from /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:20: /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:1009:23: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] Ch c = is.Peek(); ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:969:13: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::ParseStringToStream<0, datastax::rapidjson::UTF8, datastax::rapidjson::UTF8, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::AutoUTFInputStream >' requested here ParseStringToStream(s, s); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:2036:13: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::ParseString<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here ParseString(is, handler, true); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:2192:39: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::Transit<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here IterativeParsingState d = Transit(state, t, n, is, handler); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:561:20: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::IterativeParse<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here return IterativeParse(is, handler); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:2342:40: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::Parse<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here parseResult_ = reader.template Parse(is, *this); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:2368:16: note: in instantiation of function template specialization 'datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator>::ParseStream<0, datastax::rapidjson::UTF8, datastax::rapidjson::AutoUTFInputStream >' requested here return ParseStream(is); ^ /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/cloud_secure_connection_config.cpp:245:12: note: in instantiation of function template specialization 'datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator>::ParseStream >' requested here document.ParseStream(auto_utf_stream); ^ In file included from /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/cloud_secure_connection_config.cpp:24: In file included from /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/json.hpp:51: In file included from /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:20: /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:1013:27: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] Ch e = is.Peek(); ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:909:23: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] Ch c = is.Peek(); ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:1024:42: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::ParseHex4 >' requested here unsigned codepoint = ParseHex4(is, escapeOffset); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:969:13: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::ParseStringToStream<0, datastax::rapidjson::UTF8, datastax::rapidjson::UTF8, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::AutoUTFInputStream >' requested here ParseStringToStream(s, s); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:2036:13: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::ParseString<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here ParseString(is, handler, true); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:2192:39: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::Transit<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here IterativeParsingState d = Transit(state, t, n, is, handler); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:561:20: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::IterativeParse<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here return IterativeParse(is, handler); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:2342:40: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::Parse<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here parseResult_ = reader.template Parse(is, *this); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:2368:16: note: in instantiation of function template specialization 'datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator>::ParseStream<0, datastax::rapidjson::UTF8, datastax::rapidjson::AutoUTFInputStream >' requested here return ParseStream(is); ^ /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/cloud_secure_connection_config.cpp:245:12: note: in instantiation of function template specialization 'datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator>::ParseStream >' requested here document.ParseStream(auto_utf_stream); ^ In file included from /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/cloud_secure_connection_config.cpp:24: In file included from /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/json.hpp:51: In file included from /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:20: In file included from /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:21: In file included from /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/internal/../stream.h:20: /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:184:9: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] RAPIDJSON_COPY(); ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:706:26: note: in instantiation of function template specialization 'datastax::rapidjson::UTF8::Validate, datastax::rapidjson::AutoUTFInputStream >' requested here return Encoding::Validate(is, os); // source/target encoding are the same ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:1055:56: note: in instantiation of function template specialization 'datastax::rapidjson::Transcoder, datastax::rapidjson::UTF8 >::Validate, datastax::rapidjson::AutoUTFInputStream >' requested here !Transcoder::Validate(is, os) : ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:969:13: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::ParseStringToStream<0, datastax::rapidjson::UTF8, datastax::rapidjson::UTF8, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::AutoUTFInputStream >' requested here ParseStringToStream(s, s); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:2036:13: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::ParseString<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here ParseString(is, handler, true); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:2192:39: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::Transit<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here IterativeParsingState d = Transit(state, t, n, is, handler); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:561:20: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::IterativeParse<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here return IterativeParse(is, handler); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:2342:40: note: in instantiation of function template specialization 'datastax::rapidjson::GenericReader, datastax::rapidjson::UTF8, datastax::internal::json::Allocator>::Parse<0, datastax::rapidjson::AutoUTFInputStream, datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator> >' requested here parseResult_ = reader.template Parse(is, *this); ^ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:2368:16: note: in instantiation of function template specialization 'datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator>::ParseStream<0, datastax::rapidjson::UTF8, datastax::rapidjson::AutoUTFInputStream >' requested here return ParseStream(is); ^ /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/cloud_secure_connection_config.cpp:245:12: note: in instantiation of function template specialization 'datastax::rapidjson::GenericDocument, datastax::rapidjson::MemoryPoolAllocator, datastax::internal::json::Allocator>::ParseStream >' requested here document.ParseStream(auto_utf_stream); ^ In file included from /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/cloud_secure_connection_config.cpp:24: In file included from /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921/source_subfolder/src/json.hpp:51: In file included from /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/document.h:20: In file included from /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/reader.h:21: In file included from /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/internal/../stream.h:20: /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:190:17: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 2: RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:182:26: note: expanded from macro 'RAPIDJSON_TAIL' #define RAPIDJSON_TAIL() RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x70) ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:191:17: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 3: RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:182:26: note: expanded from macro 'RAPIDJSON_TAIL' #define RAPIDJSON_TAIL() RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x70) ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:191:35: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 3: RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:182:26: note: expanded from macro 'RAPIDJSON_TAIL' #define RAPIDJSON_TAIL() RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x70) ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:192:17: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 4: RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x50); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:192:58: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 4: RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x50); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:182:26: note: expanded from macro 'RAPIDJSON_TAIL' #define RAPIDJSON_TAIL() RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x70) ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:193:17: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 5: RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x10); RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:193:58: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 5: RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x10); RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:182:26: note: expanded from macro 'RAPIDJSON_TAIL' #define RAPIDJSON_TAIL() RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x70) ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:193:76: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 5: RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x10); RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:182:26: note: expanded from macro 'RAPIDJSON_TAIL' #define RAPIDJSON_TAIL() RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x70) ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:194:17: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 6: RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:182:26: note: expanded from macro 'RAPIDJSON_TAIL' #define RAPIDJSON_TAIL() RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x70) ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:194:35: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 6: RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:182:26: note: expanded from macro 'RAPIDJSON_TAIL' #define RAPIDJSON_TAIL() RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x70) ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:194:53: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 6: RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:182:26: note: expanded from macro 'RAPIDJSON_TAIL' #define RAPIDJSON_TAIL() RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x70) ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:195:18: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 10: RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x20); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:195:59: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 10: RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x20); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:182:26: note: expanded from macro 'RAPIDJSON_TAIL' #define RAPIDJSON_TAIL() RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x70) ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:196:18: error: implicit conversion loses integer precision: 'Ch' (aka 'unsigned int') to 'Ch' (aka 'char') [-Werror,-Wconversion] case 11: RAPIDJSON_COPY(); RAPIDJSON_TRANS(0x60); RAPIDJSON_TAIL(); RAPIDJSON_TAIL(); return result; ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3110/.conan/data/rapidjson/cci.20200410/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rapidjson/encodings.h:180:40: note: expanded from macro 'RAPIDJSON_COPY' #define RAPIDJSON_COPY() os.Put(c = is.Take()) ~ ~~~^~~~~~ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[2]: *** [source_subfolder/src/CMakeFiles/cassandra_static.dir/cloud_secure_connection_config.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [source_subfolder/src/CMakeFiles/cassandra_static.dir/all] Error 2 make: *** [all] Error 2 cassandra-cpp-driver/2.15.3: WARN: Build folder is dirty, removing it: /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921 cassandra-cpp-driver/2.15.3: ERROR: Package 'bde268ae55845e4b59be48fa451658a529d8f921' build failed cassandra-cpp-driver/2.15.3: WARN: Build folder /home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921 ERROR: cassandra-cpp-driver/2.15.3: Error in build() method, line 131 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-3110/.conan/data/cassandra-cpp-driver/2.15.3/_/_/build/bde268ae55845e4b59be48fa451658a529d8f921' '--' '-j3'