+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/augeas-1.14.1nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/augeas-1.14.1nb1/work.log ===> Building for augeas-1.14.1nb1 /opt/pkg/bin/bmake all-recursive Making all in gnulib/lib GEN alloca.h GEN argz.h GEN ctype.h GEN fcntl.h GEN getopt.h GEN getopt-cdefs.h GEN malloc/dynarray.gl.h GEN malloc/dynarray-skeleton.gl.h GEN malloc/scratch_buffer.gl.h GEN inttypes.h GEN langinfo.h GEN limits.h GEN locale.h GEN selinux/selinux.h GEN selinux/context.h GEN selinux/label.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/random.h GEN sys/stat.h GEN sys/types.h GEN sys/wait.h GEN time.h GEN unistd.h GEN wchar.h GEN wctype.h /opt/pkg/bin/bmake all-recursive CC libgnu_la-argz.lo CC libgnu_la-basename-lgpl.lo CC libgnu_la-cloexec.lo CC libgnu_la-dirname-lgpl.lo CC libgnu_la-stripslash.lo CC libgnu_la-fd-hook.lo CC libgnu_la-fstat.lo CC libgnu_la-getopt.lo CC libgnu_la-getopt1.lo CC malloc/libgnu_la-dynarray_at_failure.lo CC malloc/libgnu_la-dynarray_emplace_enlarge.lo CC malloc/libgnu_la-dynarray_finalize.lo CC malloc/libgnu_la-dynarray_resize.lo CC malloc/libgnu_la-dynarray_resize_clear.lo CC malloc/libgnu_la-scratch_buffer_grow.lo CC malloc/libgnu_la-scratch_buffer_grow_preserve.lo CC malloc/libgnu_la-scratch_buffer_set_array_size.lo CC libgnu_la-hard-locale.lo CC libgnu_la-localcharset.lo CC glthread/libgnu_la-lock.lo CC libgnu_la-lstat.lo CC libgnu_la-malloca.lo CC libgnu_la-mempcpy.lo CC libgnu_la-nl_langinfo.lo CC libgnu_la-nl_langinfo-lock.lo CC libgnu_la-rawmemchr.lo CC libgnu_la-regex.lo CC libgnu_la-safe-alloc.lo CC libgnu_la-se-context.lo CC libgnu_la-se-label.lo CC libgnu_la-se-selinux.lo CC libgnu_la-setlocale_null.lo CC libgnu_la-stat-time.lo CC libgnu_la-strnlen1.lo CC libgnu_la-tempname.lo CC glthread/libgnu_la-threadlib.lo CC libgnu_la-unistd.lo CC libgnu_la-wctype-h.lo CC libgnu_la-wmempcpy.lo CC libgnu_la-xsize.lo CC asnprintf.lo CC calloc.lo CC malloc.lo CC printf-args.lo CC printf-parse.lo CC realloc.lo CC strstr.lo CC vasnprintf.lo CCLD libgnu.la Making all in src echo '#define DATADIR "/opt/pkg/share"' > datadir.h1 ../build/ac-aux/move-if-change datadir.h1 datadir.h /opt/pkg/bin/bmake all-am CC augtool.o In file included from augtool.c:28: /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/readline.h:359:15: warning: redundant redeclaration of 'rl_make_bare_keymap' [-Wredundant-decls] 359 | extern Keymap rl_make_bare_keymap (void); | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/readline.h:38: /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/keymaps.h:68:15: note: previous declaration of 'rl_make_bare_keymap' with type 'KEYMAP_ENTRY *(void)' {aka 'struct _keymap_entry *(void)'} 68 | extern Keymap rl_make_bare_keymap (void); | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/readline.h:361:15: warning: redundant redeclaration of 'rl_copy_keymap' [-Wredundant-decls] 361 | extern Keymap rl_copy_keymap (Keymap); | ^~~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/keymaps.h:71:15: note: previous declaration of 'rl_copy_keymap' with type 'KEYMAP_ENTRY *(KEYMAP_ENTRY *)' {aka 'struct _keymap_entry *(struct _keymap_entry *)'} 71 | extern Keymap rl_copy_keymap (Keymap); | ^~~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/readline.h:362:15: warning: redundant redeclaration of 'rl_make_keymap' [-Wredundant-decls] 362 | extern Keymap rl_make_keymap (void); | ^~~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/keymaps.h:76:15: note: previous declaration of 'rl_make_keymap' with type 'KEYMAP_ENTRY *(void)' {aka 'struct _keymap_entry *(void)'} 76 | extern Keymap rl_make_keymap (void); | ^~~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/readline.h:363:13: warning: redundant redeclaration of 'rl_discard_keymap' [-Wredundant-decls] 363 | extern void rl_discard_keymap (Keymap); | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/keymaps.h:79:13: note: previous declaration of 'rl_discard_keymap' with type 'void(KEYMAP_ENTRY *)' {aka 'void(struct _keymap_entry *)'} 79 | extern void rl_discard_keymap (Keymap); | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/readline.h:366:15: warning: redundant redeclaration of 'rl_get_keymap_by_name' [-Wredundant-decls] 366 | extern Keymap rl_get_keymap_by_name (const char *); | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/keymaps.h:85:15: note: previous declaration of 'rl_get_keymap_by_name' with type 'KEYMAP_ENTRY *(const char *)' {aka 'struct _keymap_entry *(const char *)'} 85 | extern Keymap rl_get_keymap_by_name (const char *); | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/readline.h:368:13: warning: redundant redeclaration of 'rl_set_keymap' [-Wredundant-decls] 368 | extern void rl_set_keymap (Keymap); | ^~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/keymaps.h:91:13: note: previous declaration of 'rl_set_keymap' with type 'void(KEYMAP_ENTRY *)' {aka 'void(struct _keymap_entry *)'} 91 | extern void rl_set_keymap (Keymap); | ^~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/readline.h:369:15: warning: redundant redeclaration of 'rl_get_keymap' [-Wredundant-decls] 369 | extern Keymap rl_get_keymap (void); | ^~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/keymaps.h:88:15: note: previous declaration of 'rl_get_keymap' with type 'KEYMAP_ENTRY *(void)' {aka 'struct _keymap_entry *(void)'} 88 | extern Keymap rl_get_keymap (void); | ^~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/readline.h:371:12: warning: redundant redeclaration of 'rl_set_keymap_name' [-Wredundant-decls] 371 | extern int rl_set_keymap_name (const char *, Keymap); | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/augeas/work/.buildlink/include/readline/keymaps.h:94:12: note: previous declaration of 'rl_set_keymap_name' with type 'int(const char *, KEYMAP_ENTRY *)' {aka 'int(const char *, struct _keymap_entry *)'} 94 | extern int rl_set_keymap_name (const char *, Keymap); | ^~~~~~~~~~~~~~~~~~ CC augeas.lo CC augrun.lo augrun.c: In function 'nexttoken': augrun.c:160:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 160 | if (quot) break; | ^ augrun.c:162:17: note: here 162 | case '\'': | ^~~~ augrun.c:164:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 164 | if (quot && quot != *(s+1)) break; | ^ augrun.c:166:17: note: here 166 | case '\\': /* pass next character through */ | ^~~~ CC pathx.lo CC internal.lo CC memory.lo CC ref.lo CC syntax.lo CC parser.lo parser.c: In function 'yy_reduce_print': parser.c:1091:36: warning: array subscript has type 'char' [-Wchar-subscripts] 1091 | yystos[yyssp[yyi + 1 - yynrhs]], | ~~~~~^~~~~~~~~~~~~~~~~~ parser.c: In function 'yysyntax_error': parser.c:1269:24: warning: array subscript has type 'char' [-Wchar-subscripts] 1269 | int yyn = yypact[*yyssp]; | ^~~~~~ parser.c: In function 'augl_parse': parser.c:2283:26: warning: array subscript has type 'char' [-Wchar-subscripts] 2283 | yystos[*yyssp], yyvsp, yylsp, term, scanner); | ^~~~~~ CC builtin.lo CC lens.lo CC regexp.lo CC transform.lo CC ast.lo CC get.lo In file included from get.c:30: get.c: In function 'push_frame': internal.h:271:25: warning: 'memset' offset [0, 31] is out of the bounds [0, 0] [-Warray-bounds=] 271 | #define MEMZERO(ptr, n) memset((ptr), 0, (n) * sizeof(*(ptr))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ get.c:1095:5: note: in expansion of macro 'MEMZERO' 1095 | MEMZERO(top, 1); | ^~~~~~~ CC put.lo CC info.lo CC errcode.lo CC jmt.lo CC xml.lo CC liblexer_la-lexer.lo CCLD liblexer.la CC fa.lo CC hash.lo CCLD libfa.la CCLD libaugeas.la CCLD augtool CC augparse.o CCLD augparse CC augmatch.o In file included from memory.h:26, from augmatch.c:30: In function 'guess_lens_name', inlined from 'main' at augmatch.c:396:16: internal.h:229:19: warning: inlining failed in call to 'streqv': call is unlikely and code size would grow [-Winline] 229 | static inline int streqv(const char *a, const char *b) { | ^~~~~~ augmatch.c:294:9: note: called from here 294 | if (streqv(ext, ".json")) { | ^~~~~~~~~~~~~~~~~~~~ internal.h:229:19: warning: inlining failed in call to 'streqv': call is unlikely and code size would grow [-Winline] 229 | static inline int streqv(const char *a, const char *b) { | ^~~~~~ augmatch.c:296:16: note: called from here 296 | } else if (streqv(ext, ".xml")) { | ^~~~~~~~~~~~~~~~~~~ In function 'check_load_error', inlined from 'main' at augmatch.c:434:5: internal.h:229:19: warning: inlining failed in call to 'streqv': call is unlikely and code size would grow [-Winline] 229 | static inline int streqv(const char *a, const char *b) { | ^~~~~~ augmatch.c:150:9: note: called from here 150 | if (streqv(msg, "parse_failed")) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ internal.h:229:19: warning: inlining failed in call to 'streqv': call is unlikely and code size would grow [-Winline] 229 | static inline int streqv(const char *a, const char *b) { | ^~~~~~ augmatch.c:152:16: note: called from here 152 | } else if (streqv(msg, "read_failed")) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'aug_closep', inlined from 'main' at augmatch.c:305:40: augmatch.c:48:5: warning: 'aug' may be used uninitialized [-Wmaybe-uninitialized] 48 | aug_close(*p); | ^~~~~~~~~~~~~ augmatch.c: In function 'main': augmatch.c:305:40: note: 'aug' was declared here 305 | cleanup(aug_closep) struct augeas *aug; | ^~~ CCLD augmatch CC augprint.o augprint.c: In function 'str_next_pos': augprint.c:305:16: error: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 305 | *pos = MIN(lpos, UINT_MAX); | ^~~ augprint.c:305:16: warning: nested extern declaration of 'MIN' [-Wnested-externs] augprint.c: In function 'choose_re_width': augprint.c:1164:23: error: implicit declaration of function 'MAX' [-Wimplicit-function-declaration] 1164 | max_re_width_ct = MAX(max_re_width_ct,use_regexp); | ^~~ augprint.c:1164:23: warning: nested extern declaration of 'MAX' [-Wnested-externs] *** Error code 1 Stop. bmake[3]: stopped making "all-am" in /home/pbulk/build/sysutils/augeas/work/augeas-1.14.1/src *** Error code 1 Stop. bmake[2]: stopped making "all" in /home/pbulk/build/sysutils/augeas/work/augeas-1.14.1/src *** Error code 1 Stop. bmake[1]: stopped making "all-recursive" in /home/pbulk/build/sysutils/augeas/work/augeas-1.14.1 *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/sysutils/augeas/work/augeas-1.14.1 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/augeas *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/augeas