Last 2000 lines of build log: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c:3823:22: note: in expansion of macro 'SC_LARGE_MAXCLASS' 3823 | if (unlikely(SC_LARGE_MAXCLASS - size < extra)) { | ^~~~~~~~~~~~~~~~~ --- counter.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'iralloct_realign': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- jemalloc.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c:3823:22: note: in expansion of macro 'SC_LARGE_MAXCLASS' 3823 | if (unlikely(SC_LARGE_MAXCLASS - size < extra)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c:3824:25: note: in expansion of macro 'SC_LARGE_MAXCLASS' 3824 | extra = SC_LARGE_MAXCLASS - size; | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c:3824:25: note: in expansion of macro 'SC_LARGE_MAXCLASS' 3824 | extra = SC_LARGE_MAXCLASS - size; | ^~~~~~~~~~~~~~~~~ --- edata.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h: In function 'exp_grow_size_prepare': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- ckh.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'iralloct_realign': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- bin.o --- *** Failed target: bin.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/bin.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/bin.c -o bin.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o bin.o bin.o.o && rm -f bin.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x bin.o *** [bin.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- jemalloc.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c: In function 'nallocx': --- ecache.o --- cc1: all warnings being treated as errors --- cache_bin.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h: In function 'san_large_extent_decide_guard': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- jemalloc.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c:4001:30: note: in expansion of macro 'SC_LARGE_MAXCLASS' 4001 | if (unlikely(usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- cache_bin.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- jemalloc.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c:4001:30: note: in expansion of macro 'SC_LARGE_MAXCLASS' 4001 | if (unlikely(usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- cache_bin.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h: In function 'exp_grow_size_prepare': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- ecache.o --- *** Failed target: ecache.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/ecache.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ecache.c -o ecache.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o ecache.o ecache.o.o && rm -f ecache.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x ecache.o *** [ecache.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- ckh.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c: In function 'ckh_grow': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:278:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 278 | || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:278:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 278 | || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- arena.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c: In function 'je_arena_ralloc_no_move': --- ckh.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c: In function 'ckh_shrink': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:323:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 323 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:323:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 323 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- arena.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1400:9: note: in expansion of macro 'assert' 1400 | assert(extra == 0 || size + extra <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1400:46: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1400 | assert(extra == 0 || size + extra <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- ckh.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c: In function 'je_ckh_new': --- ehooks.o --- In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/emap.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/ecache.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/pa.h:6, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_stats.h:8, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_structs.h:4, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_includes.h:52: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h: In function 'rtree_leaf_elm_bits_encode': --- arena.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1400:9: note: in expansion of macro 'assert' 1400 | assert(extra == 0 || size + extra <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) --- ehooks.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:190:30: error: left shift count >= width of type [-Werror=shift-count-overflow] 190 | & (((uintptr_t)1 << LG_VADDR) - 1); | ^~ --- ckh.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:399:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' --- arena.o --- | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1400:46: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1400 | assert(extra == 0 || size + extra <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- ckh.o --- 399 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- ehooks.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:192:67: error: left shift count >= width of type [-Werror=shift-count-overflow] 192 | uintptr_t szind_bits = (uintptr_t)contents.metadata.szind << LG_VADDR; | ^~ --- ckh.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:399:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 399 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- ehooks.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h: In function 'rtree_leaf_elm_bits_decode': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:208:40: error: right shift count >= width of type [-Werror=shift-count-overflow] 208 | contents.metadata.szind = bits >> LG_VADDR; | ^~ --- arena.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1403:29: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1403 | if (unlikely(size > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1403:29: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1403 | if (unlikely(size > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c: In function 'arena_ralloc_move_helper': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1450:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1450 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1450:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1450 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1461:43: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1461 | if (unlikely(usize == 0 || size > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1461:43: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1461 | if (unlikely(usize == 0 || size > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c: In function 'arena_init_huge': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1749:38: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1749 | if (opt_oversize_threshold > SC_LARGE_MAXCLASS || | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1749:38: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1749 | if (opt_oversize_threshold > SC_LARGE_MAXCLASS || | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1752:38: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1752 | oversize_threshold = SC_LARGE_MAXCLASS + PAGE; | ^~~~~~~~~~~~~~~~~ --- ehooks.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h: In function 'san_large_extent_decide_guard': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- arena.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1752:38: note: in expansion of macro 'SC_LARGE_MAXCLASS' 1752 | oversize_threshold = SC_LARGE_MAXCLASS + PAGE; | ^~~~~~~~~~~~~~~~~ --- ehooks.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h: In function 'exp_grow_size_prepare': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- eset.o --- In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/emap.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/ecache.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/pa.h:6, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_stats.h:8, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_structs.h:4, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_includes.h:52: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h: In function 'rtree_leaf_elm_bits_encode': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:190:30: error: left shift count >= width of type [-Werror=shift-count-overflow] 190 | & (((uintptr_t)1 << LG_VADDR) - 1); | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:192:67: error: left shift count >= width of type [-Werror=shift-count-overflow] 192 | uintptr_t szind_bits = (uintptr_t)contents.metadata.szind << LG_VADDR; | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h: In function 'rtree_leaf_elm_bits_decode': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:208:40: error: right shift count >= width of type [-Werror=shift-count-overflow] 208 | contents.metadata.szind = bits >> LG_VADDR; | ^~ --- bitmap.o --- cc1: all warnings being treated as errors --- cache_bin.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc_no_tcache': --- ckh.o --- In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:44: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/hash.h: In function 'hash': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/hash.h:309:9: error: 'hash_x64_128' accessing 16 bytes in a region of size 8 [-Werror=stringop-overflow=] 309 | hash_x64_128(key, (int)len, seed, (uint64_t *)r_hash); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/hash.h:309:9: note: referencing argument 4 of type 'uint64_t[2]' {aka 'long long unsigned int[2]'} /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/hash.h:225:1: note: in a call to function 'hash_x64_128' 225 | hash_x64_128(const void *key, const int len, const uint32_t seed, | ^~~~~~~~~~~~ --- cache_bin.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- eset.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h: In function 'san_large_extent_decide_guard': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- cache_bin.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- eset.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- edata.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc_no_tcache': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- cache_bin.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- edata.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- cache_bin.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- eset.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h: In function 'exp_grow_size_prepare': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- bitmap.o --- *** Failed target: bitmap.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/bitmap.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/bitmap.c -o bitmap.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o bitmap.o bitmap.o.o && rm -f bitmap.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x bitmap.o *** [bitmap.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- counter.o --- cc1: all warnings being treated as errors --- edata.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- strfmon.o --- /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o strfmon.o strfmon.o.o && rm -f strfmon.o.o --- cache_bin.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'iralloct_realign': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- strfmon.o --- /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x strfmon.o --- edata.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'iralloct_realign': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- exp_grow.o --- In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/emap.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/ecache.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/pa.h:6, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_stats.h:8, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_structs.h:4, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_includes.h:52: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h: In function 'rtree_leaf_elm_bits_encode': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:190:30: error: left shift count >= width of type [-Werror=shift-count-overflow] 190 | & (((uintptr_t)1 << LG_VADDR) - 1); | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:192:67: error: left shift count >= width of type [-Werror=shift-count-overflow] 192 | uintptr_t szind_bits = (uintptr_t)contents.metadata.szind << LG_VADDR; | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h: In function 'rtree_leaf_elm_bits_decode': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:208:40: error: right shift count >= width of type [-Werror=shift-count-overflow] 208 | contents.metadata.szind = bits >> LG_VADDR; | ^~ --- ehooks.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc_no_tcache': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- counter.o --- *** Failed target: counter.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/counter.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/counter.c -o counter.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o counter.o counter.o.o && rm -f counter.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x counter.o *** [counter.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- ehooks.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- emap.o --- In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/emap.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/ecache.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/pa.h:6, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_stats.h:8, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_structs.h:4, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_includes.h:52: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h: In function 'rtree_leaf_elm_bits_encode': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:190:30: error: left shift count >= width of type [-Werror=shift-count-overflow] 190 | & (((uintptr_t)1 << LG_VADDR) - 1); | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:192:67: error: left shift count >= width of type [-Werror=shift-count-overflow] 192 | uintptr_t szind_bits = (uintptr_t)contents.metadata.szind << LG_VADDR; | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h: In function 'rtree_leaf_elm_bits_decode': --- exp_grow.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h: In function 'san_large_extent_decide_guard': --- emap.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:208:40: error: right shift count >= width of type [-Werror=shift-count-overflow] 208 | contents.metadata.szind = bits >> LG_VADDR; | ^~ --- exp_grow.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- ehooks.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'iralloct_realign': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- eset.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc_no_tcache': --- exp_grow.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h: In function 'exp_grow_size_prepare': --- eset.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) --- exp_grow.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- eset.o --- | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- exp_grow.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- eset.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- emap.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h: In function 'san_large_extent_decide_guard': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h: In function 'exp_grow_size_prepare': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- eset.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'iralloct_realign': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- background_thread.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/background_thread.c: In function 'background_thread_entry': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/background_thread.c:428:1: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector] 428 | background_thread_entry(void *ind_arg) { | ^~~~~~~~~~~~~~~~~~~~~~~ --- exp_grow.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc_no_tcache': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- emap.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc_no_tcache': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- exp_grow.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'iralloct_realign': --- emap.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- exp_grow.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- cache_bin.o --- cc1: all warnings being treated as errors --- extent.o --- In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/emap.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/ecache.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/pa.h:6, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_stats.h:8, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_structs.h:4, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_includes.h:52: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h: In function 'rtree_leaf_elm_bits_encode': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:190:30: error: left shift count >= width of type [-Werror=shift-count-overflow] 190 | & (((uintptr_t)1 << LG_VADDR) - 1); | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:192:67: error: left shift count >= width of type [-Werror=shift-count-overflow] 192 | uintptr_t szind_bits = (uintptr_t)contents.metadata.szind << LG_VADDR; | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h: In function 'rtree_leaf_elm_bits_decode': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/rtree.h:208:40: error: right shift count >= width of type [-Werror=shift-count-overflow] 208 | contents.metadata.szind = bits >> LG_VADDR; | ^~ --- emap.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'iralloct_realign': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- exp_grow.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/exp_grow.c: In function 'exp_grow_init': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/exp_grow.c:7:38: note: in expansion of macro 'SC_LARGE_MAXCLASS' 7 | exp_grow->limit = sz_psz2ind(SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/exp_grow.c:7:38: note: in expansion of macro 'SC_LARGE_MAXCLASS' 7 | exp_grow->limit = sz_psz2ind(SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ --- edata_cache.o --- cc1: all warnings being treated as errors --- extent.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h: In function 'san_large_extent_decide_guard': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/san.h:102:47: note: in expansion of macro 'SC_LARGE_MAXCLASS' 102 | (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- cache_bin.o --- *** Failed target: cache_bin.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/cache_bin.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/cache_bin.c -o cache_bin.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o cache_bin.o cache_bin.o.o && rm -f cache_bin.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x cache_bin.o *** [cache_bin.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- extent.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h: In function 'exp_grow_size_prepare': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/exp_grow.h:29:32: note: in expansion of macro 'SC_LARGE_MAXCLASS' 29 | sz_psz2ind(SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- edata_cache.o --- *** Failed target: edata_cache.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/edata_cache.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/edata_cache.c -o edata_cache.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o edata_cache.o edata_cache.o.o && rm -f edata_cache.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x edata_cache.o *** [edata_cache.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- exp_grow.o --- cc1: all warnings being treated as errors *** Failed target: exp_grow.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/exp_grow.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/exp_grow.c -o exp_grow.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o exp_grow.o exp_grow.o.o && rm -f exp_grow.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x exp_grow.o *** [exp_grow.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- extent.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc_no_tcache': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:9: note: in expansion of macro 'assert' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:342:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 342 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h: In function 'arena_sdalloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:9: note: in expansion of macro 'assert' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:383:24: note: in expansion of macro 'SC_LARGE_MAXCLASS' 383 | assert(size <= SC_LARGE_MAXCLASS); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'iralloct_realign': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:271:32: error: left shift count >= width of type [-Werror=shift-count-overflow] 271 | #define SC_MAX_BASE ((size_t)1 << (SC_PTR_BITS - 2)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:28: note: in expansion of macro 'SC_MAX_BASE' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:272:33: error: left shift count >= width of type [-Werror=shift-count-overflow] 272 | #define SC_MAX_DELTA ((size_t)1 << (SC_PTR_BITS - 2 - SC_LG_NGROUP)) | ^~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' 33 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sc.h:275:60: note: in expansion of macro 'SC_MAX_DELTA' 275 | #define SC_LARGE_MAXCLASS (SC_MAX_BASE + (SC_NGROUP - 1) * SC_MAX_DELTA) | ^~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:146:44: note: in expansion of macro 'SC_LARGE_MAXCLASS' 146 | if (unlikely(usize == 0 || usize > SC_LARGE_MAXCLASS)) { | ^~~~~~~~~~~~~~~~~ --- base.o --- cc1: all warnings being treated as errors --- ehooks.o --- cc1: all warnings being treated as errors --- base.o --- *** Failed target: base.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/base.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/base.c -o base.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o base.o base.o.o && rm -f base.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x base.o *** [base.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- ehooks.o --- *** Failed target: ehooks.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/ehooks.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ehooks.c -o ehooks.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o ehooks.o ehooks.o.o && rm -f ehooks.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x ehooks.o *** [ehooks.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- decay.o --- cc1: all warnings being treated as errors --- background_thread.o --- In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/background_thread.c:1: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/background_thread.c: In function 'je_background_threads_enable': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_preamble.h:26:25: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector] 26 | # define JEMALLOC_N(n) je_##n | ^~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/private_namespace.h:100:35: note: in expansion of macro 'JEMALLOC_N' 100 | #define background_threads_enable JEMALLOC_N(background_threads_enable) | ^~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/background_thread.c:527:1: note: in expansion of macro 'background_threads_enable' 527 | background_threads_enable(tsd_t *tsd) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ --- decay.o --- *** Failed target: decay.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/decay.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/decay.c -o decay.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o decay.o decay.o.o && rm -f decay.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x decay.o *** [decay.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- eset.o --- cc1: all warnings being treated as errors *** Failed target: eset.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/eset.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/eset.c -o eset.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o eset.o eset.o.o && rm -f eset.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x eset.o *** [eset.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- buf_writer.o --- cc1: all warnings being treated as errors *** Failed target: buf_writer.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/buf_writer.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/buf_writer.c -o buf_writer.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o buf_writer.o buf_writer.o.o && rm -f buf_writer.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x buf_writer.o *** [buf_writer.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- ckh.o --- In function 'hash_x64_128', inlined from 'hash' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/hash.h:309:2, inlined from 'je_ckh_string_hash' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:543:2: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/hash.h:299:18: error: array subscript 1 is outside array bounds of 'size_t[2]' {aka 'unsigned int[2]'} [-Werror=array-bounds] 299 | r_out[1] = h2; | ~~~~~~~~~^~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c: In function 'je_ckh_string_hash': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:542:41: note: at offset 8 into object 'r_hash' of size [0, 8] 542 | ckh_string_hash(const void *key, size_t r_hash[2]) { | ~~~~~~~^~~~~~~~~ In function 'hash_x64_128', inlined from 'hash' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/hash.h:309:2, inlined from 'je_ckh_pointer_hash' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:563:2: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/hash.h:299:18: error: array subscript 1 is outside array bounds of 'size_t[2]' {aka 'unsigned int[2]'} [-Werror=array-bounds] 299 | r_out[1] = h2; | ~~~~~~~~~^~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c: In function 'je_ckh_pointer_hash': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c:555:42: note: at offset 8 into object 'r_hash' of size [0, 8] 555 | ckh_pointer_hash(const void *key, size_t r_hash[2]) { | ~~~~~~~^~~~~~~~~ cc1: all warnings being treated as errors --- background_thread.o --- cc1: all warnings being treated as errors --- ckh.o --- *** Failed target: ckh.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/ckh.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ckh.c -o ckh.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o ckh.o ckh.o.o && rm -f ckh.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x ckh.o *** [ckh.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- background_thread.o --- *** Failed target: background_thread.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/background_thread.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -Wno-error=stack-protector -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/background_thread.c -o background_thread.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o background_thread.o background_thread.o.o && rm -f background_thread.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x background_thread.o *** [background_thread.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- vfwprintf.o --- /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o vfwprintf.o vfwprintf.o.o && rm -f vfwprintf.o.o /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x vfwprintf.o --- emap.o --- cc1: all warnings being treated as errors *** Failed target: emap.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/emap.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/emap.c -o emap.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o emap.o emap.o.o && rm -f emap.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x emap.o *** [emap.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- vfprintf.o --- /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o vfprintf.o vfprintf.o.o && rm -f vfprintf.o.o /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x vfprintf.o --- edata.o --- cc1: all warnings being treated as errors *** Failed target: edata.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/edata.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/edata.c -o edata.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o edata.o edata.o.o && rm -f edata.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x edata.o *** [edata.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- extent.o --- cc1: all warnings being treated as errors *** Failed target: extent.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/extent.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/extent.c -o extent.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o extent.o extent.o.o && rm -f extent.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x extent.o *** [extent.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- arena.o --- In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_includes.h:78: In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:28: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ^~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tsd.h:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:41: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ~~~~~~~~~~~~^~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:41: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ~~~~~~~~~~~~^~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:41: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ~~~~~~~~~~~~^~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:41: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ~~~~~~~~~~~~^~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:41: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ~~~~~~~~~~~~^~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:41: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ~~~~~~~~~~~~^~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:41: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ~~~~~~~~~~~~^~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:41: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ~~~~~~~~~~~~^~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/cache_bin.h:5, from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:4: In function 'sz_index2size_lookup_impl', inlined from 'sz_index2size_lookup' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sz.h:243:15, inlined from 'sz_index2size' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sz.h:251:9, inlined from 'tcache_alloc_large' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:115:19, inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sz.h:238:33: error: array subscript 232 is above array bounds of 'size_t[232]' {aka 'unsigned int[232]'} [-Werror=array-bounds] 238 | return sz_index2size_tab[index]; In file included from /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sz.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_preamble.h:26:25: note: while referencing 'je_sz_index2size_tab' 26 | # define JEMALLOC_N(n) je_##n | ^~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/private_namespace.h:330:27: note: in expansion of macro 'JEMALLOC_N' 330 | #define sz_index2size_tab JEMALLOC_N(sz_index2size_tab) | ^~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/sz.h:40:15: note: in expansion of macro 'sz_index2size_tab' 40 | extern size_t sz_index2size_tab[SC_NSIZES]; | ^~~~~~~~~~~~~~~~~ In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:41: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ~~~~~~~~~~~~^~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ In function 'tcache_alloc_large', inlined from 'arena_malloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:155:11, inlined from 'arena_ralloc_move_helper' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1446:10, inlined from 'je_arena_ralloc' at /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c:1488:14: /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:94:41: error: array subscript 232 is above array bounds of 'cache_bin_t[73]' {aka 'struct cache_bin_s[73]'} [-Werror=array-bounds] 94 | cache_bin_t *bin = &tcache->bins[binind]; | ~~~~~~~~~~~~^~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h: In function 'je_arena_ralloc': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_structs.h:57:25: note: while referencing 'bins' 57 | cache_bin_t bins[TCACHE_NBINS_MAX]; | ^~~~ cc1: all warnings being treated as errors *** Failed target: arena.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/arena.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/arena.c -o arena.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o arena.o arena.o.o && rm -f arena.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x arena.o *** [arena.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- jemalloc.o --- cc1: all warnings being treated as errors *** Failed target: jemalloc.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/jemalloc.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c -o jemalloc.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o jemalloc.o jemalloc.o.o && rm -f jemalloc.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x jemalloc.o *** [jemalloc.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc --- ctl.o --- /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ctl.c: In function 'arena_i_decay': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ctl.c:2534:1: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector] 2534 | arena_i_decay(tsdn_t *tsdn, unsigned arena_ind, bool all) { | ^~~~~~~~~~~~~ /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ctl.c: In function 'ctl_refresh': /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ctl.c:1305:1: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector] 1305 | ctl_refresh(tsdn_t *tsdn) { | ^~~~~~~~~~~ cc1: all warnings being treated as errors *** Failed target: ctl.o *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " libc/ctl.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -m32 -fPIE -m32 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 --sysroot=/tmp/build/2024.09.23.15.08.36-amd64/destdir -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -D_LIBC_INTERNAL -DMLIBDIR=\"i386\" -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/csu/common -DHESIOD -DINET6 -DNLS -DYP -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/include -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -I. -I/tmp/build/2024.09.23.15.08.36-amd64/src/sys -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../locale -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/stdlib -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/quad -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/string -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/arch/i386/atomic -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/../../common/lib/libc/hash/sha3 -D__DBINTERFACE_PRIVATE -I/tmp/build/2024.09.23.15.08.36-amd64/src/libexec/ld.elf_so -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/dlfcn -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/gdtoa -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/locale -DHonor_FLT_ROUNDS -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc/arch/i386/gdtoa -DWITH_RUNE -I/tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc -D_ACL_PRIVATE -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DUSG_COMPAT -DSUPPORT_POSIX2008 -D_FORTIFY_SOURCE=2 -c -fvisibility=hidden -funroll-loops -Wno-error=stack-protector -I/tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../include -DJEMALLOC_PROTECT_NOSTD /tmp/build/2024.09.23.15.08.36-amd64/src/external/bsd/jemalloc/lib/../dist/src/ctl.c -o ctl.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbctfconvert -g -L VERSION -o ctl.o ctl.o.o && rm -f ctl.o.o ${OBJCOPY} ${OBJCOPYLIBFLAGS} ${.TARGET} => /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/x86_64--netbsd-objcopy -x ctl.o *** [ctl.o] Error code 1 nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc nbmake[9]: 21 errors nbmake[9]: stopped making "realall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib/libc *** Failed target: dependall-libc *** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget libc dependall *** Error code 2 Stop. nbmake[7]: stopped making "dependall-libc" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib *** Failed target: build_install *** In directory: /tmp/build/2024.09.23.15.08.36-amd64/src/lib *** Failed commands: ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-csu ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-csu ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../external/gpl3/gcc/lib/libgcc ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../external/gpl3/gcc/lib/libgcc ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-libc ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-libc ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-i18n_module dependall-libarch dependall-libbluetooth dependall-libbsdmalloc dependall-libbz2 dependall-libcompat dependall-libcrypt dependall-libintl dependall-libipsec dependall-libkvm dependall-libm dependall-libossaudio dependall-libpci dependall-libposix dependall-libprop dependall-libpthread dependall-libpuffs dependall-libresolv dependall-librmt dependall-librpcsvc dependall-librt dependall-libtelnet dependall-libterminfo dependall-libusbhid dependall-libutil dependall-liby dependall-libz dependall-librumpclient dependall-libskey dependall-../external/apache2/argon2/lib/libargon2 dependall-../external/apache2/mDNSResponder/lib dependall-../external/bsd/am-utils/lib dependall-../external/bsd/flex/lib dependall-../external/bsd/tre/lib dependall-../external/bsd/elftoolchain/lib/libelf ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-i18n_module install-libarch install-libbluetooth install-libbsdmalloc install-libbz2 install-libcompat install-libcrypt install-libintl install-libipsec install-libkvm install-libm install-libossaudio install-libpci install-libposix install-libprop install-libpthread install-libpuffs install-libresolv install-librmt install-librpcsvc install-librt install-libtelnet install-libterminfo install-libusbhid install-libutil install-liby install-libz install-librumpclient install-libskey install-../external/apache2/argon2/lib/libargon2 install-../external/apache2/mDNSResponder/lib install-../external/bsd/am-utils/lib install-../external/bsd/flex/lib install-../external/bsd/tre/lib install-../external/bsd/elftoolchain/lib/libelf ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../external/bsd/elftoolchain/lib/libdwarf dependall-../external/bsd/liblzf/lib dependall-../external/bsd/libpcap/lib dependall-../external/bsd/sljit/lib dependall-libbpfjit dependall-../external/bsd/libnv/lib dependall-../external/cddl/osnet/lib/libavl dependall-../external/cddl/osnet/lib/libnvpair dependall-../external/cddl/osnet/lib/libumem dependall-../external/cddl/osnet/lib/libuutil dependall-../external/mit/expat/lib dependall-../external/gpl2/libmalloc dependall-../external/bsd/jemalloc.old/lib dependall-../external/gpl3/gcc/lib/libobjc dependall-../external/gpl3/gcc/lib/libgomp ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../external/bsd/elftoolchain/lib/libdwarf install-../external/bsd/liblzf/lib install-../external/bsd/libpcap/lib install-../external/bsd/sljit/lib install-libbpfjit install-../external/bsd/libnv/lib install-../external/cddl/osnet/lib/libavl install-../external/cddl/osnet/lib/libnvpair install-../external/cddl/osnet/lib/libumem install-../external/cddl/osnet/lib/libuutil install-../external/mit/expat/lib install-../external/gpl2/libmalloc install-../external/bsd/jemalloc.old/lib install-../external/gpl3/gcc/lib/libobjc install-../external/gpl3/gcc/lib/libgomp ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../external/bsd/librtld_db/lib dependall-../external/cddl/osnet/lib/libctf dependall-../external/public-domain/xz/lib dependall-../crypto/external/bsd/netpgp/libmj dependall-../crypto/external/bsd/netpgp/lib/verify dependall-../external/bsd/blocklist/lib dependall-../external/mit/lua/lib dependall-../external/public-domain/sqlite/lib dependall-libcurses dependall-libdm dependall-libedit dependall-libexecinfo dependall-libppath dependall-libperfuse dependall-libquota dependall-librefuse dependall-libisns dependall-librumphijack dependall-librumpres dependall-librumpuser dependall-libnpf dependall-../crypto/external/bsd/openssl/lib/libapps dependall-../crypto/external/bsd/openssl/lib/libcommon dependall-../crypto/external/bsd/openssl/lib/libcrypto dependall-../crypto/external/bsd/openssl/lib/libcryptotest dependall-../crypto/external/bsd/openssl/lib/libdes ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../external/bsd/librtld_db/lib install-../external/cddl/osnet/lib/libctf install-../external/public-domain/xz/lib install-../crypto/external/bsd/netpgp/libmj install-../crypto/external/bsd/netpgp/lib/verify install-../external/bsd/blocklist/lib install-../external/mit/lua/lib install-../external/public-domain/sqlite/lib install-libcurses install-libdm install-libedit install-libexecinfo install-libppath install-libperfuse install-libquota install-librefuse install-libisns install-librumphijack install-librumpres install-librumpuser install-libnpf install-../crypto/external/bsd/openssl/lib/libapps install-../crypto/external/bsd/openssl/lib/libcommon install-../crypto/external/bsd/openssl/lib/libcrypto install-../crypto/external/bsd/openssl/lib/libcryptotest install-../crypto/external/bsd/openssl/lib/libdes ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../crypto/external/bsd/openssl/lib/libssl dependall-../crypto/external/bsd/openssl/lib/liblegacy dependall-../crypto/external/bsd/openssl/lib/engines dependall-../external/bsd/iscsi/lib dependall-../external/cddl/osnet/lib/libzfs_core dependall-../external/cddl/osnet/lib/libzpool dependall-../external/gpl2/lvm2/lib dependall-../external/gpl3/binutils/lib dependall-../external/gpl3/gcc/lib/libstdc++-v3 dependall-../external/gpl3/gcc/lib/libsupc++ dependall-../external/mit/libcbor/lib dependall-../external/mit/libuv/lib ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../crypto/external/bsd/openssl/lib/libssl install-../crypto/external/bsd/openssl/lib/liblegacy install-../crypto/external/bsd/openssl/lib/engines install-../external/bsd/iscsi/lib install-../external/cddl/osnet/lib/libzfs_core install-../external/cddl/osnet/lib/libzpool install-../external/gpl2/lvm2/lib install-../external/gpl3/binutils/lib install-../external/gpl3/gcc/lib/libstdc++-v3 install-../external/gpl3/gcc/lib/libsupc++ install-../external/mit/libcbor/lib install-../external/mit/libuv/lib ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-libwrap dependall-../external/gpl3/gcc/lib/libasan dependall-../external/gpl3/gcc/lib/liblsan dependall-../external/gpl3/gcc/lib/libubsan dependall-../external/bsd/libarchive/lib dependall-../external/bsd/file/lib dependall-npf dependall-../external/bsd/atf/lib/libatf-c ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-libwrap install-../external/gpl3/gcc/lib/libasan install-../external/gpl3/gcc/lib/liblsan install-../external/gpl3/gcc/lib/libubsan install-../external/bsd/libarchive/lib install-../external/bsd/file/lib install-npf install-../external/bsd/atf/lib/libatf-c ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../external/bsd/atf/lib/libatf-c++ dependall-../external/bsd/atf/lib/tools dependall-libform dependall-libmenu dependall-libpanel dependall-libradius dependall-librump dependall-../crypto/external/bsd/heimdal/lib/libheimbase dependall-../crypto/external/bsd/heimdal/lib/libcom_err dependall-../crypto/external/bsd/heimdal/lib/libroken dependall-../crypto/external/bsd/heimdal/lib/libvers ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../external/bsd/atf/lib/libatf-c++ install-../external/bsd/atf/lib/tools install-libform install-libmenu install-libpanel install-libradius install-librump install-../crypto/external/bsd/heimdal/lib/libheimbase install-../crypto/external/bsd/heimdal/lib/libcom_err install-../crypto/external/bsd/heimdal/lib/libroken install-../crypto/external/bsd/heimdal/lib/libvers ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../crypto/external/bsd/heimdal/lib/libsl ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../crypto/external/bsd/heimdal/lib/libsl ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../crypto/external/bsd/heimdal/lib/libasn1 dependall-../crypto/external/bsd/heimdal/lib/libwind ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../crypto/external/bsd/heimdal/lib/libasn1 install-../crypto/external/bsd/heimdal/lib/libwind ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../crypto/external/bsd/heimdal/lib/libhx509 ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../crypto/external/bsd/heimdal/lib/libhx509 ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../crypto/external/bsd/heimdal/lib/libkrb5 ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../crypto/external/bsd/heimdal/lib/libkrb5 ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../crypto/external/bsd/heimdal/lib/libhdb dependall-../crypto/external/bsd/heimdal/lib/libkafs dependall-../crypto/external/bsd/heimdal/lib/libheimntlm ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../crypto/external/bsd/heimdal/lib/libhdb install-../crypto/external/bsd/heimdal/lib/libkafs install-../crypto/external/bsd/heimdal/lib/libheimntlm ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../crypto/external/bsd/heimdal/lib/libkdc dependall-../crypto/external/bsd/heimdal/lib/libgssapi dependall-../crypto/external/bsd/heimdal/lib/libkadm5srv dependall-../crypto/external/bsd/heimdal/lib/libkadm5clnt dependall-../external/bsd/libfido2/lib dependall-../crypto/external/bsd/netpgp/lib/netpgp ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../crypto/external/bsd/heimdal/lib/libkdc install-../crypto/external/bsd/heimdal/lib/libgssapi install-../crypto/external/bsd/heimdal/lib/libkadm5srv install-../crypto/external/bsd/heimdal/lib/libkadm5clnt install-../external/bsd/libfido2/lib install-../crypto/external/bsd/netpgp/lib/netpgp ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../crypto/external/bsd/netpgp/lib/verify dependall-../external/bsd/libevent/lib/libevent ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../crypto/external/bsd/netpgp/lib/verify install-../external/bsd/libevent/lib/libevent ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../external/bsd/libevent/lib/libevent_openssl dependall-../external/bsd/libevent/lib/libevent_pthreads dependall-../external/bsd/libproc/lib dependall-../external/bsd/fetch/lib dependall-../external/bsd/openldap/lib/liblber ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../external/bsd/libevent/lib/libevent_openssl install-../external/bsd/libevent/lib/libevent_pthreads install-../external/bsd/libproc/lib install-../external/bsd/fetch/lib install-../external/bsd/openldap/lib/liblber ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../external/bsd/openldap/lib/libldap dependall-../external/bsd/openldap/lib/libldap_r dependall-../external/bsd/openldap/lib/liblutil dependall-../external/cddl/osnet/lib/libzfs dependall-../libexec/httpd/libbozohttpd ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../external/bsd/openldap/lib/libldap install-../external/bsd/openldap/lib/libldap_r install-../external/bsd/openldap/lib/liblutil install-../external/cddl/osnet/lib/libzfs install-../libexec/httpd/libbozohttpd ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../crypto/external/bsd/openssh/lib dependall-../crypto/external/bsd/netpgp/bindings/lua dependall-../external/mpl/bind/lib dependall-../external/bsd/unbound/lib dependall-../external/cddl/osnet/lib/libdtrace dependall-librumpdev dependall-librumpnet dependall-librumpvfs dependall-../crypto/external/bsd/libsaslc dependall-../external/bsd/mdocml/lib ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../crypto/external/bsd/openssh/lib install-../crypto/external/bsd/netpgp/bindings/lua install-../external/mpl/bind/lib install-../external/bsd/unbound/lib install-../external/cddl/osnet/lib/libdtrace install-librumpdev install-librumpnet install-librumpvfs install-../crypto/external/bsd/libsaslc install-../external/bsd/mdocml/lib ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-libpam dependall-libukfs ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-libpam install-libukfs ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111111}:C/^/dependall-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-../external/bsd/pam-u2f/lib dependall-libp2k dependall-lua ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111111}:C/^/install-/} => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/amd64/i386/../../../lib/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib" ;; *) this="compat/amd64/i386/../../../lib/${dir}/"; real="/tmp/build/2024.09.23.15.08.36-amd64/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /tmp/build/2024.09.23.15.08.36-amd64/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-../external/bsd/pam-u2f/lib install-libp2k install-lua *** [build_install] Error code 1 nbmake[6]: stopped making "build_install" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib nbmake[6]: 1 error nbmake[6]: stopped making "build_install" in /tmp/build/2024.09.23.15.08.36-amd64/src/lib nbmake[5]: stopped making "build_install" in /tmp/build/2024.09.23.15.08.36-amd64/src/compat/amd64/i386 nbmake[4]: stopped making "build_install" in /tmp/build/2024.09.23.15.08.36-amd64/src/compat nbmake[3]: stopped making "do-compat-lib" in /tmp/build/2024.09.23.15.08.36-amd64/src nbmake[2]: stopped making "build" in /tmp/build/2024.09.23.15.08.36-amd64/src nbmake[1]: stopped making "distribution" in /tmp/build/2024.09.23.15.08.36-amd64/src nbmake: stopped making "release" in /tmp/build/2024.09.23.15.08.36-amd64/src ERROR: Failed to make release *** BUILD ABORTED *** 508.59 real 3869.15 user 879.79 sys