scan-build: Using '/usr/lib/llvm-18/bin/clang' for static analysis CMake Deprecation Warning at CMakeLists.txt:9 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  -- The C compiler identification is Clang 18.1.3 -- The CXX compiler identification is Clang 18.1.3 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/share/clang/scan-build-18/libexec/ccc-analyzer - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/share/clang/scan-build-18/libexec/c++-analyzer - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done Build host architecture: x86_64 Build target architecture: x86_64 Setting CMAKE_CXX_STANDARD to 14 as required by DCCL (when Boost is available). If you wish to use a newer standard, set CMAKE_CXX_STANDARD directly Compiling in Git source tree. Installation directories set to: libraries: /usr/local/lib binaries: /usr/local/bin headers: /usr/local/include -- Found ProtobufDCCL: /usr/lib/x86_64-linux-gnu/libprotobuf.so Google Protocol Buffers Version: 3.21.12 -- Found Cryptopp: /usr/lib/x86_64-linux-gnu/libcryptopp.so -- Found B64: /usr/lib/x86_64-linux-gnu/libb64.so -- Found Lua: /usr/lib/x86_64-linux-gnu/liblua5.3.so;/usr/lib/x86_64-linux-gnu/libm.so (found version "5.3.6") -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Configuring done (1.7s) -- Generating done (0.2s) -- Build files have been written to: /root/dccl4/build scan-build: Analysis run complete. scan-build: Removing directory '/tmp/scan-build-2025-09-25-203227-4087-1' because it contains no reports. scan-build: No bugs found. scan-build: Using '/usr/lib/llvm-18/bin/clang' for static analysis [ 1%] Generating LibLink [ 1%] Generating BinLink [ 1%] Built target bin_link [ 1%] Built target lib_link [ 2%] Generating IncludeLink [ 2%] Generating ShareLink [ 2%] Built target share_link [ 2%] Built target inc_link [ 3%] Running C++ protocol buffer compiler on option_extensions.proto [ 4%] Running C++ protocol buffer compiler on option_extensions.proto [ 4%] Building CXX object src/apps/pb_plugin/CMakeFiles/protoc-gen-dccl.dir/pb_plugin.cpp.o [ 4%] Building CXX object src/apps/pb_plugin/CMakeFiles/protoc-gen-dccl_cpp.dir/pb_plugin.cpp.o [ 5%] Building CXX object src/apps/pb_plugin/CMakeFiles/protoc-gen-dccl.dir/__/__/__/include/dccl/apps/pb_plugin/option_extensions.pb.cc.o [ 5%] Building CXX object src/apps/pb_plugin/CMakeFiles/protoc-gen-dccl_cpp.dir/__/__/__/include/dccl/apps/pb_plugin/option_extensions.pb.cc.o [ 5%] Linking CXX executable ../../../bin/protoc-gen-dccl [ 5%] Built target protoc-gen-dccl [ 6%] Running C++ and DCCL protocol buffer compiler on protobuf/option_extensions.proto [ 6%] Running C++ and DCCL protocol buffer compiler on option_extensions.proto [ 6%] Building CXX object src/CMakeFiles/dccl.dir/logger.cpp.o [ 7%] Linking CXX executable ../../../bin/protoc-gen-dccl_cpp [ 7%] Built target protoc-gen-dccl_cpp [ 8%] Building CXX object src/CMakeFiles/dccl.dir/codec.cpp.o In file included from /root/dccl4/src/codec.cpp:33: /root/dccl4/src/codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids [ 8%] Building CXX object src/CMakeFiles/dccl.dir/field_codec.cpp.o 1 warning generated. In file included from /root/dccl4/src/field_codec.cpp:25: /root/dccl4/src/codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 9%] Building CXX object src/CMakeFiles/dccl.dir/field_codec_manager.cpp.o [ 9%] Building CXX object src/CMakeFiles/dccl.dir/field_codec_id.cpp.o [ 10%] Building CXX object src/CMakeFiles/dccl.dir/bitset.cpp.o In file included from /root/dccl4/src/bitset.cpp:25: /root/dccl4/src/codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 10%] Building CXX object src/CMakeFiles/dccl.dir/dynamic_protobuf_manager.cpp.o [ 10%] Building CXX object src/CMakeFiles/dccl.dir/dynamic_conditions.cpp.o [ 11%] Building CXX object src/CMakeFiles/dccl.dir/codecs2/field_codec_default.cpp.o In file included from /root/dccl4/src/codecs2/field_codec_default.cpp:28: /root/dccl4/src/codecs2/../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/codecs2/../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 11%] Building CXX object src/CMakeFiles/dccl.dir/codecs2/field_codec_default_message.cpp.o [ 12%] Building CXX object src/CMakeFiles/dccl.dir/codecs3/field_codec_default_message.cpp.o In file included from /root/dccl4/src/codecs2/field_codec_default_message.cpp:25: /root/dccl4/src/codecs2/../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/codecs2/../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. In file included from /root/dccl4/src/codecs3/field_codec_default_message.cpp:25: /root/dccl4/src/codecs3/../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/codecs3/../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 12%] Building CXX object src/CMakeFiles/dccl.dir/codecs3/field_codec_default.cpp.o [ 13%] Building CXX object src/CMakeFiles/dccl.dir/codecs3/field_codec_var_bytes.cpp.o [ 13%] Building CXX object src/CMakeFiles/dccl.dir/codecs4/field_codec_default_message.cpp.o [ 14%] Building CXX object src/CMakeFiles/dccl.dir/internal/type_helper.cpp.o In file included from /root/dccl4/src/codecs4/field_codec_default_message.cpp:25: /root/dccl4/src/codecs4/../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/codecs4/../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 14%] Building CXX object src/CMakeFiles/dccl.dir/internal/field_codec_message_stack.cpp.o [ 15%] Building CXX object src/CMakeFiles/dccl.dir/thread_safety.cpp.o [ 15%] Building CXX object src/CMakeFiles/dccl.dir/__/include/dccl/option_extensions.pb.cc.o [ 16%] Building CXX object src/CMakeFiles/dccl.dir/__/include/dccl/protobuf/option_extensions.pb.cc.o [ 16%] Building C object src/CMakeFiles/dccl.dir/thirdparty/lua-protobuf/pb.c.o In file included from /root/dccl4/src/thirdparty/lua-protobuf/pb.c:11: /root/dccl4/src/thirdparty/lua-protobuf/pb.h:659:13: warning: Null pointer passed to 2nd parameter expecting 'nonnull' [core.NonNullParamChecker] 659 | if (strcmp(p->name, name) == 0) | ^~~~~~~~~~~~~~~~~~~~~ /root/dccl4/src/thirdparty/lua-protobuf/pb.h:741:5: warning: Null pointer passed to 2nd parameter expecting 'nonnull' [core.NonNullParamChecker] 741 | memcpy(buff, s.p, len); | ^~~~~~~~~~~~~~~~~~~~~~ /root/dccl4/src/thirdparty/lua-protobuf/pb.h:1626:44: warning: Access to field 'count' results in a dereference of a null pointer [core.NullDereference] 1626 | pbC(pbL_FileDescriptorProto(L, pbL_add(*pfiles))); break; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /root/dccl4/src/thirdparty/lua-protobuf/pb.h:1376:29: note: expanded from macro 'pbL_add' 1376 | &(A)[pbL_rawh(A)->count++] : NULL) | ^ /root/dccl4/src/thirdparty/lua-protobuf/pb.h:1372:23: note: expanded from macro 'pbL_rawh' 1372 | #define pbL_rawh(A) ((pb_ArrayHeader*)(A) - 1) | ^ /root/dccl4/src/thirdparty/lua-protobuf/pb.h:1363:31: note: expanded from macro 'pbC' 1363 | #define pbC(e) do { int r = (e); if (r != PB_OK) return r; } while (0) | ^ /root/dccl4/src/thirdparty/lua-protobuf/pb.c:331:10: warning: Although the value stored to 'os' is used in the enclosing expression, the value is never actually read from 'os' [deadcode.DeadStores] 331 | if ((os = s = lua_tostring(L, idx)) == NULL) return 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /root/dccl4/src/thirdparty/lua-protobuf/pb.c:498:38: warning: 1st function call argument is an uninitialized value [core.CallAndMessage] 498 | case PB_Tsint32: pushinteger(pb_decode_sint32((uint32_t)v.u64), 0); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/dccl4/src/thirdparty/lua-protobuf/pb.c:487:48: note: expanded from macro 'pushinteger' 487 | #define pushinteger(n,u) lpb_pushinteger((L), (n), (u), LS->int64_mode) | ^ /root/dccl4/src/thirdparty/lua-protobuf/pb.c:501:38: warning: 1st function call argument is an uninitialized value [core.CallAndMessage] 501 | case PB_Tsint64: pushinteger(pb_decode_sint64(v.u64), 0); break; | ^~~~~~~~~~~~~~~~~~~~~~~ /root/dccl4/src/thirdparty/lua-protobuf/pb.c:487:48: note: expanded from macro 'pushinteger' 487 | #define pushinteger(n,u) lpb_pushinteger((L), (n), (u), LS->int64_mode) | ^ /root/dccl4/src/thirdparty/lua-protobuf/pb.c:766:27: warning: Array access (via field 'p') results in a null pointer dereference [core.NullDereference] 766 | unsigned int ch = s.p[r[0]-1]; | ^~~~~~~~~~~ /root/dccl4/src/thirdparty/lua-protobuf/pb.c:784:23: warning: Array access (via field 'p') results in a null pointer dereference [core.NullDereference] 784 | switch (num = s.p[r[0]-1]) { | ^~~~~~~~~~~ /root/dccl4/src/thirdparty/lua-protobuf/pb.c:942:27: warning: Null pointer passed to 2nd parameter expecting 'nonnull' [core.NonNullParamChecker] 942 | if (oldp == NULL) memcpy(newp, s->buff, s->used*sizeof(pb_Slice)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/dccl4/src/thirdparty/lua-protobuf/pb.c:1127:20: warning: Assigned value is garbage or undefined [core.uninitialized.Assign] 1127 | view.start = view.p; | ^ ~~~~~~ /root/dccl4/src/thirdparty/lua-protobuf/pb.c:1205:20: warning: Access to field 'field_count' results in a dereference of a null pointer (loaded from variable 't') [core.NullDereference] 1205 | int fieldcnt = t->field_count - t->oneof_field + t->oneof_count*2; | ^~~~~~~~~~~~~~ 11 warnings generated. [ 16%] Linking CXX shared library ../lib/libdccl.so [ 16%] Built target dccl [ 16%] Running C++ and DCCL protocol buffer compiler on protobuf/ccl_extensions.proto [ 17%] Running C++ and DCCL protocol buffer compiler on protobuf/arithmetic_extensions.proto [ 18%] Running C++ and DCCL protocol buffer compiler on protobuf/ccl.proto [ 18%] Running C++ and DCCL protocol buffer compiler on protobuf/arithmetic.proto dccl/arithmetic/protobuf/arithmetic.proto:26:1: warning: Import dccl/option_extensions.proto is unused. [ 19%] Building CXX object src/arithmetic/CMakeFiles/dccl_arithmetic.dir/field_codec_arithmetic.cpp.o [ 20%] Building CXX object src/ccl/CMakeFiles/dccl_ccl_compat.dir/ccl_compatibility.cpp.o In file included from /root/dccl4/src/ccl/ccl_compatibility.cpp:28: /root/dccl4/src/ccl/../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/ccl/../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids In file included from /root/dccl4/src/arithmetic/field_codec_arithmetic.cpp:25: /root/dccl4/src/arithmetic/../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/arithmetic/../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. 1 warning generated. [ 20%] Building CXX object src/ccl/CMakeFiles/dccl_ccl_compat.dir/WhoiUtil.cpp.o [ 21%] Building CXX object src/ccl/CMakeFiles/dccl_ccl_compat.dir/__/__/include/dccl/ccl/protobuf/ccl.pb.cc.o [ 21%] Building CXX object src/ccl/CMakeFiles/dccl_ccl_compat.dir/__/__/include/dccl/ccl/protobuf/ccl_extensions.pb.cc.o [ 21%] Building CXX object src/arithmetic/CMakeFiles/dccl_arithmetic.dir/__/__/include/dccl/arithmetic/protobuf/arithmetic_extensions.pb.cc.o [ 21%] Linking CXX shared library ../../lib/libdccl_ccl_compat.so [ 21%] Built target dccl_ccl_compat [ 22%] Building CXX object src/arithmetic/CMakeFiles/dccl_arithmetic.dir/__/__/include/dccl/arithmetic/protobuf/arithmetic.pb.cc.o [ 23%] Building CXX object src/native_protobuf/CMakeFiles/dccl_native_protobuf.dir/dccl_native_protobuf.cpp.o [ 23%] Linking CXX shared library ../../lib/libdccl_arithmetic.so In file included from /root/dccl4/src/native_protobuf/dccl_native_protobuf.cpp:25: /root/dccl4/src/native_protobuf/../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/native_protobuf/../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids [ 23%] Built target dccl_arithmetic [ 24%] Running C++ and DCCL protocol buffer compiler on test.proto [ 24%] Building CXX object src/test/dccl_all_fields/CMakeFiles/dccl_test_all_fields.dir/test.cpp.o 1 warning generated. In file included from /root/dccl4/src/test/dccl_all_fields/test.cpp:32: /root/dccl4/src/test/dccl_all_fields/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_all_fields/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 25%] Building CXX object src/test/dccl_all_fields/CMakeFiles/dccl_test_all_fields.dir/__/__/__/include/dccl/test/dccl_all_fields/test.pb.cc.o [ 25%] Linking CXX shared library ../../lib/libdccl_native_protobuf.so [ 25%] Built target dccl_native_protobuf [ 25%] Running C++ and DCCL protocol buffer compiler on test.proto [ 25%] Building CXX object src/test/dccl_custom_message/CMakeFiles/dccl_test_custom_message.dir/test.cpp.o [ 25%] Linking CXX executable ../../../bin/dccl_test_all_fields [ 25%] Built target dccl_test_all_fields [ 25%] Running C++ and DCCL protocol buffer compiler on test.proto [ 26%] Running C++ and DCCL protocol buffer compiler on header.proto [ 26%] Building CXX object src/test/dccl_header/CMakeFiles/dccl_test_header.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_custom_message/test.cpp:28: /root/dccl4/src/test/dccl_custom_message/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_custom_message/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. In file included from /root/dccl4/src/test/dccl_header/test.cpp:27: /root/dccl4/src/test/dccl_header/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_header/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 27%] Building CXX object src/test/dccl_custom_message/CMakeFiles/dccl_test_custom_message.dir/__/__/__/include/dccl/test/dccl_custom_message/test.pb.cc.o [ 27%] Building CXX object src/test/dccl_header/CMakeFiles/dccl_test_header.dir/__/__/__/include/dccl/test/dccl_header/test.pb.cc.o [ 27%] Linking CXX executable ../../../bin/dccl_test_custom_message [ 27%] Built target dccl_test_custom_message [ 27%] Running C++ and DCCL protocol buffer compiler on test.proto dccl/test/dccl_repeated/test.proto:27:1: warning: Import dccl/test/dccl_header/header.proto is unused. [ 27%] Building CXX object src/test/dccl_repeated/CMakeFiles/dccl_test_repeated.dir/test.cpp.o [ 28%] Building CXX object src/test/dccl_header/CMakeFiles/dccl_test_header.dir/__/__/__/include/dccl/test/dccl_header/header.pb.cc.o In file included from /root/dccl4/src/test/dccl_repeated/test.cpp:27: /root/dccl4/src/test/dccl_repeated/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_repeated/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids [ 28%] Linking CXX executable ../../../bin/dccl_test_header [ 28%] Built target dccl_test_header [ 29%] Running C++ and DCCL protocol buffer compiler on test.proto [ 29%] Building CXX object src/test/dccl_default_id/CMakeFiles/dccl_test_default_id.dir/test.cpp.o 1 warning generated. In file included from /root/dccl4/src/test/dccl_default_id/test.cpp:26: /root/dccl4/src/test/dccl_default_id/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_default_id/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 30%] Building CXX object src/test/dccl_repeated/CMakeFiles/dccl_test_repeated.dir/__/__/__/include/dccl/test/dccl_repeated/test.pb.cc.o [ 30%] Building CXX object src/test/dccl_repeated/CMakeFiles/dccl_test_repeated.dir/__/__/__/include/dccl/test/dccl_header/header.pb.cc.o [ 31%] Building CXX object src/test/dccl_default_id/CMakeFiles/dccl_test_default_id.dir/__/__/__/include/dccl/test/dccl_default_id/test.pb.cc.o [ 31%] Linking CXX executable ../../../bin/dccl_test_repeated [ 32%] Built target dccl_test_repeated [ 33%] Running C++ and DCCL protocol buffer compiler on test.proto [ 33%] Building CXX object src/test/dccl_required_optional/CMakeFiles/dccl_test_required_optional.dir/test.cpp.o [ 33%] Linking CXX executable ../../../bin/dccl_test_default_id [ 33%] Built target dccl_test_default_id [ 33%] Running C++ and DCCL protocol buffer compiler on test.proto [ 34%] Building CXX object src/test/dccl_var_bytes/CMakeFiles/dccl_test_var_bytes.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_required_optional/test.cpp:27: /root/dccl4/src/test/dccl_required_optional/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_required_optional/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids In file included from /root/dccl4/src/test/dccl_var_bytes/test.cpp:26: /root/dccl4/src/test/dccl_var_bytes/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_var_bytes/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. 1 warning generated. [ 35%] Building CXX object src/test/dccl_required_optional/CMakeFiles/dccl_test_required_optional.dir/__/__/__/include/dccl/test/dccl_required_optional/test.pb.cc.o [ 35%] Building CXX object src/test/dccl_var_bytes/CMakeFiles/dccl_test_var_bytes.dir/__/__/__/include/dccl/test/dccl_var_bytes/test.pb.cc.o [ 35%] Linking CXX executable ../../../bin/dccl_test_required_optional [ 35%] Built target dccl_test_required_optional [ 36%] Running C++ and DCCL protocol buffer compiler on test.proto dccl/test/dccl_static_methods/test.proto:27:1: warning: Import dccl/test/dccl_header/header.proto is unused. [ 36%] Linking CXX executable ../../../bin/dccl_test_var_bytes [ 36%] Building CXX object src/test/dccl_static_methods/CMakeFiles/dccl_test_static_methods.dir/test.cpp.o [ 36%] Built target dccl_test_var_bytes [ 36%] Running C++ and DCCL protocol buffer compiler on test.proto [ 37%] Building CXX object src/test/dccl_custom_id/CMakeFiles/dccl_test_custom_id.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_static_methods/test.cpp:27: /root/dccl4/src/test/dccl_static_methods/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_static_methods/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids In file included from /root/dccl4/src/test/dccl_custom_id/test.cpp:26: /root/dccl4/src/test/dccl_custom_id/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_custom_id/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. 1 warning generated. [ 38%] Building CXX object src/test/dccl_static_methods/CMakeFiles/dccl_test_static_methods.dir/__/__/__/include/dccl/test/dccl_static_methods/test.pb.cc.o [ 38%] Building CXX object src/test/dccl_custom_id/CMakeFiles/dccl_test_custom_id.dir/__/__/__/include/dccl/test/dccl_custom_id/test.pb.cc.o [ 38%] Building CXX object src/test/dccl_static_methods/CMakeFiles/dccl_test_static_methods.dir/__/__/__/include/dccl/test/dccl_header/header.pb.cc.o [ 39%] Linking CXX executable ../../../bin/dccl_test_custom_id [ 39%] Built target dccl_test_custom_id [ 40%] Running C++ and DCCL protocol buffer compiler on test.proto [ 40%] Building CXX object src/test/dccl_user_specified_id/CMakeFiles/dccl_test_user_specified_id.dir/test.cpp.o [ 41%] Linking CXX executable ../../../bin/dccl_test_static_methods [ 41%] Built target dccl_test_static_methods [ 42%] Running C++ and DCCL protocol buffer compiler on test.proto [ 42%] Building CXX object src/test/dccl_numeric_bounds/CMakeFiles/dccl_test_numeric_bounds.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_user_specified_id/test.cpp:25: /root/dccl4/src/test/dccl_user_specified_id/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_user_specified_id/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. In file included from /root/dccl4/src/test/dccl_numeric_bounds/test.cpp:26: /root/dccl4/src/test/dccl_numeric_bounds/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_numeric_bounds/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 43%] Building CXX object src/test/dccl_numeric_bounds/CMakeFiles/dccl_test_numeric_bounds.dir/__/__/__/include/dccl/test/dccl_numeric_bounds/test.pb.cc.o [ 43%] Linking CXX executable ../../../bin/dccl_test_numeric_bounds [ 43%] Built target dccl_test_numeric_bounds [ 43%] Running C++ and DCCL protocol buffer compiler on test.proto [ 44%] Building CXX object src/test/dccl_user_specified_id/CMakeFiles/dccl_test_user_specified_id.dir/__/__/__/include/dccl/test/dccl_user_specified_id/test.pb.cc.o [ 45%] Building CXX object src/test/dccl_codec_group/CMakeFiles/dccl_test_codec_group.dir/test.cpp.o [ 45%] Linking CXX executable ../../../bin/dccl_test_user_specified_id In file included from /root/dccl4/src/test/dccl_codec_group/test.cpp:30: /root/dccl4/src/test/dccl_codec_group/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_codec_group/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids [ 45%] Built target dccl_test_user_specified_id [ 46%] Running C++ and DCCL protocol buffer compiler on test.proto [ 46%] Building CXX object src/test/dccl_message_fix/CMakeFiles/dccl_test_message_fix.dir/test.cpp.o 1 warning generated. In file included from /root/dccl4/src/test/dccl_message_fix/test.cpp:30: /root/dccl4/src/test/dccl_message_fix/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_message_fix/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 46%] Building CXX object src/test/dccl_codec_group/CMakeFiles/dccl_test_codec_group.dir/__/__/__/include/dccl/test/dccl_codec_group/test.pb.cc.o [ 47%] Building CXX object src/test/dccl_message_fix/CMakeFiles/dccl_test_message_fix.dir/__/__/__/include/dccl/test/dccl_message_fix/test.pb.cc.o [ 48%] Linking CXX executable ../../../bin/dccl_test_codec_group [ 48%] Built target dccl_test_codec_group [ 49%] Running C++ and DCCL protocol buffer compiler on test.proto [ 49%] Building CXX object src/test/dccl_oneof/CMakeFiles/dccl_test_oneof.dir/test.cpp.o [ 49%] Linking CXX executable ../../../bin/dccl_test_message_fix [ 49%] Built target dccl_test_message_fix [ 49%] Running C++ and DCCL protocol buffer compiler on test.proto [ 50%] Building CXX object src/test/dccl_strict/CMakeFiles/dccl_test_strict.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_oneof/test.cpp:33: /root/dccl4/src/test/dccl_oneof/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_oneof/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. In file included from /root/dccl4/src/test/dccl_strict/test.cpp:30: /root/dccl4/src/test/dccl_strict/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_strict/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 51%] Building CXX object src/test/dccl_oneof/CMakeFiles/dccl_test_oneof.dir/__/__/__/include/dccl/test/dccl_oneof/test.pb.cc.o [ 51%] Building CXX object src/test/dccl_strict/CMakeFiles/dccl_test_strict.dir/__/__/__/include/dccl/test/dccl_strict/test.pb.cc.o [ 51%] Linking CXX executable ../../../bin/dccl_test_oneof [ 51%] Built target dccl_test_oneof [ 51%] Running C++ and DCCL protocol buffer compiler on test.proto [ 52%] Building CXX object src/test/dccl_packed_enum/CMakeFiles/dccl_test_packed_enum.dir/test.cpp.o [ 53%] Linking CXX executable ../../../bin/dccl_test_strict [ 53%] Built target dccl_test_strict [ 54%] Running C++ and DCCL protocol buffer compiler on test_b.proto [ 54%] Building CXX object src/test/dccl_dynamic_protobuf/CMakeFiles/test_dyn_protobuf.dir/__/__/__/include/dccl/test/dccl_dynamic_protobuf/test_b.pb.cc.o In file included from /root/dccl4/src/test/dccl_packed_enum/test.cpp:29: /root/dccl4/src/test/dccl_packed_enum/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_packed_enum/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids [ 55%] Linking CXX shared library ../../../lib/libtest_dyn_protobuf.so 1 warning generated. [ 55%] Built target test_dyn_protobuf [ 55%] Running C++ and DCCL protocol buffer compiler on test_a.proto [ 56%] Building CXX object src/test/dccl_dynamic_protobuf/CMakeFiles/dccl_test_dynamic_protobuf.dir/dynamic_protobuf.cpp.o [ 56%] Building CXX object src/test/dccl_dynamic_protobuf/CMakeFiles/dccl_test_dynamic_protobuf.dir/__/__/__/include/dccl/test/dccl_dynamic_protobuf/test_a.pb.cc.o [ 57%] Linking CXX executable ../../../bin/dccl_test_dynamic_protobuf [ 57%] Building CXX object src/test/dccl_packed_enum/CMakeFiles/dccl_test_packed_enum.dir/__/__/__/include/dccl/test/dccl_packed_enum/test.pb.cc.o [ 57%] Built target dccl_test_dynamic_protobuf [ 57%] Running C++ and DCCL protocol buffer compiler on test.proto [ 58%] Building CXX object src/test/dccl_presence/CMakeFiles/dccl_test_presence.dir/test.cpp.o [ 59%] Linking CXX executable ../../../bin/dccl_test_packed_enum [ 59%] Built target dccl_test_packed_enum [ 60%] Running C++ and DCCL protocol buffer compiler on test.proto [ 60%] Building CXX object src/test/dccl_resolution/CMakeFiles/dccl_test_resolution.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_presence/test.cpp:26: /root/dccl4/src/test/dccl_presence/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_presence/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. In file included from /root/dccl4/src/test/dccl_resolution/test.cpp:27: /root/dccl4/src/test/dccl_resolution/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_resolution/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 61%] Building CXX object src/test/dccl_resolution/CMakeFiles/dccl_test_resolution.dir/__/__/__/include/dccl/test/dccl_resolution/test.pb.cc.o [ 61%] Building CXX object src/test/dccl_presence/CMakeFiles/dccl_test_presence.dir/__/__/__/include/dccl/test/dccl_presence/test.pb.cc.o [ 61%] Linking CXX executable ../../../bin/dccl_test_resolution [ 61%] Built target dccl_test_resolution [ 62%] Running C++ and DCCL protocol buffer compiler on test.proto [ 62%] Building CXX object src/test/dccl_min_repeat/CMakeFiles/dccl_test_min_repeat.dir/test.cpp.o [ 63%] Linking CXX executable ../../../bin/dccl_test_presence In file included from /root/dccl4/src/test/dccl_min_repeat/test.cpp:32: /root/dccl4/src/test/dccl_min_repeat/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_min_repeat/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids [ 63%] Built target dccl_test_presence [ 63%] Running C++ and DCCL protocol buffer compiler on test.proto [ 64%] Building CXX object src/test/dccl_hash/CMakeFiles/dccl_test_hash.dir/test.cpp.o 1 warning generated. In file included from /root/dccl4/src/test/dccl_hash/test.cpp:31: /root/dccl4/src/test/dccl_hash/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_hash/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 64%] Building CXX object src/test/dccl_min_repeat/CMakeFiles/dccl_test_min_repeat.dir/__/__/__/include/dccl/test/dccl_min_repeat/test.pb.cc.o [ 65%] Linking CXX executable ../../../bin/dccl_test_min_repeat [ 65%] Building CXX object src/test/dccl_hash/CMakeFiles/dccl_test_hash.dir/__/__/__/include/dccl/test/dccl_hash/test.pb.cc.o [ 65%] Built target dccl_test_min_repeat [ 66%] Running C++ and DCCL protocol buffer compiler on test.proto [ 66%] Building CXX object src/test/dccl_omit_id/CMakeFiles/dccl_test_omit_id.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_omit_id/test.cpp:30: /root/dccl4/src/test/dccl_omit_id/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_omit_id/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids [ 67%] Linking CXX executable ../../../bin/dccl_test_hash [ 67%] Built target dccl_test_hash [ 67%] Running C++ and DCCL protocol buffer compiler on test.proto [ 68%] Running C++ and DCCL protocol buffer compiler on auv_status.proto [ 69%] Running C++ and DCCL protocol buffer compiler on command_message.proto [ 69%] Running C++ and DCCL protocol buffer compiler on ctd_message_units.proto [ 69%] Building CXX object src/test/dccl_units/CMakeFiles/dccl_test_units.dir/test.cpp.o 1 warning generated. [ 70%] Building CXX object src/test/dccl_omit_id/CMakeFiles/dccl_test_omit_id.dir/__/__/__/include/dccl/test/dccl_omit_id/test.pb.cc.o [ 70%] Linking CXX executable ../../../bin/dccl_test_omit_id [ 70%] Built target dccl_test_omit_id src/test/dccl_load_file/CMakeFiles/test_autoload.dir/build.make:92: warning: overriding recipe for target 'src/test/dccl_load_file/dccl_load.cpp' src/test/dccl_load_file/CMakeFiles/test_autoload.dir/build.make:81: warning: ignoring old recipe for target 'src/test/dccl_load_file/dccl_load.cpp' [ 70%] Running C++ and DCCL protocol buffer compiler on test2.proto: load_file: /root/dccl4/build/src/test/dccl_load_file/dccl_load.cpp [ 71%] Running C++ and DCCL protocol buffer compiler on test1.proto: load_file: /root/dccl4/build/src/test/dccl_load_file/dccl_load.cpp src/test/dccl_load_file/CMakeFiles/test_autoload.dir/build.make:92: warning: overriding recipe for target 'src/test/dccl_load_file/dccl_load.cpp' src/test/dccl_load_file/CMakeFiles/test_autoload.dir/build.make:81: warning: ignoring old recipe for target 'src/test/dccl_load_file/dccl_load.cpp' [ 72%] Building CXX object src/test/dccl_load_file/CMakeFiles/test_autoload.dir/dccl_load.cpp.o [ 72%] Building CXX object src/test/dccl_units/CMakeFiles/dccl_test_units.dir/__/__/__/include/dccl/test/dccl_units/test.pb.cc.o In file included from /root/dccl4/build/src/test/dccl_load_file/dccl_load.cpp:1: /root/dccl4/build/include/dccl/codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/build/include/dccl/codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids [ 73%] Building CXX object src/test/dccl_units/CMakeFiles/dccl_test_units.dir/__/__/__/include/dccl/test/dccl_units/auv_status.pb.cc.o 1 warning generated. [ 73%] Building CXX object src/test/dccl_units/CMakeFiles/dccl_test_units.dir/__/__/__/include/dccl/test/dccl_units/ctd_message_units.pb.cc.o [ 73%] Building CXX object src/test/dccl_load_file/CMakeFiles/test_autoload.dir/__/__/__/include/dccl/test/dccl_load_file/test1.pb.cc.o [ 74%] Building CXX object src/test/dccl_units/CMakeFiles/dccl_test_units.dir/__/__/__/include/dccl/test/dccl_units/command_message.pb.cc.o [ 75%] Building CXX object src/test/dccl_load_file/CMakeFiles/test_autoload.dir/__/__/__/include/dccl/test/dccl_load_file/test2.pb.cc.o [ 75%] Linking CXX executable ../../../bin/dccl_test_units [ 75%] Built target dccl_test_units [ 75%] Running C++ and DCCL protocol buffer compiler on test.proto [ 76%] Building CXX object src/test/dccl_ccl/CMakeFiles/dccl_test_ccl.dir/test.cpp.o [ 76%] Linking CXX shared library ../../../lib/libtest_autoload.so [ 76%] Built target test_autoload [ 77%] Running C++ and DCCL protocol buffer compiler on test_arithmetic.proto [ 77%] Building CXX object src/test/dccl_arithmetic/CMakeFiles/dccl_test_arithmetic.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_ccl/test.cpp:27: /root/dccl4/src/test/dccl_ccl/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_ccl/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids In file included from /root/dccl4/src/test/dccl_arithmetic/test.cpp:30: /root/dccl4/src/test/dccl_arithmetic/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_arithmetic/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. 1 warning generated. [ 78%] Building CXX object src/test/dccl_arithmetic/CMakeFiles/dccl_test_arithmetic.dir/__/__/__/include/dccl/test/dccl_arithmetic/test_arithmetic.pb.cc.o [ 78%] Building CXX object src/test/dccl_ccl/CMakeFiles/dccl_test_ccl.dir/__/__/__/include/dccl/test/dccl_ccl/test.pb.cc.o [ 78%] Linking CXX executable ../../../bin/dccl_test_arithmetic [ 78%] Built target dccl_test_arithmetic [ 78%] Building CXX object src/test/dccl_multithread/CMakeFiles/dccl_test_multithread.dir/test.cpp.o [ 79%] Linking CXX executable ../../../bin/dccl_test_ccl [ 79%] Built target dccl_test_ccl [ 79%] Running C++ and DCCL protocol buffer compiler on test.proto [ 80%] Building CXX object src/test/dccl_native_protobuf/CMakeFiles/dccl_test_native_protobuf.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_multithread/test.cpp:28: /root/dccl4/src/test/dccl_multithread/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_multithread/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids In file included from /root/dccl4/src/test/dccl_native_protobuf/test.cpp:26: /root/dccl4/src/test/dccl_native_protobuf/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_native_protobuf/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. 1 warning generated. [ 80%] Building CXX object src/test/dccl_native_protobuf/CMakeFiles/dccl_test_native_protobuf.dir/__/__/__/include/dccl/test/dccl_native_protobuf/test.pb.cc.o [ 81%] Building CXX object src/test/dccl_multithread/CMakeFiles/dccl_test_multithread.dir/__/__/__/include/dccl/test/dccl_all_fields/test.pb.cc.o [ 81%] Linking CXX executable ../../../bin/dccl_test_native_protobuf [ 81%] Built target dccl_test_native_protobuf [ 81%] Running C++ and DCCL protocol buffer compiler on test.proto [ 82%] Building CXX object src/test/dccl_v3_all_fields/CMakeFiles/dccl_test_v3_all_fields.dir/test.cpp.o [ 82%] Building CXX object src/test/dccl_multithread/CMakeFiles/dccl_test_multithread.dir/__/__/__/include/dccl/test/dccl_arithmetic/test_arithmetic.pb.cc.o In file included from /root/dccl4/src/test/dccl_v3_all_fields/test.cpp:31: /root/dccl4/src/test/dccl_v3_all_fields/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_v3_all_fields/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids [ 83%] Linking CXX executable ../../../bin/dccl_test_multithread [ 84%] Built target dccl_test_multithread [ 85%] Running C++ and DCCL protocol buffer compiler on test.proto [ 85%] Building CXX object src/test/dccl_v2_all_fields/CMakeFiles/dccl_test_v2_all_fields.dir/test.cpp.o 1 warning generated. In file included from /root/dccl4/src/test/dccl_v2_all_fields/test.cpp:31: /root/dccl4/src/test/dccl_v2_all_fields/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_v2_all_fields/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 85%] Building CXX object src/test/dccl_v3_all_fields/CMakeFiles/dccl_test_v3_all_fields.dir/__/__/__/include/dccl/test/dccl_v3_all_fields/test.pb.cc.o [ 86%] Building CXX object src/test/dccl_v2_all_fields/CMakeFiles/dccl_test_v2_all_fields.dir/__/__/__/include/dccl/test/dccl_v2_all_fields/test.pb.cc.o [ 87%] Linking CXX executable ../../../bin/dccl_test_v3_all_fields [ 87%] Built target dccl_test_v3_all_fields [ 87%] Running C++ and DCCL protocol buffer compiler on test.proto [ 88%] Running C++ and DCCL protocol buffer compiler on header.proto [ 88%] Building CXX object src/test/dccl_v2_header/CMakeFiles/dccl_test_v2_header.dir/test.cpp.o [ 88%] Linking CXX executable ../../../bin/dccl_test_v2_all_fields In file included from /root/dccl4/src/test/dccl_v2_header/test.cpp:26: /root/dccl4/src/test/dccl_v2_header/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_v2_header/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids [ 88%] Built target dccl_test_v2_all_fields [ 89%] Building CXX object src/test/bitset1/CMakeFiles/dccl_test_bitset1.dir/test.cpp.o 1 warning generated. [ 89%] Linking CXX executable ../../../bin/dccl_test_bitset1 [ 89%] Built target dccl_test_bitset1 [ 90%] Building CXX object src/test/logger1/CMakeFiles/dccl_test_logger1.dir/test.cpp.o [ 91%] Building CXX object src/test/dccl_v2_header/CMakeFiles/dccl_test_v2_header.dir/__/__/__/include/dccl/test/dccl_v2_header/test.pb.cc.o [ 91%] Building CXX object src/test/dccl_v2_header/CMakeFiles/dccl_test_v2_header.dir/__/__/__/include/dccl/test/dccl_v2_header/header.pb.cc.o [ 91%] Linking CXX executable ../../../bin/dccl_test_logger1 [ 91%] Built target dccl_test_logger1 [ 92%] Building CXX object src/test/round1/CMakeFiles/dccl_test_round1.dir/test.cpp.o [ 93%] Linking CXX executable ../../../bin/dccl_test_v2_header [ 93%] Built target dccl_test_v2_header [ 94%] Running C++ and DCCL protocol buffer compiler on test3.proto [ 94%] Building CXX object src/test/dccl_dynamic_conditions/CMakeFiles/dccl_test_dynamic_conditions_v3.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_dynamic_conditions/test.cpp:31: /root/dccl4/src/test/dccl_dynamic_conditions/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_dynamic_conditions/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 94%] Linking CXX executable ../../../bin/dccl_test_round1 [ 94%] Built target dccl_test_round1 [ 95%] Running C++ and DCCL protocol buffer compiler on test4.proto [ 95%] Building CXX object src/test/dccl_dynamic_conditions/CMakeFiles/dccl_test_dynamic_conditions_v4.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_dynamic_conditions/test.cpp:31: /root/dccl4/src/test/dccl_dynamic_conditions/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_dynamic_conditions/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 96%] Building CXX object src/test/dccl_dynamic_conditions/CMakeFiles/dccl_test_dynamic_conditions_v3.dir/__/__/__/include/dccl/test/dccl_dynamic_conditions/test3.pb.cc.o [ 96%] Linking CXX executable ../../../bin/dccl_test_dynamic_conditions_v3 [ 96%] Built target dccl_test_dynamic_conditions_v3 [ 96%] Building CXX object src/apps/analyze_dccl/CMakeFiles/analyze_dccl.dir/analyze_dccl.cpp.o [ 96%] Building CXX object src/test/dccl_dynamic_conditions/CMakeFiles/dccl_test_dynamic_conditions_v4.dir/__/__/__/include/dccl/test/dccl_dynamic_conditions/test4.pb.cc.o In file included from /root/dccl4/src/apps/analyze_dccl/analyze_dccl.cpp:26: /root/dccl4/src/apps/analyze_dccl/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/apps/analyze_dccl/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 97%] Linking CXX executable ../../../bin/dccl_test_dynamic_conditions_v4 [ 97%] Built target dccl_test_dynamic_conditions_v4 [ 98%] Running C++ and DCCL protocol buffer compiler on dccl_tool.proto [ 98%] Building CXX object src/apps/dccl/CMakeFiles/dccl_tool.dir/dccl_tool.cpp.o In file included from /root/dccl4/src/apps/dccl/dccl_tool.cpp:39: /root/dccl4/src/apps/dccl/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/apps/dccl/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [ 98%] Linking CXX executable ../../../bin/analyze_dccl [ 98%] Built target analyze_dccl [ 99%] Building CXX object src/apps/dccl/CMakeFiles/dccl_tool.dir/__/__/__/include/dccl/apps/dccl/dccl_tool.pb.cc.o [100%] Building CXX object src/test/dccl_load_file/CMakeFiles/dccl_test_load_file.dir/test.cpp.o In file included from /root/dccl4/src/test/dccl_load_file/test.cpp:26: /root/dccl4/src/test/dccl_load_file/../../codec.h:162:16: warning: parameter 'do_not_encrypt_ids_' not found in the function declaration [-Wdocumentation] 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~ /root/dccl4/src/test/dccl_load_file/../../codec.h:162:16: note: did you mean 'do_not_encrypt_ids'? 162 | /// \param do_not_encrypt_ids_ Optional set of DCCL ids for which to skip encrypting or decrypting |  ^~~~~~~~~~~~~~~~~~~  |  do_not_encrypt_ids 1 warning generated. [100%] Linking CXX executable ../../../bin/dccl [100%] Built target dccl_tool [100%] Linking CXX executable ../../../bin/dccl_test_load_file [100%] Built target dccl_test_load_file scan-build: Analysis run complete. scan-build: 0 bugs found.