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: valgrind.h not found configure: WARNING: Cannot compile this component configure: WARNING: -fno-strict-aliasing has been added to CFLAGS 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_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_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_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') 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') 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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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') runtime/opal_params.c: In function ‘opal_register_params’: runtime/opal_params.c:112:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 112 | asprintf(&string, "%d", signals[j]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_params.c:115:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 115 | asprintf(&tmp, "%s,%d", string, signals[j]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_cr.c: In function ‘opal_cr_refresh_environ’: runtime/opal_cr.c:937:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 937 | asprintf(&file_name, "%s/%s-%d", opal_tmp_directory(), OPAL_CR_BASE_ENV_NAME, prev_pid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c: In function ‘opal_info_show_path’: runtime/opal_info_support.c:354:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 354 | asprintf(&path, "path:%s", type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c: In function ‘opal_info_do_type’: runtime/opal_info_support.c:604:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 604 | asprintf (&message, "MCA %s", group->group_framework); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c: In function ‘opal_info_show_mca_group_params’: runtime/opal_info_support.c:664:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 664 | asprintf(&component_msg, " %s", group_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:675:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 675 | asprintf(&message, "MCA%s %s%s", requested ? "" : " (-)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 676 | group->group_framework, | ~~~~~~~~~~~~~~~~~~~~~~~ 677 | component_msg ? component_msg : ""); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:690:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 690 | asprintf (&message, "MCA%s %s%s", requested ? "" : " (-)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 691 | group->group_framework, | ~~~~~~~~~~~~~~~~~~~~~~~ 692 | component_msg ? component_msg : ""); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:703:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 703 | asprintf (&message, "mca:%s:%s:param:%s:disabled:%s", group->group_framework, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 704 | group_component, var->mbv_full_name, requested ? "false" : "true"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:721:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 721 | asprintf(&message, "MCA%s %s%s", requested ? "" : " (-)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 722 | group->group_framework, | ~~~~~~~~~~~~~~~~~~~~~~~ 723 | component_msg ? component_msg : ""); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:736:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 736 | asprintf (&message, "MCA%s %s%s", requested ? "" : " (-)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 737 | group->group_framework, | ~~~~~~~~~~~~~~~~~~~~~~~ 738 | component_msg ? component_msg : ""); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:749:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 749 | asprintf (&message, "mca:%s:%s:pvar:%s:disabled:%s", group->group_framework, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 750 | group_component, pvar->name, requested ? "false" : "true"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c: In function ‘opal_info_out’: runtime/opal_info_support.c:900:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 900 | asprintf(&spaces, "%*s", centerpoint - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 901 | (int)strlen(pretty_message), " "); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:914:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 914 | asprintf(&filler, "%s%s: ", spaces, pretty_message); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:916:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 916 | asprintf(&filler, "%s ", spaces); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:926:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 926 | asprintf(&spaces, "%*s", centerpoint + 2, " "); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c: In function ‘opal_info_out_int’: runtime/opal_info_support.c:1008:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1008 | asprintf(&valstr, "%d", (int)value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c: In function ‘opal_info_show_failed_component’: runtime/opal_info_support.c:1096:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1096 | asprintf(&message, "MCA %s", ri->ri_type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1097:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1097 | asprintf(&content, "%s (failed to load) %s", ri->ri_name, error_msg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1104:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1104 | asprintf(&message, "mca:%s:%s:failed", ri->ri_type, ri->ri_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1105:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1105 | asprintf(&content, "%s", error_msg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c: In function ‘opal_info_show_mca_version’: runtime/opal_info_support.c:1158:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1158 | asprintf(&message, "MCA %s", component->mca_type_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1160:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1160 | asprintf(&content, "%s (", component->mca_component_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1163:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1163 | asprintf(&tmp, "%sMCA v%s", content, mca_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1171:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1171 | asprintf(&tmp, "%s, ", content); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1175:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1175 | asprintf(&tmp, "%sAPI v%s", content, api_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1183:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1183 | asprintf(&tmp, "%s, ", content); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1187:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1187 | asprintf(&tmp, "%sComponent v%s", content, component_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1193:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1193 | asprintf(&tmp, "%s)", content); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1206:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1206 | asprintf(&message, "mca:%s:%s:version", component->mca_type_name, component->mca_component_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1208:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1208 | asprintf(&tmp, "mca:%s", mca_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1213:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1213 | asprintf(&tmp, "api:%s", api_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1218:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1218 | asprintf(&tmp, "component:%s", component_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c: In function ‘opal_info_make_version_str’: runtime/opal_info_support.c:1251:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1251 | asprintf(&tmp, "%s%s", str, greek); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c: In function ‘opal_info_show_opal_version’: runtime/opal_info_support.c:1278:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1278 | asprintf(&tmp, "%s:version:full", opal_info_type_opal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1287:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1287 | asprintf(&tmp, "%s:version:repo", opal_info_type_opal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/opal_info_support.c:1290:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1290 | asprintf(&tmp, "%s:version:release_date", opal_info_type_opal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_pack.c: In function ‘opal_dss_pack_float’: dss/dss_pack.c:342:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 342 | asprintf(&convert, "%f", ssrc[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_pack.c: In function ‘opal_dss_pack_double’: dss/dss_pack.c:363:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 363 | asprintf(&convert, "%f", ssrc[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_byte’: dss/dss_print.c:57:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 57 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:62:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 62 | asprintf(output, "%sData type: OPAL_BYTE\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:69:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 69 | asprintf(output, "%sData type: OPAL_BYTE\tValue: %x", prefix, *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_string’: dss/dss_print.c:82:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 82 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:87:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 87 | asprintf(output, "%sData type: OPAL_STRING\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:94:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 94 | asprintf(output, "%sData type: OPAL_STRING\tValue: %s", prefx, src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_size’: dss/dss_print.c:107:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 107 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:112:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 112 | asprintf(output, "%sData type: OPAL_SIZE\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:119:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 119 | asprintf(output, "%sData type: OPAL_SIZE\tValue: %lu", prefx, (unsigned long) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_pid’: dss/dss_print.c:132:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 132 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:137:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 137 | asprintf(output, "%sData type: OPAL_PID\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:144:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 144 | asprintf(output, "%sData type: OPAL_PID\tValue: %lu", prefx, (unsigned long) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_bool’: dss/dss_print.c:156:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 156 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:161:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 161 | asprintf(output, "%sData type: OPAL_BOOL\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:168:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 168 | asprintf(output, "%sData type: OPAL_BOOL\tValue: %s", prefx, *src ? "TRUE" : "FALSE"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_int’: dss/dss_print.c:181:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 181 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:186:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 186 | asprintf(output, "%sData type: OPAL_INT\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:193:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 193 | asprintf(output, "%sData type: OPAL_INT\tValue: %ld", prefx, (long) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_uint’: dss/dss_print.c:206:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 206 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:211:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 211 | asprintf(output, "%sData type: OPAL_UINT\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:218:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 218 | asprintf(output, "%sData type: OPAL_UINT\tValue: %lu", prefx, (unsigned long) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_uint8’: dss/dss_print.c:231:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 231 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:236:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 236 | asprintf(output, "%sData type: OPAL_UINT8\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:243:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 243 | asprintf(output, "%sData type: OPAL_UINT8\tValue: %u", prefx, (unsigned int) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_uint16’: dss/dss_print.c:256:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 256 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:261:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 261 | asprintf(output, "%sData type: OPAL_UINT16\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:268:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 268 | asprintf(output, "%sData type: OPAL_UINT16\tValue: %u", prefx, (unsigned int) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_uint32’: dss/dss_print.c:281:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 281 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:286:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 286 | asprintf(output, "%sData type: OPAL_UINT32\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:293:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 293 | asprintf(output, "%sData type: OPAL_UINT32\tValue: %u", prefx, (unsigned int) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_int8’: dss/dss_print.c:306:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 306 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:311:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 311 | asprintf(output, "%sData type: OPAL_INT8\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:318:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 318 | asprintf(output, "%sData type: OPAL_INT8\tValue: %d", prefx, (int) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_int16’: dss/dss_print.c:331:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 331 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:336:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 336 | asprintf(output, "%sData type: OPAL_INT16\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:343:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 343 | asprintf(output, "%sData type: OPAL_INT16\tValue: %d", prefx, (int) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_int32’: dss/dss_print.c:356:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 356 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:361:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 361 | asprintf(output, "%sData type: OPAL_INT32\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:368:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 368 | asprintf(output, "%sData type: OPAL_INT32\tValue: %d", prefx, (int) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_uint64’: dss/dss_print.c:386:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 386 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:391:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 391 | asprintf(output, "%sData type: OPAL_UINT64\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:399:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 399 | asprintf(output, "%sData type: OPAL_UINT64\tValue: %lu", prefx, (unsigned long) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_int64’: dss/dss_print.c:421:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 421 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:426:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 426 | asprintf(output, "%sData type: OPAL_INT64\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:434:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 434 | asprintf(output, "%sData type: OPAL_INT64\tValue: %ld", prefx, (long) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_float’: dss/dss_print.c:451:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 451 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:456:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 456 | asprintf(output, "%sData type: OPAL_FLOAT\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:463:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 463 | asprintf(output, "%sData type: OPAL_FLOAT\tValue: %f", prefx, *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_double’: dss/dss_print.c:477:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 477 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:482:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 482 | asprintf(output, "%sData type: OPAL_DOUBLE\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:489:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 489 | asprintf(output, "%sData type: OPAL_DOUBLE\tValue: %f", prefx, *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_time’: dss/dss_print.c:504:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 504 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:509:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 509 | asprintf(output, "%sData type: OPAL_TIME\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:519:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 519 | asprintf(output, "%sData type: OPAL_TIME\tValue: %s", prefx, t); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_timeval’: dss/dss_print.c:533:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 533 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:538:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 538 | asprintf(output, "%sData type: OPAL_TIMEVAL\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:545:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 545 | asprintf(output, "%sData type: OPAL_TIMEVAL\tValue: %ld.%06ld", prefx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 546 | (long)src->tv_sec, (long)src->tv_usec); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_null’: dss/dss_print.c:559:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 559 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:564:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 564 | asprintf(output, "%sData type: OPAL_NULL\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:571:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 571 | asprintf(output, "%sData type: OPAL_NULL", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_data_type’: dss/dss_print.c:590:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 590 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:595:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 595 | asprintf(output, "%sData type: OPAL_DATA_TYPE\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:602:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 602 | asprintf(output, "%sData type: OPAL_DATA_TYPE\tValue: %lu", prefx, (unsigned long) *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_byte_object’: dss/dss_print.c:617:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 617 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:622:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 622 | asprintf(output, "%sData type: OPAL_BYTE_OBJECT\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:629:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 629 | asprintf(output, "%sData type: OPAL_BYTE_OBJECT\tSize: %lu", prefx, (unsigned long) src->size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_pstat’: dss/dss_print.c:645:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 645 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:650:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 650 | asprintf(output, "%sData type: OPAL_PSTATS\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:656:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 656 | asprintf(output, "%sOPAL_PSTATS SAMPLED AT: %ld.%06ld\n%snode: %s rank: %d pid: %d cmd: %s state: %c pri: %d #threads: %d Processor: %d\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 657 | "%s\ttime: %ld.%06ld cpu: %5.2f PSS: %8.2f VMsize: %8.2f PeakVMSize: %8.2f RSS: %8.2f\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 658 | prefx, (long)src->sample_time.tv_sec, (long)src->sample_time.tv_usec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 659 | prefx, src->node, src->rank, src->pid, src->cmd, src->state[0], src->priority, src->num_threads, src->processor, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 660 | prefx, (long)src->time.tv_sec, (long)src->time.tv_usec, src->percent_cpu, src->pss, src->vsize, src->peak_vsize, src->rss); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_node_stat’: dss/dss_print.c:676:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 676 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:681:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 681 | asprintf(output, "%sData type: OPAL_NODE_STATS\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:687:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 687 | asprintf(output, "%sOPAL_NODE_STATS SAMPLED AT: %ld.%06ld\n%sTotal Mem: %5.2f Free Mem: %5.2f Buffers: %5.2f Cached: %5.2f\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 688 | "%sSwapCached: %5.2f SwapTotal: %5.2f SwapFree: %5.2f Mapped: %5.2f\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 689 | "%s\tla: %5.2f\tla5: %5.2f\tla15: %5.2f\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 690 | prefx, (long)src->sample_time.tv_sec, (long)src->sample_time.tv_usec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 691 | prefx, src->total_mem, src->free_mem, src->buffers, src->cached, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 692 | prefx, src->swap_cached, src->swap_total, src->swap_free, src->mapped, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 693 | prefx, src->la, src->la5, src->la15); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_value’: dss/dss_print.c:709:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 709 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:714:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 714 | asprintf(output, "%sData type: OPAL_VALUE\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:723:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 723 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_BOOL\tKey: %s\tValue: %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 724 | prefx, src->key, src->data.flag ? "true" : "false"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:727:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 727 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_BYTE\tKey: %s\tValue: %x", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 728 | prefx, src->key, src->data.byte); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:731:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 731 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_STRING\tKey: %s\tValue: %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 732 | prefx, src->key, src->data.string); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:735:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 735 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_SIZE\tKey: %s\tValue: %lu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 736 | prefx, src->key, (unsigned long)src->data.size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:739:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 739 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_PID\tKey: %s\tValue: %lu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 740 | prefx, src->key, (unsigned long)src->data.pid); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:743:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 743 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT\tKey: %s\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 744 | prefx, src->key, src->data.integer); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:747:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 747 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT8\tKey: %s\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 748 | prefx, src->key, (int)src->data.int8); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:751:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 751 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT16\tKey: %s\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 752 | prefx, src->key, (int)src->data.int16); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:755:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 755 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT32\tKey: %s\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 756 | prefx, src->key, src->data.int32); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:759:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 759 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT64\tKey: %s\tValue: %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 760 | prefx, src->key, (long)src->data.int64); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:763:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 763 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT\tKey: %s\tValue: %u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 764 | prefx, src->key, src->data.uint); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:767:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 767 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT8\tKey: %s\tValue: %u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 768 | prefx, src->key, (unsigned int)src->data.uint8); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:771:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 771 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT16\tKey: %s\tValue: %u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 772 | prefx, src->key, (unsigned int)src->data.uint16); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:775:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 775 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT32\tKey: %s\tValue: %u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 776 | prefx, src->key, src->data.uint32); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:779:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 779 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT64\tKey: %s\tValue: %lu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 780 | prefx, src->key, (unsigned long)src->data.uint64); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:783:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 783 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_FLOAT\tKey: %s\tValue: %f", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 784 | prefx, src->key, src->data.fval); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:787:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 787 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_DOUBLE\tKey: %s\tValue: %f", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 788 | prefx, src->key, src->data.dval); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:791:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 791 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_BYTE_OBJECT\tKey: %s\tData: %s\tSize: %lu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 792 | prefx, src->key, (NULL == src->data.bo.bytes) ? "NULL" : "NON-NULL", (unsigned long)src->data.bo.size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:795:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 795 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_TIMEVAL\tKey: %s\tValue: %ld.%06ld", prefx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 796 | src->key, (long)src->data.tv.tv_sec, (long)src->data.tv.tv_usec); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:799:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 799 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_TIME\tKey: %s\tValue: %s", prefx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 800 | src->key, ctime(&src->data.time)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:803:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 803 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_NAME\tKey: %s\tValue: %s", prefx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 804 | src->key, OPAL_NAME_PRINT(src->data.name)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:807:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 807 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_PTR\tKey: %s", prefx, src->key); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:810:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 810 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_ENVAR\tKey: %s\tName: %s\tValue: %s\tSeparator: %c", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 811 | prefx, src->key, | ~~~~~~~~~~~~~~~~ 812 | (NULL == src->data.envar.envar) ? "NULL" : src->data.envar.envar, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 813 | (NULL == src->data.envar.value) ? "NULL" : src->data.envar.value, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 814 | ('\0' == src->data.envar.separator) ? ' ' : src->data.envar.separator); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:817:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 817 | asprintf(output, "%sOPAL_VALUE: Data type: UNKNOWN\tKey: %s\tValue: UNPRINTABLE", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 818 | prefx, src->key); | ~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_name’: dss/dss_print.c:842:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 842 | asprintf(output, "%sData type: ORTE_PROCESS_NAME\tData Value: NULL", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 843 | (NULL == prefix ? " " : prefix)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:845:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 845 | asprintf(output, "%sData type: ORTE_PROCESS_NAME\tData Value: [%d,%d]", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 846 | (NULL == prefix ? " " : prefix), name->jobid, name->vpid); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_jobid’: dss/dss_print.c:862:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 862 | asprintf(output, "%sData type: OPAL_JOBID\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:866:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 866 | asprintf(output, "%sData type: OPAL_JOBID\tValue: %s", prefx, opal_jobid_print(src->jobid)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_vpid’: dss/dss_print.c:880:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 880 | asprintf(output, "%sData type: OPAL_VPID\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:884:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 884 | asprintf(output, "%sData type: OPAL_VPID\tValue: %s", prefx, opal_vpid_print(src->vpid)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_status’: dss/dss_print.c:898:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 898 | asprintf(output, "%sData type: OPAL_STATUS\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:902:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 902 | asprintf(output, "%sData type: OPAL_STATUS\tValue: %s", prefx, opal_strerror(*src)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c: In function ‘opal_dss_print_envar’: dss/dss_print.c:917:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 917 | asprintf(output, "%sData type: OPAL_ENVAR\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:921:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 921 | asprintf(output, "%sOPAL_VALUE: Data type: OPAL_ENVAR\tName: %s\tValue: %s\tSeparator: %c", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 922 | prefx, (NULL == src->envar) ? "NULL" : src->envar, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 923 | (NULL == src->value) ? "NULL" : src->value, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | ('\0' == src->separator) ? ' ' : src->separator); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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_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_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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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') 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') hwloc/hwloc.c: In function ‘pmix_hwloc_get_topology’: hwloc/hwloc.c:397:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 397 | asprintf(&shmemfile, "%s/hwloc.sm", pmix_server_globals.tmpdir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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); | ^~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/496162c66d41a17b95fe225e7f2f0ccb0bb69750/source_subfolder/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)); | ^~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pmix3x_client.c: In function ‘pmix3x_client_init’: pmix3x_client.c:81:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 81 | asprintf(&dbgvalue, "PMIX_DEBUG=%d", dbg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pmix3x_component.c: In function ‘external_register’: pmix3x_component.c:99:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 99 | asprintf(&pmix_library_version, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 100 | "PMIx library version %s (embedded in Open MPI)", PMIx_Get_version()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pmix3x_local.c: In function ‘opal_pmix_pmix3x_check_evars’: pmix3x_local.c:140:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 140 | asprintf(&tmp, " %s: %s\n %s: %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 141 | evar->opalname, (NULL == evar->opalvalue) ? "NULL" : evar->opalvalue, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 142 | evar->pmixname, (NULL == evar->pmixvalue) ? "NULL" : evar->pmixvalue); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pmix3x_local.c:144:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 144 | asprintf(&tmp2, "%s\n\n %s: %s\n %s: %s", tmp, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 145 | evar->opalname, (NULL == evar->opalvalue) ? "NULL" : evar->opalvalue, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 146 | evar->pmixname, (NULL == evar->pmixvalue) ? "NULL" : evar->pmixvalue); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pmix3x_server_south.c: In function ‘pmix3x_server_init’: pmix3x_server_south.c:113:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 113 | asprintf(&dbgvalue, "PMIX_DEBUG=%d", dbg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_wrapper.c: In function ‘data_init’: opal_wrapper.c:374:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 374 | asprintf(&datafile, "%s%s%s-wrapper-data.txt", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 375 | opal_install_dirs.opaldatadir, OPAL_PATH_SEP, appname); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_wrapper.c: In function ‘data_callback’: opal_wrapper.c:323:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 323 | asprintf(&line, OPAL_INCLUDE_FLAG"%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 324 | options_data[parse_options_idx].path_includedir); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_wrapper.c:334:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 334 | asprintf(&line, OPAL_LIBDIR_FLAG"%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 335 | options_data[parse_options_idx].path_libdir); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_wrapper.c:347:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 347 | asprintf(&line, OPAL_INCLUDE_FLAG"%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 348 | options_data[parse_options_idx].path_opalincludedir); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_wrapper.c:358:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 358 | asprintf(&line, OPAL_LIBDIR_FLAG"%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 359 | options_data[parse_options_idx].path_opallibdir); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_wrapper.c: In function ‘load_env_data’: opal_wrapper.c:428:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 428 | asprintf(&envname, "%s_MPI%s", project, flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_wrapper.c:431:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 431 | asprintf(&envname, "%s_%s", project, flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_wrapper.c: In function ‘load_env_data_argv’: opal_wrapper.c:452:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 452 | asprintf(&envname, "%s_MPI%s", project, flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_wrapper.c:455:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 455 | asprintf(&envname, "%s_%s", project, flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/errmgr_base_fns.c: In function ‘orte_errmgr_base_abort’: base/errmgr_base_fns.c:113:9: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result] 113 | vasprintf( &buffer, fmt, arglist ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') base/filem_base_receive.c: In function ‘filem_base_process_get_remote_path_cmd’: base/filem_base_receive.c:250:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 250 | getcwd(cwd, sizeof(cwd)); | ^~~~~~~~~~~~~~~~~~~~~~~~ base/filem_base_receive.c:251:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 251 | asprintf(&tmp_name, "%s/%s", cwd, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') base/iof_base_setup.c: In function ‘orte_iof_base_setup_output_files’: base/iof_base_setup.c:321:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 321 | asprintf(&outdir, "%s/%d/rank.%0*lu", dirname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 322 | (int)ORTE_LOCAL_JOBID(proct->name.jobid), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 323 | numdigs, (unsigned long)proct->name.vpid); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/iof_base_setup.c:325:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 325 | asprintf(&outdir, "%s/rank.%0*lu", dirname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | numdigs, (unsigned long)proct->name.vpid); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/iof_base_setup.c:336:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 336 | asprintf(&outfile, "%s/stdout", outdir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/iof_base_setup.c:360:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 360 | asprintf(&outfile, "%s/stderr", outdir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') base/odls_base_frame.c: In function ‘orte_odls_base_start_threads’: base/odls_base_frame.c:183:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 183 | asprintf(&tmp, "ORTE-ODLS-%d", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/odls_base_default_fns.c: In function ‘orte_odls_base_spawn_proc’: base/odls_base_default_fns.c:988:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 988 | asprintf(&cd->argv[2], "Rank %s", ORTE_VPID_PRINT(child->name.vpid)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/odls_base_default_fns.c:1034:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1034 | asprintf(¶m, "%s-%d", cd->argv[0], (int)child->name.vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/odls_base_default_fns.c: In function ‘orte_odls_base_default_launch_local’: base/odls_base_default_fns.c:1097:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 1097 | getcwd(basedir, sizeof(basedir)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/odls_base_default_fns.c:1285:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1285 | asprintf(&full_search, "%s:%s", mpiexec_pathenv, pathenv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/odls_base_default_fns.c:1287:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1287 | asprintf(&full_search, "%s", mpiexec_pathenv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/odls_base_default_fns.c:1345:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 1345 | chdir(basedir); | ^~~~~~~~~~~~~~ base/odls_base_default_fns.c:1471:5: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 1471 | chdir(basedir); | ^~~~~~~~~~~~~~ base/odls_base_default_fns.c: In function ‘setup_path’: base/odls_base_default_fns.c:862:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 862 | getcwd(dir, sizeof(dir)); | ^~~~~~~~~~~~~~~~~~~~~~~~ base/odls_base_default_fns.c: In function ‘orte_odls_base_default_restart_proc’: base/odls_base_default_fns.c:2067:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 2067 | getcwd(basedir, sizeof(basedir)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/odls_base_default_fns.c:2169:5: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 2169 | chdir(basedir); | ^~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') base/oob_base_stubs.c: In function ‘orte_oob_base_get_addr’: base/oob_base_stubs.c:266:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 266 | asprintf(&tmp, "%s;%s", final, turi); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') base/plm_base_launch_support.c: In function ‘orte_plm_base_orted_append_basic_args’: base/plm_base_launch_support.c:1517:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1517 | asprintf(¶m, "%lu", num_procs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/plm_base_launch_support.c:1554:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1554 | asprintf(¶m, "%d", orte_process_info.my_port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') base/ras_base_allocate.c: In function ‘orte_ras_base_display_alloc’: base/ras_base_allocate.c:64:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 64 | asprintf(&tmp, "\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/ras_base_allocate.c:66:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 66 | asprintf(&tmp, "\n====================== ALLOCATED NODES ======================\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/ras_base_allocate.c:79:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 79 | asprintf(&tmp2, "\t\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | (NULL == alloc->name) ? "UNKNOWN" : alloc->name, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81 | (int)alloc->slots, (int)alloc->slots_max, (int)alloc->slots_inuse); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/ras_base_allocate.c:83:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 83 | asprintf(&tmp2, "\t%s: flags=0x%02x slots=%d max_slots=%d slots_inuse=%d state=%s\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 84 | (NULL == alloc->name) ? "UNKNOWN" : alloc->name, alloc->flags, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85 | (int)alloc->slots, (int)alloc->slots_max, (int)alloc->slots_inuse, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 86 | orte_node_state_to_str(alloc->state)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/ras_base_allocate.c:91:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 91 | asprintf(&tmp3, "%s%s", tmp, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') base/regx_base_default_fns.c: In function ‘orte_regx_base_encode_nodemap’: base/regx_base_default_fns.c:368:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 368 | asprintf(&tmp, "%d[%d]", rng->cnt, rng->slots); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/regx_base_default_fns.c:370:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 370 | asprintf(&tmp2, "%s,%d[%d]", tmp, rng->cnt, rng->slots); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/regx_base_default_fns.c:394:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 394 | asprintf(&tmp, "%d[%d]", rng->cnt, rng->slots); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/regx_base_default_fns.c:396:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 396 | asprintf(&tmp2, "%s,%d[%d]", tmp, rng->cnt, rng->slots); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/regx_base_default_fns.c:443:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 443 | asprintf(&tmp, "%d", rng->cnt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/regx_base_default_fns.c:445:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 445 | asprintf(&tmp2, "%s,%d", tmp, rng->cnt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/regx_base_default_fns.c: In function ‘orte_regx_base_generate_ppn’: base/regx_base_default_fns.c:848:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 848 | asprintf(&ptmp, "%u(%u)", prng->nprocs, prng->cnt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/regx_base_default_fns.c:850:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 850 | asprintf(&tmp2, "%s,%u(%u)", ptmp, prng->nprocs, prng->cnt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/regx_base_default_fns.c:856:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 856 | asprintf(&ptmp, "%u", prng->nprocs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/regx_base_default_fns.c:858:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 858 | asprintf(&tmp2, "%s,%u", ptmp, prng->nprocs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') base/rmaps_base_frame.c: In function ‘orte_rmaps_base_open’: base/rmaps_base_frame.c:286:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 286 | asprintf(&rmaps_base_mapping_policy, "ppr:%s", orte_rmaps_base.ppr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/rmaps_base_frame.c:456:14: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 456 | asprintf(&orte_rmaps_base.ppr, "%d:node", orte_rmaps_base_n_pernode); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/rmaps_base_frame.c:467:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 467 | asprintf(&orte_rmaps_base.ppr, "%d:socket", orte_rmaps_base_n_persocket); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/rmaps_base_print_fns.c: In function ‘orte_rmaps_base_print_mapping’: base/rmaps_base_print_fns.c:169:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 169 | asprintf(&mymap, "%s[PPR]:", map); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/rmaps_base_print_fns.c:171:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 171 | asprintf(&mymap, "%s:", map); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/rmaps_base_print_fns.c:174:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 174 | asprintf(&tmp, "%sNO_USE_LOCAL,", mymap); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/rmaps_base_print_fns.c:179:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 179 | asprintf(&tmp, "%sNOOVERSUBSCRIBE,", mymap); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/rmaps_base_print_fns.c:183:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 183 | asprintf(&tmp, "%sOVERSUBSCRIBE,", mymap); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/rmaps_base_print_fns.c:188:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 188 | asprintf(&tmp, "%sSPAN,", mymap); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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') base/snapc_base_fns.c: In function ‘orte_snapc_ckpt_state_str’: base/snapc_base_fns.c:839:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 839 | asprintf(state_str, "Unknown %d", state); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') base/sstore_base_frame.c: In function ‘orte_sstore_base_open’: base/sstore_base_frame.c:131:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 131 | asprintf(&orte_sstore_base_prelaunch_location, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 132 | "%s/%s/%d", | ~~~~~~~~~~~ 133 | orte_sstore_base_global_snapshot_dir, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 134 | orte_sstore_base_global_snapshot_ref, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 135 | 0); | ~~ base/sstore_base_fns.c: In function ‘orte_sstore_base_tool_request_restart_handle’: base/sstore_base_fns.c:206:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 206 | asprintf(&(snapshot->metadata_filename), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 207 | "%s/%s/%s", | ~~~~~~~~~~~ 208 | snapshot->basedir, | ~~~~~~~~~~~~~~~~~~ 209 | snapshot->reference, | ~~~~~~~~~~~~~~~~~~~~ 210 | orte_sstore_base_global_metadata_filename); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c:215:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 215 | asprintf(&tmp_str, "%s/%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 216 | snapshot->basedir, | ~~~~~~~~~~~~~~~~~~ 217 | snapshot->reference); | ~~~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c:249:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 249 | asprintf(&tmp_str, "%s/%s/%d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 250 | snapshot->basedir, | ~~~~~~~~~~~~~~~~~~ 251 | snapshot->reference, | ~~~~~~~~~~~~~~~~~~~~ 252 | snapshot->seq_num); | ~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c: In function ‘orte_sstore_base_tool_get_attr’: base/sstore_base_fns.c:295:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 295 | asprintf(value, "%s/%s", | ^~~~~~~~~~~~~~~~~~~~~~~~ 296 | tool_global_snapshot->basedir, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 297 | tool_global_snapshot->reference); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c:303:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 303 | asprintf(value, "%s/%s/%d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 304 | tool_global_snapshot->basedir, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 305 | tool_global_snapshot->reference, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 306 | tool_global_snapshot->seq_num); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c:309:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 309 | asprintf(value, "%s/%s/%d/%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 310 | tool_global_snapshot->basedir, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 311 | tool_global_snapshot->reference, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 312 | tool_global_snapshot->seq_num, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 313 | orte_sstore_base_local_snapshot_fmt); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c:325:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 325 | asprintf(value, "%d", tool_global_snapshot->num_seqs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c: In function ‘orte_sstore_base_get_global_snapshot_ref’: base/sstore_base_fns.c:359:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 359 | asprintf(name_str, "ompi_global_snapshot_%d.ckpt", pid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c: In function ‘orte_sstore_base_get_all_snapshots’: base/sstore_base_fns.c:514:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 514 | asprintf(&tmp_str, "%s/%s", loc_basedir, dir_entp->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c:522:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 522 | asprintf(&metadata_file, "%s/%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 523 | tmp_str, | ~~~~~~~~ 524 | orte_sstore_base_global_metadata_filename); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c:537:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 537 | asprintf(&(global_snapshot->reference), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 538 | "%s", | ~~~~~ 539 | dir_entp->d_name); | ~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c:540:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 540 | asprintf(&(global_snapshot->metadata_filename), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 541 | "%s/%s/%s", | ~~~~~~~~~~~ 542 | global_snapshot->basedir, | ~~~~~~~~~~~~~~~~~~~~~~~~~ 543 | global_snapshot->reference, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | orte_sstore_base_global_metadata_filename); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/sstore_base_fns.c: In function ‘orte_sstore_base_find_all_seq_nums’: base/sstore_base_fns.c:759:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 759 | asprintf(&tmp_str, "%d", tmp_seq_num); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') base/state_base_fns.c: In function ‘orte_state_base_check_fds’: base/state_base_fns.c:1147:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1147 | asprintf(&result, " %d\t(%s)\t%s\n", i, info, status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/state_base_fns.c:1149:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1149 | asprintf(&r2, "%s %d\t(%s)\t%s\n", result, i, info, status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ base/state_base_fns.c:1157:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1157 | asprintf(&r2, "%s: %d open file descriptors after job %d completed\n%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1158 | ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), cnt, ORTE_LOCAL_JOBID(jdata->jobid), result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') util/listener.c: In function ‘orte_stop_listening’: util/listener.c:222:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 222 | write(stop_thread[1], &i, sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c: In function ‘orte_submit_job’: orted/orted_submit.c:864:13: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 864 | getcwd(cwd, sizeof(cwd)); | ^~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:922:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 922 | (void)asprintf(&jdata->map->ppr, "%d:node", orte_cmd_options.npernode); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:927:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 927 | (void)asprintf(&jdata->map->ppr, "%d:socket", orte_cmd_options.npersocket); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:1123:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1123 | asprintf(&temp, "%s:%s", newenv, oldenv ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:1139:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1139 | asprintf(&temp, "%s:%s", newenv, oldenv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c: In function ‘process’: orted/orted_submit.c:2793:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 2793 | asprintf(&tmp, "%d", num_procs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:2826:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 2826 | getcwd(cwd, OPAL_PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c: In function ‘create_app’: orted/orted_submit.c:1760:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1760 | asprintf(&value, "-Djava.library.path=%s%s", dptr, opal_install_dirs.libdir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:1762:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1762 | asprintf(&value, "-Djava.library.path=%s:%s", dptr, opal_install_dirs.libdir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:1772:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1772 | asprintf(&value, "-Djava.library.path=%s", opal_install_dirs.libdir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:1797:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1797 | asprintf(&value, "%s:%s", app->cwd, app->argv[i+1]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:1824:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1824 | (void)asprintf(&value, "%s:%s", app->cwd, app->argv[1]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:1843:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1843 | (void)asprintf(&str2, "%s:%s", str, value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c:1851:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1851 | asprintf(&str2, "%s:%s", str, value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_submit.c: In function ‘set_classpath_jar_file’: orted/orted_submit.c:1914:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1914 | asprintf(&str, fmt, app->argv[index], opal_install_dirs.libdir, jarfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[2]: *** [Makefile:2475: runtime/orte_globals.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[2]: *** [Makefile:2483: orted/liborted_mpir_la-orted_submit.lo] Error 1 gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[2]: *** [Makefile:2475: runtime/data_type_support/orte_dt_compare_fns.lo] Error 1 make[1]: *** [Makefile:2608: all-recursive] Error 1 make: *** [Makefile:1901: all-recursive] Error 1 openmpi/4.1.0: ERROR: Package '496162c66d41a17b95fe225e7f2f0ccb0bb69750' build failed openmpi/4.1.0: WARN: Build folder /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/496162c66d41a17b95fe225e7f2f0ccb0bb69750 ERROR: Exiting with code: 5