+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/hdf5-1.10.7/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/hdf5-1.10.7/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for hdf5-1.10.7 --- all-recursive --- Making all in src --- all --- /usr/pkg/bin/bmake all-am --- H5.lo --- --- H5checksum.lo --- --- H5.lo --- CC H5.lo --- H5checksum.lo --- CC H5checksum.lo --- H5dbg.lo --- CC H5dbg.lo --- H5system.lo --- CC H5system.lo --- H5timer.lo --- CC H5timer.lo --- H5trace.lo --- CC H5trace.lo --- H5A.lo --- CC H5A.lo --- H5trace.lo --- H5trace.c: In function 'H5_trace': H5trace.c:244:13: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] unsigned n = (unsigned)MAX (0, (int)HDstrlen(argname) - 3); ^ --- H5Abtree2.lo --- CC H5Abtree2.lo --- H5Adense.lo --- CC H5Adense.lo --- H5Adeprec.lo --- CC H5Adeprec.lo --- H5Adense.lo --- H5Adense.c: In function 'H5A__dense_fnd_cb': H5Adense.c:314:27: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] H5A_t *old_attr = *user_attr; ^ --- H5Aint.lo --- CC H5Aint.lo --- H5Atest.lo --- CC H5Atest.lo --- H5AC.lo --- CC H5AC.lo --- H5ACdbg.lo --- CC H5ACdbg.lo --- H5ACproxy_entry.lo --- CC H5ACproxy_entry.lo --- H5B.lo --- CC H5B.lo --- H5Bcache.lo --- CC H5Bcache.lo --- H5Bdbg.lo --- CC H5Bdbg.lo --- H5B2.lo --- CC H5B2.lo --- H5Bdbg.lo --- H5Bdbg.c: In function 'H5B_debug': H5Bdbg.c:129:13: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] "Address:", bt->child[u]); ^ H5Bdbg.c:135:23: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] "Left Key:"); ^ H5Bdbg.c:137:13: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] (void)(type->debug_key)(stream, indent + 6, MAX(0, fwidth - 6), H5B_NKEY(bt, shared, u), udata); ^ H5Bdbg.c:141:23: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] "Right Key:"); ^ H5Bdbg.c:143:13: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] (void)(type->debug_key)(stream, indent + 6, MAX (0, fwidth - 6), H5B_NKEY(bt, shared, u + 1), udata); ^ --- H5B2cache.lo --- CC H5B2cache.lo --- H5B2dbg.lo --- CC H5B2dbg.lo --- H5B2hdr.lo --- CC H5B2hdr.lo --- H5B2dbg.lo --- H5B2dbg.c: In function 'H5B2__hdr_debug': H5B2dbg.c:158:13: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] hdr->node_info[u].max_nrec, hdr->node_info[u].split_nrec, hdr->node_info[u].merge_nrec); ^ H5B2dbg.c: In function 'H5B2__int_debug': H5B2dbg.c:252:19: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] internal->node_ptrs[u].addr); ^ H5B2dbg.c:257:19: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] temp_str); ^ H5B2dbg.c:259:9: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] (void)(type->debug)(stream, indent + 6, MAX (0, fwidth-6), H5B2_INT_NREC(internal, hdr, u), hdr->cb_ctx); ^ H5B2dbg.c:268:15: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] internal->node_ptrs[u].addr); ^ H5B2dbg.c: In function 'H5B2__leaf_debug': H5B2dbg.c:360:19: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] temp_str); ^ H5B2dbg.c:362:9: warning: assuming signed overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow] (void)(type->debug)(stream, indent + 6, MAX (0, fwidth-6), H5B2_LEAF_NREC(leaf, hdr, u), hdr->cb_ctx); ^ --- H5B2int.lo --- CC H5B2int.lo --- H5B2internal.lo --- CC H5B2internal.lo --- H5B2int.lo --- H5B2int.c: In function 'H5B2__iterate_node': H5B2int.c:1521:68: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] if(NULL == (internal = H5B2__protect_internal(hdr, parent, (H5B2_node_ptr_t *)curr_node, depth, FALSE, H5AC__READ_ONLY_FLAG))) /* Casting away const OK -QAK */ ^ H5B2int.c:1540:60: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] if(NULL == (leaf = H5B2__protect_leaf(hdr, parent, (H5B2_node_ptr_t *)curr_node, FALSE, H5AC__READ_ONLY_FLAG))) /* Casting away const OK -QAK */ ^ H5B2int.c: In function 'H5B2__delete_node': H5B2int.c:1630:68: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] if(NULL == (internal = H5B2__protect_internal(hdr, parent, (H5B2_node_ptr_t *)curr_node, depth, FALSE, H5AC__NO_FLAGS_SET))) /* Casting away const OK -QAK */ ^ H5B2int.c:1647:60: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] if(NULL == (leaf = H5B2__protect_leaf(hdr, parent, (H5B2_node_ptr_t *)curr_node, FALSE, H5AC__NO_FLAGS_SET))) /* Casting away const OK -QAK */ ^ H5B2int.c: In function 'H5B2__node_size': H5B2int.c:1706:64: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] if(NULL == (internal = H5B2__protect_internal(hdr, parent, (H5B2_node_ptr_t *)curr_node, depth, FALSE, H5AC__READ_ONLY_FLAG))) /* Casting away const OK -QAK */ ^ H5B2int.c: In function 'H5B2__update_flush_depend': H5B2int.c:1808:77: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] if(NULL == (child_int = H5B2__protect_internal(hdr, new_parent, (H5B2_node_ptr_t *)node_ptr, (uint16_t)(depth - 1), FALSE, H5AC__NO_FLAGS_SET))) /* Casting away const OK -QAK */ ^ H5B2int.c:1824:74: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] if(NULL == (child_leaf = H5B2__protect_leaf(hdr, new_parent, (H5B2_node_ptr_t *)node_ptr, FALSE, H5AC__NO_FLAGS_SET))) /* Casting away const OK -QAK */ ^ H5B2int.c: In function 'H5B2__redistribute2': H5B2int.c:506:73: warning: assuming signed overflow does not occur when simplifying '/' or '%' to '>>' or '&' [-Wstrict-overflow] uint16_t new_right_nrec = (uint16_t)((*left_nrec + *right_nrec) / 2); /* New number of records for right child */ ^ H5B2int.c:557:72: warning: assuming signed overflow does not occur when simplifying '/' or '%' to '>>' or '&' [-Wstrict-overflow] uint16_t new_left_nrec = (uint16_t)((*left_nrec + *right_nrec) / 2); /* New number of records for left child */ ^ --- H5B2leaf.lo --- CC H5B2leaf.lo --- H5B2stat.lo --- CC H5B2stat.lo --- H5B2test.lo --- CC H5B2test.lo --- H5C.lo --- CC H5C.lo --- H5Cdbg.lo --- CC H5Cdbg.lo --- H5C.lo --- H5C.c: In function 'H5C_flush_cache': H5C.c:1212:14: warning: variable 'ignore_protected' set but not used [-Wunused-but-set-variable] hbool_t ignore_protected; ^ In file included from H5C.c:82:0: H5C.c: In function 'H5C__unpin_entry_real': H5private.h:2130:13: warning: unused variable 'err_occurred' [-Wunused-variable] hbool_t err_occurred = FALSE; \ ^ H5private.h:2350:5: note: in expansion of macro 'FUNC_ENTER_COMMON' FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \ ^ H5C.c:4359:5: note: in expansion of macro 'FUNC_ENTER_STATIC' FUNC_ENTER_STATIC ^ H5C.c:4376:1: warning: label 'done' defined but not used [-Wunused-label] done: ^ --- H5Cepoch.lo --- CC H5Cepoch.lo --- H5Cimage.lo --- CC H5Cimage.lo --- H5Clog.lo --- CC H5Clog.lo /usr/pkg/bin/libtool: fork: retry: No child processes --- H5Clog_json.lo --- CC H5Clog_json.lo --- H5Clog_trace.lo --- CC H5Clog_trace.lo --- H5Clog.lo --- /usr/pkg/bin/libtool: fork: retry: No child processes --- H5Cprefetched.lo --- CC H5Cprefetched.lo --- H5Cquery.lo --- CC H5Cquery.lo --- H5Ctag.lo --- CC H5Ctag.lo --- H5Ctest.lo --- CC H5Ctest.lo --- H5CS.lo --- CC H5CS.lo --- H5CX.lo --- CC H5CX.lo --- H5D.lo --- CC H5D.lo --- H5Dbtree.lo --- CC H5Dbtree.lo --- H5Dbtree2.lo --- CC H5Dbtree2.lo --- H5Dchunk.lo --- CC H5Dchunk.lo --- H5Dcompact.lo --- CC H5Dcompact.lo --- H5Dchunk.lo --- H5Dchunk.c: In function 'H5D__chunk_io_init': H5Dchunk.c:1129:60: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] if((file_space_normalized = H5S_hyper_normalize_offset((H5S_t *)file_space, old_offset)) < 0) ^ H5Dchunk.c:1166:41: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] if(H5S_hyper_denormalize_offset((H5S_t *)file_space, old_offset) < 0) /* (Casting away const OK -QAK) */ ^ H5Dchunk.c: In function 'H5D__create_chunk_map_single': H5Dchunk.c:1590:26: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] chunk_info->mspace = (H5S_t *)fm->mem_space; ^ H5Dchunk.c: In function 'H5D__create_chunk_file_map_hyper': H5Dchunk.c:1873:13: warning: passing argument 1 of 'H5S_combine_hyperslab' discards 'const' qualifier from pointer target type [enabled by default] if(H5S_combine_hyperslab(fm->file_space, H5S_SELECT_AND, coords, NULL, fm->chunk_dim, NULL, &tmp_fchunk) < 0) ^ In file included from H5Rprivate.h:26:0, from H5Tprivate.h:32, from H5Zprivate.h:28, from H5CXprivate.h:30, from H5Dchunk.c:55: H5Sprivate.h:313:15: note: expected 'struct H5S_t *' but argument is of type 'const struct H5S_t *' H5_DLL herr_t H5S_combine_hyperslab(H5S_t *old_space, H5S_seloper_t op, ^ H5Dchunk.c: In function 'H5D__create_chunk_mem_map_hyper': H5Dchunk.c:2023:30: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] chunk_info->mspace = (H5S_t *)fm->mem_space; ^ H5Dchunk.c: In function 'H5D__create_chunk_mem_map_1d': H5Dchunk.c:2146:30: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] chunk_info->mspace = (H5S_t *)fm->mem_space; ^ H5Dchunk.c: In function 'H5D__chunk_allocate': H5Dchunk.c:4433:17: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] (void *)pline, (H5MM_free_t)H5D__chunk_mem_xfree, (void *)pline, ^ H5Dchunk.c:4433:67: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] (void *)pline, (H5MM_free_t)H5D__chunk_mem_xfree, (void *)pline, ^ H5Dchunk.c:4482:22: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] idx_info.storage = sc; ^ H5Dchunk.c: In function 'H5D__chunk_copy_cb': H5Dchunk.c:6159:5: warning: passing argument 5 of 'H5D__chunk_file_alloc' discards 'const' qualifier from pointer target type [enabled by default] if(H5D__chunk_file_alloc(udata->idx_info_dst, NULL, &udata_dst.chunk_block, &need_insert, udata_dst.common.scaled) < 0) ^ In file included from H5Dchunk.c:56:0: H5Dpkg.h:652:15: note: expected 'hsize_t *' but argument is of type 'const hsize_t *' H5_DLL herr_t H5D__chunk_file_alloc(const H5D_chk_idx_info_t *idx_info, const H5F_block_t *old_chunk, ^ --- H5Dcompact.lo --- /usr/pkg/bin/libtool: fork: retry: No child processes --- H5Dcontig.lo --- CC H5Dcontig.lo /usr/pkg/bin/libtool: fork: retry: No child processes /usr/pkg/bin/libtool: fork: retry: No child processes --- H5Ddbg.lo --- CC H5Ddbg.lo /usr/pkg/bin/libtool: fork: retry: Resource temporarily unavailable --- H5Ddeprec.lo --- CC H5Ddeprec.lo /usr/pkg/bin/libtool: fork: retry: Resource temporarily unavailable --- H5Dearray.lo --- CC H5Dearray.lo --- H5Defl.lo --- CC H5Defl.lo --- H5Dearray.lo --- *** [H5Dearray.lo] Error code 1 bmake[2]: stopped in /home/pbulk/build/devel/hdf5/work/hdf5-1.10.7/src --- H5Defl.lo --- gcc: error: vfork: Resource temporarily unavailable *** [H5Defl.lo] Error code 1 bmake[2]: stopped in /home/pbulk/build/devel/hdf5/work/hdf5-1.10.7/src 2 errors bmake[2]: stopped in /home/pbulk/build/devel/hdf5/work/hdf5-1.10.7/src *** [all] Error code 2 bmake[1]: stopped in /home/pbulk/build/devel/hdf5/work/hdf5-1.10.7/src 1 error bmake[1]: stopped in /home/pbulk/build/devel/hdf5/work/hdf5-1.10.7/src *** [all-recursive] Error code 1 bmake: stopped in /home/pbulk/build/devel/hdf5/work/hdf5-1.10.7 1 error bmake: stopped in /home/pbulk/build/devel/hdf5/work/hdf5-1.10.7 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/hdf5 *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/hdf5