osc_rdma_frag.h:102:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 102 | *ptr = (void *) ((intptr_t) curr->super.ptr + my_index); | ^ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_btl_fop': osc_rdma_lock.h:110:110: warning: passing argument 8 of 'ompi_osc_rdma_btl_fop' from incompatible pointer type [-Wincompatible-pointer-types] 110 | return ompi_osc_rdma_btl_fop (module, peer->state_endpoint, address, peer->state_handle, op, operand, 0, result, | ^~~~~~ | | | ompi_osc_rdma_lock_t * {aka int *} osc_rdma_lock.h:39:79: note: expected 'int64_t *' {aka 'long long int *'} but argument is of type 'ompi_osc_rdma_lock_t *' {aka 'int *'} 39 | int64_t operand, int flags, int64_t *result, const bool wait_for_completion, | ~~~~~~~~~^~~~~~ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_btl_cswap': osc_rdma_lock.h:240:115: warning: passing argument 8 of 'ompi_osc_rdma_btl_cswap' from incompatible pointer type [-Wincompatible-pointer-types] 240 | return ompi_osc_rdma_btl_cswap (module, peer->state_endpoint, address, peer->state_handle, compare, value, 0, result); | ^~~~~~ | | | ompi_osc_rdma_lock_t * {aka int *} osc_rdma_lock.h:186:96: note: expected 'int64_t *' {aka 'long long int *'} but argument is of type 'ompi_osc_rdma_lock_t *' {aka 'int *'} 186 | int64_t compare, int64_t value, int flags, int64_t *result) | ~~~~~~~~~^~~~~~ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_release_shared': osc_rdma_lock.h:269:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 269 | (void) ompi_osc_rdma_lock_add ((volatile ompi_osc_rdma_lock_t *) lock, value); | ^ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_acquire_shared': osc_rdma_lock.h:323:50: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 323 | lock_state = ompi_osc_rdma_lock_add ((volatile ompi_osc_rdma_lock_t *) lock, value); | ^ osc_rdma_lock.h:330:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 330 | (void) ompi_osc_rdma_lock_add ((volatile ompi_osc_rdma_lock_t *) lock, -value); | ^ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_try_acquire_exclusive': osc_rdma_lock.h:381:41: warning: passing argument 1 of 'ompi_osc_rdma_trylock_local' from incompatible pointer type [-Wincompatible-pointer-types] 381 | return ompi_osc_rdma_trylock_local ((int64_t *)(intptr_t) lock); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t * {aka long long int *} osc_rdma_lock.h:18:79: note: expected 'volatile ompi_osc_rdma_lock_t *' {aka 'volatile int *'} but argument is of type 'int64_t *' {aka 'long long int *'} 18 | static inline int ompi_osc_rdma_trylock_local (volatile ompi_osc_rdma_lock_t *lock) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ osc_rdma_passive_target.c: In function 'ompi_osc_rdma_lock_atomic_internal': osc_rdma_passive_target.c:126:58: warning: overflow in conversion from 'long long unsigned int' to 'ompi_osc_rdma_lock_t' {aka 'int'} changes value from '18446744069414584320' to '0' [-Woverflow] 126 | 0xffffffff00000000L); | ^~~~~~~~~~~~~~~~~~~ osc_rdma_passive_target.c: In function 'ompi_osc_rdma_lock_all_atomic': osc_rdma_passive_target.c:354:78: warning: overflow in conversion from 'long long unsigned int' to 'ompi_osc_rdma_lock_t' {aka 'int'} changes value from '4294967296' to '0' [-Woverflow] 354 | ret = ompi_osc_rdma_lock_acquire_shared (module, module->leader, 0x0000000100000000UL, | ^~~~~~~~~~~~~~~~~~~~ osc_rdma_passive_target.c: In function 'ompi_osc_rdma_unlock_all_atomic': osc_rdma_passive_target.c:410:79: warning: overflow in conversion from 'long long unsigned int' to 'ompi_osc_rdma_lock_t' {aka 'int'} changes value from '18446744069414584320' to '0' [-Woverflow] 410 | (void) ompi_osc_rdma_lock_release_shared (module, module->leader, -0x0000000100000000UL, | ^~~~~~~~~~~~~~~~~~~~~ CC osc_rdma_peer.lo CC osc_rdma_dynamic.lo CC osc_rdma_sync.lo In file included from osc_rdma_lock.h:16, from osc_rdma_comm.h:20, from osc_rdma_peer.c:21: osc_rdma_frag.h: In function 'ompi_osc_rdma_frag_alloc': osc_rdma_frag.h:102:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 102 | *ptr = (void *) ((intptr_t) curr->super.ptr + my_index); | ^ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_btl_fop': osc_rdma_lock.h:110:110: warning: passing argument 8 of 'ompi_osc_rdma_btl_fop' from incompatible pointer type [-Wincompatible-pointer-types] 110 | return ompi_osc_rdma_btl_fop (module, peer->state_endpoint, address, peer->state_handle, op, operand, 0, result, | ^~~~~~ | | | ompi_osc_rdma_lock_t * {aka int *} osc_rdma_lock.h:39:79: note: expected 'int64_t *' {aka 'long long int *'} but argument is of type 'ompi_osc_rdma_lock_t *' {aka 'int *'} 39 | int64_t operand, int flags, int64_t *result, const bool wait_for_completion, | ~~~~~~~~~^~~~~~ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_btl_cswap': osc_rdma_lock.h:240:115: warning: passing argument 8 of 'ompi_osc_rdma_btl_cswap' from incompatible pointer type [-Wincompatible-pointer-types] 240 | return ompi_osc_rdma_btl_cswap (module, peer->state_endpoint, address, peer->state_handle, compare, value, 0, result); | ^~~~~~ | | | ompi_osc_rdma_lock_t * {aka int *} osc_rdma_lock.h:186:96: note: expected 'int64_t *' {aka 'long long int *'} but argument is of type 'ompi_osc_rdma_lock_t *' {aka 'int *'} 186 | int64_t compare, int64_t value, int flags, int64_t *result) | ~~~~~~~~~^~~~~~ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_release_shared': osc_rdma_lock.h:269:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 269 | (void) ompi_osc_rdma_lock_add ((volatile ompi_osc_rdma_lock_t *) lock, value); | ^ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_acquire_shared': osc_rdma_lock.h:323:50: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 323 | lock_state = ompi_osc_rdma_lock_add ((volatile ompi_osc_rdma_lock_t *) lock, value); | ^ osc_rdma_lock.h:330:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 330 | (void) ompi_osc_rdma_lock_add ((volatile ompi_osc_rdma_lock_t *) lock, -value); | ^ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_try_acquire_exclusive': osc_rdma_lock.h:381:41: warning: passing argument 1 of 'ompi_osc_rdma_trylock_local' from incompatible pointer type [-Wincompatible-pointer-types] 381 | return ompi_osc_rdma_trylock_local ((int64_t *)(intptr_t) lock); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t * {aka long long int *} osc_rdma_lock.h:18:79: note: expected 'volatile ompi_osc_rdma_lock_t *' {aka 'volatile int *'} but argument is of type 'int64_t *' {aka 'long long int *'} 18 | static inline int ompi_osc_rdma_trylock_local (volatile ompi_osc_rdma_lock_t *lock) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ In file included from osc_rdma_lock.h:16, from osc_rdma_comm.h:20, from osc_rdma_dynamic.c:12: osc_rdma_frag.h: In function 'ompi_osc_rdma_frag_alloc': osc_rdma_frag.h:102:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 102 | *ptr = (void *) ((intptr_t) curr->super.ptr + my_index); | ^ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_btl_fop': osc_rdma_lock.h:110:110: warning: passing argument 8 of 'ompi_osc_rdma_btl_fop' from incompatible pointer type [-Wincompatible-pointer-types] 110 | return ompi_osc_rdma_btl_fop (module, peer->state_endpoint, address, peer->state_handle, op, operand, 0, result, | ^~~~~~ | | | ompi_osc_rdma_lock_t * {aka int *} osc_rdma_lock.h:39:79: note: expected 'int64_t *' {aka 'long long int *'} but argument is of type 'ompi_osc_rdma_lock_t *' {aka 'int *'} 39 | int64_t operand, int flags, int64_t *result, const bool wait_for_completion, | ~~~~~~~~~^~~~~~ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_btl_cswap': osc_rdma_lock.h:240:115: warning: passing argument 8 of 'ompi_osc_rdma_btl_cswap' from incompatible pointer type [-Wincompatible-pointer-types] 240 | return ompi_osc_rdma_btl_cswap (module, peer->state_endpoint, address, peer->state_handle, compare, value, 0, result); | ^~~~~~ | | | ompi_osc_rdma_lock_t * {aka int *} osc_rdma_lock.h:186:96: note: expected 'int64_t *' {aka 'long long int *'} but argument is of type 'ompi_osc_rdma_lock_t *' {aka 'int *'} 186 | int64_t compare, int64_t value, int flags, int64_t *result) | ~~~~~~~~~^~~~~~ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_release_shared': osc_rdma_lock.h:269:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 269 | (void) ompi_osc_rdma_lock_add ((volatile ompi_osc_rdma_lock_t *) lock, value); | ^ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_acquire_shared': osc_rdma_lock.h:323:50: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 323 | lock_state = ompi_osc_rdma_lock_add ((volatile ompi_osc_rdma_lock_t *) lock, value); | ^ osc_rdma_lock.h:330:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 330 | (void) ompi_osc_rdma_lock_add ((volatile ompi_osc_rdma_lock_t *) lock, -value); | ^ osc_rdma_lock.h: In function 'ompi_osc_rdma_lock_try_acquire_exclusive': osc_rdma_lock.h:381:41: warning: passing argument 1 of 'ompi_osc_rdma_trylock_local' from incompatible pointer type [-Wincompatible-pointer-types] 381 | return ompi_osc_rdma_trylock_local ((int64_t *)(intptr_t) lock); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t * {aka long long int *} osc_rdma_lock.h:18:79: note: expected 'volatile ompi_osc_rdma_lock_t *' {aka 'volatile int *'} but argument is of type 'int64_t *' {aka 'long long int *'} 18 | static inline int ompi_osc_rdma_trylock_local (volatile ompi_osc_rdma_lock_t *lock) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ osc_rdma_dynamic.c: In function 'ompi_osc_rdma_attach': osc_rdma_dynamic.c:116:48: warning: right shift count >= width of type [-Wshift-count-overflow] 116 | region_id = module->state->region_count >> 32; | ^~ osc_rdma_dynamic.c:198:52: warning: left shift count >= width of type [-Wshift-count-overflow] 198 | module->state->region_count = ((region_id + 1) << 32) | (region_count + 1); | ^~ osc_rdma_dynamic.c: In function 'ompi_osc_rdma_detach': osc_rdma_dynamic.c:228:48: warning: right shift count >= width of type [-Wshift-count-overflow] 228 | region_id = module->state->region_count >> 32; | ^~ osc_rdma_dynamic.c:267:52: warning: left shift count >= width of type [-Wshift-count-overflow] 267 | module->state->region_count = ((region_id + 1) << 32) | (region_count - 1); | ^~ osc_rdma_dynamic.c: In function 'ompi_osc_rdma_refresh_dynamic_region': osc_rdma_dynamic.c:309:34: warning: right shift count >= width of type [-Wshift-count-overflow] 309 | region_id = remote_value >> 32; | ^~ CCLD mca_osc_rdma.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/osc/rdma' Making all in mca/pml/cm make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/pml/cm' CC pml_cm.lo CC pml_cm_component.lo CC pml_cm_cancel.lo CC pml_cm_recvreq.lo CC pml_cm_request.lo CC pml_cm_sendreq.lo CC pml_cm_start.lo CCLD mca_pml_cm.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/pml/cm' Making all in mca/pml/monitoring make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/pml/monitoring' CC pml_monitoring_comm.lo CC pml_monitoring_component.lo CC pml_monitoring_iprobe.lo CC pml_monitoring_irecv.lo CC pml_monitoring_isend.lo CC pml_monitoring_start.lo CCLD mca_pml_monitoring.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/pml/monitoring' Making all in mca/pml/ob1 make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/pml/ob1' CC pml_ob1.lo CC pml_ob1_iprobe.lo CC pml_ob1_comm.lo CC pml_ob1_component.lo CC pml_ob1_irecv.lo CC pml_ob1_isend.lo CC pml_ob1_progress.lo CC pml_ob1_rdma.lo CC pml_ob1_rdmafrag.lo CC pml_ob1_recvfrag.lo CC pml_ob1_recvreq.lo CC pml_ob1_sendreq.lo CC pml_ob1_start.lo CCLD mca_pml_ob1.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/pml/ob1' Making all in mca/sharedfp/individual make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/sharedfp/individual' CC sharedfp_individual.lo CC sharedfp_individual_component.lo CC sharedfp_individual_seek.lo CC sharedfp_individual_get_position.lo CC sharedfp_individual_collaborate_data.lo CC sharedfp_individual_write.lo CC sharedfp_individual_iwrite.lo CC sharedfp_individual_read.lo CC sharedfp_individual_insert_metadata.lo CC sharedfp_individual_file_open.lo CC sharedfp_individual_gettime.lo CCLD mca_sharedfp_individual.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/sharedfp/individual' Making all in mca/sharedfp/lockedfile make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/sharedfp/lockedfile' CC sharedfp_lockedfile.lo CC sharedfp_lockedfile_component.lo CC sharedfp_lockedfile_seek.lo CC sharedfp_lockedfile_get_position.lo sharedfp_lockedfile_seek.c: In function 'mca_sharedfp_lockedfile_seek': sharedfp_lockedfile_seek.c:122:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 122 | write ( fd_lockedfilehandle, &offset, sizeof(OMPI_MPI_OFFSET_TYPE)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC sharedfp_lockedfile_request_position.lo CC sharedfp_lockedfile_write.lo CC sharedfp_lockedfile_iwrite.lo CC sharedfp_lockedfile_read.lo sharedfp_lockedfile_request_position.c: In function 'mca_sharedfp_lockedfile_request_position': sharedfp_lockedfile_request_position.c:79:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 79 | read ( fd, &buf, sizeof(OMPI_MPI_OFFSET_TYPE)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sharedfp_lockedfile_request_position.c:95:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 95 | write ( fd, &position, sizeof(OMPI_MPI_OFFSET_TYPE)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC sharedfp_lockedfile_iread.lo CC sharedfp_lockedfile_file_open.lo sharedfp_lockedfile_file_open.c: In function 'mca_sharedfp_lockedfile_file_open': sharedfp_lockedfile_file_open.c:132:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 132 | write ( handle, &position, sizeof(OMPI_MPI_OFFSET_TYPE) ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD mca_sharedfp_lockedfile.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/sharedfp/lockedfile' Making all in mca/sharedfp/sm make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/sharedfp/sm' CC sharedfp_sm.lo CC sharedfp_sm_component.lo CC sharedfp_sm_seek.lo CC sharedfp_sm_get_position.lo CC sharedfp_sm_request_position.lo CC sharedfp_sm_write.lo CC sharedfp_sm_iwrite.lo CC sharedfp_sm_read.lo CC sharedfp_sm_iread.lo CC sharedfp_sm_file_open.lo sharedfp_sm_file_open.c: In function 'mca_sharedfp_sm_file_open': sharedfp_sm_file_open.c:148:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 148 | write ( sm_fd, &sm_offset, sizeof(struct mca_sharedfp_sm_offset)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD mca_sharedfp_sm.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/sharedfp/sm' Making all in mca/topo/basic make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/topo/basic' CC topo_basic_component.lo CCLD mca_topo_basic.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/topo/basic' Making all in mca/topo/treematch make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/topo/treematch' CC topo_treematch_module.lo CC topo_treematch_component.lo CC topo_treematch_dist_graph_create.lo CC treematch/IntConstantInitializedVector.lo CC treematch/tm_mt.lo CC treematch/fibo.lo CC treematch/tm_thread_pool.lo CC treematch/tm_verbose.lo CC treematch/tm_malloc.lo CC treematch/tm_mapping.lo CC treematch/tm_timings.lo CC treematch/tm_bucket.lo CC treematch/tm_tree.lo CC treematch/tm_topology.lo CC treematch/tm_kpartitioning.lo treematch/tm_topology.c: In function 'tgt_to_tm': treematch/tm_topology.c:58:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 58 | fgets(line,1024,pf); | ^~~~~~~~~~~~~~~~~~~ treematch/tm_topology.c: In function 'tm_topology_add_binding_constraints': treematch/tm_topology.c:493:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 493 | fgets(line, LINE_SIZE, pf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ treematch/tm_topology.c:504:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 504 | fgets(line, LINE_SIZE, pf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from treematch/treematch.h:186, from treematch/tm_tree.h:4, from treematch/tm_topology.c:3: treematch/tm_topology.c: In function 'topology_to_arch': treematch/tm_malloc.h:21:19: warning: argument 1 value '4294967292' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 21 | #define MALLOC malloc treematch/tm_topology.c:144:20: note: in expansion of macro 'MALLOC' 144 | arch = (double**)MALLOC(sizeof(double*)*nb_proc); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h:20, from /home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:2242, from treematch/tm_topology.c:1: /home/buildroot/autobuild/instance-0/output-1/per-package/openmpi/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:540:14: note: in a call to allocation function 'malloc' declared here 540 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ | ^~~~~~ CC treematch/tm_solution.lo CC treematch/k-partitioning.lo CC treematch/PriorityQueue.lo CCLD mca_topo_treematch.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/topo/treematch' Making all in mca/vprotocol/pessimist make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/vprotocol/pessimist' CC vprotocol_pessimist.lo CC vprotocol_pessimist_component.lo CC vprotocol_pessimist_request.lo CC vprotocol_pessimist_proc.lo CC vprotocol_pessimist_comm.lo CC vprotocol_pessimist_progress.lo CC vprotocol_pessimist_start.lo CC vprotocol_pessimist_recv.lo CC vprotocol_pessimist_send.lo CC vprotocol_pessimist_probe.lo CC vprotocol_pessimist_wait.lo CC vprotocol_pessimist_event.lo CC vprotocol_pessimist_eventlog.lo CC vprotocol_pessimist_sender_based.lo vprotocol_pessimist_eventlog.c: In function 'vprotocol_pessimist_event_logger_connect': vprotocol_pessimist_eventlog.c:30:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 30 | asprintf(&pdat->value.key, VPROTOCOL_EVENT_LOGGER_NAME_FMT, el_rank); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vprotocol_pessimist_sender_based.c: In function 'vprotocol_pessimist_sender_based_init': vprotocol_pessimist_sender_based.c:99:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 99 | asprintf(&path, "%s"OPAL_PATH_SEP"%s", ompi_process_info.proc_session_dir, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 100 | mmapfile); | ~~~~~~~~~ CCLD mca_vprotocol_pessimist.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/mca/vprotocol/pessimist' Making all in contrib/libompitrace make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/contrib/libompitrace' CC abort.lo CC accumulate.lo CC add_error_class.lo CC add_error_code.lo CC add_error_string.lo CC allgather.lo CC allgatherv.lo CC alloc_mem.lo CC allreduce.lo CC barrier.lo CC bcast.lo CC get_address.lo CC finalize.lo CC init.lo CC isend.lo CC recv.lo CC reduce.lo CC request_free.lo CC send.lo CC sendrecv.lo CCLD libompitrace.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/contrib/libompitrace' Making all in tools/ompi_info make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/tools/ompi_info' CC param.o CC ompi_info.o GENERATE ompi_info.1 param.c: In function 'ompi_info_do_config': param.c:291:15: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 291 | (void)asprintf(&fortran_mpifh, "yes (%s)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 292 | (OPAL_HAVE_WEAK_SYMBOLS ? "all" : | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 293 | (OMPI_FORTRAN_CAPS ? "caps" : | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 294 | (OMPI_FORTRAN_PLAIN ? "lower case" : | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 295 | (OMPI_FORTRAN_SINGLE_UNDERSCORE ? "single underscore" : "double underscore"))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ param.c:305:15: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 305 | (void)asprintf(&fortran_have_ignore_tkr, "yes (%s)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 306 | OMPI_FORTRAN_IGNORE_TKR_PREDECL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ param.c:312:11: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 312 | (void)asprintf(&threads, "%s (MPI_THREAD_MULTIPLE: yes, OPAL support: yes, OMPI progress: %s, ORTE progress: yes, Event lib: yes)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 313 | "posix", OPAL_ENABLE_PROGRESS_THREADS ? "yes" : "no"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ param.c:319:11: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 319 | (void)asprintf(&ft_support, "%s (checkpoint thread: %s)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 320 | OPAL_ENABLE_FT ? "yes" : "no", OPAL_ENABLE_FT_THREAD ? "yes" : "no"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ param.c:322:11: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 322 | (void)asprintf(&crdebug_support, "%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 323 | OPAL_ENABLE_CRDEBUG ? "yes" : "no"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD ompi_info make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/tools/ompi_info' Making all in tools/wrappers make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/tools/wrappers' (cd ../../../opal/tools/wrappers && /usr/bin/make generic_wrapper.1) rm -f mpif77.1 sed -e 's/#PROJECT#/Open MPI/g' \ -e 's/#PROJECT_SHORT#/OMPI/g' \ -e 's/#LANGUAGE#/Fortran/g' \ -e 's/#PACKAGE_NAME#/Open MPI/g' \ -e 's/#PACKAGE_VERSION#/4.0.0/g' \ -e 's/#OMPI_DATE#/Nov 12, 2018/g' \ < ../../../ompi/tools/wrappers/mpif77.1in > mpif77.1 LN_S mpif90.1 make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/opal/tools/wrappers' GENERATE generic_wrapper.1 make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/opal/tools/wrappers' rm -f mpicc.1 rm -f mpic++.1 rm -f mpicxx.1 rm -f mpifort.1 sed -e 's/#COMMAND#/mpic++/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/C++/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpic++.1 sed -e 's/#COMMAND#/mpicc/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/C/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpicc.1 sed -e 's/#COMMAND#/mpicxx/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/C++/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpicxx.1 sed -e 's/#COMMAND#/mpifort/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/Fortran/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpifort.1 make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/tools/wrappers' Making all in tools/mpisync make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/tools/mpisync' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi/tools/mpisync' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/ompi' Making all in test make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test' Making all in support make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/support' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/support' Making all in asm make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/asm' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/asm' Making all in class make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/class' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/class' Making all in threads make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/threads' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/threads' Making all in datatype make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/datatype' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/datatype' Making all in util make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/util' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/util' Making all in dss make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/dss' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/dss' Making all in mpool make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/mpool' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/mpool' Making all in monitoring make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/monitoring' CC test_pvar_access.o CC test_overhead.o CC check_monitoring.o CC monitoring_test.o CC example_reduce_count.o CCLD test_pvar_access CCLD test_overhead CCLD monitoring_test CCLD example_reduce_count CCLD check_monitoring make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/monitoring' Making all in spc make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/spc' CC spc_test.o CCLD spc_test make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test/spc' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0/test' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/openmpi-4.0.0' make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'