* installing *source* package ‘otelsdk’ ... ** this is package ‘otelsdk’ version ‘0.2.0’ ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.7 (3+b2)’ using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’ 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="clang-19 -std=gnu23" CXX="clang++-19 -std=gnu++17" AR="ar" \ RANLIB="ranlib" CPPFLAGS="-I/usr/local/include" \ CXXFLAGS="-g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -fpic -DNDEBUG " \ CFLAGS="-g -O3 -Wall -pedantic -fpic -DNDEBUG " \ 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) 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 Clang 19.1.7 -- The CXX compiler identification is Clang 19.1.7 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang-19 - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++-19 - 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 -- Could NOT find Protobuf (missing: Protobuf_DIR) -- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so (found version "3.21.12") -- PROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -- fetching opentelemetry-proto from git submodule -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "8.15.0") -- Using the single-header code from /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/nlohmann-json/single_include/ -- --------------------------------------------- -- build settings -- --------------------------------------------- -- OpenTelemetry: 1.22.0 -- OpenTelemetry ABI: 2 -- CMAKE_SYSTEM_PROCESSOR: x86_64 -- CXX: Clang 19.1.7 -- CMAKE_BUILD_TYPE: -- CXXFLAGS: -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -fpic -DNDEBUG -- 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.31.6 -- GTest: () -- benchmark: () -- Protobuf: 3.21.12 -- CURL: 8.15.0 -- 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: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/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: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/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: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/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: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/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: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/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: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/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: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/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: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/memory/include/opentelemetry/exporters/memory -- FILES_DESTINATION: include/opentelemetry/exporters -- FILES_MATCHING: PATTERN;*.h -- Configuring done (3.5s) -- Generating done (0.1s) CMake Warning: Manually-specified variables were not used by the project: WITH_ABSEIL -- Build files have been written to: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/build (cd cpp; cmake --build build) gmake[1]: Entering directory '/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/build' [ 0%] [Run]: "/usr/bin/protoc" "--proto_path=/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto" "--cpp_out=/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/build/generated/third_party/opentelemetry-proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/common/v1/common.proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/resource/v1/resource.proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/trace/v1/trace.proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/logs/v1/logs.proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/profiles/v1development/profiles.proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/trace/v1/trace_service.proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/logs/v1/logs_service.proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/metrics/v1/metrics_service.proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/profiles/v1development/profiles_service.proto" "/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/third_party/opentelemetry-proto/opentelemetry/proto/collector/common/v1/status.proto" [ 1%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/common/v1/common.pb.cc.o [ 2%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/resource/v1/resource.pb.cc.o [ 2%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/trace/v1/trace.pb.cc.o [ 3%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/logs/v1/logs.pb.cc.o [ 4%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.pb.cc.o [ 4%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/collector/trace/v1/trace_service.pb.cc.o [ 5%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/collector/logs/v1/logs_service.pb.cc.o [ 6%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/collector/metrics/v1/metrics_service.pb.cc.o [ 6%] Building CXX object CMakeFiles/opentelemetry_proto.dir/generated/third_party/opentelemetry-proto/opentelemetry/proto/collector/common/v1/status.pb.cc.o [ 7%] Linking CXX static library libopentelemetry_proto.a [ 7%] Built target opentelemetry_proto [ 7%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/random.cc.o [ 8%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/global_log_handler.cc.o [ 9%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/env_variables.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/common/env_variables.cc:84:3: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 84 | OTEL_INTERNAL_LOG_WARN("Environment variable <" << env_var_name << "> has an invalid value <" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/common/env_variables.cc:183:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 183 | OTEL_INTERNAL_LOG_WARN("Environment variable <" << env_var_name << "> has an invalid value <" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/common/env_variables.cc:218:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 218 | OTEL_INTERNAL_LOG_WARN("Environment variable <" << env_var_name << "> is out of range <" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/common/env_variables.cc:224:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 224 | OTEL_INTERNAL_LOG_WARN("Environment variable <" << env_var_name << "> has an invalid value <" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/common/env_variables.cc:257:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 257 | OTEL_INTERNAL_LOG_WARN("Environment variable <" << env_var_name << "> is out of range <" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/common/env_variables.cc:263:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 263 | OTEL_INTERNAL_LOG_WARN("Environment variable <" << env_var_name << "> has an invalid value <" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 6 warnings generated. [ 9%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/base64.cc.o [ 10%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/disabled.cc.o [ 11%] Building CXX object sdk/src/common/CMakeFiles/opentelemetry_common.dir/platform/fork_unix.cc.o [ 11%] Linking CXX static library libopentelemetry_common.a [ 11%] Built target opentelemetry_common [ 12%] Building CXX object sdk/src/resource/CMakeFiles/opentelemetry_resources.dir/resource.cc.o [ 12%] Building CXX object sdk/src/resource/CMakeFiles/opentelemetry_resources.dir/resource_detector.cc.o [ 13%] Linking CXX static library libopentelemetry_resources.a [ 13%] Built target opentelemetry_resources [ 14%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer_context.cc.o [ 14%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer_context_factory.cc.o [ 15%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer_provider.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/trace/tracer_provider.cc:37:3: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 37 | OTEL_INTERNAL_LOG_DEBUG("[TracerProvider] TracerProvider created."); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/trace/tracer_provider.cc:99:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 99 | OTEL_INTERNAL_LOG_ERROR("[TracerProvider::GetTracer] Library name is null."); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/trace/tracer_provider.cc:104:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 104 | OTEL_INTERNAL_LOG_ERROR("[TracerProvider::GetTracer] Library name is empty."); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 3 warnings generated. [ 16%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer_provider_factory.cc.o [ 16%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer.cc.o [ 17%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/span.cc.o [ 18%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/exporter.cc.o [ 18%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/provider.cc.o [ 19%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/batch_span_processor.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/trace/batch_span_processor.cc:94:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 94 | OTEL_INTERNAL_LOG_WARN("BatchSpanProcessor queue is full - dropping span."); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 1 warning generated. [ 20%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/batch_span_processor_factory.cc.o [ 20%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/simple_processor_factory.cc.o [ 21%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/always_on_factory.cc.o [ 22%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/always_off_factory.cc.o [ 22%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/parent.cc.o [ 23%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/parent_factory.cc.o [ 24%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/trace_id_ratio.cc.o [ 24%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/samplers/trace_id_ratio_factory.cc.o [ 25%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/random_id_generator.cc.o [ 26%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/random_id_generator_factory.cc.o [ 26%] Building CXX object sdk/src/trace/CMakeFiles/opentelemetry_trace.dir/tracer_config.cc.o [ 27%] Linking CXX static library libopentelemetry_trace.a [ 27%] Built target opentelemetry_trace [ 28%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/async_instruments.cc.o [ 28%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/provider.cc.o [ 29%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter_provider.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter_provider.cc:52:3: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 52 | OTEL_INTERNAL_LOG_DEBUG("[MeterProvider] MeterProvider created."); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter_provider.cc:74:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 74 | OTEL_INTERNAL_LOG_WARN("[MeterProvider::GetMeter] Library name is empty."); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter_provider.cc:105:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 105 | OTEL_INTERNAL_LOG_WARN("[MeterProvider::RemoveMeter] Library name is empty."); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 3 warnings generated. [ 30%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter_provider_factory.cc.o [ 30%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:109:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 109 | OTEL_INTERNAL_LOG_ERROR("[Meter::Meter()] - Error during initialization." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:126:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 126 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateUInt64Counter - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:152:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 152 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateDoubleCounter - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:179:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 179 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateInt64ObservableCounter - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:205:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 205 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateDoubleObservableCounter - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:231:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 231 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateUInt64Histogram - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:258:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 258 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateDoubleHistogram - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:286:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 286 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateInt64Gauge - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:312:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 312 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateDoubleGauge - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:339:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 339 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateInt64ObservableGauge - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:365:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 365 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateDoubleObservableGauge - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:391:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 391 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateInt64UpDownCounter - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:418:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 418 | OTEL_INTERNAL_LOG_ERROR("Meter::CreateDoubleUpDownCounter - failed. Invalid parameters." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:445:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 445 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:471:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 471 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:498:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 498 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:558:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 558 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:572:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 572 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:630:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 630 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:650:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 650 | OTEL_INTERNAL_LOG_ERROR("[Meter::Collect] - Error during collection." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:700:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 700 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter.cc:723:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 723 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 22 warnings generated. [ 31%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter_config.cc.o [ 32%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter_context.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter_context.cc:147:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 147 | OTEL_INTERNAL_LOG_INFO("[MeterContext::RemoveMeter] removing meter name <" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:216:39: note: expanded from macro 'OTEL_INTERNAL_LOG_INFO' 216 | # define OTEL_INTERNAL_LOG_INFO(...) OTEL_INTERNAL_LOG_INFO_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:215:64: note: expanded from macro 'OTEL_INTERNAL_LOG_INFO_MACRO' 215 | OTEL_INTERNAL_LOG_INFO_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter_context.cc:173:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 173 | OTEL_INTERNAL_LOG_WARN("[MeterContext::Shutdown] Unable to shutdown all metric readers"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter_context.cc:178:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 178 | OTEL_INTERNAL_LOG_WARN("[MeterContext::Shutdown] Shutdown can be invoked only once."); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/meter_context.cc:222:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 222 | OTEL_INTERNAL_LOG_WARN("[MeterContext::ForceFlush] Unable to ForceFlush all metric readers"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 4 warnings generated. [ 32%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/meter_context_factory.cc.o [ 33%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/metric_reader.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/metric_reader.cc:28:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 28 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/metric_reader.cc:36:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 36 | OTEL_INTERNAL_LOG_WARN("MetricReader::Collect invoked while Shutdown in progress!"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/metric_reader.cc:55:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 55 | OTEL_INTERNAL_LOG_WARN("MetricReader::Shutdown - Cannot invoke shutdown twice!"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/metric_reader.cc:63:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 63 | OTEL_INTERNAL_LOG_WARN("MetricReader::OnShutDown Shutdown failed. Will not be tried again!"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/metric_reader.cc:74:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 74 | OTEL_INTERNAL_LOG_WARN("MetricReader::Shutdown Cannot invoke Force flush on shutdown reader!"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/metric_reader.cc:79:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 79 | OTEL_INTERNAL_LOG_ERROR("MetricReader::OnForceFlush failed!"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 6 warnings generated. [ 34%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/instrument_metadata_validator.cc.o [ 34%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/export/periodic_exporting_metric_reader.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/export/periodic_exporting_metric_reader.cc:51:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 51 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/export/periodic_exporting_metric_reader.cc:71:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 71 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/export/periodic_exporting_metric_reader.cc:118:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 118 | OTEL_INTERNAL_LOG_ERROR("[Periodic Exporting Metric Reader] Collect-Export Cycle Failure.") | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/export/periodic_exporting_metric_reader.cc:176:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 176 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/export/periodic_exporting_metric_reader.cc:196:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 196 | OTEL_INTERNAL_LOG_ERROR("[Periodic Exporting Metric Reader] Collect failed with exception " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/export/periodic_exporting_metric_reader.cc:202:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 202 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 6 warnings generated. [ 35%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/export/periodic_exporting_metric_reader_factory.cc.o [ 36%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/state/filtered_ordered_attribute_map.cc.o [ 36%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/state/metric_collector.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/state/metric_collector.cc:48:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 48 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/state/metric_collector.cc:62:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 62 | OTEL_INTERNAL_LOG_ERROR("[MetricCollector::Collect] - Error during collecting." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 2 warnings generated. [ 37%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/state/observable_registry.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/state/observable_registry.cc:80:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 80 | OTEL_INTERNAL_LOG_ERROR("[ObservableRegistry::Observe] - Error during observe." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 1 warning generated. [ 38%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/state/sync_metric_storage.cc.o [ 38%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/state/temporal_metric_storage.cc.o [ 39%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/aggregation/base2_exponential_histogram_aggregation.cc.o [ 40%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/aggregation/base2_exponential_histogram_indexer.cc.o [ 40%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/aggregation/histogram_aggregation.cc.o [ 41%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/aggregation/lastvalue_aggregation.cc.o [ 42%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/aggregation/sum_aggregation.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/aggregation/sum_aggregation.cc:36:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 36 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/aggregation/sum_aggregation.cc:89:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 89 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 2 warnings generated. [ 42%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/data/circular_buffer.cc.o [ 43%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/exemplar/reservoir.cc.o [ 44%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/view/instrument_selector_factory.cc.o [ 44%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/view/meter_selector_factory.cc.o [ 45%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/view/view_factory.cc.o [ 46%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/view/view_registry_factory.cc.o [ 46%] Building CXX object sdk/src/metrics/CMakeFiles/opentelemetry_metrics.dir/sync_instruments.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:29:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 29 | OTEL_INTERNAL_LOG_ERROR("[LongCounter::LongCounter] - Error constructing LongCounter." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:40:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 40 | OTEL_INTERNAL_LOG_WARN("[LongCounter::Add(V,A)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:53:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 53 | OTEL_INTERNAL_LOG_WARN("[LongCounter::Add(V,A,C)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:65:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 65 | OTEL_INTERNAL_LOG_WARN("[LongCounter::Add(V)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:76:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 76 | OTEL_INTERNAL_LOG_WARN("[LongCounter::Add(V,C)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:89:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 89 | OTEL_INTERNAL_LOG_ERROR("[DoubleCounter::DoubleCounter] - Error constructing DoubleCounter." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:99:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 99 | OTEL_INTERNAL_LOG_WARN("[DoubleCounter::Add(V,A)] Value not recorded - negative value for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:105:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 105 | OTEL_INTERNAL_LOG_WARN("[DoubleCounter::Add(V,A)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:119:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 119 | OTEL_INTERNAL_LOG_WARN("[DoubleCounter::Add(V,A,C)] Value not recorded - negative value for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:125:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 125 | OTEL_INTERNAL_LOG_WARN("[DoubleCounter::Add(V,A,C)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:136:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 136 | OTEL_INTERNAL_LOG_WARN("[DoubleCounter::Add(V)] Value not recorded - negative value for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:142:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 142 | OTEL_INTERNAL_LOG_WARN("[DoubleCounter::Add(V)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:154:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 154 | OTEL_INTERNAL_LOG_WARN("[DoubleCounter::Add(V)] Value not recorded - negative value for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:160:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 160 | OTEL_INTERNAL_LOG_WARN("[DoubleCounter::Add(V,C)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:173:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 173 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:185:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 185 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:199:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 199 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:212:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 212 | OTEL_INTERNAL_LOG_WARN("[LongUpDownCounter::Add(V)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:223:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 223 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:237:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 237 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:248:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 248 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:262:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 262 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:274:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 274 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:287:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 287 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:302:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 302 | OTEL_INTERNAL_LOG_ERROR("[LongGauge::LongGauge] - Error constructing LongGauge." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:313:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 313 | OTEL_INTERNAL_LOG_WARN("[LongGauge::Record(V,A)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:326:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 326 | OTEL_INTERNAL_LOG_WARN("[LongGauge::Record(V,A,C)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:338:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 338 | OTEL_INTERNAL_LOG_WARN("[LongGauge::Record(V)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:349:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 349 | OTEL_INTERNAL_LOG_WARN("[LongGauge::Record(V,C)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:362:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 362 | OTEL_INTERNAL_LOG_ERROR("[DoubleGauge::DoubleGauge] - Error constructing DoubleUpDownCounter." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:372:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 372 | OTEL_INTERNAL_LOG_WARN("[DoubleGauge::Record(V,A)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:385:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 385 | OTEL_INTERNAL_LOG_WARN("[DoubleGauge::Record(V,A,C)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:396:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 396 | OTEL_INTERNAL_LOG_WARN("[DoubleGauge::Record(V)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:408:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 408 | OTEL_INTERNAL_LOG_WARN("[DoubleGauge::Record(V,C)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:422:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 422 | OTEL_INTERNAL_LOG_ERROR("[LongHistogram::LongHistogram] - Error constructing LongHistogram." | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:433:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 433 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:445:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 445 | OTEL_INTERNAL_LOG_WARN("[LongHistogram::Record(V,C)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:458:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 458 | OTEL_INTERNAL_LOG_WARN("[LongHistogram::Record(V,A)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:470:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 470 | OTEL_INTERNAL_LOG_WARN("[LongHistogram::Record(V)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:485:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 485 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:497:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 497 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:504:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 504 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:516:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 516 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:523:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 523 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:537:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 537 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:544:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 544 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:557:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 557 | OTEL_INTERNAL_LOG_WARN("[DoubleHistogram::Record(V)] Value not recorded - negative value for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/metrics/sync_instruments.cc:563:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 563 | OTEL_INTERNAL_LOG_WARN("[DoubleHistogram::Record(V)] Value not recorded - invalid storage for: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 48 warnings generated. [ 47%] Linking CXX static library libopentelemetry_metrics.a [ 47%] Built target opentelemetry_metrics [ 47%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/provider.cc.o [ 48%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger_provider.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/src/logs/logger_provider.cc:40:3: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 40 | OTEL_INTERNAL_LOG_DEBUG("[LoggerProvider] LoggerProvider created."); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 1 warning generated. [ 49%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger_provider_factory.cc.o [ 49%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger.cc.o [ 50%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/exporter.cc.o [ 51%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/event_logger_provider.cc.o [ 51%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/event_logger_provider_factory.cc.o [ 52%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/event_logger.cc.o [ 53%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/simple_log_record_processor.cc.o [ 53%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/simple_log_record_processor_factory.cc.o [ 54%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/batch_log_record_processor.cc.o [ 55%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/batch_log_record_processor_factory.cc.o [ 55%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger_config.cc.o [ 56%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger_context.cc.o [ 57%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/logger_context_factory.cc.o [ 57%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/multi_log_record_processor.cc.o [ 58%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/multi_log_record_processor_factory.cc.o [ 59%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/multi_recordable.cc.o [ 59%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/read_write_log_record.cc.o [ 60%] Building CXX object sdk/src/logs/CMakeFiles/opentelemetry_logs.dir/readable_log_record.cc.o [ 61%] Linking CXX static library libopentelemetry_logs.a [ 61%] Built target opentelemetry_logs [ 62%] Building CXX object sdk/src/version/CMakeFiles/opentelemetry_version.dir/version.cc.o [ 63%] Linking CXX static library libopentelemetry_version.a [ 63%] Built target opentelemetry_version [ 64%] Building CXX object ext/src/http/client/curl/CMakeFiles/opentelemetry_http_client_curl.dir/http_client_factory_curl.cc.o [ 64%] Building CXX object ext/src/http/client/curl/CMakeFiles/opentelemetry_http_client_curl.dir/http_client_curl.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/ext/src/http/client/curl/http_client_curl.cc:197:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 197 | OTEL_INTERNAL_LOG_ERROR( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 1 warning generated. [ 65%] Building CXX object ext/src/http/client/curl/CMakeFiles/opentelemetry_http_client_curl.dir/http_operation_curl.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/ext/src/http/client/curl/http_operation_curl.cc:589:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 589 | OTEL_INTERNAL_LOG_ERROR("CURL, set option <" << std::to_string(option) << "> failed: <" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/ext/src/http/client/curl/http_operation_curl.cc:610:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 610 | OTEL_INTERNAL_LOG_ERROR("CURL, set option <" << std::to_string(option) << "> failed: <" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/ext/src/http/client/curl/http_operation_curl.cc:630:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 630 | OTEL_INTERNAL_LOG_ERROR("CURL, set option <" << std::to_string(option) << "> failed: <" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/ext/src/http/client/curl/http_operation_curl.cc:657:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 657 | OTEL_INTERNAL_LOG_INFO(text_to_log); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:216:39: note: expanded from macro 'OTEL_INTERNAL_LOG_INFO' 216 | # define OTEL_INTERNAL_LOG_INFO(...) OTEL_INTERNAL_LOG_INFO_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:215:64: note: expanded from macro 'OTEL_INTERNAL_LOG_INFO_MACRO' 215 | OTEL_INTERNAL_LOG_INFO_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/ext/src/http/client/curl/http_operation_curl.cc:661:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 661 | OTEL_INTERNAL_LOG_ERROR(text_to_log); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/ext/src/http/client/curl/http_operation_curl.cc:897:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 897 | OTEL_INTERNAL_LOG_ERROR("Unknown min TLS version <" << ssl_options_.ssl_min_tls << ">"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/ext/src/http/client/curl/http_operation_curl.cc:921:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 921 | OTEL_INTERNAL_LOG_ERROR("Unknown max TLS version <" << ssl_options_.ssl_max_tls << ">"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/ext/src/http/client/curl/http_operation_curl.cc:1195:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 1195 | OTEL_INTERNAL_LOG_ERROR("Unexpected HTTP method"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 8 warnings generated. [ 66%] Linking CXX static library libopentelemetry_http_client_curl.a [ 66%] Built target opentelemetry_http_client_curl [ 67%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_environment.cc.o [ 67%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_log_recordable.cc.o [ 68%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_recordable.cc.o [ 69%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_populate_attribute_utils.cc.o [ 69%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_recordable_utils.cc.o [ 70%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_otlp_recordable.dir/src/otlp_metric_utils.cc.o [ 71%] Linking CXX static library libopentelemetry_otlp_recordable.a [ 71%] Built target opentelemetry_otlp_recordable [ 71%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_client.dir/src/otlp_http.cc.o [ 72%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_client.dir/src/otlp_http_client.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:115:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 115 | OTEL_INTERNAL_LOG_ERROR("[OTLP HTTP Client] Export failed, " << log_message); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:124:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 124 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Export success, " << log_message); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:180:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 180 | OTEL_INTERNAL_LOG_ERROR(error_message.str()); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:187:11: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 187 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Session state: session created"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:194:11: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 194 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Session state: session destroyed"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:201:11: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 201 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Session state: connecting to peer"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:212:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 212 | OTEL_INTERNAL_LOG_ERROR(error_message.str()); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:219:11: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 219 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Session state: connected"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:226:11: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 226 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Session state: sending request"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:237:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 237 | OTEL_INTERNAL_LOG_ERROR(error_message.str()); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:244:11: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 244 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Session state: response received"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:255:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 255 | OTEL_INTERNAL_LOG_ERROR(error_message.str()); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:266:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 266 | OTEL_INTERNAL_LOG_ERROR(error_message.str()); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:277:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 277 | OTEL_INTERNAL_LOG_ERROR(error_message.str()); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:284:11: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 284 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Session state: error reading response"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:291:11: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 291 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Session state: error writing request"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:302:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 302 | OTEL_INTERNAL_LOG_ERROR(error_message.str()); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:764:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 764 | OTEL_INTERNAL_LOG_DEBUG( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:901:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 901 | OTEL_INTERNAL_LOG_ERROR(error_message); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:926:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 926 | OTEL_INTERNAL_LOG_DEBUG( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:934:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 934 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Serialize body failed(Binary):" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:955:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 955 | OTEL_INTERNAL_LOG_DEBUG("[OTLP HTTP Client] Request body(Json)" << post_body_json); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_client.cc:971:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 971 | OTEL_INTERNAL_LOG_ERROR(error_message); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 23 warnings generated. [ 73%] Linking CXX static library libopentelemetry_exporter_otlp_http_client.a [ 73%] Built target opentelemetry_exporter_otlp_http_client [ 74%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http.dir/src/otlp_http_exporter.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_exporter.cc:154:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 154 | OTEL_INTERNAL_LOG_ERROR("[OTLP TRACE HTTP Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_exporter.cc:198:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 198 | OTEL_INTERNAL_LOG_ERROR("[OTLP TRACE HTTP Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_exporter.cc:203:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 203 | OTEL_INTERNAL_LOG_DEBUG("[OTLP TRACE HTTP Exporter] Export " << span_count | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 3 warnings generated. [ 74%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http.dir/src/otlp_http_exporter_factory.cc.o [ 75%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http.dir/src/otlp_http_exporter_options.cc.o [ 76%] Linking CXX static library libopentelemetry_exporter_otlp_http.a [ 76%] Built target opentelemetry_exporter_otlp_http [ 76%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_log.dir/src/otlp_http_log_record_exporter.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_log_record_exporter.cc:158:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 158 | OTEL_INTERNAL_LOG_ERROR("[OTLP LOG HTTP Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_log_record_exporter.cc:199:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 199 | OTEL_INTERNAL_LOG_ERROR("[OTLP LOG HTTP Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_log_record_exporter.cc:204:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 204 | OTEL_INTERNAL_LOG_DEBUG("[OTLP LOG HTTP Exporter] Export " << log_count << " log(s) success"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 3 warnings generated. [ 77%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_log.dir/src/otlp_http_log_record_exporter_factory.cc.o [ 78%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_log.dir/src/otlp_http_log_record_exporter_options.cc.o [ 78%] Linking CXX static library libopentelemetry_exporter_otlp_http_log.a [ 78%] Built target opentelemetry_exporter_otlp_http_log [ 79%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_metric.dir/src/otlp_http_metric_exporter.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_metric_exporter.cc:164:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 164 | OTEL_INTERNAL_LOG_ERROR("[OTLP METRIC HTTP Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_metric_exporter.cc:207:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 207 | OTEL_INTERNAL_LOG_ERROR("[OTLP METRIC HTTP Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_http_metric_exporter.cc:212:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 212 | OTEL_INTERNAL_LOG_DEBUG("[OTLP METRIC HTTP Exporter] Export " << metric_count | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 3 warnings generated. [ 80%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_metric.dir/src/otlp_http_metric_exporter_factory.cc.o [ 80%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_http_metric.dir/src/otlp_http_metric_exporter_options.cc.o [ 81%] Linking CXX static library libopentelemetry_exporter_otlp_http_metric.a [ 81%] Built target opentelemetry_exporter_otlp_http_metric [ 82%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_client.dir/src/otlp_file_client.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_client.cc:1236:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 1236 | OTEL_INTERNAL_LOG_ERROR("[OTLP FILE Client] Generate file path from pattern " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_client.cc:1262:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 1262 | OTEL_INTERNAL_LOG_ERROR("[OTLP FILE Client] Create directory \"" | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_client.cc:1274:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 1274 | OTEL_INTERNAL_LOG_ERROR("[OTLP FILE Client] Open " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_client.cc:1292:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 1292 | OTEL_INTERNAL_LOG_ERROR("[OTLP FILE Client] Open " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_client.cc:1315:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 1315 | OTEL_INTERNAL_LOG_ERROR("[OTLP FILE Client] Generate alias file path from " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_client.cc:1344:9: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 1344 | OTEL_INTERNAL_LOG_ERROR("[OTLP FILE Client] Link " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_client.cc:1549:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 1549 | OTEL_INTERNAL_LOG_WARN("[OTLP FILE Client] Try to spawn background but got a exception: " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_client.cc:1554:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 1554 | OTEL_INTERNAL_LOG_WARN( | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:186:39: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN' 186 | # define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:185:64: note: expanded from macro 'OTEL_INTERNAL_LOG_WARN_MACRO' 185 | OTEL_INTERNAL_LOG_WARN_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_client.cc:1664:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 1664 | OTEL_INTERNAL_LOG_DEBUG("[OTLP FILE Client] Write body(Json)" << post_body_json); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 9 warnings generated. [ 83%] Linking CXX static library libopentelemetry_exporter_otlp_file_client.a [ 83%] Built target opentelemetry_exporter_otlp_file_client [ 83%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file.dir/src/otlp_file_exporter.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_exporter.cc:64:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 64 | OTEL_INTERNAL_LOG_ERROR("[OTLP TRACE FILE Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_exporter.cc:91:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 91 | OTEL_INTERNAL_LOG_ERROR("[OTLP TRACE FILE Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_exporter.cc:96:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 96 | OTEL_INTERNAL_LOG_DEBUG("[OTLP TRACE FILE Exporter] Export " << span_count | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 3 warnings generated. [ 84%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file.dir/src/otlp_file_exporter_factory.cc.o [ 85%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file.dir/src/otlp_file_exporter_options.cc.o [ 85%] Linking CXX static library libopentelemetry_exporter_otlp_file.a [ 85%] Built target opentelemetry_exporter_otlp_file [ 85%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_log.dir/src/otlp_file_log_record_exporter.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_log_record_exporter.cc:67:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 67 | OTEL_INTERNAL_LOG_ERROR("[OTLP LOG FILE Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_log_record_exporter.cc:94:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 94 | OTEL_INTERNAL_LOG_ERROR("[OTLP LOG FILE Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_log_record_exporter.cc:99:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 99 | OTEL_INTERNAL_LOG_DEBUG("[OTLP LOG FILE Exporter] Export " << log_count << " log(s) success"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 3 warnings generated. [ 86%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_log.dir/src/otlp_file_log_record_exporter_factory.cc.o [ 87%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_log.dir/src/otlp_file_log_record_exporter_options.cc.o [ 87%] Linking CXX static library libopentelemetry_exporter_otlp_file_log.a [ 87%] Built target opentelemetry_exporter_otlp_file_log [ 88%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_metric.dir/src/otlp_file_metric_exporter.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_metric_exporter.cc:72:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 72 | OTEL_INTERNAL_LOG_ERROR("[OTLP METRIC FILE Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_metric_exporter.cc:100:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 100 | OTEL_INTERNAL_LOG_ERROR("[OTLP METRIC FILE Exporter] ERROR: Export " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/otlp/src/otlp_file_metric_exporter.cc:105:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 105 | OTEL_INTERNAL_LOG_DEBUG("[OTLP METRIC FILE Exporter] Export " << metric_count | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:201:40: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG' 201 | # define OTEL_INTERNAL_LOG_DEBUG(...) OTEL_INTERNAL_LOG_DEBUG_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:200:65: note: expanded from macro 'OTEL_INTERNAL_LOG_DEBUG_MACRO' 200 | OTEL_INTERNAL_LOG_DEBUG_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 3 warnings generated. [ 89%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_metric.dir/src/otlp_file_metric_exporter_factory.cc.o [ 89%] Building CXX object exporters/otlp/CMakeFiles/opentelemetry_exporter_otlp_file_metric.dir/src/otlp_file_metric_exporter_options.cc.o [ 90%] Linking CXX static library libopentelemetry_exporter_otlp_file_metric.a [ 90%] Built target opentelemetry_exporter_otlp_file_metric [ 90%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_span.dir/src/span_exporter.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/ostream/src/span_exporter.cc:73:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 73 | OTEL_INTERNAL_LOG_ERROR("[Ostream Trace Exporter] Exporting " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 1 warning generated. [ 91%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_span.dir/src/span_exporter_factory.cc.o [ 92%] Linking CXX static library libopentelemetry_exporter_ostream_span.a [ 92%] Built target opentelemetry_exporter_ostream_span [ 92%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_metrics.dir/src/metric_exporter.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/ostream/src/metric_exporter.cc:57:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 57 | OTEL_INTERNAL_LOG_ERROR("[OStream Metric] gmtime failed for " << epoch_time); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/ostream/src/metric_exporter.cc:65:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 65 | OTEL_INTERNAL_LOG_ERROR("[OStream Metric] strftime failed for " << epoch_time); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/ostream/src/metric_exporter.cc:107:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 107 | OTEL_INTERNAL_LOG_ERROR("[OStream Metric] Exporting " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 3 warnings generated. [ 93%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_metrics.dir/src/metric_exporter_factory.cc.o [ 94%] Linking CXX static library libopentelemetry_exporter_ostream_metrics.a [ 94%] Built target opentelemetry_exporter_ostream_metrics [ 94%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_logs.dir/src/log_record_exporter.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/ostream/src/log_record_exporter.cc:58:5: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 58 | OTEL_INTERNAL_LOG_ERROR("[Ostream Log Exporter] Exporting " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 1 warning generated. [ 95%] Building CXX object exporters/ostream/CMakeFiles/opentelemetry_exporter_ostream_logs.dir/src/log_record_exporter_factory.cc.o [ 96%] Linking CXX static library libopentelemetry_exporter_ostream_logs.a [ 96%] Built target opentelemetry_exporter_ostream_logs [ 97%] Building CXX object exporters/memory/CMakeFiles/opentelemetry_exporter_in_memory.dir/src/in_memory_span_exporter_factory.cc.o In file included from /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/memory/src/in_memory_span_exporter_factory.cc:6: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/memory/include/opentelemetry/exporters/memory/in_memory_span_exporter.h:61:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 61 | OTEL_INTERNAL_LOG_ERROR("[In Memory Span Exporter] Exporting " | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 1 warning generated. [ 98%] Linking CXX static library libopentelemetry_exporter_in_memory.a [ 98%] Built target opentelemetry_exporter_in_memory [ 98%] Building CXX object exporters/memory/CMakeFiles/opentelemetry_exporter_in_memory_metric.dir/src/in_memory_metric_exporter_factory.cc.o /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/exporters/memory/src/in_memory_metric_exporter_factory.cc:56:7: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 56 | OTEL_INTERNAL_LOG_ERROR("[In Memory Metric Exporter] Exporting failed, exporter is shutdown"); | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:171:40: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR' 171 | # define OTEL_INTERNAL_LOG_ERROR(...) OTEL_INTERNAL_LOG_ERROR_MACRO(__VA_ARGS__)(__VA_ARGS__) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:170:65: note: expanded from macro 'OTEL_INTERNAL_LOG_ERROR_MACRO' 170 | OTEL_INTERNAL_LOG_ERROR_1_ARGS) | ^ /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h:159:9: note: macro 'OTEL_INTERNAL_LOG_GET_3RD_ARG' defined here 159 | #define OTEL_INTERNAL_LOG_GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 | ^ 1 warning generated. [ 99%] Building CXX object exporters/memory/CMakeFiles/opentelemetry_exporter_in_memory_metric.dir/src/in_memory_metric_data.cc.o [100%] Linking CXX static library libopentelemetry_exporter_in_memory_metric.a [100%] Built target opentelemetry_exporter_in_memory_metric gmake[1]: Leaving directory '/srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/cpp/build' (cd cpp; cmake --install build) -- Install configuration: "" -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/profiles -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/profiles/v1development -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/profiles/v1development/profiles_service.pb.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/metrics -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/metrics/v1 -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/metrics/v1/metrics_service.pb.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/trace -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/trace/v1 -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/trace/v1/trace_service.pb.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/logs -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/logs/v1 -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/logs/v1/logs_service.pb.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/common -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/common/v1 -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/collector/common/v1/status.pb.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/profiles -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/profiles/v1development -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/profiles/v1development/profiles.pb.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/metrics -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/metrics/v1 -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/metrics/v1/metrics.pb.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/trace -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/trace/v1 -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/trace/v1/trace.pb.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/resource -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/resource/v1 -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/resource/v1/resource.pb.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/logs -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/logs/v1 -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/logs/v1/logs.pb.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/common -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/common/v1 -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/proto/common/v1/common.pb.h -- Up-to-date: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/._nlohmann -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/nlohmann -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/nlohmann/._json_fwd.hpp -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/nlohmann/json.hpp -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/nlohmann/json_fwd.hpp -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/nlohmann/._json.hpp -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/share/pkgconfig/nlohmann_json.pc -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/pkgconfig/opentelemetry_api.pc -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/pkgconfig/opentelemetry_common.pc -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/pkgconfig/opentelemetry_trace.pc -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/pkgconfig/opentelemetry_metrics.pc -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/pkgconfig/opentelemetry_logs.pc -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/pkgconfig/opentelemetry_version.pc -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/pkgconfig/opentelemetry_resources.pc -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-config.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-config-version.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/find-package-support-functions.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-api-target.cmake -- Up-to-date: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/sync_instruments.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/._meter_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/noop.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/._observer_result.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/async_instruments.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/observer_result.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/meter_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/meter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/._async_instruments.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/._sync_instruments.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/._provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/._meter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/metrics/._noop.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/jaeger.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/b3_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/._b3_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/._http_trace_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/detail -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/detail/hex.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/detail/._string.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/detail/string.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/detail/._hex.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/._jaeger.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/propagation/http_trace_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/noop.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._span_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._trace_state.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/span_id.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/default_span.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/tracer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._span_startoptions.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._tracer_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._span.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._span_context_kv_iterable_view.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/span.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._span_context_kv_iterable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/trace_flags.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._span_metadata.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/span_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/span_metadata.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/trace_id.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/span_context_kv_iterable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._scope.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/scope.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._trace_id.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._trace_flags.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/trace_state.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._span_id.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._tracer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._default_span.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/span_startoptions.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/span_context_kv_iterable_view.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/._noop.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/trace/tracer_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/._string_view.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/._type_traits.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/._span.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/._utility.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/span.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/variant.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/unique_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/._shared_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/._variant.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/string_view.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/type_traits.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/._unique_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/utility.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/std/shared_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/._string_view.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/._type_traits.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/._span.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/._utility.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/type_pack_element.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._all.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._variant_fwd.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._trait.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._dependent_type.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._valueless.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._variant_size.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._decay.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._functional.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._void.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/dependent_type.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/variant_fwd.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._invoke.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/variant_size.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/valueless.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/invoke.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/all.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._type_pack_element.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/._variant_alternative.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/decay.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/variant_alternative.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/trait.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/functional.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/detail/void.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/span.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/variant.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/._function_ref.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/unique_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/._shared_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/._variant.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/string_view.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/type_traits.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/._unique_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/utility.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/shared_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/meta -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/meta/._type_traits.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/meta/type_traits.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/policy_checks.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._port.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._policy_checks.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._macros.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/optimization.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/._optimization.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/macros.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/inline_variable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/._inline_variable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/._invoke.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/invoke.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/._identity.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/internal/identity.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/base/port.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/utility -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/utility/._utility.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/utility/utility.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/bad_variant_access.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/variant.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/._bad_variant_access.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/._variant.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/internal -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/internal/variant.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/internal/absl/types/internal/._variant.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/nostd/function_ref.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._http_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._messaging_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/otel_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/http_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/network_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._system_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._faas_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/messaging_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/url_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._azure_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/db_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._otel_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._network_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/hw_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/schema_url.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/service_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/server_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._telemetry_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._hw_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/cicd_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/user_agent_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/code_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._otel_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._client_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/azure_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/telemetry_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._container_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/cpu_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._process_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._user_agent_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/db_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._rpc_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._db_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._dns_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/vcs_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/otel_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._url_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._schema_url.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/gen_ai_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/container_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._db_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._http_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._graphql_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._artifact_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._messaging_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/cpu_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/otel_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/process_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/http_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._app_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/security_rule_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/azure_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/other_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/network_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._system_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._faas_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._host_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._os_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._aws_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/artifact_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/mainframe_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/messaging_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/os_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/oci_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/zos_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._rpc_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._thread_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/url_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._gen_ai_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._k8s_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/pool_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._azure_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/host_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cloudevents_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._browser_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/dns_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._message_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/linux_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cpython_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/db_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/disk_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/browser_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/az_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._otel_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._network_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/hw_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/messaging_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cpython_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._device_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/net_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._net_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/deployment_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/service_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/server_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._vcs_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._telemetry_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._user_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._azure_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/geo_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._hw_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/feature_flag_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._zos_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/cloud_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/thread_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/user_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._log_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/cicd_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._pool_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/gen_ai_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._security_rule_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._destination_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._event_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._hw_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/vcs_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/file_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/user_agent_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/code_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cpu_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._disk_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._process_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._otel_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._session_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/cassandra_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._client_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/enduser_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/azure_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cicd_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._heroku_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/telemetry_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cloud_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._container_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/cpu_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._gcp_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cloudfoundry_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._process_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/aws_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._user_agent_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/cpython_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/db_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/gcp_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._test_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._rpc_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._db_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._dns_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/vcs_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/elasticsearch_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/rpc_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/otel_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._url_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/app_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/gen_ai_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._dns_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/test_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/webengine_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/destination_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/container_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._webengine_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._db_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/peer_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._deployment_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/device_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/tls_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/hw_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/log_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/session_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/k8s_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/system_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/exception_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._feature_flag_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._mainframe_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._gen_ai_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._elasticsearch_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/dns_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._container_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/message_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._enduser_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._exception_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/opentracing_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/source_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._server_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._service_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/rpc_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._opentracing_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/k8s_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._messaging_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._linux_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._code_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._http_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._profile_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._system_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/faas_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._tls_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/event_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/faas_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cicd_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/process_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._vcs_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._file_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._az_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._faas_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/cpython_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cpu_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/heroku_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/profile_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/container_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/cloudevents_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._k8s_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._error_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._peer_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/client_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._source_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._cassandra_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._other_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/cloudfoundry_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/system_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/http_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._geo_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/cicd_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/error_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/graphql_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/incubating/._oci_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/exception_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._gen_ai_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/dns_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._exception_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._server_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._service_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/rpc_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/k8s_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._code_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._http_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/faas_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._cicd_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/process_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._vcs_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._cpu_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._k8s_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/._error_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/client_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/system_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/http_metrics.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/semconv/error_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/detail -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/detail/._preprocessor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/detail/preprocessor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/tracer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/tracer_handle.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/dynamic_load_unix.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/._dynamic_load_unix.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/._dynamic_load_windows.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/dynamic_library_handle.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/._loader_info.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/._utility.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/._tracer_handle.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/loader_info.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/._dynamic_library_handle.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/dynamic_load_windows.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/detail/utility.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/hook.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/dynamic_load.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/._hook.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/._dynamic_load.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/._tracer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/._factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/plugin/factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/version.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/._config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/baggage -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/baggage/propagation -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/baggage/propagation/._baggage_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/baggage/propagation/baggage_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/baggage/._baggage_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/baggage/baggage_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/baggage/._baggage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/baggage/baggage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/._version.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/._logger.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/noop.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/event_logger_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/._logger_type_traits.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/._logger_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/logger_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/log_record.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/logger.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/._log_record.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/._event_logger.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/._severity.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/event_logger.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/._provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/logger_type_traits.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/severity.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/._event_logger_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/event_id.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/._noop.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/logs/._event_id.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/._kv_properties.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/._attribute_value.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/key_value_iterable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/spin_lock_mutex.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/._key_value_iterable_view.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/key_value_iterable_view.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/._string_util.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/kv_properties.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/._spin_lock_mutex.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/._macros.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/string_util.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/attribute_value.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/._key_value_iterable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/macros.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/._timestamp.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/common/timestamp.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/propagation -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/propagation/._text_map_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/propagation/global_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/propagation/text_map_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/propagation/._composite_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/propagation/noop_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/propagation/._global_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/propagation/composite_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/propagation/._noop_propagator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/._runtime_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/._context_value.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/context_value.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/runtime_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/._context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/context/context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_common.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_resources.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_version.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_logs.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_trace.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_metrics.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-sdk-target.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-sdk-target-noconfig.cmake -- Up-to-date: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/._sdk_config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk_config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_file_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/log_record_exporter_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/resource_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._propagator_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/propagator_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/pull_metric_reader_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._configuration_parser.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/temporality_preference.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/batch_span_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._batch_log_record_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._boolean_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/meter_provider_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._log_record_processor_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._push_metric_exporter_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._invalid_schema_exception.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_file_push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._tracer_provider_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/configuration_parser.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/batch_log_record_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_grpc_push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_span_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/log_record_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/always_on_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_http_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_file_log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/default_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._console_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_http_encoding.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_http_push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._log_record_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_http_push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_pull_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._integer_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._zipkin_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/attribute_limits_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/invalid_schema_exception.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._metric_reader_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._include_exclude_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/simple_span_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/view_stream_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._temporality_preference.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._console_push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._drop_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_grpc_log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/default_histogram_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/sampler_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._explicit_bucket_histogram_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_grpc_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/prometheus_pull_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._boolean_array_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/console_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._document.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._simple_log_record_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._view_selector_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_pull_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/logger_provider_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/aggregation_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._aggregation_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._string_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/ryml_document.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._integer_array_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/integer_array_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/boolean_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._always_off_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/sum_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/tracer_provider_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._metric_reader_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/log_record_limits_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_grpc_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/string_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_log_record_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/attribute_value_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._trace_id_ratio_based_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_http_log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/document_node.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._ryml_document_node.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/span_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/explicit_bucket_histogram_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/trace_id_ratio_based_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._yaml_configuration_parser.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._span_processor_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._pull_metric_reader_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/metric_reader_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._default_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/include_exclude_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/metric_producer_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._logger_provider_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._parent_based_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._instrument_type.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/extension_log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._pull_metric_exporter_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._double_array_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_file_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/span_limits_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._span_exporter_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._jaeger_remote_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._headers_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/double_array_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/push_metric_exporter_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_file_log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._default_histogram_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/zipkin_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/string_array_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._string_array_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/metric_reader_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/drop_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_grpc_log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/span_exporter_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._simple_span_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._sum_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/boolean_array_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._pull_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._ryml_document.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/console_push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._periodic_metric_reader_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._log_record_limits_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._attributes_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._console_log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_grpc_push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._always_on_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._string_array_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_log_record_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/pull_metric_exporter_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/parent_based_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/double_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._double_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/span_processor_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._attribute_limits_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._span_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._log_record_exporter_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_http_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/always_off_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/headers_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/view_selector_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._sampler_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/last_value_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/view_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._base2_exponential_bucket_histogram_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/yaml_configuration_parser.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/console_log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._view_stream_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._view_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/pull_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/string_array_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._meter_provider_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._otlp_http_log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_span_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/log_record_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_http_encoding.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/ryml_document_node.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._document_node.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/document.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/base2_exponential_bucket_histogram_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/simple_log_record_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._span_limits_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/integer_attribute_value_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/log_record_processor_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/otlp_file_push_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._metric_producer_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/jaeger_remote_sampler_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._prometheus_pull_metric_exporter_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._resource_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._extension_span_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/periodic_metric_reader_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/instrument_type.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._attribute_value_configuration_visitor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._batch_span_processor_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/._last_value_aggregation_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/configuration/attributes_configuration.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter_provider_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/sync_instruments.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/instruments.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._observer_result.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/async_instruments.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/data -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/._metric_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/metric_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/._circular_buffer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/exemplar_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/circular_buffer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/._exemplar_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/point_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/data/._point_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/observer_result.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/instrument_metadata_validator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter_config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._instrument_metadata_validator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/push_metric_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._async_instruments.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._sync_instruments.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter_context_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._simple_fixed_size_exemplar_reservoir.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._filter_type.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._reservoir_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/aligned_histogram_bucket_exemplar_reservoir.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._reservoir_cell.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/no_exemplar_reservoir.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._aligned_histogram_bucket_exemplar_reservoir.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/simple_fixed_size_exemplar_reservoir.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/fixed_size_exemplar_reservoir.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/filter_type.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/reservoir_cell.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/reservoir.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._no_exemplar_reservoir.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._reservoir.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/reservoir_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/reservoir_cell_selector.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._reservoir_cell_selector.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/exemplar/._fixed_size_exemplar_reservoir.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter_provider_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter_config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/multi_metric_storage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/metric_collector.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/observable_registry.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._metric_collector.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._attributes_hashmap.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/temporal_metric_storage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/sync_metric_storage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/metric_storage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._async_metric_storage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/filtered_ordered_attribute_map.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._temporal_metric_storage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._filtered_ordered_attribute_map.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._observable_registry.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._sync_metric_storage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._multi_metric_storage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/attributes_hashmap.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/async_metric_storage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/state/._metric_storage.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._instruments.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/aggregation_config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._drop_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/default_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/histogram_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._sum_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/drop_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/sum_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._base2_exponential_histogram_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/base2_exponential_histogram_indexer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/base2_exponential_histogram_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/lastvalue_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._aggregation_config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._histogram_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._default_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._lastvalue_aggregation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/aggregation/._base2_exponential_histogram_indexer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._periodic_exporting_metric_reader_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/metric_producer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._periodic_exporting_metric_reader.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._metric_producer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._metric_filter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._periodic_exporting_metric_reader_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/metric_filter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/._periodic_exporting_metric_reader_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/meter_context_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._meter_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/metric_reader.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._metric_reader.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/._push_metric_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/meter_selector.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._instrument_selector.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._attributes_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._view_registry_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/view_registry_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/instrument_selector.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._view_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/predicate.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._predicate.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._view_registry.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/attributes_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/instrument_selector_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/meter_selector_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._instrument_selector_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/view_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._view.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._predicate_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/predicate_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._meter_selector_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/._meter_selector.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/view.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/metrics/view/view_registry.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer_provider_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/parent_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._always_off_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/always_off_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._parent_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._parent.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/always_on_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/always_on.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._trace_id_ratio_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/always_off.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._always_on_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/trace_id_ratio_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._always_on.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/parent.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/trace_id_ratio.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._trace_id_ratio.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/samplers/._always_off.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/multi_span_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer_config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._batch_span_processor_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer_config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._sampler.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._simple_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._multi_recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._random_id_generator_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._batch_span_processor_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._simple_processor_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/simple_processor_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer_provider_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer_context_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._batch_span_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._random_id_generator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/batch_span_processor_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/multi_recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._span_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/batch_span_processor_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/id_generator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/span_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/sampler.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/batch_span_processor_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._batch_span_processor_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/random_id_generator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._tracer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/batch_span_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/random_id_generator_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._id_generator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._multi_span_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/._processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/tracer_context_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/trace/simple_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/resource -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/resource/._resource_detector.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/resource/resource_detector.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/resource/._resource.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/resource/resource.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/version -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/version/version.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/version/._version.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/instrumentationlibrary -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/instrumentationlibrary/._instrumentation_library.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/instrumentationlibrary/instrumentation_library.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/multi_log_record_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._simple_log_record_processor_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/batch_log_record_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/logger_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._batch_log_record_processor_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/event_logger_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._batch_log_record_processor_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger_context.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/batch_log_record_processor_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/logger_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._multi_recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/logger.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._batch_log_record_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._event_logger.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger_provider_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._simple_log_record_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/multi_log_record_processor_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._event_logger_provider_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/batch_log_record_processor_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/multi_recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._batch_log_record_processor_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/readable_log_record.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._multi_log_record_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/event_logger.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/batch_log_record_processor_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._read_write_log_record.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._multi_log_record_processor_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/event_logger_provider_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/logger_provider_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/logger_context_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/simple_log_record_processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._readable_log_record.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/simple_log_record_processor_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger_context_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/read_write_log_record.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._event_logger_provider.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._logger_config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/logger_config.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/logs/._processor.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/circular_buffer_range.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._circular_buffer_range.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/attributemap_hash.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/atomic_unique_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/env_variables.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._global_log_handler.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/base64.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._disabled.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/atomic_shared_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._attributemap_hash.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._circular_buffer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._atomic_shared_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._env_variables.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/circular_buffer.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/disabled.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._attribute_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._atomic_unique_ptr.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/attribute_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._exporter_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/empty_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._empty_attributes.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._thread_instrumentation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/thread_instrumentation.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/global_log_handler.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/._base64.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/common/exporter_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/instrumentationscope -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/instrumentationscope/._instrumentation_scope.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/instrumentationscope/scope_configurator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/instrumentationscope/instrumentation_scope.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/sdk/instrumentationscope/._scope_configurator.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-ext_common-target.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/server -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/server/socket_tools.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/server/file_http_server.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/server/._socket_tools.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/server/._http_server.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/server/http_server.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/server/._file_http_server.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/client -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/client/http_client_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/client/http_client.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/client/._http_client_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/client/curl -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/client/curl/http_client_curl.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/client/curl/http_operation_curl.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/client/curl/._http_operation_curl.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/client/curl/._http_client_curl.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/client/._http_client.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/common -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/common/url_parser.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry//ext/http/common/._url_parser.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_http_client_curl.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-ext_http_curl-target.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-ext_http_curl-target-noconfig.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_otlp_recordable.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_proto.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_common-target.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_common-target-noconfig.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_recordable_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_log_record_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_log_record_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_preferred_temporality.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_client.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_environment.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_metric_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_recordable_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_log_record_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_metric_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_metric_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_client_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/protobuf_include_suffix.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_metric_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_log_record_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_metric_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_log_record_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_metric_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_metric_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_populate_attribute_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_environment.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_metric_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._protobuf_include_prefix.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_metric_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_log_recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_metric_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_log_record_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_client.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_client_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_log_record_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_metric_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_log_record_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_populate_attribute_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._protobuf_include_suffix.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_log_record_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_log_record_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_client.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_client_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_metric_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_log_recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_metric_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_file_log_record_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_preferred_temporality.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_grpc_client_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/protobuf_include_prefix.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/._otlp_http_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_recordable.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_http_client.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_http.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_http_log.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_http_metric.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_http-target.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_http-target-noconfig.cmake -- Up-to-date: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_client.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_file_client.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_file.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_file_log.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_otlp_file_metric.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_file-target.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_otlp_file-target-noconfig.cmake -- Up-to-date: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_metric_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_metric_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_client.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_metric_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_metric_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_exporter_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_client_runtime_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_client_options.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_ostream_span.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_ostream_metrics.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_ostream_logs.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_ostream-target.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_ostream-target-noconfig.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/metric_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/span_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/log_record_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/._span_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/._log_record_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/log_record_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/._metric_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/._log_record_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/._metric_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/common_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/span_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/metric_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/._common_utils.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/ostream/._span_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_in_memory.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/libopentelemetry_exporter_in_memory_metric.a -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_in_memory-target.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-exporters_in_memory-target-noconfig.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_span_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_span_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_span_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_span_exporter.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_metric_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_metric_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_metric_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_data.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_metric_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/._in_memory_span_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/include/opentelemetry/exporters/memory/in_memory_span_exporter_factory.h -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/component-definitions.cmake -- Installing: /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00_pkg_src/otelsdk/src/install/lib/cmake/opentelemetry-cpp/thirdparty-dependency-definitions.cmake touch otelcpplib clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c cleancall.c -o cleancall.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c wrap-r.c -o wrap-r.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c wrap-c.cc -o wrap-c.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c glue.c -o glue.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c utils.c -o utils.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c errors.c -o errors.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c span.c -o span.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c context.c -o context.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c tracer.c -o tracer.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c tracer-sdk.cc -o tracer-sdk.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c tracer-api.cc -o tracer-api.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c meter.c -o meter.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c meter-sdk.cc -o meter-sdk.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c logger.c -o logger.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c logger-sdk.cc -o logger-sdk.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c r-collector.c -o r-collector.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c collector.cc -o collector.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iinstall/include -DOPENTELEMETRY_ABI_VERSION_NO=2 -DOTEL_BUILD_SAFEtrue -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c stdstream.cc -o stdstream.o ar rs libstdstream-exporter.a stdstream.o ar: creating libstdstream-exporter.a clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o otelsdk.so 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 -lprotobuf -lcurl libstdstream-exporter.a -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/otelsdk.Rcheck/00LOCK-otelsdk/00new/otelsdk/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (otelsdk)