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 *} In file included from osc_rdma_comm.h:20, from osc_rdma_dynamic.c:12: 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; | ^~ 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); | ^ In file included from osc_rdma_comm.h:20, from osc_rdma_peer.c:21: 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, | ~~~~~~~~~^~~~~~ In file included from osc_rdma_comm.h:20, from osc_rdma_peer.c:21: 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 *} In file included from osc_rdma_comm.h:20, from osc_rdma_peer.c:21: 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) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ + rm -f omniMapper + /usr/bin/g++ -o omniMapper -L/tmp/instance-2/output-1/per-package/host-omniorb/host/lib -Wl,-rpath,/tmp/instance-2/output-1/per-package/host-omniorb/host/lib -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -L../../../lib -L../../../lib omniMapper.o -lomniORB4 -lomnithread -lpthread + /usr/bin/install -c -m 0755 omniMapper ../../../bin make[4]: Leaving directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src/appl/omniMapper' make[3]: Leaving directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src/appl' making export in src/services... make[3]: Entering directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src/services' making export in src/services/mklib... make[4]: Entering directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src/services/mklib' ../../../bin/omniidl -bcxx -Wba -Wbuse_quotes -I../../../idl -I. -I../../../idl/COS -I../../../idl/COS ../../../idl/COS/CosLifeCycle.idl CCLD mca_osc_rdma.la ../../../bin/omniidl -bcxx -Wba -Wbuse_quotes -I../../../idl -I. -I../../../idl/COS -I../../../idl/COS ../../../idl/COS/CosNotifyChannelAdmin.idl ../../../bin/omniidl -bcxx -Wba -Wbuse_quotes -I../../../idl -I. -I../../../idl/COS -I../../../idl/COS ../../../idl/COS/CosNotifyFilter.idl ../../../bin/omniidl -bcxx -Wba -Wbuse_quotes -I../../../idl -I. -I../../../idl/COS -I../../../idl/COS ../../../idl/COS/CosNotifyComm.idl ../../../bin/omniidl -bcxx -Wba -Wbuse_quotes -I../../../idl -I. -I../../../idl/COS -I../../../idl/COS ../../../idl/COS/CosNotification.idl make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/osc/rdma' Making all in mca/pml/cm make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/pml/cm' CC pml_cm.lo CC pml_cm_cancel.lo CC pml_cm_component.lo CC pml_cm_recvreq.lo CC pml_cm_request.lo CC pml_cm_sendreq.lo CC pml_cm_start.lo ../../../bin/omniidl -bcxx -Wba -Wbuse_quotes -I../../../idl -I. -I../../../idl/COS -I../../../idl/COS ../../../idl/COS/CosEventChannelAdmin.idl ../../../bin/omniidl -bcxx -Wba -Wbuse_quotes -I../../../idl -I. -I../../../idl/COS -I../../../idl/COS ../../../idl/COS/CosEventComm.idl ../../../bin/omniidl -bcxx -Wba -Wbuse_quotes -I../../../idl -I. -I../../../idl/COS -I../../../idl/COS ../../../idl/COS/CosTime.idl ../../../bin/omniidl -bcxx -Wba -Wbuse_quotes -I../../../idl -I. -I../../../idl/COS -I../../../idl/COS ../../../idl/COS/TimeBase.idl ../../../bin/omkdepend -D__cplusplus -D__GNUG__ -D__GNUC__ -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I. -I. -I../../../include -I../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ CosLifeCycleSK.cc CosNotifyChannelAdminSK.cc CosNotifyFilterSK.cc CosNotifyCommSK.cc CosNotificationSK.cc CosEventChannelAdminSK.cc CosEventCommSK.cc CosTimeSK.cc TimeBaseSK.cc CosLifeCycleDynSK.cc CosNotifyChannelAdminDynSK.cc CosNotifyFilterDynSK.cc CosNotifyCommDynSK.cc CosNotificationDynSK.cc CosEventChannelAdminDynSK.cc CosEventCommDynSK.cc CosTimeDynSK.cc TimeBaseDynSK.cc + ../../../bin/scripts/omkdirhier ../../../include/COS + /usr/bin/install -c -m 0644 TimeBase.hh ../../../include/COS + /usr/bin/install -c -m 0644 CosTime.hh ../../../include/COS + /usr/bin/install -c -m 0644 CosEventComm.hh ../../../include/COS + /usr/bin/install -c -m 0644 CosEventChannelAdmin.hh ../../../include/COS + /usr/bin/install -c -m 0644 CosNotification.hh ../../../include/COS + /usr/bin/install -c -m 0644 CosNotifyComm.hh ../../../include/COS + /usr/bin/install -c -m 0644 CosNotifyFilter.hh ../../../include/COS + /usr/bin/install -c -m 0644 CosNotifyChannelAdmin.hh ../../../include/COS + /usr/bin/install -c -m 0644 CosLifeCycle.hh ../../../include/COS + /usr/bin/install -c -m 0644 COS_sysdep.h ../../../include/COS making export in src/services/mklib/stublib... make[5]: Entering directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src/services/mklib/stublib' CCLD mca_pml_cm.la ../../../../bin/omkdepend -D__cplusplus -D__GNUG__ -D__GNUC__ -p shared/ -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/stublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ ../CosLifeCycleSK.cc ../CosNotifyChannelAdminSK.cc ../CosNotifyFilterSK.cc ../CosNotifyCommSK.cc ../CosNotificationSK.cc ../CosEventChannelAdminSK.cc ../CosEventCommSK.cc ../CosTimeSK.cc ../TimeBaseSK.cc + ../../../../bin/scripts/omkdirhier shared /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/stublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/TimeBaseSK.o ../TimeBaseSK.cc make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/pml/cm' Making all in mca/pml/monitoring make[3]: Entering directory '/tmp/instance-2/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 /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/stublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosTimeSK.o ../CosTimeSK.cc CCLD mca_pml_monitoring.la make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/pml/monitoring' Making all in mca/pml/ob1 make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/pml/ob1' CC pml_ob1.lo CC pml_ob1_comm.lo CC pml_ob1_component.lo CC pml_ob1_iprobe.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 /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/stublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosEventCommSK.o ../CosEventCommSK.cc CCLD mca_pml_ob1.la /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/stublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosEventChannelAdminSK.o ../CosEventChannelAdminSK.cc make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/pml/ob1' Making all in mca/sharedfp/individual make[3]: Entering directory '/tmp/instance-2/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 '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/sharedfp/individual' Making all in mca/sharedfp/lockedfile make[3]: Entering directory '/tmp/instance-2/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 CC sharedfp_lockedfile_request_position.lo CC sharedfp_lockedfile_write.lo CC sharedfp_lockedfile_iwrite.lo CC sharedfp_lockedfile_read.lo CC sharedfp_lockedfile_iread.lo CC sharedfp_lockedfile_file_open.lo /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/stublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosNotificationSK.o ../CosNotificationSK.cc 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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sharedfp_lockedfile_file_open.c: In function 'mca_sharedfp_lockedfile_file_open': sharedfp_lockedfile_file_open.c:132:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 132 | write ( handle, &position, sizeof(OMPI_MPI_OFFSET_TYPE) ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD mca_sharedfp_lockedfile.la make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/sharedfp/lockedfile' Making all in mca/sharedfp/sm make[3]: Entering directory '/tmp/instance-2/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 /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/stublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosNotifyCommSK.o ../CosNotifyCommSK.cc make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/sharedfp/sm' Making all in mca/topo/basic make[3]: Entering directory '/tmp/instance-2/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 '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/topo/basic' Making all in mca/topo/treematch make[3]: Entering directory '/tmp/instance-2/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 CC treematch/tm_solution.lo CC treematch/k-partitioning.lo CC treematch/PriorityQueue.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 /tmp/instance-2/output-1/build/openmpi-4.0.0/opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h:20, from /tmp/instance-2/output-1/build/openmpi-4.0.0/opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h:2242, from treematch/tm_topology.c:1: /tmp/instance-2/output-1/per-package/openmpi/host/nios2-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here 539 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ | ^~~~~~ CCLD mca_topo_treematch.la make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/topo/treematch' Making all in mca/vprotocol/pessimist make[3]: Entering directory '/tmp/instance-2/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); | ~~~~~~~~~ /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/stublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosNotifyFilterSK.o ../CosNotifyFilterSK.cc CCLD mca_vprotocol_pessimist.la /tmp/instance-2/output-1/per-package/openmpi/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/9.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: FDE encoding in /tmp/instance-2/output-1/per-package/openmpi/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/9.3.0/libgcc.a(_moddi3.o)(.eh_frame) prevents .eh_frame_hdr table being created make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/mca/vprotocol/pessimist' Making all in contrib/libompitrace make[3]: Entering directory '/tmp/instance-2/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 '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/contrib/libompitrace' Making all in tools/ompi_info make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/tools/ompi_info' CC ompi_info.o CC param.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 /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/stublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosNotifyChannelAdminSK.o ../CosNotifyChannelAdminSK.cc make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/tools/ompi_info' Making all in tools/wrappers make[3]: Entering directory '/tmp/instance-2/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 make[4]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/opal/tools/wrappers' GENERATE generic_wrapper.1 make[4]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/opal/tools/wrappers' LN_S mpif90.1 rm -f mpicc.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 rm -f mpic++.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 rm -f mpicxx.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 rm -f mpifort.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 '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/tools/wrappers' Making all in tools/mpisync make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/tools/mpisync' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi/tools/mpisync' make[2]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/ompi' Making all in test make[2]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test' Making all in support make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/support' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/support' Making all in asm make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/asm' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/asm' Making all in class make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/class' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/class' Making all in threads make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/threads' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/threads' Making all in datatype make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/datatype' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/datatype' Making all in util make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/util' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/util' Making all in dss make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/dss' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/dss' Making all in mpool make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/mpool' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/mpool' Making all in monitoring make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/monitoring' CC monitoring_test.o CC test_pvar_access.o CC test_overhead.o CC check_monitoring.o CC example_reduce_count.o CCLD example_reduce_count CCLD test_pvar_access CCLD monitoring_test CCLD test_overhead CCLD check_monitoring make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/monitoring' Making all in spc make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/spc' CC spc_test.o CCLD spc_test make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test/spc' make[3]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test' make[2]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0/test' make[2]: Entering directory '/tmp/instance-2/output-1/build/openmpi-4.0.0' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0' make[1]: Leaving directory '/tmp/instance-2/output-1/build/openmpi-4.0.0' /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/stublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosLifeCycleSK.o ../CosLifeCycleSK.cc + rm -f shared/libCOS4.so.2.4 + /usr/bin/g++ -L/tmp/instance-2/output-1/per-package/host-omniorb/host/lib -Wl,-rpath,/tmp/instance-2/output-1/per-package/host-omniorb/host/lib -shared -Wl,-soname,libCOS4.so.2 -o shared/libCOS4.so.2.4 -L../../../../lib -L../../../../lib shared/TimeBaseSK.o shared/CosTimeSK.o shared/CosEventCommSK.o shared/CosEventChannelAdminSK.o shared/CosNotificationSK.o shared/CosNotifyCommSK.o shared/CosNotifyFilterSK.o shared/CosNotifyChannelAdminSK.o shared/CosLifeCycleSK.o -lomniORB4 -lomniDynamic4 -lomnithread -lpthread + /usr/bin/install -c -m 0644 shared/libCOS4.so.2.4 ../../../../lib + cd ../../../../lib + rm -f libCOS4.so.2 + ln -s libCOS4.so.2.4 libCOS4.so.2 + rm -f libCOS4.so + ln -s libCOS4.so.2 libCOS4.so make[5]: Leaving directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src/services/mklib/stublib' making export in src/services/mklib/dynstublib... make[5]: Entering directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src/services/mklib/dynstublib' ../../../../bin/omkdepend -D__cplusplus -D__GNUG__ -D__GNUC__ -p shared/ -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/dynstublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ ../CosLifeCycleDynSK.cc ../CosNotifyChannelAdminDynSK.cc ../CosNotifyFilterDynSK.cc ../CosNotifyCommDynSK.cc ../CosNotificationDynSK.cc ../CosEventChannelAdminDynSK.cc ../CosEventCommDynSK.cc ../CosTimeDynSK.cc ../TimeBaseDynSK.cc + ../../../../bin/scripts/omkdirhier shared /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/dynstublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/TimeBaseDynSK.o ../TimeBaseDynSK.cc /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/dynstublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosTimeDynSK.o ../CosTimeDynSK.cc /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/dynstublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosEventCommDynSK.o ../CosEventCommDynSK.cc /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/dynstublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosEventChannelAdminDynSK.o ../CosEventChannelAdminDynSK.cc /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/dynstublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosNotificationDynSK.o ../CosNotificationDynSK.cc /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/dynstublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosNotifyCommDynSK.o ../CosNotifyCommDynSK.cc /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/dynstublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosNotifyFilterDynSK.o ../CosNotifyFilterDynSK.cc /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/dynstublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosNotifyChannelAdminDynSK.o ../CosNotifyChannelAdminDynSK.cc /usr/bin/g++ -c -fPIC -O2 -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -Wall -Wno-unused -fexceptions -I/tmp/instance-2/output-1/per-package/host-omniorb/host/include -D__OMNIORB4__ -I../../../../stub -D_REENTRANT -D_COS_LIBRARY -DENABLE_CLIENT_IR_SUPPORT -I../../../../src/services/mklib/dynstublib/.. -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86_64__ -o shared/CosLifeCycleDynSK.o ../CosLifeCycleDynSK.cc + rm -f shared/libCOSDynamic4.so.2.4 + /usr/bin/g++ -L/tmp/instance-2/output-1/per-package/host-omniorb/host/lib -Wl,-rpath,/tmp/instance-2/output-1/per-package/host-omniorb/host/lib -shared -Wl,-soname,libCOSDynamic4.so.2 -o shared/libCOSDynamic4.so.2.4 -L../../../../lib -L../../../../lib shared/TimeBaseDynSK.o shared/CosTimeDynSK.o shared/CosEventCommDynSK.o shared/CosEventChannelAdminDynSK.o shared/CosNotificationDynSK.o shared/CosNotifyCommDynSK.o shared/CosNotifyFilterDynSK.o shared/CosNotifyChannelAdminDynSK.o shared/CosLifeCycleDynSK.o -lCOS4 -lomniORB4 -lomniDynamic4 -lomnithread -lpthread + /usr/bin/install -c -m 0644 shared/libCOSDynamic4.so.2.4 ../../../../lib + cd ../../../../lib + rm -f libCOSDynamic4.so.2 + ln -s libCOSDynamic4.so.2.4 libCOSDynamic4.so.2 + rm -f libCOSDynamic4.so + ln -s libCOSDynamic4.so.2 libCOSDynamic4.so make[5]: Leaving directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src/services/mklib/dynstublib' make[4]: Leaving directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src/services/mklib' make[3]: Leaving directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src/services' make[2]: Leaving directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4/src' make[1]: Leaving directory '/tmp/instance-2/output-1/build/host-omniorb-4.2.4' make: Leaving directory '/tmp/instance-2/buildroot'