* installing *source* package 'otelsdk' ... ** this is package 'otelsdk' version '0.2.0' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.2.0' using C++ compiler: 'g++.exe (GCC) 14.2.0' rm -f otelcpplib tar xzf vendor/opentelemetry-cpp.tgz --no-same-owner || \ tar xzf vendor/opentelemetry-cpp.tgz mkdir -p cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/common/v1 cp status.proto \ cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/common/v1/ patch -p0 < vendor/opentelemetry-cpp.patch patching file cpp/exporters/otlp/src/otlp_file_client.cc Hunk #1 succeeded at 1256 (offset 3 lines). patching file cpp/third_party/opentelemetry-proto/Makefile patching file cpp/cmake/opentelemetry-proto.cmake Hunk #1 succeeded at 67 (offset -23 lines). Hunk #2 succeeded at 107 (offset -23 lines). Hunk #3 succeeded at 131 (offset -23 lines). Hunk #4 succeeded at 252 (offset -4 lines). Hunk #5 succeeded at 288 (offset -4 lines). Hunk #6 succeeded at 301 (offset -4 lines). Hunk #7 succeeded at 326 (offset -3 lines). patching file cpp/sdk/src/metrics/meter_context.cc Hunk #1 succeeded at 157 (offset 3 lines). Hunk #2 succeeded at 173 (offset 3 lines). patching file cpp/sdk/include/opentelemetry/sdk/metrics/meter_context.h patching file cpp/sdk/src/metrics/meter_provider.cc Hunk #1 succeeded at 163 (offset 4 lines). patching file cpp/exporters/otlp/src/otlp_file_client.cc patching file cpp/api/include/opentelemetry/trace/span.h patching file cpp/sdk/include/opentelemetry/sdk/trace/multi_recordable.h patching file cpp/sdk/include/opentelemetry/sdk/trace/recordable.h patching file cpp/sdk/src/trace/span.cc patching file cpp/api/include/opentelemetry/trace/default_span.h patching file cpp/api/include/opentelemetry/trace/noop.h patching file cpp/sdk/src/trace/span.h patching file cpp/sdk/include/opentelemetry/sdk/trace/span_data.h patching file cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_recordable.h patching file cpp/exporters/otlp/src/otlp_recordable.cc (cd cpp; MAKEFLAGS= CC="gcc " CXX="g++ -std=gnu++17 " AR="ar" \ RANLIB="ranlib" CPPFLAGS="" \ CXXFLAGS="-pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DNDEBUG -DCURL_STATICLIB" \ CFLAGS="-pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -DNDEBUG -DCURL_STATICLIB" \ cmake -S . -B build \ -DWITH_ABI_VERSION_1=OFF -DWITH_ABI_VERSION_2=ON \ -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_PREFIX_PATH="" \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON \ -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_STANDARD=14 \ -DWITH_ELASTICSEARCH=OFF -DWITH_EXAMPLES=OFF \ -DWITH_OTLP_GRPC=OFF -DWITH_OTLP_HTTP=ON -DWITH_OTLP_FILE=ON \ -DWITH_ABSEIL=OFF -DWITH_PROMETHEUS=OFF -DBUILD_TESTING=OFF \ -DWITH_BENCHMARK=OFF -DWITH_FUNC_TESTS=OFF -DWITH_ETW=OFF) -- Building for: Unix Makefiles CMake Deprecation Warning at CMakeLists.txt:25 (cmake_policy): The OLD behavior for policy CMP0092 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- The C compiler identification is GNU 14.2.0 -- The CXX compiler identification is GNU 14.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: D:/rtools45/x86_64-w64-mingw32.static.posix/bin/gcc.exe - 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: D:/rtools45/x86_64-w64-mingw32.static.posix/bin/g++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- OPENTELEMETRY_ABI_VERSION_NO=2 -- OPENTELEMETRY_VERSION=1.22.0 -- Performing Test check_cxx_compiler_flag_-Wno-type-limits -- Performing Test check_cxx_compiler_flag_-Wno-type-limits - Success -- Performing Test check_cxx_compiler_flag_-Wno-deprecated-declarations -- Performing Test check_cxx_compiler_flag_-Wno-deprecated-declarations - Success -- Performing Test check_cxx_compiler_flag_-Wno-unused-parameter -- Performing Test check_cxx_compiler_flag_-Wno-unused-parameter - Success -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: D:/rtools45/x86_64-w64-mingw32.static.posix/lib/libz.a (found version "1.3.1") -- PROTOBUF_PROTOC_EXECUTABLE=D:/rtools45/x86_64-w64-mingw32.static.posix/bin/protoc.exe -- fetching opentelemetry-proto from git submodule -- Found CURL: D:/rtools45/x86_64-w64-mingw32.static.posix/lib/libcurl.a (found version "8.13.0") -- Using the single-header code from D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/nlohmann-json/single_include/ -- --------------------------------------------- -- build settings -- --------------------------------------------- -- OpenTelemetry: 1.22.0 -- OpenTelemetry ABI: 2 -- CMAKE_SYSTEM_PROCESSOR: AMD64 -- CXX: GNU 14.2.0 -- CMAKE_BUILD_TYPE: -- CXXFLAGS: -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DNDEBUG -DCURL_STATICLIB -- CMAKE_CXX_STANDARD: 14 -- CMAKE_TOOLCHAIN_FILE: -- BUILD_SHARED_LIBS: OFF -- --------------------------------------------- -- opentelemetry-cpp build options -- --------------------------------------------- -- WITH_API_ONLY: OFF -- WITH_NO_DEPRECATED_CODE: OFF -- WITH_ABI_VERSION_1: OFF -- WITH_ABI_VERSION_2: ON -- OTELCPP_VERSIONED_LIBS: OFF -- OTELCPP_MAINTAINER_MODE: OFF -- WITH_STL: OFF -- WITH_GSL: OFF -- WITH_NO_GETENV: OFF -- --------------------------------------------- -- opentelemetry-cpp cmake component options -- --------------------------------------------- -- WITH_OTLP_GRPC: OFF -- WITH_OTLP_HTTP: ON -- WITH_OTLP_FILE: ON -- WITH_HTTP_CLIENT_CURL: ON -- WITH_ZIPKIN: OFF -- WITH_PROMETHEUS: OFF -- WITH_ELASTICSEARCH: OFF -- WITH_OPENTRACING: OFF -- WITH_ETW: OFF -- OPENTELEMETRY_BUILD_DLL: -- --------------------------------------------- -- feature preview options -- --------------------------------------------- -- WITH_ASYNC_EXPORT_PREVIEW: OFF -- WITH_THREAD_INSTRUMENTATION_PREVIEW: OFF -- WITH_METRICS_EXEMPLAR_PREVIEW: OFF -- WITH_OTLP_GRPC_SSL_MTLS_PREVIEW: OFF -- WITH_OTLP_GRPC_CREDENTIAL_PREVIEW: OFF -- WITH_OTLP_RETRY_PREVIEW: OFF -- --------------------------------------------- -- third-party options -- --------------------------------------------- -- WITH_NLOHMANN_JSON: ON -- WITH_CURL_LOGGING: OFF -- WITH_OTLP_HTTP_COMPRESSION: OFF -- --------------------------------------------- -- examples and test options -- --------------------------------------------- -- WITH_BENCHMARK: OFF -- WITH_EXAMPLES: OFF -- WITH_EXAMPLES_HTTP: OFF -- WITH_FUNC_TESTS: OFF -- BUILD_W3CTRACECONTEXT_TEST: OFF -- BUILD_TESTING: OFF -- --------------------------------------------- -- versions -- --------------------------------------------- -- CMake: 3.30.4 -- GTest: () -- benchmark: () -- Abseil: 20250127 -- Protobuf: 29.3.0 -- CURL: 8.13.0 -- ZLIB: 1.3.1 -- nlohmann-json: (fetch_source) -- --------------------------------------------- -- Building WITH_STL=OFF -- Installing components: -- Install COMPONENT api -- TARGETS: opentelemetry_api -- TARGETS_ALIAS: opentelemetry-cpp::api -- COMPONENT_DEPENDS: -- THIRDPARTY_DEPENDS: -- FILES_DIRECTORY: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/api/include/opentelemetry -- FILES_DESTINATION: include -- FILES_MATCHING: PATTERN;*.h -- Install COMPONENT sdk -- TARGETS: opentelemetry_sdk;opentelemetry_common;opentelemetry_resources;opentelemetry_version;opentelemetry_logs;opentelemetry_trace;opentelemetry_metrics -- TARGETS_ALIAS: opentelemetry-cpp::sdk;opentelemetry-cpp::common;opentelemetry-cpp::resources;opentelemetry-cpp::version;opentelemetry-cpp::logs;opentelemetry-cpp::trace;opentelemetry-cpp::metrics -- COMPONENT_DEPENDS: api -- THIRDPARTY_DEPENDS: Threads -- FILES_DIRECTORY: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/sdk/include/opentelemetry/ -- FILES_DESTINATION: include/opentelemetry -- FILES_MATCHING: PATTERN;*.h -- Install COMPONENT ext_common -- TARGETS: opentelemetry_ext -- TARGETS_ALIAS: opentelemetry-cpp::ext -- COMPONENT_DEPENDS: api -- THIRDPARTY_DEPENDS: -- FILES_DIRECTORY: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/ext/include/opentelemetry/ext -- FILES_DESTINATION: include/opentelemetry/ -- FILES_MATCHING: PATTERN;*.h -- Install COMPONENT ext_http_curl -- TARGETS: opentelemetry_http_client_curl -- TARGETS_ALIAS: opentelemetry-cpp::http_client_curl -- COMPONENT_DEPENDS: api;sdk;ext_common -- THIRDPARTY_DEPENDS: CURL -- FILES_DIRECTORY: -- FILES_DESTINATION: -- FILES_MATCHING: -- Install COMPONENT exporters_otlp_common -- TARGETS: opentelemetry_otlp_recordable;opentelemetry_proto -- TARGETS_ALIAS: opentelemetry-cpp::otlp_recordable;opentelemetry-cpp::proto -- COMPONENT_DEPENDS: api;sdk -- THIRDPARTY_DEPENDS: Protobuf -- FILES_DIRECTORY: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/exporters/otlp/include/opentelemetry/exporters/otlp -- FILES_DESTINATION: include/opentelemetry/exporters -- FILES_MATCHING: PATTERN;*.h;PATTERN;otlp_http*.h;EXCLUDE;PATTERN;otlp_grpc*.h;EXCLUDE;PATTERN;otlp_file*.h;EXCLUDE -- Install COMPONENT exporters_otlp_http -- TARGETS: opentelemetry_exporter_otlp_http_client;opentelemetry_exporter_otlp_http;opentelemetry_exporter_otlp_http_log;opentelemetry_exporter_otlp_http_metric -- TARGETS_ALIAS: opentelemetry-cpp::otlp_http_client;opentelemetry-cpp::otlp_http_exporter;opentelemetry-cpp::otlp_http_log_record_exporter;opentelemetry-cpp::otlp_http_metric_exporter -- COMPONENT_DEPENDS: api;sdk;ext_common;exporters_otlp_common;ext_http_curl -- THIRDPARTY_DEPENDS: -- FILES_DIRECTORY: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/exporters/otlp/include/opentelemetry/exporters/otlp -- FILES_DESTINATION: include/opentelemetry/exporters -- FILES_MATCHING: PATTERN;otlp_http*.h -- Install COMPONENT exporters_otlp_file -- TARGETS: opentelemetry_exporter_otlp_file_client;opentelemetry_exporter_otlp_file;opentelemetry_exporter_otlp_file_log;opentelemetry_exporter_otlp_file_metric -- TARGETS_ALIAS: opentelemetry-cpp::otlp_file_client;opentelemetry-cpp::otlp_file_exporter;opentelemetry-cpp::otlp_file_log_record_exporter;opentelemetry-cpp::otlp_file_metric_exporter -- COMPONENT_DEPENDS: api;sdk;exporters_otlp_common -- THIRDPARTY_DEPENDS: -- FILES_DIRECTORY: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/exporters/otlp/include/opentelemetry/exporters/otlp -- FILES_DESTINATION: include/opentelemetry/exporters -- FILES_MATCHING: PATTERN;otlp_file*.h -- Install COMPONENT exporters_ostream -- TARGETS: opentelemetry_exporter_ostream_span;opentelemetry_exporter_ostream_metrics;opentelemetry_exporter_ostream_logs -- TARGETS_ALIAS: opentelemetry-cpp::ostream_span_exporter;opentelemetry-cpp::ostream_metrics_exporter;opentelemetry-cpp::ostream_log_record_exporter -- COMPONENT_DEPENDS: api;sdk -- THIRDPARTY_DEPENDS: -- FILES_DIRECTORY: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/exporters/ostream/include/opentelemetry/exporters/ostream -- FILES_DESTINATION: include/opentelemetry/exporters -- FILES_MATCHING: PATTERN;*.h -- Install COMPONENT exporters_in_memory -- TARGETS: opentelemetry_exporter_in_memory;opentelemetry_exporter_in_memory_metric -- TARGETS_ALIAS: opentelemetry-cpp::in_memory_span_exporter;opentelemetry-cpp::in_memory_metric_exporter -- COMPONENT_DEPENDS: api;sdk -- THIRDPARTY_DEPENDS: -- FILES_DIRECTORY: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/exporters/memory/include/opentelemetry/exporters/memory -- FILES_DESTINATION: include/opentelemetry/exporters -- FILES_MATCHING: PATTERN;*.h -- Configuring done (17.5s) -- Generating done (0.6s) CMake Warning: Manually-specified variables were not used by the project: WITH_ABSEIL -- Build files have been written to: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build (cd cpp; cmake --build build) gmake.exe[1]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[2]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 0%] [Run]: "D:/rtools45/x86_64-w64-mingw32.static.posix/bin/protoc.exe" "--proto_path=D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto" "--cpp_out=D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build/generated/third_party/opentelemetry-proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/common/v1/common.proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/resource/v1/resource.proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/trace/v1/trace.proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/logs/v1/logs.proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/profiles/v1development/profiles.proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/trace/v1/trace_service.proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/logs/v1/logs_service.proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/metrics/v1/metrics_service.proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/profiles/v1development/profiles_service.proto" "D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/common/v1/status.proto" gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 1%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/common/v1/common.pb.cc.obj [ 2%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/resource/v1/resource.pb.cc.obj [ 2%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/trace/v1/trace.pb.cc.obj [ 3%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/logs/v1/logs.pb.cc.obj [ 4%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.pb.cc.obj [ 4%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/collector/trace/v1/trace_service.pb.cc.obj [ 5%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/collector/logs/v1/logs_service.pb.cc.obj [ 6%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/collector/metrics/v1/metrics_service.pb.cc.obj [ 6%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/collector/common/v1/status.pb.cc.obj [ 7%] Linking CXX static library libopentelemetry_proto.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 7%] Built target opentelemetry_proto gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 7%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/random.cc.obj [ 8%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/global_log_handler.cc.obj [ 9%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/env_variables.cc.obj [ 9%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/base64.cc.obj [ 10%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/disabled.cc.obj [ 11%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/platform/fork_windows.cc.obj [ 11%] Linking CXX static library libopentelemetry_common.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 11%] Built target opentelemetry_common gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 12%] Building CXX object sdk/src/resource/CMakeFiles/opentelemetry_resources.dir/resource.cc.obj [ 12%] Building CXX object sdk/src/resource/CMakeFiles/opentelemetry_resources.dir/resource_detector.cc.obj [ 13%] Linking CXX static library libopentelemetry_resources.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 13%] Built target opentelemetry_resources gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 14%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer_context.cc.obj [ 14%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer_context_factory.cc.obj [ 15%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer_provider.cc.obj [ 16%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer_provider_factory.cc.obj [ 16%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer.cc.obj [ 17%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/span.cc.obj [ 18%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/exporter.cc.obj [ 18%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/provider.cc.obj [ 19%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/batch_span_processor.cc.obj [ 20%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/batch_span_processor_factory.cc.obj [ 20%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/simple_processor_factory.cc.obj [ 21%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/always_on_factory.cc.obj [ 22%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/always_off_factory.cc.obj [ 22%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/parent.cc.obj [ 23%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/parent_factory.cc.obj [ 24%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/trace_id_ratio.cc.obj [ 24%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/trace_id_ratio_factory.cc.obj [ 25%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/random_id_generator.cc.obj [ 26%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/random_id_generator_factory.cc.obj [ 26%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer_config.cc.obj [ 27%] Linking CXX static library libopentelemetry_trace.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 27%] Built target opentelemetry_trace gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 28%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/async_instruments.cc.obj [ 28%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/provider.cc.obj [ 29%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter_provider.cc.obj [ 30%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter_provider_factory.cc.obj [ 30%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter.cc.obj [ 31%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter_config.cc.obj [ 32%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter_context.cc.obj [ 32%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter_context_factory.cc.obj [ 33%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/metric_reader.cc.obj [ 34%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/instrument_metadata_validator.cc.obj [ 34%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/export/periodic_exporting_metric_reader.cc.obj [ 35%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/export/periodic_exporting_metric_reader_factory.cc.obj [ 36%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/state/filtered_ordered_attribute_map.cc.obj [ 36%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/state/metric_collector.cc.obj [ 37%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/state/observable_registry.cc.obj [ 38%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/state/sync_metric_storage.cc.obj [ 38%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/state/temporal_metric_storage.cc.obj [ 39%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/aggregation/base2_exponential_histogram_aggregation.cc.obj [ 40%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/aggregation/base2_exponential_histogram_indexer.cc.obj [ 40%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/aggregation/histogram_aggregation.cc.obj [ 41%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/aggregation/lastvalue_aggregation.cc.obj [ 42%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/aggregation/sum_aggregation.cc.obj [ 42%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/data/circular_buffer.cc.obj [ 43%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/exemplar/reservoir.cc.obj [ 44%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/view/instrument_selector_factory.cc.obj [ 44%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/view/meter_selector_factory.cc.obj [ 45%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/view/view_factory.cc.obj [ 46%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/view/view_registry_factory.cc.obj [ 46%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/sync_instruments.cc.obj [ 47%] Linking CXX static library libopentelemetry_metrics.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 47%] Built target opentelemetry_metrics gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 47%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/provider.cc.obj [ 48%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger_provider.cc.obj [ 49%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger_provider_factory.cc.obj [ 49%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger.cc.obj [ 50%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/exporter.cc.obj [ 51%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/event_logger_provider.cc.obj [ 51%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/event_logger_provider_factory.cc.obj [ 52%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/event_logger.cc.obj [ 53%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/simple_log_record_processor.cc.obj [ 53%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/simple_log_record_processor_factory.cc.obj [ 54%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/batch_log_record_processor.cc.obj [ 55%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/batch_log_record_processor_factory.cc.obj [ 55%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger_config.cc.obj [ 56%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger_context.cc.obj [ 57%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger_context_factory.cc.obj [ 57%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/multi_log_record_processor.cc.obj [ 58%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/multi_log_record_processor_factory.cc.obj [ 59%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/multi_recordable.cc.obj [ 59%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/read_write_log_record.cc.obj [ 60%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/readable_log_record.cc.obj [ 61%] Linking CXX static library libopentelemetry_logs.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 61%] Built target opentelemetry_logs gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 62%] Building CXX object sdk/src/version/CMakeFiles/opentelemetry_version.dir/version.cc.obj [ 63%] Linking CXX static library libopentelemetry_version.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 63%] Built target opentelemetry_version gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 64%] Building CXX object ext/src/http/client/curl/CMakeFiles/opentelemetry_http_client_curl.dir/http_client_factory_curl.cc.obj [ 64%] Building CXX object ext/src/http/client/curl/CMakeFiles/opentelemetry_http_client_curl.dir/http_client_curl.cc.obj [ 65%] Building CXX object ext/src/http/client/curl/CMakeFiles/opentelemetry_http_client_curl.dir/http_operation_curl.cc.obj [ 66%] Linking CXX static library libopentelemetry_http_client_curl.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 66%] Built target opentelemetry_http_client_curl gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 67%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_environment.cc.obj [ 67%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_log_recordable.cc.obj [ 68%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_recordable.cc.obj [ 69%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_populate_attribute_utils.cc.obj [ 69%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_recordable_utils.cc.obj [ 70%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_metric_utils.cc.obj [ 71%] Linking CXX static library libopentelemetry_otlp_recordable.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 71%] Built target opentelemetry_otlp_recordable gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 71%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_client.dir/src/otlp_http.cc.obj [ 72%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_client.dir/src/otlp_http_client.cc.obj [ 73%] Linking CXX static library libopentelemetry_exporter_otlp_http_client.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 73%] Built target opentelemetry_exporter_otlp_http_client gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 74%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http.dir/src/otlp_http_exporter.cc.obj [ 74%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http.dir/src/otlp_http_exporter_factory.cc.obj [ 75%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http.dir/src/otlp_http_exporter_options.cc.obj [ 76%] Linking CXX static library libopentelemetry_exporter_otlp_http.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 76%] Built target opentelemetry_exporter_otlp_http gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 76%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_log.dir/src/otlp_http_log_record_exporter.cc.obj [ 77%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_log.dir/src/otlp_http_log_record_exporter_factory.cc.obj [ 78%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_log.dir/src/otlp_http_log_record_exporter_options.cc.obj [ 78%] Linking CXX static library libopentelemetry_exporter_otlp_http_log.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 78%] Built target opentelemetry_exporter_otlp_http_log gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 79%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_metric.dir/src/otlp_http_metric_exporter.cc.obj [ 80%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_metric.dir/src/otlp_http_metric_exporter_factory.cc.obj [ 80%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_metric.dir/src/otlp_http_metric_exporter_options.cc.obj [ 81%] Linking CXX static library libopentelemetry_exporter_otlp_http_metric.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 81%] Built target opentelemetry_exporter_otlp_http_metric gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 82%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_client.dir/src/otlp_file_client.cc.obj [ 83%] Linking CXX static library libopentelemetry_exporter_otlp_file_client.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 83%] Built target opentelemetry_exporter_otlp_file_client gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 83%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file.dir/src/otlp_file_exporter.cc.obj [ 84%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file.dir/src/otlp_file_exporter_factory.cc.obj [ 85%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file.dir/src/otlp_file_exporter_options.cc.obj [ 85%] Linking CXX static library libopentelemetry_exporter_otlp_file.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 85%] Built target opentelemetry_exporter_otlp_file gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 85%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_log.dir/src/otlp_file_log_record_exporter.cc.obj [ 86%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_log.dir/src/otlp_file_log_record_exporter_factory.cc.obj [ 87%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_log.dir/src/otlp_file_log_record_exporter_options.cc.obj [ 87%] Linking CXX static library libopentelemetry_exporter_otlp_file_log.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 87%] Built target opentelemetry_exporter_otlp_file_log gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 88%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_metric.dir/src/otlp_file_metric_exporter.cc.obj [ 89%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_metric.dir/src/otlp_file_metric_exporter_factory.cc.obj [ 89%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_metric.dir/src/otlp_file_metric_exporter_options.cc.obj [ 90%] Linking CXX static library libopentelemetry_exporter_otlp_file_metric.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 90%] Built target opentelemetry_exporter_otlp_file_metric gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 90%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_span.dir/src/span_exporter.cc.obj [ 91%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_span.dir/src/span_exporter_factory.cc.obj [ 92%] Linking CXX static library libopentelemetry_exporter_ostream_span.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 92%] Built target opentelemetry_exporter_ostream_span gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 92%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_metrics.dir/src/metric_exporter.cc.obj [ 93%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_metrics.dir/src/metric_exporter_factory.cc.obj [ 94%] Linking CXX static library libopentelemetry_exporter_ostream_metrics.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 94%] Built target opentelemetry_exporter_ostream_metrics gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 94%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_logs.dir/src/log_record_exporter.cc.obj [ 95%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_logs.dir/src/log_record_exporter_factory.cc.obj [ 96%] Linking CXX static library libopentelemetry_exporter_ostream_logs.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 96%] Built target opentelemetry_exporter_ostream_logs gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 97%] Building CXX object exporters/memory/CMakeFiles/opentelemetry_exporter_in_memory.dir/src/in_memory_span_exporter_factory.cc.obj [ 98%] Linking CXX static library libopentelemetry_exporter_in_memory.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 98%] Built target opentelemetry_exporter_in_memory gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[3]: Entering directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [ 98%] Building CXX object exporters/memory/CMakeFiles/opentelemetry_exporter_in_memory_metric.dir/src/in_memory_metric_exporter_factory.cc.obj [ 99%] Building CXX object exporters/memory/CMakeFiles/opentelemetry_exporter_in_memory_metric.dir/src/in_memory_metric_data.cc.obj [100%] Linking CXX static library libopentelemetry_exporter_in_memory_metric.a gmake.exe[3]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' [100%] Built target opentelemetry_exporter_in_memory_metric gmake.exe[2]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' gmake.exe[1]: Leaving directory 'D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/cpp/build' (cd cpp; cmake --install build) -- Install configuration: "" -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/common -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/common/v1 -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/common/v1/status.pb.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/logs -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/logs/v1 -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/logs/v1/logs_service.pb.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/metrics -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/metrics/v1 -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/metrics/v1/metrics_service.pb.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/profiles -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/profiles/v1development -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/profiles/v1development/profiles_service.pb.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/trace -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/trace/v1 -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/collector/trace/v1/trace_service.pb.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/common -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/common/v1 -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/common/v1/common.pb.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/logs -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/logs/v1 -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/logs/v1/logs.pb.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/metrics -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/metrics/v1 -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/metrics/v1/metrics.pb.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/profiles -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/profiles/v1development -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/profiles/v1development/profiles.pb.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/resource -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/resource/v1 -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/resource/v1/resource.pb.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/trace -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/trace/v1 -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/proto/trace/v1/trace.pb.h -- Up-to-date: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/._nlohmann -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/nlohmann -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/nlohmann/._json.hpp -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/nlohmann/._json_fwd.hpp -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/nlohmann/json.hpp -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/nlohmann/json_fwd.hpp -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/share/pkgconfig/nlohmann_json.pc -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/pkgconfig/opentelemetry_api.pc -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/pkgconfig/opentelemetry_common.pc -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/pkgconfig/opentelemetry_trace.pc -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/pkgconfig/opentelemetry_metrics.pc -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/pkgconfig/opentelemetry_logs.pc -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/pkgconfig/opentelemetry_version.pc -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/pkgconfig/opentelemetry_resources.pc -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-config.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-config-version.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/find-package-support-functions.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-api-target.cmake -- Up-to-date: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/._config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/._version.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/baggage -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/baggage/._baggage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/baggage/._baggage_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/baggage/baggage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/baggage/baggage_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/baggage/propagation -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/baggage/propagation/._baggage_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/baggage/propagation/baggage_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/._attribute_value.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/._key_value_iterable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/._key_value_iterable_view.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/._kv_properties.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/._macros.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/._spin_lock_mutex.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/._string_util.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/._timestamp.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/attribute_value.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/key_value_iterable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/key_value_iterable_view.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/kv_properties.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/macros.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/spin_lock_mutex.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/string_util.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/common/timestamp.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/._context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/._context_value.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/._runtime_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/context_value.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/propagation -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/propagation/._composite_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/propagation/._global_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/propagation/._noop_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/propagation/._text_map_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/propagation/composite_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/propagation/global_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/propagation/noop_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/propagation/text_map_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/context/runtime_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/detail -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/detail/._preprocessor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/detail/preprocessor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/._event_id.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/._event_logger.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/._event_logger_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/._logger.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/._logger_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/._logger_type_traits.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/._log_record.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/._noop.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/._provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/._severity.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/event_id.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/event_logger.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/event_logger_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/logger.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/logger_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/logger_type_traits.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/log_record.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/noop.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/logs/severity.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/._async_instruments.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/._meter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/._meter_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/._noop.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/._observer_result.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/._provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/._sync_instruments.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/async_instruments.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/meter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/meter_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/noop.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/observer_result.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/metrics/sync_instruments.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/._function_ref.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/._shared_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/._span.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/._string_view.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/._type_traits.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/._unique_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/._utility.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/._variant.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._all.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._decay.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._dependent_type.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._functional.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._invoke.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._trait.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._type_pack_element.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._valueless.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._variant_alternative.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._variant_fwd.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._variant_size.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/._void.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/all.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/decay.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/dependent_type.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/functional.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/invoke.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/trait.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/type_pack_element.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/valueless.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/variant_alternative.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/variant_fwd.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/variant_size.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/detail/void.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/function_ref.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._macros.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._optimization.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._policy_checks.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._port.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/._identity.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/._inline_variable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/._invoke.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/identity.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/inline_variable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/invoke.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/macros.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/optimization.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/policy_checks.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/port.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/meta -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/meta/._type_traits.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/meta/type_traits.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/._bad_variant_access.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/._variant.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/bad_variant_access.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/internal -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/internal/._variant.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/internal/variant.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/variant.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/utility -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/utility/._utility.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/utility/utility.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/shared_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/span.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/string_view.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/type_traits.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/unique_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/utility.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/nostd/variant.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/._dynamic_load.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/._factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/._hook.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/._tracer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/._dynamic_library_handle.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/._dynamic_load_unix.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/._dynamic_load_windows.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/._loader_info.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/._tracer_handle.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/._utility.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/dynamic_library_handle.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/dynamic_load_unix.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/dynamic_load_windows.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/loader_info.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/tracer_handle.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/detail/utility.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/dynamic_load.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/hook.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/plugin/tracer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._azure_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._cicd_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._client_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._code_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._container_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._cpu_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._db_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._db_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._dns_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._error_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._exception_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._faas_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._gen_ai_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._http_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._http_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._hw_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._k8s_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._messaging_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._network_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._otel_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._otel_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._process_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._rpc_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._schema_url.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._server_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._service_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._system_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._telemetry_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._url_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._user_agent_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/._vcs_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/azure_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/cicd_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/client_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/code_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/container_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/cpu_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/db_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/db_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/dns_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/error_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/exception_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/faas_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/gen_ai_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/http_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/http_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/hw_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._app_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._artifact_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._aws_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._azure_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._azure_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._az_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._browser_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cassandra_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cicd_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cicd_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._client_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cloudevents_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cloudfoundry_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cloud_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._code_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._container_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._container_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cpu_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cpu_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cpython_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cpython_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._db_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._db_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._deployment_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._destination_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._device_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._disk_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._dns_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._dns_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._elasticsearch_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._enduser_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._error_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._event_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._exception_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._faas_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._faas_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._feature_flag_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._file_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._gcp_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._gen_ai_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._gen_ai_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._geo_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._graphql_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._heroku_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._host_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._http_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._http_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._hw_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._hw_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._k8s_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._k8s_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._linux_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._log_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._mainframe_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._message_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._messaging_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._messaging_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._network_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._net_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._oci_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._opentracing_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._os_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._otel_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._otel_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._other_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._peer_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._pool_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._process_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._process_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._profile_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._rpc_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._rpc_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._security_rule_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._server_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._service_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._session_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._source_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._system_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._system_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._telemetry_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._test_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._thread_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._tls_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._url_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._user_agent_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._user_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._vcs_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._vcs_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._webengine_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/._zos_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/app_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/artifact_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/aws_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/azure_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/azure_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/az_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/browser_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/cassandra_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/cicd_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/cicd_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/client_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/cloudevents_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/cloudfoundry_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/cloud_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/code_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/container_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/container_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/cpu_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/cpu_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/cpython_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/cpython_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/db_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/db_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/deployment_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/destination_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/device_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/disk_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/dns_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/dns_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/elasticsearch_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/enduser_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/error_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/event_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/exception_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/faas_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/faas_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/feature_flag_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/file_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/gcp_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/gen_ai_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/gen_ai_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/geo_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/graphql_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/heroku_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/host_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/http_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/http_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/hw_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/hw_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/k8s_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/k8s_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/linux_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/log_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/mainframe_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/message_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/messaging_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/messaging_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/network_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/net_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/oci_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/opentracing_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/os_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/otel_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/otel_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/other_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/peer_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/pool_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/process_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/process_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/profile_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/rpc_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/rpc_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/security_rule_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/server_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/service_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/session_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/source_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/system_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/system_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/telemetry_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/test_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/thread_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/tls_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/url_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/user_agent_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/user_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/vcs_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/vcs_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/webengine_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/incubating/zos_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/k8s_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/messaging_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/network_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/otel_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/otel_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/process_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/rpc_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/schema_url.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/server_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/service_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/system_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/telemetry_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/url_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/user_agent_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/semconv/vcs_metrics.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/._shared_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/._span.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/._string_view.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/._type_traits.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/._unique_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/._utility.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/._variant.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/shared_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/span.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/string_view.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/type_traits.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/unique_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/utility.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/std/variant.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._default_span.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._noop.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._scope.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._span.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._span_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._span_context_kv_iterable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._span_context_kv_iterable_view.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._span_id.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._span_metadata.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._span_startoptions.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._tracer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._tracer_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._trace_flags.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._trace_id.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/._trace_state.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/default_span.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/noop.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/._b3_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/._http_trace_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/._jaeger.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/b3_propagator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/detail -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/detail/._hex.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/detail/._string.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/detail/hex.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/detail/string.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/http_trace_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/propagation/jaeger.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/scope.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/span.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/span_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/span_context_kv_iterable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/span_context_kv_iterable_view.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/span_id.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/span_metadata.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/span_startoptions.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/tracer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/tracer_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/trace_flags.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/trace_id.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/trace/trace_state.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/version.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_common.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_resources.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_version.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_logs.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_trace.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_metrics.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-sdk-target.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-sdk-target-noconfig.cmake -- Up-to-date: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/._sdk_config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._atomic_shared_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._atomic_unique_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._attributemap_hash.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._attribute_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._base64.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._circular_buffer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._circular_buffer_range.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._disabled.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._empty_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._env_variables.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._exporter_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._global_log_handler.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/._thread_instrumentation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/atomic_shared_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/atomic_unique_ptr.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/attributemap_hash.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/attribute_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/base64.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/circular_buffer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/circular_buffer_range.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/disabled.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/empty_attributes.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/env_variables.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/exporter_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/global_log_handler.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/common/thread_instrumentation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._aggregation_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._always_off_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._always_on_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._attributes_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._attribute_limits_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._attribute_value_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._base2_exponential_bucket_histogram_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._batch_log_record_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._batch_span_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._boolean_array_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._boolean_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._configuration_parser.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._console_log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._console_push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._console_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._default_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._default_histogram_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._document.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._document_node.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._double_array_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._double_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._drop_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._explicit_bucket_histogram_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_log_record_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_pull_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_span_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._headers_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._include_exclude_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._instrument_type.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._integer_array_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._integer_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._invalid_schema_exception.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._jaeger_remote_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._last_value_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._logger_provider_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._log_record_exporter_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._log_record_limits_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._log_record_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._log_record_processor_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._meter_provider_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._metric_producer_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._metric_reader_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._metric_reader_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_file_log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_file_push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_file_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_grpc_log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_grpc_push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_grpc_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_http_encoding.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_http_log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_http_push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_http_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._parent_based_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._periodic_metric_reader_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._prometheus_pull_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._propagator_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._pull_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._pull_metric_exporter_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._pull_metric_reader_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._push_metric_exporter_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._resource_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._ryml_document.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._ryml_document_node.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._sampler_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._simple_log_record_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._simple_span_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._span_exporter_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._span_limits_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._span_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._span_processor_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._string_array_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._string_array_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._string_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._sum_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._temporality_preference.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._tracer_provider_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._trace_id_ratio_based_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._view_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._view_selector_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._view_stream_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._yaml_configuration_parser.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/._zipkin_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/aggregation_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/always_off_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/always_on_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/attributes_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/attribute_limits_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/attribute_value_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/base2_exponential_bucket_histogram_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/batch_log_record_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/batch_span_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/boolean_array_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/boolean_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/configuration_parser.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/console_log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/console_push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/console_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/default_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/default_histogram_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/document.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/document_node.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/double_array_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/double_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/drop_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/explicit_bucket_histogram_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_log_record_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_pull_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_span_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/headers_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/include_exclude_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/instrument_type.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/integer_array_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/integer_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/invalid_schema_exception.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/jaeger_remote_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/last_value_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/logger_provider_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/log_record_exporter_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/log_record_limits_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/log_record_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/log_record_processor_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/meter_provider_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/metric_producer_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/metric_reader_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/metric_reader_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_file_log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_file_push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_file_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_grpc_log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_grpc_push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_grpc_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_http_encoding.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_http_log_record_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_http_push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_http_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/parent_based_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/periodic_metric_reader_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/prometheus_pull_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/propagator_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/pull_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/pull_metric_exporter_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/pull_metric_reader_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/push_metric_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/push_metric_exporter_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/resource_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/ryml_document.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/ryml_document_node.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/sampler_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/simple_log_record_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/simple_span_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/span_exporter_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/span_limits_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/span_processor_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/span_processor_configuration_visitor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/string_array_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/string_array_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/string_attribute_value_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/sum_aggregation_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/temporality_preference.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/tracer_provider_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/trace_id_ratio_based_sampler_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/view_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/view_selector_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/view_stream_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/yaml_configuration_parser.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/configuration/zipkin_span_exporter_configuration.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/instrumentationlibrary -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/instrumentationlibrary/._instrumentation_library.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/instrumentationlibrary/instrumentation_library.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/instrumentationscope -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/instrumentationscope/._instrumentation_scope.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/instrumentationscope/._scope_configurator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/instrumentationscope/instrumentation_scope.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/instrumentationscope/scope_configurator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._batch_log_record_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._batch_log_record_processor_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._batch_log_record_processor_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._batch_log_record_processor_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._event_logger.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._event_logger_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._event_logger_provider_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger_config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger_context_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger_provider_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._multi_log_record_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._multi_log_record_processor_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._multi_recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._readable_log_record.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._read_write_log_record.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._simple_log_record_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/._simple_log_record_processor_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/batch_log_record_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/batch_log_record_processor_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/batch_log_record_processor_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/batch_log_record_processor_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/event_logger.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/event_logger_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/event_logger_provider_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/logger.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/logger_config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/logger_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/logger_context_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/logger_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/logger_provider_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/multi_log_record_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/multi_log_record_processor_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/multi_recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/readable_log_record.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/read_write_log_record.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/simple_log_record_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/logs/simple_log_record_processor_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._async_instruments.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._instruments.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._instrument_metadata_validator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter_config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter_context_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter_provider_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._metric_reader.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._observer_result.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._push_metric_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/._sync_instruments.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._aggregation_config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._base2_exponential_histogram_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._base2_exponential_histogram_indexer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._default_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._drop_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._histogram_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._lastvalue_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._sum_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/aggregation_config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/base2_exponential_histogram_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/base2_exponential_histogram_indexer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/default_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/drop_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/histogram_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/lastvalue_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/sum_aggregation.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/async_instruments.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/data -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/._circular_buffer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/._exemplar_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/._metric_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/._point_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/circular_buffer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/exemplar_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/metric_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/point_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._aligned_histogram_bucket_exemplar_reservoir.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._filter_type.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._fixed_size_exemplar_reservoir.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._no_exemplar_reservoir.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._reservoir.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._reservoir_cell.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._reservoir_cell_selector.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._reservoir_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._simple_fixed_size_exemplar_reservoir.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/aligned_histogram_bucket_exemplar_reservoir.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/filter_type.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/fixed_size_exemplar_reservoir.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/no_exemplar_reservoir.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/reservoir.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/reservoir_cell.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/reservoir_cell_selector.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/reservoir_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/simple_fixed_size_exemplar_reservoir.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._metric_filter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._metric_producer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._periodic_exporting_metric_reader.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._periodic_exporting_metric_reader_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._periodic_exporting_metric_reader_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._periodic_exporting_metric_reader_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/metric_filter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/metric_producer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/instruments.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/instrument_metadata_validator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter_config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter_context_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter_provider_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/metric_reader.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/observer_result.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/push_metric_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._async_metric_storage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._attributes_hashmap.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._filtered_ordered_attribute_map.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._metric_collector.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._metric_storage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._multi_metric_storage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._observable_registry.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._sync_metric_storage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._temporal_metric_storage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/async_metric_storage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/attributes_hashmap.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/filtered_ordered_attribute_map.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/metric_collector.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/metric_storage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/multi_metric_storage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/observable_registry.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/sync_metric_storage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/temporal_metric_storage.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/sync_instruments.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._attributes_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._instrument_selector.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._instrument_selector_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._meter_selector.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._meter_selector_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._predicate.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._predicate_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._view.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._view_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._view_registry.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._view_registry_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/attributes_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/instrument_selector.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/instrument_selector_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/meter_selector.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/meter_selector_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/predicate.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/predicate_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/view.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/view_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/view_registry.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/view_registry_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/resource -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/resource/._resource.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/resource/._resource_detector.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/resource/resource.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/resource/resource_detector.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._batch_span_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._batch_span_processor_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._batch_span_processor_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._batch_span_processor_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._id_generator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._multi_recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._multi_span_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._random_id_generator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._random_id_generator_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._sampler.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._simple_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._simple_processor_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._span_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer_config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer_context_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer_provider_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/batch_span_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/batch_span_processor_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/batch_span_processor_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/batch_span_processor_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/id_generator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/multi_recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/multi_span_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/random_id_generator.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/random_id_generator_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/sampler.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._always_off.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._always_off_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._always_on.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._always_on_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._parent.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._parent_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._trace_id_ratio.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._trace_id_ratio_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/always_off.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/always_off_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/always_on.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/always_on_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/parent.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/parent_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/trace_id_ratio.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/trace_id_ratio_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/simple_processor.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/simple_processor_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/span_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer_config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer_context.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer_context_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer_provider.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer_provider_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/version -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/version/._version.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk/version/version.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/sdk_config.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-ext_common-target.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/client -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/client/._http_client.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/client/._http_client_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/client/curl -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/client/curl/._http_client_curl.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/client/curl/._http_operation_curl.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/client/curl/http_client_curl.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/client/curl/http_operation_curl.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/client/http_client.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/client/http_client_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/common -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/common/._url_parser.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/common/url_parser.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/server -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/server/._file_http_server.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/server/._http_server.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/server/._socket_tools.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/server/file_http_server.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/server/http_server.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry//ext/http/server/socket_tools.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_http_client_curl.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-ext_http_curl-target.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-ext_http_curl-target-noconfig.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_otlp_recordable.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_proto.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_common-target.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_common-target-noconfig.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_environment.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_client.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_client_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_client_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_log_record_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_log_record_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_log_record_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_log_record_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_metric_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_metric_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_metric_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_metric_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_client.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_client_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_client_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_log_record_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_log_record_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_log_record_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_metric_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_metric_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_metric_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_client.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_log_record_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_log_record_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_log_record_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_log_record_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_metric_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_metric_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_metric_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_metric_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_log_recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_metric_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_populate_attribute_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_preferred_temporality.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_recordable_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._protobuf_include_prefix.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/._protobuf_include_suffix.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_environment.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_log_recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_metric_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_populate_attribute_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_preferred_temporality.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_recordable.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_recordable_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/protobuf_include_prefix.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/protobuf_include_suffix.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_http_client.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_http.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_http_log.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_http_metric.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_http-target.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_http-target-noconfig.cmake -- Up-to-date: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_client.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_file_client.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_file.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_file_log.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_file_metric.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_file-target.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_file-target-noconfig.cmake -- Up-to-date: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_client.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_client_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_client_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_metric_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_metric_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_metric_exporter_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_metric_exporter_runtime_options.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_ostream_span.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_ostream_metrics.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_ostream_logs.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_ostream-target.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_ostream-target-noconfig.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/._common_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/._log_record_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/._log_record_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/._metric_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/._metric_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/._span_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/._span_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/common_utils.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/log_record_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/log_record_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/metric_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/metric_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/span_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/ostream/span_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_in_memory.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/libopentelemetry_exporter_in_memory_metric.a -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_in_memory-target.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_in_memory-target-noconfig.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_metric_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_metric_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_span_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_span_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_span_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_metric_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_metric_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_span_data.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_span_exporter.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_span_exporter_factory.h -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/component-definitions.cmake -- Installing: D:/temp/2025_08_29_16_35_17_11156/Rtmp0CqGpj/R.INSTALL22ecc2f54a15/otelsdk/src/install/lib/cmake/opentelemetry-cpp/thirdparty-dependency-definitions.cmake touch otelcpplib gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c cleancall.c -o cleancall.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c wrap-r.c -o wrap-r.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c wrap-c.cc -o wrap-c.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c glue.c -o glue.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c errors.c -o errors.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c span.c -o span.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c context.c -o context.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c tracer.c -o tracer.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tracer-sdk.cc -o tracer-sdk.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tracer-api.cc -o tracer-api.o tracer-api.cc: In function 'void otel_span_set_status_(void*, int, char*)': tracer-api.cc:300:19: warning: 'status_code' may be used uninitialized [-Wmaybe-uninitialized] 300 | span.SetStatus(status_code); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~ tracer-api.cc:289:21: note: 'status_code' was declared here 289 | trace::StatusCode status_code; | ^~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c meter.c -o meter.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c meter-sdk.cc -o meter-sdk.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c logger.c -o logger.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c logger-sdk.cc -o logger-sdk.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c r-collector.c -o r-collector.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c collector.cc -o collector.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFETRUE -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c stdstream.cc -o stdstream.o ar rs libstdstream-exporter.a stdstream.o D:\rtools45\x86_64-w64-mingw32.static.posix\bin\ar.exe: creating libstdstream-exporter.a g++ -std=gnu++17 -shared -s -static-libgcc -o otelsdk.dll tmp.def init.o cleancall.o wrap-r.o wrap-c.o glue.o utils.o errors.o span.o context.o tracer.o tracer-sdk.o tracer-api.o meter.o meter-sdk.o logger.o logger-sdk.o r-collector.o collector.o -Linstall/lib libstdstream-exporter.a -lopentelemetry_exporter_ostream_span -lopentelemetry_exporter_otlp_http -lopentelemetry_exporter_otlp_http_client -lopentelemetry_exporter_ostream_logs -lopentelemetry_exporter_otlp_http_log -lopentelemetry_exporter_otlp_http_metric -lopentelemetry_exporter_ostream_metrics -lopentelemetry_exporter_otlp_file -lopentelemetry_exporter_otlp_file_log -lopentelemetry_exporter_otlp_file_metric -lopentelemetry_exporter_in_memory -lopentelemetry_exporter_in_memory_metric -lopentelemetry_exporter_otlp_file_client -lopentelemetry_http_client_curl -lopentelemetry_otlp_recordable -lopentelemetry_trace -lopentelemetry_logs -lopentelemetry_metrics -lopentelemetry_resources -lopentelemetry_common -lopentelemetry_proto -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lprotobuf -labsl_log_internal_check_op -labsl_die_if_null -labsl_log_internal_conditions -labsl_log_internal_message -labsl_examine_stack -labsl_log_internal_format -labsl_log_internal_nullguard -labsl_log_internal_structured_proto -labsl_log_internal_proto -labsl_log_internal_log_sink_set -labsl_log_sink -labsl_log_entry -labsl_flags_internal -labsl_flags_marshalling -labsl_flags_reflection -labsl_flags_private_handle_accessor -labsl_flags_commandlineflag -labsl_flags_commandlineflag_internal -labsl_flags_config -labsl_flags_program_name -labsl_log_initialize -labsl_log_internal_globals -labsl_log_globals -labsl_vlog_config_internal -labsl_log_internal_fnmatch -labsl_raw_hash_set -labsl_hash -labsl_city -labsl_low_level_hash -labsl_hashtablez_sampler -labsl_random_distributions -labsl_random_seed_sequences -labsl_random_internal_pool_urbg -labsl_random_internal_randen -labsl_random_internal_randen_hwaes -labsl_random_internal_randen_hwaes_impl -labsl_random_internal_randen_slow -labsl_random_internal_platform -labsl_random_internal_seed_material -lbcrypt -labsl_random_seed_gen_exception -labsl_statusor -labsl_status -labsl_cord -labsl_cordz_info -labsl_cord_internal -labsl_cordz_functions -labsl_exponential_biased -labsl_cordz_handle -labsl_crc_cord_state -labsl_crc32c -labsl_crc_internal -labsl_crc_cpu_detect -labsl_leak_check -labsl_bad_optional_access -labsl_strerror -labsl_str_format_internal -labsl_synchronization -labsl_graphcycles_internal -labsl_kernel_timeout_internal -labsl_stacktrace -labsl_symbolize -ldbghelp -labsl_debugging_internal -labsl_demangle_internal -labsl_demangle_rust -labsl_decode_rust_punycode -labsl_utf8_for_code_point -labsl_malloc_internal -labsl_tracing_internal -labsl_time -labsl_civil_time -labsl_time_zone -labsl_bad_variant_access -lutf8_validity -lutf8_range -labsl_strings -labsl_strings_internal -labsl_string_view -labsl_base -ladvapi32 -labsl_spinlock_wait -labsl_int128 -labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lcurl -lnghttp2 -lssh2 -lgcrypt -lgpg-error -lbcrypt -ladvapi32 -lssl -lcrypto -lcrypt32 -lgdi32 -lwldap32 -lzstd -lz -lpsl -lws2_32 -lidn2 -lunistring -liconv -lcharset -lbrotlidec -lbrotlicommon -lpthread -LD:/rtools45/x86_64-w64-mingw32.static.posix -LD:/rtools45/x86_64-w64-mingw32.static.posix -lidn2 -lunistring -liconv -lcharset -lssh2 -lgcrypt -lgpg-error -lws2_32 -lz -lgcrypt -lgpg-error -lws2_32 -lgcrypt -lgpg-error -lws2_32 -lws2_32 -lz -lpsl -lunistring -lws2_32 -lidn2 -lunistring -liconv -lcharset -lbcrypt -ladvapi32 -lcrypt32 -lssl -lcrypto -lz -lws2_32 -lgdi32 -lcrypt32 -lcrypto -lz -lws2_32 -lgdi32 -lcrypt32 -lgdi32 -lwldap32 -lbrotlidec -lbrotlidec -lbrotlicommon -lunistring -lws2_32 -lunistring -liconv -lcharset -lbrotlicommon -lpthread -liconv -lcharset -lz -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lbrotlicommon -LD:/rtools45/x86_64-w64-mingw32.static.posix -lz -lws2_32 -lgdi32 -lcrypt32 -lcrypto -lgdi32 -lcrypt32 -lunistring -lidn2 -lunistring -liconv -lcharset -lgcrypt -lgpg-error -lws2_32 -lz -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lgcrypt -lgpg-error -lws2_32 -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lgcrypt -lgpg-error -lws2_32 -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lws2_32 -liconv -lcharset -lz -lbrotlidec -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lbrotlicommon -lzstd -lssl -LD:/rtools45/x86_64-w64-mingw32.static.posix -lz -lws2_32 -lgdi32 -lcrypt32 -lcrypto -lgdi32 -lcrypt32 -lunistring -liconv -lcharset -lssh2 -lgcrypt -lgpg-error -lws2_32 -lz -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lgcrypt -lgpg-error -lws2_32 -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lgcrypt -lgpg-error -lws2_32 -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lgcrypt -lgpg-error -lz -lnghttp2 -lpsl -lunistring -lws2_32 -lidn2 -lunistring -liconv -lcharset libstdstream-exporter.a -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-otelsdk/00new/otelsdk/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (otelsdk)