configure: WARNING: discovered external PMIx version is less than internal version 3.x configure: WARNING: using internal PMIx configure: WARNING: -fno-strict-aliasing has been added to CFLAGS configure: WARNING: -finline-functions has been added to CXXFLAGS configure: WARNING: -finline-functions has been added to CXXFLAGS configure: WARNING: MPI_REAL16 and MPI_COMPLEX32 support have been disabled configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS configure: WARNING: *** Shared libraries have been disabled (--disable-shared) configure: WARNING: *** Building MCA components as DSOs automatically disabled configure: WARNING: valgrind.h not found configure: WARNING: Cannot compile this component configure: WARNING: -fno-strict-aliasing has been added to CFLAGS configure: WARNING: *** Shared libraries have been disabled (--disable-shared) configure: WARNING: *** Building MCA components as DSOs automatically disabled configure: WARNING: ignoring pmix_pmix3x_WRAPPER_EXTRA_CPPFLAGS ( -I/home/conan/w/cci_PR-4482/.conan/data/zlib/1.2.11/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709 -I/home/conan/w/cci_PR-4482/.conan/data/): component conditions not met configure: WARNING: Unknown architecture ... proceeding anyway configure: WARNING: File locks may not work with NFS. See the Installation and users manual for instructions on testing and if necessary fixing this configure: WARNING: No spml found. Will not build OpenSHMEM layer. ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') daemon_init.c: In function ‘opal_daemon_init’: daemon_init.c:55:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 55 | chdir(working_dir); /* change working directory */ | ^~~~~~~~~~~~~~~~~~ error.c: In function ‘opal_strerror_unknown’: error.c:84:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 84 | asprintf(str, "Unknown error: %d (%s error %d)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85 | errnum, converters[i].project, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 86 | errnum - converters[i].err_base); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error.c:92:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 92 | asprintf(str, "Unknown error: %d", errnum); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error.c: In function ‘opal_delay_abort’: error.c:234:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 234 | write(STDERR_FILENO, msg, strlen(msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error.c:242:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 242 | write(STDERR_FILENO, msg, strlen(msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_environ.c: In function ‘opal_setenv’: opal_environ.c:105:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 105 | asprintf(&newvalue, "%s=", name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_environ.c:107:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 107 | asprintf(&newvalue, "%s=%s", name, value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_environ.c:165:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 165 | asprintf(&compare, "%s=", name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_environ.c: In function ‘opal_unsetenv’: opal_environ.c:221:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 221 | asprintf(&compare, "%s=", name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘opal_output_init’: output.c:191:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 191 | asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:212:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 212 | asprintf(&output_prefix, "output-pid%d-", getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘opal_output_reopen_all’: output.c:281:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 281 | asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘output’: output.c:976:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 976 | write(fileno(stdout), out, (int)strlen(out)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:982:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 982 | write((-1 == default_stderr_fd) ? | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 983 | fileno(stderr) : default_stderr_fd, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 984 | out, (int)strlen(out)); | ~~~~~~~~~~~~~~~~~~~~~~ output.c:1004:20: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 1004 | write(ldi->ldi_fd, buffer, (int)strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:1012:17: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 1012 | write(ldi->ldi_fd, out, (int)strlen(out)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘make_string’: output.c:866:5: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result] 866 | vasprintf(no_newline_string, format, arglist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ path.c: In function ‘opal_find_absolute_path’: path.c:406:9: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result [-Wunused-result] 406 | realpath( abs_app_name, resolved_path ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ show_help.c: In function ‘opal_show_help_vstring’: show_help.c:311:9: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result] 311 | vasprintf(&output, single_string, arglist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ show_help.c: In function ‘open_file’: show_help.c:163:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 163 | asprintf(&err_msg, "%s: %s", filename, strerror(errno)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ show_help.c:167:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 167 | asprintf(&filename, "%s%s%s.txt", search_dirs[i], OPAL_PATH_SEP, base); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stacktrace.c: In function ‘show_stackframe’: stacktrace.c:144:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 144 | write(opal_stacktrace_output_fileno, print_buffer, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stacktrace.c:394:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 394 | write(opal_stacktrace_output_fileno, print_buffer, sizeof(print_buffer)-size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stacktrace.c:401:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 401 | write(opal_stacktrace_output_fileno, unable_to_print_msg, strlen(unable_to_print_msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stacktrace.c:410:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 410 | write(opal_stacktrace_output_fileno, print_buffer, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stacktrace.c:412:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 412 | write(opal_stacktrace_output_fileno, unable_to_print_msg, strlen(unable_to_print_msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uri.c: In function ‘opal_filename_to_uri’: uri.c:62:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 62 | asprintf(&uri, "file://%s", filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uri.c:99:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 99 | asprintf(&uri, "file://%s%s", hostname, fn); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../opal/util/info_subscriber.h:34, from info_subscriber.c:45: info_subscriber.c: In function ‘opal_infosubscribe_change_info’: ../../opal/util/info.h:112:31: warning: ‘%s’ directive output may be truncated writing up to 36 bytes into a region of size 27 [-Wformat-truncation=] 112 | #define OPAL_INFO_SAVE_PREFIX "_OMPI_IN_" | ^~~~~~~~~~~ info_subscriber.c:268:13: note: in expansion of macro ‘OPAL_INFO_SAVE_PREFIX’ 268 | OPAL_INFO_SAVE_PREFIX "%s", key); | ^~~~~~~~~~~~~~~~~~~~~ info_subscriber.c:268:36: note: format string is defined here 268 | OPAL_INFO_SAVE_PREFIX "%s", key); | ^~ In file included from /usr/include/stdio.h:867, from ../../opal/class/opal_list.h:71, from ../../opal/util/info_subscriber.h:30, from info_subscriber.c:45: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 10 and 46 bytes into a destination of size 36 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from info.c:46: info.c: In function ‘opal_info_dup_mode.constprop’: ../../opal/util/info.h:112:31: warning: ‘%s’ directive output may be truncated writing up to 36 bytes into a region of size 28 [-Wformat-truncation=] 112 | #define OPAL_INFO_SAVE_PREFIX "_OMPI_IN_" | ^~~~~~~~~~~ info.c:212:22: note: in expansion of macro ‘OPAL_INFO_SAVE_PREFIX’ 212 | OPAL_INFO_SAVE_PREFIX "%s", pkey); | ^~~~~~~~~~~~~~~~~~~~~ info.c:212:45: note: format string is defined here 212 | OPAL_INFO_SAVE_PREFIX "%s", pkey); | ^~ In file included from /usr/include/stdio.h:867, from ../../opal/class/opal_list.h:71, from ../../opal/util/info.h:30, from info.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 10 and 46 bytes into a destination of size 37 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') mca_base_cmd_line.c: In function ‘mca_base_cmd_line_wrap_args’: mca_base_cmd_line.c:234:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 234 | asprintf(&tstr, "\"%s\"", args[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_component_repository.c: In function ‘mca_base_component_repository_open’: mca_base_component_repository.c:439:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 439 | asprintf(&(f_comp->error_msg), "%s", err_msg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_open.c: In function ‘mca_base_open’: mca_base_open.c:82:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 82 | asprintf(&mca_base_user_default_path, "%s"OPAL_PATH_SEP".openmpi"OPAL_PATH_SEP"components", opal_home_directory()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_open.c:91:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 91 | asprintf(&value, "%s%c%s", mca_base_system_default_path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92 | OPAL_ENV_SEP, mca_base_user_default_path); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_open.c:159:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 159 | asprintf(&lds.lds_prefix, "[%s:%05d] ", hostname, getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c: In function ‘mca_base_pvar_dump’: mca_base_pvar.c:848:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 848 | (void)asprintf(&tmp, "mca:%s:%s:pvar:%s:", framework, component, full_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:850:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 850 | (void)asprintf(out[0] + line++, "%sclass:%s", tmp, pvar_class_names[pvar->var_class]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:851:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 851 | (void)asprintf(out[0] + line++, "%sread-only:%s", tmp, mca_base_pvar_is_readonly(pvar) ? "true" : "false"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:852:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 852 | (void)asprintf(out[0] + line++, "%scontinuous:%s", tmp, mca_base_pvar_is_continuous(pvar) ? "true" : "false"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:853:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 853 | (void)asprintf(out[0] + line++, "%satomic:%s", tmp, mca_base_pvar_is_atomic(pvar) ? "true" : "false"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:857:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 857 | (void)asprintf(out[0] + line++, "%shelp:%s", tmp, pvar->description); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:871:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 871 | (void)asprintf(out[0] + line++, "%senumerator:value:%d:%s", tmp, enum_value, enum_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:875:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 875 | (void)asprintf(out[0] + line++, "%stype:%s", tmp, ompi_var_type_names[pvar->type]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:884:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 884 | (void)asprintf (out[0] + line++, "performance \"%s\" (type: %s, class: %s)", full_name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 885 | ompi_var_type_names[pvar->type], pvar_class_names[pvar->var_class]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:888:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 888 | (void)asprintf(out[0] + line++, "%s", pvar->description); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:896:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 896 | (void)asprintf (out[0] + line++, "Values: %s", values); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c: In function ‘mca_base_var_cache_files’: mca_base_var.c:412:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 412 | asprintf(&mca_base_var_files, "%s"OPAL_PATH_SEP".openmpi" OPAL_PATH_SEP | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 413 | "mca-params.conf%c%s" OPAL_PATH_SEP "openmpi-mca-params.conf", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 414 | home, ',', opal_install_dirs.sysconfdir); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:520:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 520 | asprintf(&mca_base_param_file_path, "%s%c%s", force_agg_path, OPAL_ENV_SEP, tmp_str); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c: In function ‘resolve_relative_paths’: mca_base_var.c:389:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 389 | asprintf(&tmp_str, "%s%c%s", *file_prefix, sep, *files); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c: In function ‘mca_base_var_build_env’: mca_base_var.c:1065:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1065 | asprintf (&str, "%sSOURCE_%s=FILE:%s", mca_prefix, var->mbv_full_name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1066 | mca_base_var_source_file (var)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:1069:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1069 | asprintf (&str, "%sSOURCE_%s=COMMAND_LINE", mca_prefix, var->mbv_full_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c: In function ‘var_value_string’: mca_base_var.c:1936:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1936 | asprintf (value_string, "%s", "unset"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c: In function ‘mca_base_var_dump’: mca_base_var.c:2134:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2134 | asprintf(&tmp, "mca:%s:%s:param:%s:", framework, component, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2135 | full_name); | ~~~~~~~~~~ mca_base_var.c:2140:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2140 | asprintf(out[0] + line++, "%svalue:\"%s\"", tmp, value_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2142:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2142 | asprintf(out[0] + line++, "%svalue:%s", tmp, value_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2146:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2146 | asprintf(out[0] + line++, "%ssource:%s", tmp, source_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2149:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2149 | asprintf(out[0] + line++, "%sstatus:%s", tmp, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2150 | VAR_IS_SETTABLE(var[0]) ? "writeable" : "read-only"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2153:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2153 | asprintf(out[0] + line++, "%slevel:%d", tmp, var->mbv_info_lvl + 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2157:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2157 | asprintf(out[0] + line++, "%shelp:%s", tmp, var->mbv_description); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2171:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2171 | asprintf(out[0] + line++, "%senumerator:value:%d:%s", tmp, enum_value, enum_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2176:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2176 | asprintf(out[0] + line++, "%sdeprecated:%s", tmp, VAR_IS_DEPRECATED(var[0]) ? "yes" : "no"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2178:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2178 | asprintf(out[0] + line++, "%stype:%s", tmp, ompi_var_type_names[var->mbv_type]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2182:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2182 | asprintf(out[0] + line++, "%ssynonym_of:name:%s", tmp, original->mbv_full_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2192:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2192 | asprintf(out[0] + line++, "%ssynonym:name:%s", tmp, synonym->mbv_full_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2206:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2206 | asprintf (out[0], "%s \"%s\" (current value: \"%s\", data source: %s, level: %d %s, type: %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2207 | VAR_IS_DEFAULT_ONLY(var[0]) ? "informational" : "parameter", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2208 | full_name, value_string, source_string, var->mbv_info_lvl + 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2209 | info_lvl_strings[var->mbv_info_lvl], ompi_var_type_names[var->mbv_type]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2213:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2213 | asprintf (out[0], "%s, deprecated", tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2220:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2220 | asprintf(out[0], "%s, synonym of: %s)", tmp, original->mbv_full_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2223:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2223 | asprintf(out[0], "%s, synonyms: ", tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2236:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2236 | asprintf(out[0], "%s%s)", tmp, synonym->mbv_full_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2238:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2238 | asprintf(out[0], "%s%s, ", tmp, synonym->mbv_full_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2243:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2243 | asprintf(out[0], "%s)", tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2250:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2250 | asprintf(out[0] + line++, "%s", var->mbv_description); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2258:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2258 | asprintf (out[0] + line++, "Valid values: %s", values); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c:2270:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2270 | asprintf(out[0], "%s=%s (%s)", var->mbv_full_name, value_string, source_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_framework.c: In function ‘mca_base_framework_register’: mca_base_framework.c:85:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 85 | asprintf (&desc, "Default selection set of components for the %s framework (" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 86 | " means use all components that can be found)", framework->framework_name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') base/btl_base_error.c: In function ‘mca_btl_base_error_no_nics’: base/btl_base_error.c:66:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 66 | asprintf(&procid, "%s", OPAL_NAME_PRINT(OPAL_PROC_MY_NAME)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') base/compress_base_fns.c: In function ‘opal_compress_base_tar_create’: base/compress_base_fns.c:57:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 57 | asprintf(&tar_target, "%s.tar", *target); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/compress_base_fns.c:62:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 62 | asprintf(&cmd, "tar -cf %s %s", tar_target, *target); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/compress_base_fns.c: In function ‘opal_compress_base_tar_extract’: base/compress_base_fns.c:104:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 104 | asprintf(&cmd, "tar -xf %s", *target); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') base/hwloc_base_dt.c: In function ‘print_hwloc_obj’: base/hwloc_base_dt.c:246:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 246 | asprintf(&pfx, "\n%s\t", (NULL == prefix) ? "" : prefix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_dt.c:247:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 247 | asprintf(&tmp, "%sType: %s Number of child objects: %u%sName=%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 248 | (NULL == prefix) ? "" : prefix, string, obj->arity, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 249 | pfx, (NULL == obj->name) ? "NULL" : obj->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_dt.c:252:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 252 | asprintf(&tmp2, "%s%s%s", tmp, pfx, string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_dt.c:261:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 261 | asprintf(&tmp2, "%s%sCpuset: %s", tmp, pfx, string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_dt.c:268:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 268 | asprintf(&tmp2, "%s%sBind CPU proc: %s%sBind CPU thread: %s", tmp, pfx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 269 | (support->cpubind->set_thisproc_cpubind) ? "TRUE" : "FALSE", pfx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 270 | (support->cpubind->set_thisthread_cpubind) ? "TRUE" : "FALSE"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_dt.c:273:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 273 | asprintf(&tmp2, "%s%sBind MEM proc: %s%sBind MEM thread: %s", tmp, pfx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 274 | (support->membind->set_thisproc_membind) ? "TRUE" : "FALSE", pfx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 275 | (support->membind->set_thisthread_membind) ? "TRUE" : "FALSE"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_dt.c:279:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 279 | asprintf(&tmp2, "%s%s\n", (NULL == *output) ? "" : *output, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_dt.c:282:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 282 | asprintf(&pfx, "%s\t", (NULL == prefix) ? "" : prefix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_util.c: In function ‘opal_hwloc_base_get_topo_signature’: base/hwloc_base_util.c:2086:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2086 | asprintf(&sig, "%dN:%dS:%dL3:%dL2:%dL1:%dC:%dH:%s:%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2087 | nnuma, nsocket, nl3, nl2, nl1, ncore, nhwt, arch, endian); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_util.c: In function ‘opal_hwloc_base_get_locality_string’: base/hwloc_base_util.c:2177:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2177 | asprintf(&t2, "%sNM%s:", (NULL == locality) ? "" : locality, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_util.c:2184:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2184 | asprintf(&t2, "%sSK%s:", (NULL == locality) ? "" : locality, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_util.c:2219:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2219 | asprintf(&t2, "%sL3%s:", (NULL == locality) ? "" : locality, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_util.c:2226:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2226 | asprintf(&t2, "%sL2%s:", (NULL == locality) ? "" : locality, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_util.c:2233:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2233 | asprintf(&t2, "%sL1%s:", (NULL == locality) ? "" : locality, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_util.c:2241:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2241 | asprintf(&t2, "%sCR%s:", (NULL == locality) ? "" : locality, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_util.c:2248:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2248 | asprintf(&t2, "%sHT%s:", (NULL == locality) ? "" : locality, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_util.c:2269:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2269 | asprintf(&t2, "%sNM%s:", (NULL == locality) ? "" : locality, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/hwloc_base_util.c: In function ‘opal_hwloc_base_cset2str’: base/hwloc_base_util.c:1755:60: warning: ‘%s’ directive output may be truncated writing up to 8191 bytes into a region of size between 8153 and 8171 [-Wformat-truncation=] 1625 | return ret; | ~~~ ...... 1755 | snprintf(tmp, stmp, "socket %d[core %d[hwt %s]]", | ^~ In file included from /usr/include/stdio.h:867, from ../../../opal/threads/mutex_unix.h:42, from ../../../opal/threads/mutex.h:100, from ../../../opal/class/opal_pointer_array.h:34, from ../../../opal/mca/event/event.h:28, from ../../../opal/mca/pmix/pmix.h:24, from base/hwloc_base_util.c:59: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 23 and 8232 bytes into a destination of size 8191 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') base/installdirs_base_expand.c: In function ‘opal_install_dirs_expand_internal’: base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:130:13: note: in expansion of macro ‘EXPAND_STRING’ 130 | EXPAND_STRING(prefix); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:130:13: note: in expansion of macro ‘EXPAND_STRING’ 130 | EXPAND_STRING(prefix); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:131:13: note: in expansion of macro ‘EXPAND_STRING’ 131 | EXPAND_STRING(exec_prefix); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:131:13: note: in expansion of macro ‘EXPAND_STRING’ 131 | EXPAND_STRING(exec_prefix); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:132:13: note: in expansion of macro ‘EXPAND_STRING’ 132 | EXPAND_STRING(bindir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:132:13: note: in expansion of macro ‘EXPAND_STRING’ 132 | EXPAND_STRING(bindir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:133:13: note: in expansion of macro ‘EXPAND_STRING’ 133 | EXPAND_STRING(sbindir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:133:13: note: in expansion of macro ‘EXPAND_STRING’ 133 | EXPAND_STRING(sbindir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:134:13: note: in expansion of macro ‘EXPAND_STRING’ 134 | EXPAND_STRING(libexecdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:134:13: note: in expansion of macro ‘EXPAND_STRING’ 134 | EXPAND_STRING(libexecdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:135:13: note: in expansion of macro ‘EXPAND_STRING’ 135 | EXPAND_STRING(datarootdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:135:13: note: in expansion of macro ‘EXPAND_STRING’ 135 | EXPAND_STRING(datarootdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:136:13: note: in expansion of macro ‘EXPAND_STRING’ 136 | EXPAND_STRING(datadir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:136:13: note: in expansion of macro ‘EXPAND_STRING’ 136 | EXPAND_STRING(datadir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:137:13: note: in expansion of macro ‘EXPAND_STRING’ 137 | EXPAND_STRING(sysconfdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:137:13: note: in expansion of macro ‘EXPAND_STRING’ 137 | EXPAND_STRING(sysconfdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:138:13: note: in expansion of macro ‘EXPAND_STRING’ 138 | EXPAND_STRING(sharedstatedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:138:13: note: in expansion of macro ‘EXPAND_STRING’ 138 | EXPAND_STRING(sharedstatedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:139:13: note: in expansion of macro ‘EXPAND_STRING’ 139 | EXPAND_STRING(localstatedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:139:13: note: in expansion of macro ‘EXPAND_STRING’ 139 | EXPAND_STRING(localstatedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:140:13: note: in expansion of macro ‘EXPAND_STRING’ 140 | EXPAND_STRING(libdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:140:13: note: in expansion of macro ‘EXPAND_STRING’ 140 | EXPAND_STRING(libdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:141:13: note: in expansion of macro ‘EXPAND_STRING’ 141 | EXPAND_STRING(includedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:141:13: note: in expansion of macro ‘EXPAND_STRING’ 141 | EXPAND_STRING(includedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:142:13: note: in expansion of macro ‘EXPAND_STRING’ 142 | EXPAND_STRING(infodir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:142:13: note: in expansion of macro ‘EXPAND_STRING’ 142 | EXPAND_STRING(infodir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:143:13: note: in expansion of macro ‘EXPAND_STRING’ 143 | EXPAND_STRING(mandir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:143:13: note: in expansion of macro ‘EXPAND_STRING’ 143 | EXPAND_STRING(mandir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:144:13: note: in expansion of macro ‘EXPAND_STRING2’ 144 | EXPAND_STRING2(opaldatadir, pkgdatadir); | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:144:13: note: in expansion of macro ‘EXPAND_STRING2’ 144 | EXPAND_STRING2(opaldatadir, pkgdatadir); | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:145:13: note: in expansion of macro ‘EXPAND_STRING2’ 145 | EXPAND_STRING2(opallibdir, pkglibdir); | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:145:13: note: in expansion of macro ‘EXPAND_STRING2’ 145 | EXPAND_STRING2(opallibdir, pkglibdir); | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:146:13: note: in expansion of macro ‘EXPAND_STRING2’ 146 | EXPAND_STRING2(opalincludedir, pkgincludedir); | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:146:13: note: in expansion of macro ‘EXPAND_STRING2’ 146 | EXPAND_STRING2(opalincludedir, pkgincludedir); | ^~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') base/mpool_base_tree.c: In function ‘action’: base/mpool_base_tree.c:224:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 224 | asprintf(&leak_msg, " %lu bytes at address 0x%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 225 | (unsigned long) item->num_bytes, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 226 | (unsigned long) key); | ~~~~~~~~~~~~~~~~~~~~ base/mpool_base_tree.c:228:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 228 | asprintf(&tmp, "%s\n %lu bytes at address 0x%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 229 | leak_msg, (unsigned long) item->num_bytes, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 230 | (unsigned long) key); | ~~~~~~~~~~~~~~~~~~~~ base/mpool_base_default.c: In function ‘mca_mpool_default_alloc’: base/mpool_base_default.c:37:16: warning: ignoring return value of ‘posix_memalign’, declared with attribute warn_unused_result [-Wunused-result] 37 | (void) posix_memalign (&addr, align, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') base/rcache_base_mem_cb.c: In function ‘mca_rcache_base_mem_cb’: base/rcache_base_mem_cb.c:73:21: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 73 | write(2, msg, len); | ^~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') backtrace_execinfo.c: In function ‘opal_backtrace_print’: backtrace_execinfo.c:56:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 56 | write (fd, prefix, strlen (prefix)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ backtrace_execinfo.c:59:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 59 | write (fd, buf, len); | ^~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') btl_tcp_endpoint.c: In function ‘mca_btl_tcp_endpoint_complete_connect’: btl_tcp_endpoint.c:841:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 841 | asprintf(&msg, "connect() to %s:%d failed", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 842 | opal_net_get_hostname((struct sockaddr*) &endpoint_addr), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 843 | ntohs(((struct sockaddr_in*) &endpoint_addr)->sin_port)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ btl_tcp_component.c: In function ‘mca_btl_tcp_component_register’: btl_tcp_component.c:281:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 281 | asprintf( &message, | ^~~~~~~~~~~~~~~~~~~ 282 | "The number of ports where the TCP BTL will try to bind (default %d)." | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 283 | " This parameter together with the port min, define a range of ports" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 284 | " where Open MPI will open sockets.", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 285 | (0x1 << 16) - mca_btl_tcp_component.tcp_port_min - 1 ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ btl_tcp_proc.c: In function ‘mca_btl_tcp_proc_accept’: btl_tcp_proc.c:917:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 917 | (void)asprintf(&tmp, "\n\t%s", ip); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ btl_tcp_proc.c:919:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 919 | (void)asprintf(&tmp, "%s\n\t%s", addr_str, ip); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') btl_vader_component.c: In function ‘mca_btl_vader_check_single_copy’: btl_vader_component.c:458:13: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] 458 | read (fd, &buffer, 1); | ^~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') compress_bzip_module.c: In function ‘opal_compress_bzip_compress_nb’: compress_bzip_module.c:88:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 88 | chdir(dir_fname); | ^~~~~~~~~~~~~~~~ compress_bzip_module.c:96:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 96 | asprintf(cname, "%s.tar.bz2", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c:97:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 97 | asprintf(&cmd, "tar -jcf %s %s", *cname, base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c:100:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 100 | asprintf(cname, "%s.bz2", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c:101:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 101 | asprintf(&cmd, "bzip2 %s", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c:123:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 123 | asprintf(cname, "%s%s", fname, *postfix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c: In function ‘opal_compress_bzip_decompress_nb’: compress_bzip_module.c:178:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 178 | chdir(dir_cname); | ^~~~~~~~~~~~~~~~ compress_bzip_module.c:184:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 184 | asprintf(&cmd, "bunzip2 %s", cname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') compress_gzip_module.c: In function ‘opal_compress_gzip_compress_nb’: compress_gzip_module.c:88:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 88 | chdir(dir_fname); | ^~~~~~~~~~~~~~~~ compress_gzip_module.c:96:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 96 | asprintf(cname, "%s.tar.gz", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c:97:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 97 | asprintf(&cmd, "tar -zcf %s %s", *cname, base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c:100:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 100 | asprintf(cname, "%s.gz", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c:101:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 101 | asprintf(&cmd, "gzip %s", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c:123:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 123 | asprintf(cname, "%s%s", fname, *postfix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c: In function ‘opal_compress_gzip_decompress_nb’: compress_gzip_module.c:182:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 182 | chdir(dir_cname); | ^~~~~~~~~~~~~~~~ compress_gzip_module.c:187:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 187 | asprintf(&cmd, "gunzip %s", cname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') dl_dlopen_module.c: In function ‘dlopen_foreachfile’: dl_dlopen_module.c:185:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 185 | asprintf(&abs_name, "%s/%s", dirs[i], de->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dl_dlopen_module.c: In function ‘dlopen_open’: dl_dlopen_module.c:77:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 77 | asprintf(&name, "%s%s", fname, ext); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') In file included from ./arc4random.c:62, from evutil_rand.c:125: /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The header is deprecated and will be removed." [-Wcpp] 21 | #warning "The header is deprecated and will be removed." | ^~~~~~~ In file included from evutil_rand.c:125: ./arc4random.c: In function ‘arc4_seed_sysctl_linux’: ./arc4random.c:191:3: warning: ‘sysctl’ is deprecated [-Wdeprecated-declarations] 191 | if (0 != sysctl(mib, 3, &buf[len], &n, NULL, 0)) | ^~ In file included from ./arc4random.c:62, from evutil_rand.c:125: /usr/include/x86_64-linux-gnu/sys/sysctl.h:70:12: note: declared here 70 | extern int sysctl (int *__name, int __nlen, void *__oldval, | ^~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') libevent2022_component.c: In function ‘libevent2022_register’: libevent2022_component.c:174:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 174 | asprintf( &help_msg, | ^~~~~~~~~~~~~~~~~~~~ 175 | "Comma-delimited list of libevent subsystems " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 176 | "to use (%s -- available on your platform)", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 177 | available_eventops ); | ~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') In file included from topology.c:45: /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The header is deprecated and will be removed." [-Wcpp] 21 | #warning "The header is deprecated and will be removed." | ^~~~~~~ topology.c: In function ‘hwloc___insert_object_by_cpuset’: topology.c:1383:51: warning: ‘%s’ directive output may be truncated writing up to 511 bytes into a region of size between 496 and 1007 [-Wformat-truncation=] 1383 | snprintf(msg, sizeof(msg), "%s intersects with %s without inclusion!", objstr, childstr); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from topology.c:22: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 37 and 1059 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c: In function ‘hwloc_linuxfs_lookup_mic_class’: topology-linux.c:5339:35: warning: ‘/family’ directive output may be truncated writing 7 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5339 | snprintf(path, sizeof(path), "%s/family", osdevpath); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 263 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5347:35: warning: ‘/sku’ directive output may be truncated writing 4 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5347 | snprintf(path, sizeof(path), "%s/sku", osdevpath); | ^~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 5 and 260 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5355:35: warning: ‘/serialnumber’ directive output may be truncated writing 13 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5355 | snprintf(path, sizeof(path), "%s/serialnumber", osdevpath); | ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 14 and 269 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5364:35: warning: ‘/active_cores’ directive output may be truncated writing 13 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5364 | snprintf(path, sizeof(path), "%s/active_cores", osdevpath); | ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 14 and 269 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5371:35: warning: ‘/memsize’ directive output may be truncated writing 8 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5371 | snprintf(path, sizeof(path), "%s/memsize", osdevpath); | ^~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 9 and 264 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c: In function ‘hwloc_linuxfs_lookup_infiniband_class’: topology-linux.c:5214:35: warning: ‘/node_guid’ directive output may be truncated writing 10 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5214 | snprintf(path, sizeof(path), "%s/node_guid", osdevpath); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 11 and 266 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5222:35: warning: ‘/sys_image_guid’ directive output may be truncated writing 15 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5222 | snprintf(path, sizeof(path), "%s/sys_image_guid", osdevpath); | ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 16 and 271 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5235:37: warning: ‘/ports/’ directive output may be truncated writing 7 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5235 | snprintf(path, sizeof(path), "%s/ports/%u/state", osdevpath, i); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 15 and 279 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5246:37: warning: ‘/ports/’ directive output may be truncated writing 7 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5246 | snprintf(path, sizeof(path), "%s/ports/%u/lid", osdevpath, i); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 13 and 277 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5256:37: warning: ‘/ports/’ directive output may be truncated writing 7 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5256 | snprintf(path, sizeof(path), "%s/ports/%u/lid_mask_count", osdevpath, i); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 24 and 288 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5267:39: warning: ‘/ports/’ directive output may be truncated writing 7 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5267 | snprintf(path, sizeof(path), "%s/ports/%u/gids/%u", osdevpath, i, j); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 16 and 289 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c: In function ‘hwloc_linuxfs_lookup_net_class’: topology-linux.c:5145:35: warning: ‘/address’ directive output may be truncated writing 8 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5145 | snprintf(path, sizeof(path), "%s/address", osdevpath); | ^~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 9 and 264 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5152:35: warning: ‘/device/infiniband’ directive output may be truncated writing 18 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5152 | snprintf(path, sizeof(path), "%s/device/infiniband", osdevpath); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 19 and 274 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:5155:37: warning: ‘/dev_id’ directive output may be truncated writing 7 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5155 | snprintf(path, sizeof(path), "%s/dev_id", osdevpath); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 263 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c: In function ‘hwloc_linuxfs_lookup_block_class’: topology-linux.c:4941:35: warning: ‘/size’ directive output may be truncated writing 5 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 4941 | snprintf(path, sizeof(path), "%s/size", osdevpath); | ^~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 6 and 261 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:4949:35: warning: ‘/queue/hw_sector_size’ directive output may be truncated writing 21 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 4949 | snprintf(path, sizeof(path), "%s/queue/hw_sector_size", osdevpath); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 22 and 277 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:4960:35: warning: ‘/device/devtype’ directive output may be truncated writing 15 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 4960 | snprintf(path, sizeof(path), "%s/device/devtype", osdevpath); | ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 16 and 271 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:4960:35: warning: ‘/device/devtype’ directive output may be truncated writing 15 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 4960 | snprintf(path, sizeof(path), "%s/device/devtype", osdevpath); | ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 16 and 271 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c:4973:35: warning: ‘/dev’ directive output may be truncated writing 4 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 4973 | snprintf(path, sizeof(path), "%s/dev", osdevpath); | ^~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:58, from topology-linux.c:12: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 5 and 260 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/pmix/pmix3x/pmix/include/pmix_common.h:59, from gds_ds12_file.c:13: In function ‘strncpy’, inlined from ‘pmix_ds12_put_key’ at gds_ds12_file.c:128:5: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gds_ds12_file.c: In function ‘pmix_ds12_put_key’: gds_ds12_file.c:53:18: note: length computed here 53 | size_t len = strlen((char*)key) + 1; \ | ^~~~~~~~~~~~~~~~~~ gds_ds12_file.c:79:32: note: in expansion of macro ‘ESH_KNAME_LEN_V12’ 79 | strncpy((char *)addr, key, ESH_KNAME_LEN_V12(key)); \ | ^~~~~~~~~~~~~~~~~ gds_ds12_file.c:128:5: note: in expansion of macro ‘ESH_PUT_KEY_V12’ 128 | ESH_PUT_KEY_V12(addr, key, buf, size); | ^~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/pmix/pmix3x/pmix/include/pmix_common.h:59, from gds_ds20_file.c:13: In function ‘strncpy’, inlined from ‘pmix_ds20_put_key’ at gds_ds20_file.c:117:5: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gds_ds20_file.c: In function ‘pmix_ds20_put_key’: gds_ds20_file.c:33:24: note: length computed here 33 | size_t kname_len = strlen(key) + 1; \ | ^~~~~~~~~~~ gds_ds20_file.c:72:18: note: in expansion of macro ‘ESH_KNAME_LEN_V20’ 72 | key, ESH_KNAME_LEN_V20(key)); \ | ^~~~~~~~~~~~~~~~~ gds_ds20_file.c:117:5: note: in expansion of macro ‘ESH_PUT_KEY_V20’ 117 | ESH_PUT_KEY_V20(addr, key, buf, size); | ^~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/sources/opal/mca/pmix/pmix3x/pmix/include/pmix_common.h:59, from gds_ds21_file.c:14: In function ‘strncpy’, inlined from ‘pmix_ds21_put_key’ at gds_ds21_file.c:169:5: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gds_ds21_file.c: In function ‘pmix_ds21_put_key’: gds_ds21_file.c:44:6: note: length computed here 44 | (strlen(key) + 1) | ^~~~~~~~~~~ gds_ds21_file.c:169:48: note: in expansion of macro ‘ESH_KNAME_LEN_V21’ 169 | strncpy(addr_ch + 2 * sizeof(size_t), key, ESH_KNAME_LEN_V21(key)); | ^~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') In file included from ptl_tcp.c:51: /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The header is deprecated and will be removed." [-Wcpp] 21 | #warning "The header is deprecated and will be removed." | ^~~~~~~ ptl_tcp.c: In function ‘connect_to_peer’: ptl_tcp.c:392:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 392 | fgets(tmp, 512, fp); | ^~~~~~~~~~~~~~~~~~~ ptl_tcp.c:640:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 640 | asprintf(&urikv->value->data.string, "%s.%u;%s", nspace, rank, suri); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[5]: *** [Makefile:1812: server/pmix_server_ops.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[5]: *** [Makefile:1812: tool/pmix_tool.lo] Error 1 gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[5]: *** [Makefile:1812: server/pmix_server.lo] Error 1 make[4]: *** [Makefile:1915: all-recursive] Error 1 make[3]: *** [Makefile:787: all-recursive] Error 1 make[2]: *** [Makefile:2079: all-recursive] Error 1 make[1]: *** [Makefile:2383: all-recursive] Error 1 make: *** [Makefile:1901: all-recursive] Error 1 openmpi/4.1.0: WARN: config() has been deprecated. Use config_options() and configure() ERROR: Exiting with code: 5