configure: WARNING: discovered external PMIx version is less than internal version 3.x configure: WARNING: using internal PMIx configure: WARNING: -fno-strict-aliasing has been added to CFLAGS configure: WARNING: -finline-functions has been added to CXXFLAGS configure: WARNING: -finline-functions has been added to CXXFLAGS configure: WARNING: MPI_REAL16 and MPI_COMPLEX32 support have been disabled configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS configure: WARNING: valgrind.h not found configure: WARNING: Cannot compile this component configure: WARNING: -fno-strict-aliasing has been added to CFLAGS configure: WARNING: ignoring pmix_pmix3x_WRAPPER_EXTRA_CPPFLAGS ( -I/home/conan/w/cci_PR-4482/.conan/data/zlib/1.2.11/_/_/package/1d877a3df840030e6a8abb74c5ffb9088d08b47a -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] 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] asprintf(str, "Unknown error: %d (%s error %d)", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ errnum, converters[i].project, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ errnum - converters[i].err_base); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error.c:92:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 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] write(STDERR_FILENO, msg, strlen(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error.c:242:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 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] asprintf(&newvalue, "%s=", name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_environ.c:107:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 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] 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] 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] 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] 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] 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] 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] write((-1 == default_stderr_fd) ? ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileno(stderr) : default_stderr_fd, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ out, (int)strlen(out)); ~~~~~~~~~~~~~~~~~~~~~~ output.c:1004:20: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] asprintf(&uri, "file://%s", filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uri.c:99:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 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=] #define OPAL_INFO_SAVE_PREFIX "_OMPI_IN_" ^~~~~~~~~~~ info_subscriber.c:268:13: note: in expansion of macro ‘OPAL_INFO_SAVE_PREFIX’ OPAL_INFO_SAVE_PREFIX "%s", key); ^~~~~~~~~~~~~~~~~~~~~ info_subscriber.c:268:36: note: format string is defined here OPAL_INFO_SAVE_PREFIX "%s", key); ^~ In file included from /usr/include/stdio.h:862, 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:64:10: note: ‘__builtin___snprintf_chk’ output between 10 and 46 bytes into a destination of size 36 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] #define OPAL_INFO_SAVE_PREFIX "_OMPI_IN_" ^~~~~~~~~~~ info.c:212:22: note: in expansion of macro ‘OPAL_INFO_SAVE_PREFIX’ OPAL_INFO_SAVE_PREFIX "%s", pkey); ^~~~~~~~~~~~~~~~~~~~~ info.c:212:45: note: format string is defined here OPAL_INFO_SAVE_PREFIX "%s", pkey); ^~ In file included from /usr/include/stdio.h:862, 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:64:10: note: ‘__builtin___snprintf_chk’ output between 10 and 46 bytes into a destination of size 37 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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] 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] asprintf(&(f_comp->error_msg), "%s", err_msg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_open.c: In function ‘mca_base_open’: mca_base_open.c:82:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 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] asprintf(&value, "%s%c%s", mca_base_system_default_path, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(&lds.lds_prefix, "[%s:%05d] ", hostname, getpid()); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_var.c: In function ‘mca_base_var_cache_files’: mca_base_var.c:412:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&mca_base_var_files, "%s"OPAL_PATH_SEP".openmpi" OPAL_PATH_SEP ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "mca-params.conf%c%s" OPAL_PATH_SEP "openmpi-mca-params.conf", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 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] 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] asprintf (&str, "%sSOURCE_%s=FILE:%s", mca_prefix, var->mbv_full_name, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 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] 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] asprintf(&tmp, "mca:%s:%s:param:%s:", framework, component, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ full_name); ~~~~~~~~~~ mca_base_var.c:2140:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 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] 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] 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] asprintf(out[0] + line++, "%sstatus:%s", tmp, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 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] 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] 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] 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] 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] 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] 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] asprintf (out[0], "%s \"%s\" (current value: \"%s\", data source: %s, level: %d %s, type: %s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VAR_IS_DEFAULT_ONLY(var[0]) ? "informational" : "parameter", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ full_name, value_string, source_string, var->mbv_info_lvl + 1, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 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] 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] 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] 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] 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] 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] 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] 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] asprintf(out[0], "%s=%s (%s)", var->mbv_full_name, value_string, source_string); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mca_base_pvar.c: In function ‘mca_base_pvar_dump’: mca_base_pvar.c:848:15: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] (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] (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] (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] (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] (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] (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] (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] (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] (void)asprintf (out[0] + line++, "performance \"%s\" (type: %s, class: %s)", full_name, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] (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] (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] asprintf (&desc, "Default selection set of components for the %s framework (" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ " 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] 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] 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] 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] 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] asprintf(&sig, "%dN:%dS:%dL3:%dL2:%dL1:%dC:%dH:%s:%s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] asprintf(&tmp, "%sType: %s Number of child objects: %u%sName=%s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (NULL == prefix) ? "" : prefix, string, obj->arity, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 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] 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] asprintf(&tmp2, "%s%sBind CPU proc: %s%sBind CPU thread: %s", tmp, pfx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (support->cpubind->set_thisproc_cpubind) ? "TRUE" : "FALSE", pfx, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (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] asprintf(&tmp2, "%s%sBind MEM proc: %s%sBind MEM thread: %s", tmp, pfx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (support->membind->set_thisproc_membind) ? "TRUE" : "FALSE", pfx, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (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] 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] 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=] base/hwloc_base_util.c:1625:12: return ret; ~~~ base/hwloc_base_util.c:1755:60: snprintf(tmp, stmp, "socket %d[core %d[hwt %s]]", ^~ In file included from /usr/include/stdio.h:862, 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:64:10: note: ‘__builtin___snprintf_chk’ output between 23 and 8232 bytes into a destination of size 8191 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:130:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(prefix); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:130:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(prefix); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:131:13: note: in expansion of macro ‘EXPAND_STRING’ 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] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:131:13: note: in expansion of macro ‘EXPAND_STRING’ 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] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:132:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(bindir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:132:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(bindir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:133:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(sbindir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:133:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(sbindir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:134:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(libexecdir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:134:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(libexecdir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:135:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(datarootdir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:135:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(datarootdir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:136:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(datadir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:136:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(datadir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:137:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(sysconfdir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:137:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(sysconfdir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:138:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(sharedstatedir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:138:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(sharedstatedir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:139:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(localstatedir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:139:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(localstatedir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:140:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(libdir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:140:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(libdir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:141:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(includedir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:141:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(includedir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:142:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(infodir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:142:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(infodir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:143:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(mandir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:44:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:27:29: note: in expansion of macro ‘EXPAND_STRING2’ #define EXPAND_STRING(name) EXPAND_STRING2(name, name) ^~~~~~~~~~~~~~ base/installdirs_base_expand.c:143:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(mandir); ^~~~~~~~~~~~~ base/installdirs_base_expand.c:35:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:144:13: note: in expansion of macro ‘EXPAND_STRING2’ 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] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:144:13: note: in expansion of macro ‘EXPAND_STRING2’ 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] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:145:13: note: in expansion of macro ‘EXPAND_STRING2’ 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] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:145:13: note: in expansion of macro ‘EXPAND_STRING2’ 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] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:146:13: note: in expansion of macro ‘EXPAND_STRING2’ 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] asprintf(&retval, "%s%s%s", tmp, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_install_dirs.ompiname + destdir_offset, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end_pos); \ ~~~~~~~~ base/installdirs_base_expand.c:146:13: note: in expansion of macro ‘EXPAND_STRING2’ 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] asprintf(&leak_msg, " %lu bytes at address 0x%lx", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (unsigned long) item->num_bytes, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (unsigned long) key); ~~~~~~~~~~~~~~~~~~~~ base/mpool_base_tree.c:228:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "%s\n %lu bytes at address 0x%lx", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leak_msg, (unsigned long) item->num_bytes, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (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] (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] write(2, msg, len); ^~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') backtrace_execinfo.c: In function ‘opal_backtrace_print’: backtrace_execinfo.c:56:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (fd, prefix, strlen (prefix)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ backtrace_execinfo.c:59:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (fd, buf, len); ^~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') dl_dlopen_module.c: In function ‘dlopen_foreachfile’: dl_dlopen_module.c:185:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 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] asprintf(&name, "%s%s", fname, ext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') 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] asprintf( &help_msg, ^~~~~~~~~~~~~~~~~~~~ "Comma-delimited list of libevent subsystems " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "to use (%s -- available on your platform)", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ available_eventops ); ~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') 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=] snprintf(msg, sizeof(msg), "%s intersects with %s without inclusion!", objstr, childstr); ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:862, from topology.c:22: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 37 and 1059 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/address", osdevpath); ^~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 9 and 264 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/device/infiniband", osdevpath); ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 19 and 274 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/dev_id", osdevpath); ^~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 8 and 263 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/family", osdevpath); ^~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 8 and 263 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/sku", osdevpath); ^~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 5 and 260 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/serialnumber", osdevpath); ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 14 and 269 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/active_cores", osdevpath); ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 14 and 269 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/memsize", osdevpath); ^~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 9 and 264 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/node_guid", osdevpath); ^~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 11 and 266 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/sys_image_guid", osdevpath); ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 16 and 271 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/ports/%u/state", osdevpath, i); ^~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 15 and 279 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/ports/%u/lid", osdevpath, i); ^~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 13 and 277 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/ports/%u/lid_mask_count", osdevpath, i); ^~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 24 and 288 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/ports/%u/gids/%u", osdevpath, i, j); ^~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 16 and 289 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/size", osdevpath); ^~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 6 and 261 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/queue/hw_sector_size", osdevpath); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 22 and 277 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/device/devtype", osdevpath); ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 16 and 271 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/device/devtype", osdevpath); ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 16 and 271 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(path, sizeof(path), "%s/dev", osdevpath); ^~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-4482/.conan/data/openmpi/4.1.0/_/_/build/76176602007c484300f45df7d4c8f1f6f88c608f/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:64:10: note: ‘__builtin___snprintf_chk’ output between 5 and 260 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') runtime/opal_params.c: In function ‘opal_register_params’: runtime/opal_params.c:112:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 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] 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] 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] 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] 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] 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] asprintf(&message, "MCA%s %s%s", requested ? "" : " (-)", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ group->group_framework, ~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf (&message, "MCA%s %s%s", requested ? "" : " (-)", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ group->group_framework, ~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf (&message, "mca:%s:%s:param:%s:disabled:%s", group->group_framework, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(&message, "MCA%s %s%s", requested ? "" : " (-)", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ group->group_framework, ~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf (&message, "MCA%s %s%s", requested ? "" : " (-)", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ group->group_framework, ~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf (&message, "mca:%s:%s:pvar:%s:disabled:%s", group->group_framework, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(&spaces, "%*s", centerpoint - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] asprintf(output, "%sData type: OPAL_TIMEVAL\tValue: %ld.%06ld", prefx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "%s\ttime: %ld.%06ld cpu: %5.2f PSS: %8.2f VMsize: %8.2f PeakVMSize: %8.2f RSS: %8.2f\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prefx, (long)src->sample_time.tv_sec, (long)src->sample_time.tv_usec, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prefx, src->node, src->rank, src->pid, src->cmd, src->state[0], src->priority, src->num_threads, src->processor, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 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] 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] 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" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "%sSwapCached: %5.2f SwapTotal: %5.2f SwapFree: %5.2f Mapped: %5.2f\n" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "%s\tla: %5.2f\tla5: %5.2f\tla15: %5.2f\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prefx, (long)src->sample_time.tv_sec, (long)src->sample_time.tv_usec, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prefx, src->total_mem, src->free_mem, src->buffers, src->cached, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prefx, src->swap_cached, src->swap_total, src->swap_free, src->mapped, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 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] 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_BOOL\tKey: %s\tValue: %s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_BYTE\tKey: %s\tValue: %x", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_STRING\tKey: %s\tValue: %s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_SIZE\tKey: %s\tValue: %lu", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_PID\tKey: %s\tValue: %lu", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT\tKey: %s\tValue: %d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT8\tKey: %s\tValue: %d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT16\tKey: %s\tValue: %d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT32\tKey: %s\tValue: %d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_INT64\tKey: %s\tValue: %ld", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT\tKey: %s\tValue: %u", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT8\tKey: %s\tValue: %u", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT16\tKey: %s\tValue: %u", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT32\tKey: %s\tValue: %u", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_UINT64\tKey: %s\tValue: %lu", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_FLOAT\tKey: %s\tValue: %f", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_DOUBLE\tKey: %s\tValue: %f", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_BYTE_OBJECT\tKey: %s\tData: %s\tSize: %lu", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_TIMEVAL\tKey: %s\tValue: %ld.%06ld", prefx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_TIME\tKey: %s\tValue: %s", prefx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_NAME\tKey: %s\tValue: %s", prefx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_ENVAR\tKey: %s\tName: %s\tValue: %s\tSeparator: %c", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prefx, src->key, ~~~~~~~~~~~~~~~~ (NULL == src->data.envar.envar) ? "NULL" : src->data.envar.envar, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (NULL == src->data.envar.value) ? "NULL" : src->data.envar.value, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ('\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] asprintf(output, "%sOPAL_VALUE: Data type: UNKNOWN\tKey: %s\tValue: UNPRINTABLE", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(output, "%sData type: ORTE_PROCESS_NAME\tData Value: NULL", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (NULL == prefix ? " " : prefix)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dss/dss_print.c:845:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: ORTE_PROCESS_NAME\tData Value: [%d,%d]", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (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] 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] 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] 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] 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] 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] 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] 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] asprintf(output, "%sOPAL_VALUE: Data type: OPAL_ENVAR\tName: %s\tValue: %s\tSeparator: %c", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prefx, (NULL == src->envar) ? "NULL" : src->envar, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (NULL == src->value) ? "NULL" : src->value, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ('\0' == src->separator) ? ' ' : src->separator); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf(&msg, "connect() to %s:%d failed", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opal_net_get_hostname((struct sockaddr*) &endpoint_addr), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] asprintf( &message, ^~~~~~~~~~~~~~~~~~~ "The number of ports where the TCP BTL will try to bind (default %d)." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ " This parameter together with the port min, define a range of ports" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ " where Open MPI will open sockets.", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (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] (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] (void)asprintf(&tmp, "%s\n\t%s", addr_str, ip); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ btl_vader_component.c: In function ‘mca_btl_vader_check_single_copy’: btl_vader_component.c:458:13: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] read (fd, &buffer, 1); ^~~~~~~~~~~~~~~~~~~~~ compress_bzip_module.c: In function ‘opal_compress_bzip_compress_nb’: compress_bzip_module.c:88:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] chdir(dir_fname); ^~~~~~~~~~~~~~~~ compress_bzip_module.c:96:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 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] 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] 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] 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] 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] chdir(dir_cname); ^~~~~~~~~~~~~~~~ compress_bzip_module.c:184:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&cmd, "bunzip2 %s", cname); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compress_gzip_module.c: In function ‘opal_compress_gzip_compress_nb’: compress_gzip_module.c:88:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] chdir(dir_fname); ^~~~~~~~~~~~~~~~ compress_gzip_module.c:96:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] 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] 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] 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] 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] 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] chdir(dir_cname); ^~~~~~~~~~~~~~~~ compress_gzip_module.c:187:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&cmd, "gunzip %s", cname); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[5]: *** [base/preg_base_select.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[5]: *** [base/preg_base_frame.lo] Error 1 gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[5]: *** [base/preg_base_stubs.lo] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 ERROR: Exiting with code: 5