configure: WARNING: discovered external PMIx version is less than internal version 3.x configure: WARNING: using internal PMIx configure: WARNING: -fno-strict-aliasing has been added to CFLAGS configure: WARNING: -finline-functions has been added to CXXFLAGS configure: WARNING: -finline-functions has been added to CXXFLAGS configure: WARNING: MPI_REAL16 and MPI_COMPLEX32 support have been disabled configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS configure: WARNING: *** Shared libraries have been disabled (--disable-shared) configure: WARNING: *** Building MCA components as DSOs automatically disabled configure: WARNING: valgrind.h not found configure: WARNING: Cannot compile this component configure: WARNING: -fno-strict-aliasing has been added to CFLAGS configure: WARNING: *** Shared libraries have been disabled (--disable-shared) configure: WARNING: *** Building MCA components as DSOs automatically disabled configure: WARNING: ignoring pmix_pmix3x_WRAPPER_EXTRA_CPPFLAGS ( -I/home/conan/w/cci_PR-4482/.conan/data/zlib/1.2.11/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709 -I/home/conan/w/cci_PR-4482/.conan/data/): component conditions not met configure: WARNING: Unknown architecture ... proceeding anyway configure: WARNING: File locks may not work with NFS. See the Installation and users manual for instructions on testing and if necessary fixing this configure: WARNING: No spml found. Will not build OpenSHMEM layer. ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') daemon_init.c: In function ‘opal_daemon_init’: daemon_init.c:55:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 55 | chdir(working_dir); /* change working directory */ | ^~~~~~~~~~~~~~~~~~ error.c: In function ‘opal_strerror_unknown’: error.c:84:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 84 | asprintf(str, "Unknown error: %d (%s error %d)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85 | errnum, converters[i].project, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 86 | errnum - converters[i].err_base); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error.c:92:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 92 | asprintf(str, "Unknown error: %d", errnum); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error.c: In function ‘opal_delay_abort’: error.c:234:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 234 | write(STDERR_FILENO, msg, strlen(msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error.c:242:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 242 | write(STDERR_FILENO, msg, strlen(msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_environ.c: In function ‘opal_setenv’: opal_environ.c:105:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 105 | asprintf(&newvalue, "%s=", name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_environ.c:107:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 107 | asprintf(&newvalue, "%s=%s", name, value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_environ.c:165:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 165 | asprintf(&compare, "%s=", name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_environ.c: In function ‘opal_unsetenv’: opal_environ.c:221:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 221 | asprintf(&compare, "%s=", name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘opal_output_init’: output.c:191:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 191 | asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:212:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 212 | asprintf(&output_prefix, "output-pid%d-", getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘opal_output_reopen_all’: output.c:281:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 281 | asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘output’: output.c:976:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 976 | write(fileno(stdout), out, (int)strlen(out)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:982:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 982 | write((-1 == default_stderr_fd) ? | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 983 | fileno(stderr) : default_stderr_fd, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 984 | out, (int)strlen(out)); | ~~~~~~~~~~~~~~~~~~~~~~ output.c:1004:20: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 1004 | write(ldi->ldi_fd, buffer, (int)strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:1012:17: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 1012 | write(ldi->ldi_fd, out, (int)strlen(out)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘make_string’: output.c:866:5: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result] 866 | vasprintf(no_newline_string, format, arglist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ path.c: In function ‘opal_find_absolute_path’: path.c:406:9: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result [-Wunused-result] 406 | realpath( abs_app_name, resolved_path ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ show_help.c: In function ‘opal_show_help_vstring’: show_help.c:311:9: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result] 311 | vasprintf(&output, single_string, arglist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ show_help.c: In function ‘open_file’: show_help.c:163:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 163 | asprintf(&err_msg, "%s: %s", filename, strerror(errno)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ show_help.c:167:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 167 | asprintf(&filename, "%s%s%s.txt", search_dirs[i], OPAL_PATH_SEP, base); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stacktrace.c: In function ‘show_stackframe’: stacktrace.c:144:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 144 | write(opal_stacktrace_output_fileno, print_buffer, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stacktrace.c:394:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 394 | write(opal_stacktrace_output_fileno, print_buffer, sizeof(print_buffer)-size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stacktrace.c:401:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 401 | write(opal_stacktrace_output_fileno, unable_to_print_msg, strlen(unable_to_print_msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stacktrace.c:410:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 410 | write(opal_stacktrace_output_fileno, print_buffer, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stacktrace.c:412:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 412 | write(opal_stacktrace_output_fileno, unable_to_print_msg, strlen(unable_to_print_msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uri.c: In function ‘opal_filename_to_uri’: uri.c:62:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 62 | asprintf(&uri, "file://%s", filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uri.c:99:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 99 | asprintf(&uri, "file://%s%s", hostname, fn); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../opal/util/info_subscriber.h:34, from info_subscriber.c:45: info_subscriber.c: In function ‘opal_infosubscribe_change_info’: ../../opal/util/info.h:112:31: warning: ‘%s’ directive output may be truncated writing up to 36 bytes into a region of size 27 [-Wformat-truncation=] 112 | #define OPAL_INFO_SAVE_PREFIX "_OMPI_IN_" | ^~~~~~~~~~~ info_subscriber.c:268:13: note: in expansion of macro ‘OPAL_INFO_SAVE_PREFIX’ 268 | OPAL_INFO_SAVE_PREFIX "%s", key); | ^~~~~~~~~~~~~~~~~~~~~ info_subscriber.c:268:36: note: format string is defined here 268 | OPAL_INFO_SAVE_PREFIX "%s", key); | ^~ In file included from /usr/include/stdio.h:867, from ../../opal/class/opal_list.h:71, from ../../opal/util/info_subscriber.h:30, from info_subscriber.c:45: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 10 and 46 bytes into a destination of size 36 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from info.c:46: info.c: In function ‘opal_info_dup_mode.constprop’: ../../opal/util/info.h:112:31: warning: ‘%s’ directive output may be truncated writing up to 36 bytes into a region of size 28 [-Wformat-truncation=] 112 | #define OPAL_INFO_SAVE_PREFIX "_OMPI_IN_" | ^~~~~~~~~~~ info.c:212:22: note: in expansion of macro ‘OPAL_INFO_SAVE_PREFIX’ 212 | OPAL_INFO_SAVE_PREFIX "%s", pkey); | ^~~~~~~~~~~~~~~~~~~~~ info.c:212:45: note: format string is defined here 212 | OPAL_INFO_SAVE_PREFIX "%s", pkey); | ^~ In file included from /usr/include/stdio.h:867, from ../../opal/class/opal_list.h:71, from ../../opal/util/info.h:30, from info.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 10 and 46 bytes into a destination of size 37 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') mca_base_cmd_line.c: In function ‘mca_base_cmd_line_wrap_args’: mca_base_cmd_line.c:234:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 234 | asprintf(&tstr, "\"%s\"", args[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_component_repository.c: In function ‘mca_base_component_repository_open’: mca_base_component_repository.c:439:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 439 | asprintf(&(f_comp->error_msg), "%s", err_msg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_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_open.c: In function ‘mca_base_open’: mca_base_open.c:82:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 82 | asprintf(&mca_base_user_default_path, "%s"OPAL_PATH_SEP".openmpi"OPAL_PATH_SEP"components", opal_home_directory()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_open.c:91:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 91 | asprintf(&value, "%s%c%s", mca_base_system_default_path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92 | OPAL_ENV_SEP, mca_base_user_default_path); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_open.c:159:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 159 | asprintf(&lds.lds_prefix, "[%s:%05d] ", hostname, getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c: In function ‘mca_base_pvar_dump’: mca_base_pvar.c:848:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 848 | (void)asprintf(&tmp, "mca:%s:%s:pvar:%s:", framework, component, full_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:850:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 850 | (void)asprintf(out[0] + line++, "%sclass:%s", tmp, pvar_class_names[pvar->var_class]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:851:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 851 | (void)asprintf(out[0] + line++, "%sread-only:%s", tmp, mca_base_pvar_is_readonly(pvar) ? "true" : "false"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:852:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 852 | (void)asprintf(out[0] + line++, "%scontinuous:%s", tmp, mca_base_pvar_is_continuous(pvar) ? "true" : "false"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:853:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 853 | (void)asprintf(out[0] + line++, "%satomic:%s", tmp, mca_base_pvar_is_atomic(pvar) ? "true" : "false"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:857:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 857 | (void)asprintf(out[0] + line++, "%shelp:%s", tmp, pvar->description); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:871:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 871 | (void)asprintf(out[0] + line++, "%senumerator:value:%d:%s", tmp, enum_value, enum_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:875:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 875 | (void)asprintf(out[0] + line++, "%stype:%s", tmp, ompi_var_type_names[pvar->type]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:884:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 884 | (void)asprintf (out[0] + line++, "performance \"%s\" (type: %s, class: %s)", full_name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 885 | ompi_var_type_names[pvar->type], pvar_class_names[pvar->var_class]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:888:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 888 | (void)asprintf(out[0] + line++, "%s", pvar->description); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c:896:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 896 | (void)asprintf (out[0] + line++, "Values: %s", values); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_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_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_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_cset2str’: base/hwloc_base_util.c:1755:60: warning: ‘%s’ directive output may be truncated writing up to 8191 bytes into a region of size between 8153 and 8171 [-Wformat-truncation=] 1625 | return ret; | ~~~ ...... 1755 | snprintf(tmp, stmp, "socket %d[core %d[hwt %s]]", | ^~ In file included from /usr/include/stdio.h:867, from ../../../opal/threads/mutex_unix.h:42, from ../../../opal/threads/mutex.h:100, from ../../../opal/class/opal_pointer_array.h:34, from ../../../opal/mca/event/event.h:28, from ../../../opal/mca/pmix/pmix.h:24, from base/hwloc_base_util.c:59: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 23 and 8232 bytes into a destination of size 8191 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') base/installdirs_base_expand.c: In function ‘opal_install_dirs_expand_internal’: base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:130:13: note: in expansion of macro ‘EXPAND_STRING’ 130 | EXPAND_STRING(prefix); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:130:13: note: in expansion of macro ‘EXPAND_STRING’ 130 | EXPAND_STRING(prefix); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:131:13: note: in expansion of macro ‘EXPAND_STRING’ 131 | EXPAND_STRING(exec_prefix); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:131:13: note: in expansion of macro ‘EXPAND_STRING’ 131 | EXPAND_STRING(exec_prefix); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:132:13: note: in expansion of macro ‘EXPAND_STRING’ 132 | EXPAND_STRING(bindir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:132:13: note: in expansion of macro ‘EXPAND_STRING’ 132 | EXPAND_STRING(bindir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:133:13: note: in expansion of macro ‘EXPAND_STRING’ 133 | EXPAND_STRING(sbindir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:133:13: note: in expansion of macro ‘EXPAND_STRING’ 133 | EXPAND_STRING(sbindir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:134:13: note: in expansion of macro ‘EXPAND_STRING’ 134 | EXPAND_STRING(libexecdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:134:13: note: in expansion of macro ‘EXPAND_STRING’ 134 | EXPAND_STRING(libexecdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:135:13: note: in expansion of macro ‘EXPAND_STRING’ 135 | EXPAND_STRING(datarootdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:135:13: note: in expansion of macro ‘EXPAND_STRING’ 135 | EXPAND_STRING(datarootdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:136:13: note: in expansion of macro ‘EXPAND_STRING’ 136 | EXPAND_STRING(datadir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:136:13: note: in expansion of macro ‘EXPAND_STRING’ 136 | EXPAND_STRING(datadir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:137:13: note: in expansion of macro ‘EXPAND_STRING’ 137 | EXPAND_STRING(sysconfdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:137:13: note: in expansion of macro ‘EXPAND_STRING’ 137 | EXPAND_STRING(sysconfdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:138:13: note: in expansion of macro ‘EXPAND_STRING’ 138 | EXPAND_STRING(sharedstatedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:138:13: note: in expansion of macro ‘EXPAND_STRING’ 138 | EXPAND_STRING(sharedstatedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:139:13: note: in expansion of macro ‘EXPAND_STRING’ 139 | EXPAND_STRING(localstatedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:139:13: note: in expansion of macro ‘EXPAND_STRING’ 139 | EXPAND_STRING(localstatedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:140:13: note: in expansion of macro ‘EXPAND_STRING’ 140 | EXPAND_STRING(libdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:140:13: note: in expansion of macro ‘EXPAND_STRING’ 140 | EXPAND_STRING(libdir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:141:13: note: in expansion of macro ‘EXPAND_STRING’ 141 | EXPAND_STRING(includedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:141:13: note: in expansion of macro ‘EXPAND_STRING’ 141 | EXPAND_STRING(includedir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:142:13: note: in expansion of macro ‘EXPAND_STRING’ 142 | EXPAND_STRING(infodir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:142:13: note: in expansion of macro ‘EXPAND_STRING’ 142 | EXPAND_STRING(infodir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:143:13: note: in expansion of macro ‘EXPAND_STRING’ 143 | EXPAND_STRING(mandir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ 27 | #define EXPAND_STRING(name) EXPAND_STRING2(name, name) | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:143:13: note: in expansion of macro ‘EXPAND_STRING’ 143 | EXPAND_STRING(mandir); | ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:144:13: note: in expansion of macro ‘EXPAND_STRING2’ 144 | EXPAND_STRING2(opaldatadir, pkgdatadir); | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:144:13: note: in expansion of macro ‘EXPAND_STRING2’ 144 | EXPAND_STRING2(opaldatadir, pkgdatadir); | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:145:13: note: in expansion of macro ‘EXPAND_STRING2’ 145 | EXPAND_STRING2(opallibdir, pkglibdir); | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:145:13: note: in expansion of macro ‘EXPAND_STRING2’ 145 | EXPAND_STRING2(opallibdir, pkglibdir); | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 35 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:146:13: note: in expansion of macro ‘EXPAND_STRING2’ 146 | EXPAND_STRING2(opalincludedir, pkgincludedir); | ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 44 | asprintf(&retval, "%s%s%s", tmp, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 | opal_install_dirs.ompiname + destdir_offset, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | end_pos); \ | ~~~~~~~~ base/installdirs_base_expand.c:146:13: note: in expansion of macro ‘EXPAND_STRING2’ 146 | EXPAND_STRING2(opalincludedir, pkgincludedir); | ^~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') base/mpool_base_tree.c: In function ‘action’: base/mpool_base_tree.c:224:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 224 | asprintf(&leak_msg, " %lu bytes at address 0x%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 225 | (unsigned long) item->num_bytes, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 226 | (unsigned long) key); | ~~~~~~~~~~~~~~~~~~~~ base/mpool_base_tree.c:228:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 228 | asprintf(&tmp, "%s\n %lu bytes at address 0x%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 229 | leak_msg, (unsigned long) item->num_bytes, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 230 | (unsigned long) key); | ~~~~~~~~~~~~~~~~~~~~ base/mpool_base_default.c: In function ‘mca_mpool_default_alloc’: base/mpool_base_default.c:37:16: warning: ignoring return value of ‘posix_memalign’, declared with attribute warn_unused_result [-Wunused-result] 37 | (void) posix_memalign (&addr, align, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') base/rcache_base_mem_cb.c: In function ‘mca_rcache_base_mem_cb’: base/rcache_base_mem_cb.c:73:21: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 73 | write(2, msg, len); | ^~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') backtrace_execinfo.c: In function ‘opal_backtrace_print’: backtrace_execinfo.c:56:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 56 | write (fd, prefix, strlen (prefix)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ backtrace_execinfo.c:59:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 59 | write (fd, buf, len); | ^~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') btl_tcp_endpoint.c: In function ‘mca_btl_tcp_endpoint_complete_connect’: btl_tcp_endpoint.c:841:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 841 | asprintf(&msg, "connect() to %s:%d failed", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 842 | opal_net_get_hostname((struct sockaddr*) &endpoint_addr), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 843 | ntohs(((struct sockaddr_in*) &endpoint_addr)->sin_port)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ btl_tcp_component.c: In function ‘mca_btl_tcp_component_register’: btl_tcp_component.c:281:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 281 | asprintf( &message, | ^~~~~~~~~~~~~~~~~~~ 282 | "The number of ports where the TCP BTL will try to bind (default %d)." | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 283 | " This parameter together with the port min, define a range of ports" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 284 | " where Open MPI will open sockets.", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 285 | (0x1 << 16) - mca_btl_tcp_component.tcp_port_min - 1 ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ btl_tcp_proc.c: In function ‘mca_btl_tcp_proc_accept’: btl_tcp_proc.c:917:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 917 | (void)asprintf(&tmp, "\n\t%s", ip); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ btl_tcp_proc.c:919:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 919 | (void)asprintf(&tmp, "%s\n\t%s", addr_str, ip); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') btl_vader_component.c: In function ‘mca_btl_vader_check_single_copy’: btl_vader_component.c:458:13: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] 458 | read (fd, &buffer, 1); | ^~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') compress_bzip_module.c: In function ‘opal_compress_bzip_compress_nb’: compress_bzip_module.c:88:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 88 | chdir(dir_fname); | ^~~~~~~~~~~~~~~~ compress_bzip_module.c:96:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 96 | asprintf(cname, "%s.tar.bz2", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c:97:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 97 | asprintf(&cmd, "tar -jcf %s %s", *cname, base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c:100:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 100 | asprintf(cname, "%s.bz2", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c:101:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 101 | asprintf(&cmd, "bzip2 %s", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c:123:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 123 | asprintf(cname, "%s%s", fname, *postfix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c: In function ‘opal_compress_bzip_decompress_nb’: compress_bzip_module.c:178:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 178 | chdir(dir_cname); | ^~~~~~~~~~~~~~~~ compress_bzip_module.c:184:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 184 | asprintf(&cmd, "bunzip2 %s", cname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') compress_gzip_module.c: In function ‘opal_compress_gzip_compress_nb’: compress_gzip_module.c:88:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 88 | chdir(dir_fname); | ^~~~~~~~~~~~~~~~ compress_gzip_module.c:96:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 96 | asprintf(cname, "%s.tar.gz", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c:97:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 97 | asprintf(&cmd, "tar -zcf %s %s", *cname, base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c:100:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 100 | asprintf(cname, "%s.gz", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c:101:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 101 | asprintf(&cmd, "gzip %s", base_fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c:123:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 123 | asprintf(cname, "%s%s", fname, *postfix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c: In function ‘opal_compress_gzip_decompress_nb’: compress_gzip_module.c:182:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 182 | chdir(dir_cname); | ^~~~~~~~~~~~~~~~ compress_gzip_module.c:187:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 187 | asprintf(&cmd, "gunzip %s", cname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') dl_dlopen_module.c: In function ‘dlopen_foreachfile’: dl_dlopen_module.c:185:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 185 | asprintf(&abs_name, "%s/%s", dirs[i], de->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dl_dlopen_module.c: In function ‘dlopen_open’: dl_dlopen_module.c:77:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 77 | asprintf(&name, "%s%s", fname, ext); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') In file included from ./arc4random.c:62, from evutil_rand.c:125: /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The header is deprecated and will be removed." [-Wcpp] 21 | #warning "The header is deprecated and will be removed." | ^~~~~~~ In file included from evutil_rand.c:125: ./arc4random.c: In function ‘arc4_seed_sysctl_linux’: ./arc4random.c:191:3: warning: ‘sysctl’ is deprecated [-Wdeprecated-declarations] 191 | if (0 != sysctl(mib, 3, &buf[len], &n, NULL, 0)) | ^~ In file included from ./arc4random.c:62, from evutil_rand.c:125: /usr/include/x86_64-linux-gnu/sys/sysctl.h:70:12: note: declared here 70 | extern int sysctl (int *__name, int __nlen, void *__oldval, | ^~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') libevent2022_component.c: In function ‘libevent2022_register’: libevent2022_component.c:174:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 174 | asprintf( &help_msg, | ^~~~~~~~~~~~~~~~~~~~ 175 | "Comma-delimited list of libevent subsystems " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 176 | "to use (%s -- available on your platform)", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 177 | available_eventops ); | ~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') In file included from topology.c:45: /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The header is deprecated and will be removed." [-Wcpp] 21 | #warning "The header is deprecated and will be removed." | ^~~~~~~ topology.c: In function ‘hwloc___insert_object_by_cpuset’: topology.c:1383:51: warning: ‘%s’ directive output may be truncated writing up to 511 bytes into a region of size between 496 and 1007 [-Wformat-truncation=] 1383 | snprintf(msg, sizeof(msg), "%s intersects with %s without inclusion!", objstr, childstr); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from topology.c:22: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 37 and 1059 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ topology-linux.c: In function ‘hwloc_linuxfs_lookup_mic_class’: topology-linux.c:5339:35: warning: ‘/family’ directive output may be truncated writing 7 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 5339 | snprintf(path, sizeof(path), "%s/family", osdevpath); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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); | ^~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848/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)); | ^~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') In file included from ptl_tcp.c:51: /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The header is deprecated and will be removed." [-Wcpp] 21 | #warning "The header is deprecated and will be removed." | ^~~~~~~ ptl_tcp.c: In function ‘connect_to_peer’: ptl_tcp.c:392:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 392 | fgets(tmp, 512, fp); | ^~~~~~~~~~~~~~~~~~~ ptl_tcp.c:640:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 640 | asprintf(&urikv->value->data.string, "%s.%u;%s", nspace, rank, suri); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') 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') 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') 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_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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); | ~~ 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') ar: `u' modifier ignored since `D' is the default (see `U') errmgr_default_hnp.c: In function ‘hnp_abort’: errmgr_default_hnp.c:154:9: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result] 154 | vasprintf(&outmsg, fmt, arglist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') errmgr_default_orted.c: In function ‘orted_abort’: errmgr_default_orted.c:153:9: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result] 153 | vasprintf(&outmsg, fmt, arglist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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') ess_hnp_module.c: In function ‘rte_init’: ess_hnp_module.c:171:5: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result] 171 | pipe(term_pipe); | ^~~~~~~~~~~~~~~ ess_hnp_module.c: In function ‘abort_signal_callback’: ess_hnp_module.c:985:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 985 | write(1, (void*)msg, strlen(msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ess_hnp_module.c:990:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 990 | write(term_pipe[1], &foo, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ess_pmi_module.c: In function ‘rte_init’: ess_pmi_module.c:231:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 231 | asprintf(&ev1, OPAL_MCA_PREFIX"orte_ess_num_procs=%d", orte_process_info.num_procs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ess_pmi_module.c:236:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 236 | asprintf(&ev2, "OMPI_APP_CTX_NUM_PROCS=%d", orte_process_info.num_procs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ess_pmi_module.c:283:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 283 | asprintf(&envar, OPAL_MCA_PREFIX"orte_precondition_transports=%s", string_key); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ess_singleton_module.c: In function ‘rte_init’: ess_singleton_module.c:243:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 243 | asprintf(&num_procs, "%d", orte_process_info.num_procs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ess_singleton_module.c:250:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 250 | asprintf(&num_procs, "%d", orte_process_info.num_procs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ess_singleton_module.c: In function ‘fork_hnp’: ess_singleton_module.c:589:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 589 | asprintf(¶m, "%d", p[1]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ess_singleton_module.c:595:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 595 | asprintf(¶m, "%d", death_pipe[0]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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') filem_raw_module.c: In function ‘raw_preposition_files’: filem_raw_module.c:291:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 291 | asprintf(&app->app, "./%s", cptr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ filem_raw_module.c: In function ‘write_handler’: filem_raw_module.c:1148:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1148 | asprintf(&cmd, "tar xf %s", sink->file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ filem_raw_module.c:1150:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1150 | asprintf(&cmd, "tar xjf %s", sink->file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ filem_raw_module.c:1152:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1152 | asprintf(&cmd, "tar xzf %s", sink->file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ filem_raw_module.c:1158:17: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 1158 | getcwd(homedir, sizeof(homedir)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ filem_raw_module.c:1160:17: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 1160 | chdir(dirname); | ^~~~~~~~~~~~~~ filem_raw_module.c:1165:17: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] 1165 | system(cmd); | ^~~~~~~~~~~ filem_raw_module.c:1166:17: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 1166 | chdir(homedir); | ^~~~~~~~~~~~~~ filem_raw_module.c: In function ‘link_archive’: filem_raw_module.c:897:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 897 | asprintf(&cmd, "tar tf %s", inbnd->fullpath); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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') odls_default_module.c: In function ‘do_child’: odls_default_module.c:458:12: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 458 | (void) getcwd(dir, sizeof(dir)); | ^~~~~~~~~~~~~~~~~~~~~~~~ odls_default_module.c:464:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 464 | asprintf(&msg, "%s has a bad interpreter on the first line.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 465 | cd->app->app); | ~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') oob_tcp_listener.c: In function ‘create_listen’: oob_tcp_listener.c:397:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 397 | asprintf(&tconn, "%d", ntohs(((struct sockaddr_in*) &inaddr)->sin_port)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ oob_tcp_component.c: In function ‘component_get_addr’: oob_tcp_component.c:755:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 755 | asprintf(&cptr, "tcp://%s:%s", tmp, tp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ oob_tcp_component.c: In function ‘component_shutdown’: oob_tcp_component.c:696:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 696 | write(mca_oob_tcp_component.stop_thread[1], &i, sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') plm_rsh_component.c: In function ‘rsh_component_query’: plm_rsh_component.c:291:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 291 | asprintf(&tmp, "%s/bin/%s", getenv("SGE_ROOT"), getenv("ARC")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_component.c: In function ‘orte_plm_rsh_search’: plm_rsh_component.c:378:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 378 | getcwd(cwd, OPAL_PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_module.c: In function ‘setup_launch’: plm_rsh_module.c:458:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 458 | asprintf(&lib_base, "%s:%s/%s", mca_plm_rsh_component.pass_libpath, prefix_dir, param); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_module.c:460:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 460 | asprintf(&lib_base, "%s:%s", mca_plm_rsh_component.pass_libpath, param); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_module.c:463:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 463 | asprintf(&lib_base, "%s/%s", prefix_dir, param); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_module.c:477:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 477 | asprintf(&bin_base, "%s/%s", prefix_dir, value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_module.c:483:23: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 483 | (void)asprintf(&full_orted_cmd, "%s/%s", bin_base, orted_cmd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_module.c:503:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 503 | (void)asprintf (&final_cmd, | ^~~~~~~~~~~~~~~~~~~~~ 504 | "%s%s%s%s%s%s PATH=%s%s$PATH ; export PATH ; " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 505 | "LD_LIBRARY_PATH=%s%s$LD_LIBRARY_PATH ; export LD_LIBRARY_PATH ; " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 506 | "DYLD_LIBRARY_PATH=%s%s$DYLD_LIBRARY_PATH ; export DYLD_LIBRARY_PATH ; " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 507 | "%s %s", | ~~~~~~~~ 508 | (NULL != mca_plm_rsh_component.chdir ? "cd " : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (NULL != mca_plm_rsh_component.chdir ? mca_plm_rsh_component.chdir : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 510 | (NULL != mca_plm_rsh_component.chdir ? " ; " : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 511 | (opal_prefix != NULL ? "OPAL_PREFIX=" : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 512 | (opal_prefix != NULL ? opal_prefix : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 513 | (opal_prefix != NULL ? " ; export OPAL_PREFIX;" : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 514 | (NULL != bin_base ? bin_base : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 515 | (NULL != bin_base ? ":" : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 516 | (NULL != lib_base ? lib_base : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 517 | (NULL != lib_base ? ":" : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 518 | (NULL != lib_base ? lib_base : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 519 | (NULL != lib_base ? ":" : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 520 | (orted_prefix != NULL ? orted_prefix : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 521 | (full_orted_cmd != NULL ? full_orted_cmd : " ")); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_module.c:536:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 536 | (void)asprintf (&final_cmd, | ^~~~~~~~~~~~~~~~~~~~~ 537 | "%s%s%s%s%s%s set path = ( %s $path ) ; " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 538 | "if ( $?LD_LIBRARY_PATH == 1 ) " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 539 | "set OMPI_have_llp ; " | ~~~~~~~~~~~~~~~~~~~~~~ 540 | "if ( $?LD_LIBRARY_PATH == 0 ) " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 541 | "setenv LD_LIBRARY_PATH %s ; " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 542 | "if ( $?OMPI_have_llp == 1 ) " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 543 | "setenv LD_LIBRARY_PATH %s%s$LD_LIBRARY_PATH ; " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | "if ( $?DYLD_LIBRARY_PATH == 1 ) " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 545 | "set OMPI_have_dllp ; " | ~~~~~~~~~~~~~~~~~~~~~~~ 546 | "if ( $?DYLD_LIBRARY_PATH == 0 ) " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 547 | "setenv DYLD_LIBRARY_PATH %s ; " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 548 | "if ( $?OMPI_have_dllp == 1 ) " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 549 | "setenv DYLD_LIBRARY_PATH %s%s$DYLD_LIBRARY_PATH ; " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | "%s %s", | ~~~~~~~~ 551 | (NULL != mca_plm_rsh_component.chdir ? "cd " : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 552 | (NULL != mca_plm_rsh_component.chdir ? mca_plm_rsh_component.chdir : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 553 | (NULL != mca_plm_rsh_component.chdir ? " ; " : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 554 | (opal_prefix != NULL ? "setenv OPAL_PREFIX " : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 555 | (opal_prefix != NULL ? opal_prefix : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 556 | (opal_prefix != NULL ? " ;" : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 557 | (NULL != bin_base ? bin_base : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 558 | (NULL != lib_base ? lib_base : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 559 | (NULL != lib_base ? lib_base : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 560 | (NULL != lib_base ? ":" : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 561 | (NULL != lib_base ? lib_base : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 562 | (NULL != lib_base ? lib_base : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 563 | (NULL != lib_base ? ":" : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 564 | (orted_prefix != NULL ? orted_prefix : " "), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 565 | (full_orted_cmd != NULL ? full_orted_cmd : " ")); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_module.c:591:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 591 | (void)asprintf(&final_cmd, "%s %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 592 | (orted_prefix != NULL ? orted_prefix : ""), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 593 | (full_orted_cmd != NULL ? full_orted_cmd : "")); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_module.c: In function ‘rsh_init’: plm_rsh_module.c:197:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 197 | asprintf(&tmp, "%s/bin/%s", getenv("SGE_ROOT"), getenv("ARC")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_rsh_module.c: In function ‘launch_daemons’: plm_rsh_module.c:1282:19: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1282 | (void)asprintf (&argv[node_name_index1], "%s@%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1283 | username, node->name); | ~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') plm_slurm_module.c: In function ‘launch_daemons’: plm_slurm_module.c:252:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 252 | asprintf(&jobid_string, "%lu", (unsigned long) daemons->jobid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_slurm_module.c:331:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 331 | asprintf(&tmp, "--nodes=%lu", (unsigned long)map->num_new_daemons); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_slurm_module.c:335:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 335 | asprintf(&tmp, "--nodelist=%s", nodelist_flat); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_slurm_module.c:341:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 341 | asprintf(&tmp, "--ntasks=%lu", (unsigned long)map->num_new_daemons); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_slurm_module.c: In function ‘plm_slurm_start_proc’: plm_slurm_module.c:652:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 652 | asprintf(&newenv, "%s/%s:%s", prefix, bin_base, oldenv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_slurm_module.c:654:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 654 | asprintf(&newenv, "%s/%s", prefix, bin_base); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_slurm_module.c:666:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 666 | asprintf(&newenv, "%s/%s:%s", prefix, lib_base, oldenv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plm_slurm_module.c:668:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 668 | asprintf(&newenv, "%s/%s", prefix, lib_base); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ras_sim_module.c: In function ‘allocate’: ras_sim_module.c:252:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 252 | asprintf(&node->name, "%s%0*d", prefix, dig, i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ras_slurm_module.c: In function ‘dyn_allocate’: ras_slurm_module.c:1020:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1020 | asprintf(&tmp, "jobid=%s", jstring); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ras_slurm_module.c:1039:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1039 | asprintf(&tmp, "timeout=%d", mca_ras_slurm_component.timeout); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ras_slurm_module.c:1050:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1050 | asprintf(&tmp, ": app=%d", (int)app->idx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ras_slurm_module.c:1054:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1054 | asprintf(&tmp, "np=%d", app->num_procs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ras_slurm_module.c:1059:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1059 | asprintf(&tmp, "N=%ld", (long int)i64); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ras_slurm_module.c:1068:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1068 | asprintf(&tmp, "node_list=%s", node_list); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') regx_fwd.c: In function ‘nidmap_create’: regx_fwd.c:225:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 225 | asprintf(&tmp, "%s", ndreg->prefix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_fwd.c:234:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 234 | asprintf(&tmp, "%s[%d:", ndreg->prefix, ndreg->num_digits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_fwd.c:236:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 236 | asprintf(&tmp, "[%d:", ndreg->num_digits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_fwd.c:242:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 242 | asprintf(&tmp2, "%s%u,", tmp, range->vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_fwd.c:244:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 244 | asprintf(&tmp2, "%s%u-%u,", tmp, range->vpid, range->vpid + range->cnt - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_fwd.c:254:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 254 | asprintf(&tmp2, "%s%s", tmp, ndreg->suffix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_fwd.c:275:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 275 | asprintf(&tmp, "%u(%u)", rng->vpid, rng->cnt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_fwd.c:277:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 277 | asprintf(&tmp2, "%s,%u(%u)", tmp, rng->vpid, rng->cnt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_fwd.c:283:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 283 | asprintf(&tmp, "%u", rng->vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_fwd.c:285:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 285 | asprintf(&tmp2, "%s,%u", tmp, rng->vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_fwd.c:295:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 295 | asprintf(&tmp2, "%s@%s", nodenames, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') regx_naive.c: In function ‘nidmap_create’: regx_naive.c:116:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 116 | asprintf(&tmp, "%u", vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ regx_naive.c:146:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 146 | asprintf(&tmp, "%u(%u)", rng->vpid, rng->cnt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_naive.c:148:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 148 | asprintf(&tmp2, "%s,%u(%u)", tmp, rng->vpid, rng->cnt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_naive.c:154:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 154 | asprintf(&tmp, "%u", rng->vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_naive.c:156:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 156 | asprintf(&tmp2, "%s,%u", tmp, rng->vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_naive.c:172:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 172 | asprintf(&tmp2, "%s@%s", nodenames, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') regx_reverse.c: In function ‘nidmap_create’: regx_reverse.c:244:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 244 | asprintf(&tmp, "%s", ndreg->prefix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_reverse.c:253:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 253 | asprintf(&tmp, "%s[%d:", ndreg->prefix, ndreg->num_digits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_reverse.c:255:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 255 | asprintf(&tmp, "[%d:", ndreg->num_digits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_reverse.c:261:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 261 | asprintf(&tmp2, "%s%u,", tmp, range->vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_reverse.c:263:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 263 | asprintf(&tmp2, "%s%u-%u,", tmp, range->vpid, range->vpid + range->cnt - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_reverse.c:273:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 273 | asprintf(&tmp2, "%s%s", tmp, ndreg->suffix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_reverse.c:294:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 294 | asprintf(&tmp, "%u(%u)", rng->vpid, rng->cnt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_reverse.c:296:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 296 | asprintf(&tmp2, "%s,%u(%u)", tmp, rng->vpid, rng->cnt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_reverse.c:302:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 302 | asprintf(&tmp, "%u", rng->vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_reverse.c:304:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 304 | asprintf(&tmp2, "%s,%u", tmp, rng->vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regx_reverse.c:314:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 314 | asprintf(&tmp2, "%s@%s", nodenames, tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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') rtc_hwloc.c: In function ‘set’: rtc_hwloc.c:306:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 306 | asprintf(&msg, "hwloc_set_cpubind returned \"%s\" for bitmap \"%s\"", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 307 | opal_strerror(rc), tmp); | ~~~~~~~~~~~~~~~~~~~~~~~ rtc_hwloc.c:338:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 338 | asprintf(&msg, "hwloc_bitmap_sscanf returned \"%s\" for the string \"%s\"", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 339 | opal_strerror(rc), cpu_bitmap); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rtc_hwloc.c:373:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 373 | asprintf(&msg, "hwloc_set_cpubind returned \"%s\" for bitmap \"%s\"", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 374 | opal_strerror(rc), cpu_bitmap); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rtc_hwloc.c: In function ‘init’: rtc_hwloc.c:138:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 138 | asprintf(&shmemfile, "%s/hwloc.sm", orte_process_info.jobfam_session_dir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') schizo_ompi.c: In function ‘setup_child’: schizo_ompi.c:1261:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1261 | asprintf(&value, "%lu", (unsigned long) child->local_rank); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:1277:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1277 | asprintf(&value, "%lu", (unsigned long) child->node_rank); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:1298:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1298 | asprintf(&value, "%d", nrestarts); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c: In function ‘setup_fork’: schizo_ompi.c:889:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 889 | asprintf(&newenv, "%s/bin:%s", param, app->env[i] + 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:896:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 896 | asprintf(&newenv, "%s/lib:%s", param, app->env[i] + 16); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:923:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 923 | asprintf(¶m, "%ld", (long)app->idx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:935:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 935 | asprintf(¶m, "%ld", (long)jdata->total_slots_alloc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:940:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 940 | asprintf(¶m, "%ld", (long)(jdata->map->num_nodes)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:1002:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1002 | asprintf(¶m, "%ld", (long)jdata->num_procs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:1023:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1023 | asprintf(¶m, "%ld", (long)jdata->num_local_procs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:1037:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1037 | asprintf(&num_app_ctx, "%lu", (unsigned long)jdata->num_apps); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:1083:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1083 | (void)asprintf(&p2, "%s%c%s", attr->data.envar.value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1084 | attr->data.envar.separator, param); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:1108:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1108 | (void)asprintf(&p2, "%s%c%s", param, attr->data.envar.separator, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1109 | attr->data.envar.value); | ~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:1144:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1144 | (void)asprintf(&p2, "%s%c%s", attr->data.envar.value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1145 | attr->data.envar.separator, param); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c:1169:27: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 1169 | (void)asprintf(&p2, "%s%c%s", param, attr->data.envar.separator, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1170 | attr->data.envar.value); | ~~~~~~~~~~~~~~~~~~~~~~~ schizo_ompi.c: In function ‘parse_env’: schizo_ompi.c:795:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 795 | asprintf(&value, "OMPI_exec_path=%s", path); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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') runtime/orte_mca_params.c: In function ‘orte_register_params’: runtime/orte_mca_params.c:383:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 383 | asprintf(&orte_default_hostfile, "%s/openmpi-default-hostfile", opal_install_dirs.sysconfdir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/orte_info_support.c: In function ‘orte_info_show_orte_version’: runtime/orte_info_support.c:100:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 100 | asprintf(&tmp, "%s:version:full", orte_info_type_orte); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/orte_info_support.c:109:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 109 | asprintf(&tmp, "%s:version:repo", orte_info_type_orte); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/orte_info_support.c:112:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 112 | asprintf(&tmp, "%s:version:release_date", orte_info_type_orte); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_quick_print’: runtime/data_type_support/orte_dt_print_fns.c:58:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 58 | asprintf(output, "%sData type: %s\tData size: 8-bit\tValue: NULL pointer", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 59 | (NULL == prefix) ? "" : prefix, type_name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:66:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 66 | asprintf(output, "%sData type: %s\tData size: 8-bit\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 67 | (NULL == prefix) ? "" : prefix, type_name, (int) *i8); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:72:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 72 | asprintf(output, "%sData type: %s\tData size: 8-bit\tValue: %u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (NULL == prefix) ? "" : prefix, type_name, (unsigned int)*ui8); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:78:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 78 | asprintf(output, "%sData type: %s\tData size: 16-bit\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (NULL == prefix) ? "" : prefix, type_name, (int) *i16); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:84:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 84 | asprintf(output, "%sData type: %s\tData size: 16-bit\tValue: %u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85 | (NULL == prefix) ? "" : prefix, type_name, (unsigned int) *ui16); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:90:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 90 | asprintf(output, "%sData type: %s\tData size: 32-bit\tValue: %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 91 | (NULL == prefix) ? "" : prefix, type_name, (long) *i32); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:96:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 96 | asprintf(output, "%sData type: %s\tData size: 32-bit\tValue: %lu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97 | (NULL == prefix) ? "" : prefix, type_name, (unsigned long) *ui32); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:102:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 102 | asprintf(output, "%sData type: %s\tData size: 64-bit\tValue: %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 103 | (NULL == prefix) ? "" : prefix, type_name, (long) *i64); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:108:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 108 | asprintf(output, "%sData type: %s\tData size: 64-bit\tValue: %lu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 109 | (NULL == prefix) ? "" : prefix, type_name, (unsigned long) *ui64); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_job’: runtime/data_type_support/orte_dt_print_fns.c:184:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 184 | asprintf(&pfx2, " "); | ^~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:186:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 186 | asprintf(&pfx2, "%s", prefix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:190:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 190 | asprintf(&tmp, "\n%sData for job: %s\tPersonality: %s\tRecovery: %s(%s)\n%s\tNum apps: %ld\tStdin target: %s\tState: %s\tAbort: %s", pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 191 | ORTE_JOBID_PRINT(src->jobid), tmp2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 192 | (ORTE_FLAG_TEST(src, ORTE_JOB_FLAG_RECOVERABLE)) ? "ENABLED" : "DISABLED", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 193 | (orte_get_attribute(&src->attributes, ORTE_JOB_RECOVER_DEFINED, NULL, OPAL_BOOL)) ? "DEFINED" : "DEFAULT", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 194 | pfx2, | ~~~~~ 195 | (long)src->num_apps, ORTE_VPID_PRINT(src->stdin_target), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 196 | orte_job_state_to_str(src->state), (ORTE_FLAG_TEST(src, ORTE_JOB_FLAG_ABORTED)) ? "True" : "False"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:198:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 198 | asprintf(&pfx, "%s\t", pfx2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:206:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 206 | asprintf(&tmp3, "%s\n%s", tmp, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:217:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 217 | asprintf(&tmp3, "%s%s", tmp, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:222:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 222 | asprintf(&tmp2, "%s\n%sNo Map", tmp, pfx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:227:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 227 | asprintf(&tmp2, "%s\n%sNum procs: %ld\tOffset: %ld", tmp, pfx, (long)src->num_procs, (long)src->offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:239:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 239 | asprintf(&tmp3, "%s%s", tmp, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:245:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 245 | asprintf(&tmp2, "%s\n%s\tNum launched: %ld\tNum reported: %ld\tNum terminated: %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 246 | tmp, pfx, (long)src->num_launched, (long)src->num_reported, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 247 | (long)src->num_terminated); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_node’: runtime/data_type_support/orte_dt_print_fns.c:273:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 273 | asprintf(&pfx2, " "); | ^~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:275:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 275 | asprintf(&pfx2, "%s", prefix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:280:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 280 | asprintf(&tmp, "%s\n", pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 281 | (NULL == src->name) ? "UNKNOWN" : src->name, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 282 | (int)src->slots, (int)src->slots_max); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:288:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 288 | asprintf(&tmp2, "%s%s\t\n", tmp, pfx2, alias[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:306:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 306 | asprintf(&tmp, "\n%sData for node: %s\tNum slots: %ld\tMax slots: %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 307 | pfx2, (NULL == src->name) ? "UNKNOWN" : src->name, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 308 | (long)src->slots, (long)src->slots_max); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:314:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 314 | asprintf(&tmp2, "%s%s\tresolved from %s\n", tmp, pfx2, alias[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:327:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 327 | asprintf(&tmp, "\n%sData for node: %s\tNum slots: %ld\tMax slots: %ld\tNum procs: %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 328 | pfx2, (NULL == src->name) ? "UNKNOWN" : src->name, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 329 | (long)src->slots, (long)src->slots_max, (long)src->num_procs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:335:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 335 | asprintf(&tmp2, "%s%s\tresolved from %s\n", tmp, pfx2, alias[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:347:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 347 | asprintf(&tmp, "\n%sData for node: %s\tState: %0x\tFlags: %02x", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 348 | pfx2, (NULL == src->name) ? "UNKNOWN" : src->name, src->state, src->flags); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:354:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 354 | asprintf(&tmp2, "%s%s\tresolved from %s\n", tmp, pfx2, alias[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:365:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 365 | asprintf(&tmp2, "%s\n%s\tDaemon: %s\tDaemon launched: %s", tmp, pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 366 | "Not defined", ORTE_FLAG_TEST(src, ORTE_NODE_FLAG_DAEMON_LAUNCHED) ? "True" : "False"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:368:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 368 | asprintf(&tmp2, "%s\n%s\tDaemon: %s\tDaemon launched: %s", tmp, pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 369 | ORTE_NAME_PRINT(&(src->daemon->name)), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 370 | ORTE_FLAG_TEST(src, ORTE_NODE_FLAG_DAEMON_LAUNCHED) ? "True" : "False"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:375:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 375 | asprintf(&tmp2, "%s\n%s\tNum slots: %ld\tSlots in use: %ld\tOversubscribed: %s", tmp, pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 376 | (long)src->slots, (long)src->slots_inuse, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 377 | ORTE_FLAG_TEST(src, ORTE_NODE_FLAG_OVERSUBSCRIBED) ? "TRUE" : "FALSE"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:381:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 381 | asprintf(&tmp2, "%s\n%s\tNum slots allocated: %ld\tMax slots: %ld", tmp, pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 382 | (long)src->slots, (long)src->slots_max); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:388:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 388 | asprintf(&tmp2, "%s\n%s\tUsername on node: %s", tmp, pfx2, tmp3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:396:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 396 | asprintf(&tmp2, "%s\n%s\tDetected Resources:\n", tmp, pfx2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:401:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 401 | asprintf(&pfx3, "%s\t\t", pfx2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:404:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 404 | asprintf(&tmp3, "%s%s", tmp, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:410:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 410 | asprintf(&tmp2, "%s\n%s\tNum procs: %ld\tNext node_rank: %ld", tmp, pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 411 | (long)src->num_procs, (long)src->next_node_rank); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:416:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 416 | asprintf(&pfx, "%s\t", pfx2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:427:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 427 | asprintf(&tmp3, "%s%s", tmp, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_proc’: runtime/data_type_support/orte_dt_print_fns.c:457:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 457 | asprintf(&pfx2, " "); | ^~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:459:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 459 | asprintf(&pfx2, "%s", prefix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:465:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 465 | asprintf(output, "%s\n", pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 466 | ORTE_VPID_PRINT(src->name.vpid), orte_proc_state_to_str(src->state)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:468:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 468 | asprintf(output, "%s\n", pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 469 | ORTE_VPID_PRINT(src->name.vpid), (int)src->pid, orte_proc_state_to_str(src->state)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:484:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 484 | asprintf(&str, "%s:%s", tmp1, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:487:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 487 | asprintf(&tmp, "\n%sProcess OMPI jobid: %s App: %ld Process rank: %s Bound: %s", pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 488 | ORTE_JOBID_PRINT(src->name.jobid), (long)src->app_idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 489 | ORTE_VPID_PRINT(src->name.vpid), (NULL == str) ? "N/A" : str); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:498:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 498 | asprintf(&tmp, "\n%sProcess OMPI jobid: %s App: %ld Process rank: %s Bound: N/A", pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 499 | ORTE_JOBID_PRINT(src->name.jobid), (long)src->app_idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 500 | ORTE_VPID_PRINT(src->name.vpid)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:509:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 509 | asprintf(&tmp, "\n%sData for proc: %s", pfx2, ORTE_NAME_PRINT(&src->name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:511:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 511 | asprintf(&tmp3, "%s\n%s\tPid: %ld\tLocal rank: %lu\tNode rank: %lu\tApp rank: %d", tmp, pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 512 | (long)src->pid, (unsigned long)src->local_rank, (unsigned long)src->node_rank, src->app_rank); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:535:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 535 | asprintf(&tmp3, "%s\n%s\tState: %s\tApp_context: %ld\n%s\tLocale: %s\n%s\tBinding: %s", tmp, pfx2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 536 | orte_proc_state_to_str(src->state), (long)src->app_idx, pfx2, locale, pfx2, tmp2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_app_context’: runtime/data_type_support/orte_dt_print_fns.c:566:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 566 | asprintf(&pfx2, " "); | ^~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:568:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 568 | asprintf(&pfx2, "%s", prefix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:571:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 571 | asprintf(&tmp, "\n%sData for app_context: index %lu\tapp: %s\n%s\tNum procs: %lu\tFirstRank: %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 572 | pfx2, (unsigned long)src->idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 573 | (NULL == src->app) ? "NULL" : src->app, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 574 | pfx2, (unsigned long)src->num_procs, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 575 | ORTE_VPID_PRINT(src->first_rank)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:579:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 579 | asprintf(&tmp2, "%s\n%s\tArgv[%d]: %s", tmp, pfx2, i, src->argv[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:586:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 586 | asprintf(&tmp2, "%s\n%s\tEnv[%lu]: %s", tmp, pfx2, (unsigned long)i, src->env[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:593:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 593 | asprintf(&tmp2, "%s\n%s\tWorking dir: %s\n%s\tPrefix: %s\n%s\tUsed on node: %s", tmp, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 594 | pfx2, (NULL == src->cwd) ? "NULL" : src->cwd, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 595 | pfx2, (NULL == tmp3) ? "NULL" : tmp3, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 596 | pfx2, ORTE_FLAG_TEST(src, ORTE_APP_FLAG_USED_ON_NODE) ? "TRUE" : "FALSE"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:602:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 602 | asprintf(&tmp3, "%s\n%s", tmp, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_map’: runtime/data_type_support/orte_dt_print_fns.c:631:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 631 | asprintf(&pfx2, " "); | ^~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:633:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 633 | asprintf(&pfx2, "%s", prefix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:638:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 638 | asprintf(&tmp, "\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:645:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 645 | asprintf(&tmp3, "%s%s", tmp, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:655:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 655 | asprintf(&tmp3, "%s%s", tmp, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:660:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 660 | asprintf(&tmp3, "%s\t\n", tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:664:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 664 | asprintf(&tmp2, "%s\n", tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:672:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 672 | asprintf(&pfx, "%s\t", pfx2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:675:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 675 | asprintf(&tmp, "\n%sMapper requested: %s Last mapper: %s Mapping policy: %s Ranking policy: %s\n%sBinding policy: %s Cpu set: %s PPR: %s Cpus-per-rank: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 676 | pfx2, (NULL == src->req_mapper) ? "NULL" : src->req_mapper, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 677 | (NULL == src->last_mapper) ? "NULL" : src->last_mapper, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 678 | orte_rmaps_base_print_mapping(src->mapping), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 679 | orte_rmaps_base_print_ranking(src->ranking), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 680 | pfx2, opal_hwloc_base_print_binding(src->binding), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 681 | (NULL == opal_hwloc_base_cpu_list) ? "NULL" : opal_hwloc_base_cpu_list, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 682 | (NULL == src->ppr) ? "NULL" : src->ppr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 683 | (int)src->cpus_per_rank); | ~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:686:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 686 | asprintf(&tmp2, "%s\n%sNum new daemons: %ld\tNew daemon starting vpid INVALID\n%sNum nodes: %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 687 | tmp, pfx, (long)src->num_new_daemons, pfx, (long)src->num_nodes); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:689:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 689 | asprintf(&tmp2, "%s\n%sNum new daemons: %ld\tNew daemon starting vpid %ld\n%sNum nodes: %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 690 | tmp, pfx, (long)src->num_new_daemons, (long)src->daemon_vpid_start, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 691 | pfx, (long)src->num_nodes); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:697:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 697 | asprintf(&tmp, "\n%s======================== JOB MAP ========================", pfx2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:711:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 711 | asprintf(&tmp3, "%s\n%s", tmp, tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:719:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 719 | asprintf(&tmp2, "%s\n\n%s=============================================================\n", tmp, pfx2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_attr’: runtime/data_type_support/orte_dt_print_fns.c:739:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 739 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:744:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 744 | asprintf(output, "%sData type: ORTE_ATTR\tValue: NULL pointer", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:751:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 751 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_STRING\tKey: %s\tValue: %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 752 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.string); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:755:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 755 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_SIZE\tKey: %s\tValue: %lu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 756 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned long)src->data.size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:759:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 759 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_PID\tKey: %s\tValue: %lu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 760 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned long)src->data.pid); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:763:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 763 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_INT\tKey: %s\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 764 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.integer); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:767:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 767 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_INT8\tKey: %s\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 768 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (int)src->data.int8); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:771:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 771 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_INT16\tKey: %s\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 772 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (int)src->data.int16); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:775:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 775 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_INT32\tKey: %s\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 776 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.int32); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:779:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 779 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_INT64\tKey: %s\tValue: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 780 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (int)src->data.int64); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:783:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 783 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_UINT\tKey: %s\tValue: %u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 784 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned int)src->data.uint); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:787:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 787 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_UINT8\tKey: %s\tValue: %u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 788 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned int)src->data.uint8); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:791:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 791 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_UINT16\tKey: %s\tValue: %u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 792 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned int)src->data.uint16); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:795:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 795 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_UINT32\tKey: %s\tValue: %u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 796 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.uint32); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:799:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 799 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_UINT64\tKey: %s\tValue: %lu", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 800 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned long)src->data.uint64); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:803:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 803 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_BYTE_OBJECT\tKey: %s\tValue: UNPRINTABLE", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 804 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:807:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 807 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_BUFFER\tKey: %s\tValue: UNPRINTABLE", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 808 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:811:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 811 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_FLOAT\tKey: %s\tValue: %f", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 812 | prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.fval); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:815:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 815 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_TIMEVAL\tKey: %s\tValue: %ld.%06ld", prefx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 816 | src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (long)src->data.tv.tv_sec, (long)src->data.tv.tv_usec); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:819:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 819 | asprintf(output, "%sORTE_ATTR: %s Data type: OPAL_PTR\tKey: %s", prefx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 820 | src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:823:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 823 | asprintf(output, "%sORTE_ATTR: %s Data type: ORTE_VPID\tKey: %s\tValue: %s", prefx, src->local ? "LOCAL" : "GLOBAL", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 824 | orte_attr_key_to_str(src->key), ORTE_VPID_PRINT(src->data.vpid)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:827:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 827 | asprintf(output, "%sORTE_ATTR: %s Data type: ORTE_JOBID\tKey: %s\tValue: %s", prefx, src->local ? "LOCAL" : "GLOBAL", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 828 | orte_attr_key_to_str(src->key), ORTE_JOBID_PRINT(src->data.jobid)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:831:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 831 | asprintf(output, "%sORTE_ATTR: %s Data type: UNKNOWN\tKey: %s\tValue: UNPRINTABLE", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 832 | prefx, orte_attr_key_to_str(src->key), src->local ? "LOCAL" : "GLOBAL"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_sig’: runtime/data_type_support/orte_dt_print_fns.c:846:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 846 | if (NULL == prefix) asprintf(&prefx, " "); | ^~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:851:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 851 | asprintf(output, "%sData type: ORTE_SIG", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:857:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 857 | asprintf(output, "%sORTE_SIG Procs: NULL", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:863:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 863 | asprintf(&tmp, "%sORTE_SIG Procs: ", prefx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/data_type_support/orte_dt_print_fns.c:866:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 866 | asprintf(&tmp2, "%s%s", tmp, ORTE_NAME_PRINT(&src->signature[i])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c: In function ‘orte_util_convert_process_name_to_string’: util/name_fns.c:472:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 472 | asprintf(&tmp, "%s", ORTE_SCHEMA_WILDCARD_STRING); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c:474:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 474 | asprintf(&tmp, "%s", ORTE_SCHEMA_INVALID_STRING); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c:476:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 476 | asprintf(&tmp, "%lu", (unsigned long)name->jobid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c:480:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 480 | asprintf(&tmp2, "%s%c%s", tmp, ORTE_SCHEMA_DELIMITER_CHAR, ORTE_SCHEMA_WILDCARD_STRING); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c:482:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 482 | asprintf(&tmp2, "%s%c%s", tmp, ORTE_SCHEMA_DELIMITER_CHAR, ORTE_SCHEMA_INVALID_STRING); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c:484:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 484 | asprintf(&tmp2, "%s%c%lu", tmp, ORTE_SCHEMA_DELIMITER_CHAR, (unsigned long)name->vpid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c:487:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 487 | asprintf(name_string, "%s", tmp2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c: In function ‘orte_util_convert_sysinfo_to_string’: util/name_fns.c:646:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 646 | asprintf(&tmp, "%s", ORTE_SCHEMA_INVALID_STRING); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c:648:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 648 | asprintf(&tmp, "%s", cpu_type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c:652:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 652 | asprintf(sysinfo_string, "%s%c%s", tmp, ORTE_SCHEMA_DELIMITER_CHAR, ORTE_SCHEMA_INVALID_STRING); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c:654:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 654 | asprintf(sysinfo_string, "%s%c%s", tmp, ORTE_SCHEMA_DELIMITER_CHAR, cpu_model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c: In function ‘orte_pretty_print_timing’: util/name_fns.c:671:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 671 | asprintf(×tring, "%8.2f millisecs", fsecs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/name_fns.c:673:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 673 | asprintf(×tring, "%3lu:%02lu min:sec", minutes, seconds); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/show_help.c: In function ‘show_accumulated_duplicates’: util/show_help.c:352:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 352 | asprintf(&tmp, "%d more process%s sent help message %s / %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 353 | tli->tli_count_since_last_display, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 354 | (tli->tli_count_since_last_display > 1) ? "es have" : " has", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 355 | tli->tli_filename, tli->tli_topic); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util/pre_condition_transports.c: In function ‘orte_pre_condition_transports_print’: util/pre_condition_transports.c:92:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 92 | asprintf(&format, "%%0%dx", (int)(sizeof(unsigned int)) * 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_main.c: In function ‘orte_daemon’: orted/orted_main.c:626:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 626 | asprintf(&env_str, OPAL_MCA_PREFIX"orte_precondition_transports=%s", string_key); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/orted_main.c:635:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 635 | asprintf(&tmp, "%s[%s]%s", orte_process_info.my_daemon_uri, sysinfo, nptr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/pmix/pmix_server.c: In function ‘pmix_server_dmdx_recv’: orted/pmix/pmix_server.c:508:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 508 | (void)asprintf(&req->operation, "DMDX: %s:%d", __FILE__, __LINE__); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/pmix/pmix_server.c:535:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 535 | (void)asprintf(&req->operation, "DMDX: %s:%d", __FILE__, __LINE__); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from orted/pmix/pmix_server_fence.c:46: orted/pmix/pmix_server_fence.c: In function ‘pmix_server_dmodex_req_fn’: orted/pmix/pmix_server_internal.h:117:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 117 | (void)asprintf(&_req->operation, "DMDX: %s:%d", __FILE__, __LINE__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/pmix/pmix_server_fence.c:291:5: note: in expansion of macro ‘ORTE_DMX_REQ’ 291 | ORTE_DMX_REQ(*proc, dmodex_req, cbfunc, cbdata); | ^~~~~~~~~~~~ orted/pmix/pmix_server_pub.c: In function ‘pmix_server_publish_fn’: orted/pmix/pmix_server_pub.c:244:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 244 | (void)asprintf(&req->operation, "PUBLISH: %s:%d", __FILE__, __LINE__); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/pmix/pmix_server_pub.c: In function ‘pmix_server_lookup_fn’: orted/pmix/pmix_server_pub.c:345:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 345 | (void)asprintf(&req->operation, "LOOKUP: %s:%d", __FILE__, __LINE__); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/pmix/pmix_server_pub.c: In function ‘pmix_server_unpublish_fn’: orted/pmix/pmix_server_pub.c:442:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 442 | (void)asprintf(&req->operation, "UNPUBLISH: %s:%d", __FILE__, __LINE__); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from orted/pmix/pmix_server_dyn.c:54: orted/pmix/pmix_server_dyn.c: In function ‘pmix_server_spawn_fn’: ../orte/orted/pmix/pmix_server_internal.h:132:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 132 | (void)asprintf(&_req->operation, "SPAWN: %s:%d", __FILE__, __LINE__); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orted/pmix/pmix_server_dyn.c:507:5: note: in expansion of macro ‘ORTE_SPN_REQ’ 507 | ORTE_SPN_REQ(jdata, spawn, cbfunc, cbdata); | ^~~~~~~~~~~~ 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') orte-clean.c: In function ‘main’: orte-clean.c:179:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 179 | asprintf(&legacy, "%s/openmpi-sessions-%d@%s_0", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 180 | orte_process_info.tmpdir_base, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 181 | (int)geteuid(), orte_process_info.nodename); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orte-clean.c:186:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 186 | asprintf(&legacy, "rm -rf %s/pmix*", orte_process_info.tmpdir_base); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ orte-clean.c:187:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] 187 | system(legacy); | ^~~~~~~~~~~~~~ orte-clean.c: In function ‘kill_procs’: orte-clean.c:318:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 318 | asprintf(&this_user, "%d", uid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘orte_info_out’: output.c:107:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 107 | asprintf(&spaces, "%*s", centerpoint - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 108 | (int)strlen(pretty_message), " "); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:121:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 121 | asprintf(&filler, "%s%s: ", spaces, pretty_message); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:123:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 123 | asprintf(&filler, "%s ", spaces); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c:133:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 133 | asprintf(&spaces, "%*s", centerpoint + 2, " "); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ output.c: In function ‘orte_info_out_int’: output.c:196:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 196 | asprintf(&valstr, "%d", (int)value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ param.c: In function ‘orte_info_do_config’: param.c:371:59: warning: unknown escape sequence: '\$' 371 | orte_info_out("Configure command line", "config:cli", OPAL_CONFIGURE_CLI); | ^~~~~~~~~~~~~~~~~~ param.c:371:59: warning: unknown escape sequence: '\$' param.c:371:59: warning: unknown escape sequence: '\$' param.c:371:59: warning: unknown escape sequence: '\$' param.c:371:59: warning: unknown escape sequence: '\$' param.c:371:59: warning: unknown escape sequence: '\$' param.c:371:59: warning: unknown escape sequence: '\$' param.c: In function ‘orte_info_show_mca_group_params’: param.c:165:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 165 | asprintf (&message, "MCA %s", group->group_framework); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ param.c: In function ‘orte_info_show_path’: param.c:305:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 305 | asprintf(&path, "path:%s", type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ param.c: In function ‘orte_info_do_config’: param.c:360:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 360 | asprintf(&threads, "%s (OPAL: %s, ORTE progress: yes, Event lib: yes)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 361 | "posix", | ~~~~~~~~ 362 | OPAL_ENABLE_MULTI_THREADS ? "yes" : "no"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ param.c:364:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 364 | asprintf(&ft_support, "%s (checkpoint thread: %s)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | OPAL_ENABLE_FT ? "yes" : "no", OPAL_ENABLE_FT_THREAD ? "yes" : "no");; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c: In function ‘show_mca_version’: version.c:242:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 242 | asprintf(&message, "MCA %s", component->mca_type_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:244:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 244 | asprintf(&content, "%s (", component->mca_component_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:247:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 247 | asprintf(&tmp, "%sMCA v%s", content, mca_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:255:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 255 | asprintf(&tmp, "%s, ", content); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:259:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 259 | asprintf(&tmp, "%sAPI v%s", content, api_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:267:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 267 | asprintf(&tmp, "%s, ", content); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:271:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 271 | asprintf(&tmp, "%sComponent v%s", content, component_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:277:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 277 | asprintf(&tmp, "%s)", content); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:280:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 280 | asprintf(&tmp, ")"); | ^~~~~~~~~~~~~~~~~~~ version.c:288:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 288 | asprintf(&message, "mca:%s:%s:version", component->mca_type_name, component->mca_component_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:290:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 290 | asprintf(&tmp, "mca:%s", mca_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:295:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 295 | asprintf(&tmp, "api:%s", api_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:300:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 300 | asprintf(&tmp, "component:%s", component_version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c: In function ‘make_version_str’: version.c:328:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 328 | asprintf(&tmp, "%s%s", str, temp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:333:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 333 | asprintf(&tmp, "%s%s", str, greek); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version.c:338:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 338 | asprintf(&tmp, "%s%s", str, repo); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ompi_datatype_create.c: In function ‘ompi_datatype_duplicate’: ompi_datatype_create.c:113:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 113 | asprintf(&new_name, "Dup %s", oldType->name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ompi_msgq_dll.c: In function ‘fetch_request’: ompi_msgq_dll.c:1160:66: warning: ‘%s’ directive output may be truncated writing up to 63 bytes into a region of size between 44 and 54 [-Wformat-truncation=] 1160 | snprintf( (char*)res->extra_text[1], 64, "Data: %d * %s", | ^~ 1161 | (int)res->desired_length, data_name ); | ~~~~~~~~~ ompi_msgq_dll.c:1160:13: note: ‘snprintf’ output between 11 and 84 bytes into a destination of size 64 1160 | snprintf( (char*)res->extra_text[1], 64, "Data: %d * %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1161 | (int)res->desired_length, data_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') In file included from pallreduce.c:32: ../../../../ompi/op/op.h: In function ‘ompi_op_is_valid’: ../../../../ompi/op/op.h:488:24: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 488 | (void) asprintf(msg, | ^~~~~~~~~~~~~ 489 | "%s: the reduction operation %s is not defined on the %s datatype", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 490 | func, op->o_name, ddt->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../ompi/op/op.h:496:24: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 496 | (void) asprintf(msg, | ^~~~~~~~~~~~~ 497 | "%s: the reduction operation %s is not defined for non-intrinsic datatypes (attempted with datatype named \"%s\")", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 498 | func, op->o_name, ddt->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pallreduce.c:32: ../../../../ompi/op/op.h:500:24: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 500 | (void) asprintf(msg, | ^~~~~~~~~~~~~ 501 | "%s: the reduction operation %s is not defined for non-intrinsic datatypes", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 502 | func, op->o_name); | ~~~~~~~~~~~~~~~~~ In file included from piallreduce.c:33: ../../../../ompi/op/op.h: In function ‘ompi_op_is_valid’: ../../../../ompi/op/op.h:488:24: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 488 | (void) asprintf(msg, | ^~~~~~~~~~~~~ 489 | "%s: the reduction operation %s is not defined on the %s datatype", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 490 | func, op->o_name, ddt->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../ompi/op/op.h:496:24: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 496 | (void) asprintf(msg, | ^~~~~~~~~~~~~ 497 | "%s: the reduction operation %s is not defined for non-intrinsic datatypes (attempted with datatype named \"%s\")", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 498 | func, op->o_name, ddt->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from piallreduce.c:33: ../../../../ompi/op/op.h:500:24: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 500 | (void) asprintf(msg, | ^~~~~~~~~~~~~ 501 | "%s: the reduction operation %s is not defined for non-intrinsic datatypes", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 502 | func, op->o_name); | ~~~~~~~~~~~~~~~~~ gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[3]: *** [Makefile:2456: palltoall.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... Terminated make[3]: *** [Makefile:2456: pialltoall.lo] Error 143 make[3]: *** [Makefile:2456: palltoallv.lo] Terminated Terminated make[2]: *** [Makefile:2548: all-recursive] Error 1 make[1]: *** [Makefile:3555: all-recursive] Error 1 make: *** [Makefile:1901: all-recursive] Error 1 openmpi/4.1.0: ERROR: Package '6e78bc51a409c9dee088dbf7f7bdf39e212bc848' build failed openmpi/4.1.0: WARN: Build folder /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/6e78bc51a409c9dee088dbf7f7bdf39e212bc848 ERROR: Exiting with code: 5