daily CVS update output

2023-07-04 Thread NetBSD source update


Updating src tree:
P src/distrib/sets/lists/base/shl.mi
P src/distrib/sets/lists/comp/mi
P src/distrib/sets/lists/debug/shl.mi
P src/distrib/sets/lists/misc/mi
P src/external/bsd/dhcpcd/examples/Makefile
U src/external/bsd/dhcpcd/examples/conf/Makefile
P src/external/bsd/jemalloc/dist/src/jemalloc.c
P src/external/gpl2/groff/tmac/mdoc.local
P src/lib/libbsdmalloc/Makefile
U src/lib/libbsdmalloc/bsdmalloc.3
P src/lib/libbsdmalloc/malloc.c
P src/lib/libbsdmalloc/shlib_version
P src/lib/libc/dlfcn/dlfcn_elf.c
P src/sbin/fsck_ffs/dir.c
P src/sbin/fsck_ffs/extern.h
P src/sbin/fsck_ffs/fsck.h
P src/sbin/fsck_ffs/inode.c
P src/sbin/fsck_ffs/main.c
P src/sbin/fsck_ffs/pass1.c
P src/sbin/fsck_ffs/pass2.c
P src/sbin/fsck_ffs/pass4.c
P src/sbin/fsck_ffs/pass5.c
P src/sbin/fsck_ffs/pass6.c
P src/sbin/fsck_ffs/quota2.c
P src/sbin/fsck_ffs/setup.c
P src/sbin/fsck_ffs/utilities.c
P src/sbin/newfs/mkfs.c
P src/sbin/newfs/newfs.c
P src/sbin/nvmectl/firmware.c
P src/sbin/nvmectl/wdc.c
P src/tests/lib/libc/stdlib/Makefile
P src/tests/lib/libc/stdlib/t_posix_memalign.c
P src/usr.sbin/cpuctl/arch/i386.c

Updating xsrc tree:


Killing core files:



Updating release-8 src tree (netbsd-8):

Updating release-8 xsrc tree (netbsd-8):



Updating release-9 src tree (netbsd-9):

Updating release-9 xsrc tree (netbsd-9):



Updating release-10 src tree (netbsd-10):
U doc/CHANGES-10.0
P external/apache2/llvm/autoconf/include/llvm/Config/config.h.in
P tools/llvm-lib/libLLVMSupport/Makefile

Updating release-10 xsrc tree (netbsd-10):




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  49681373 Jul  5 03:14 ls-lRA.gz


Re: Build failure for malloc stuff - amd64 HEAD

2023-07-04 Thread Paul Goyette

If it matters, this is with all of MK{,LIB,KERNEL}DEBUG set...

On Tue, 4 Jul 2023, Paul Goyette wrote:

I'm seeing a repeatable error building from sources updated on 2023-07-04 at 
19:12:27 UTC


Here's the details (my mailer will probabl mess it up badly with line
breaks;  for original log see the attachment)

...
dependall ===> lib/libbsdmalloc
#   compile  libbsdmalloc/malloc.go
/build/netbsd-current/tools/x86_64/amd64/bin/x86_64--netbsd-gcc -O2 
-fno-builtin-aligned_alloc -fno-builtin-calloc -fno-builtin-free 
-fno-builtin-malloc -fno-builtin-posix_memalign -fno-builtin-realloc 
-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 -Werror   -fPIE 
--sysroot=/build/netbsd-current/dest/amd64 -D_REENT -D_REENTRANT 
-I/build/netbsd-current/src_ro/lib/libbsdmalloc/../libc/include/  -c -DDEBUG 
-g /build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c -o malloc.go

/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c: In function 'botch':
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c:152:18: error: 
assignment discards 'const' qualifier from pointer target type 
[-Werror=discarded-qualifiers]

 152 |  iov[0].iov_base = "\nassertion botched: ";
 |  ^
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c:154:20: error: cast 
discards 'const' qualifier from pointer target type [-Werror=cast-qual]

 154 |  iov[1].iov_base = (void *)s;
 |^
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c:156:18: error: 
assignment discards 'const' qualifier from pointer target type 
[-Werror=discarded-qualifiers]

 156 |  iov[2].iov_base = "\n";
 |  ^
cc1: all warnings being treated as errors
*** Failed target: malloc.go
*** Failed commands:
${_MKTARGET_COMPILE}
=> @echo '#  ' "compile " libbsdmalloc/malloc.go
	${COMPILE.c} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}} 
${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} -g ${.IMPSRC} -o ${.TARGET}
	=> /build/netbsd-current/tools/x86_64/amd64/bin/x86_64--netbsd-gcc 
-O2 -fno-builtin-aligned_alloc -fno-builtin-calloc -fno-builtin-free 
-fno-builtin-malloc -fno-builtin-posix_memalign -fno-builtin-realloc 
-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 -Werror   -fPIE 
--sysroot=/build/netbsd-current/dest/amd64 -D_REENT -D_REENTRANT 
-I/build/netbsd-current/src_ro/lib/libbsdmalloc/../libc/include/  -c -DDEBUG 
-g /build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c -o malloc.go

*** [malloc.go] Error code 1
nbmake[7]: stopped in /build/netbsd-current/src_ro/lib/libbsdmalloc
1 error

++--+--+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses:|
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com|
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org  |
| & Network Engineer |  | pgoyett...@gmail.com |
++--+--+


++--+--+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses:|
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com|
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org  |
| & Network Engineer |  | pgoyett...@gmail.com |
++--+--+


Build failure for malloc stuff - amd64 HEAD

2023-07-04 Thread Paul Goyette
I'm seeing a repeatable error building from sources updated on 
2023-07-04 at 19:12:27 UTC


Here's the details (my mailer will probabl mess it up badly with line
breaks;  for original log see the attachment)

...
dependall ===> lib/libbsdmalloc
#   compile  libbsdmalloc/malloc.go
/build/netbsd-current/tools/x86_64/amd64/bin/x86_64--netbsd-gcc -O2 
-fno-builtin-aligned_alloc -fno-builtin-calloc -fno-builtin-free 
-fno-builtin-malloc -fno-builtin-posix_memalign -fno-builtin-realloc   
-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 -Werror   -fPIE
--sysroot=/build/netbsd-current/dest/amd64 -D_REENT -D_REENTRANT 
-I/build/netbsd-current/src_ro/lib/libbsdmalloc/../libc/include/  -c -DDEBUG
-g /build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c -o malloc.go
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c: In function 'botch':
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c:152:18: error: 
assignment discards 'const' qualifier from pointer target type 
[-Werror=discarded-qualifiers]
  152 |  iov[0].iov_base = "\nassertion botched: ";
  |  ^
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c:154:20: error: cast 
discards 'const' qualifier from pointer target type [-Werror=cast-qual]
  154 |  iov[1].iov_base = (void *)s;
  |^
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c:156:18: error: 
assignment discards 'const' qualifier from pointer target type 
[-Werror=discarded-qualifiers]
  156 |  iov[2].iov_base = "\n";
  |  ^
cc1: all warnings being treated as errors
*** Failed target: malloc.go
*** Failed commands:
${_MKTARGET_COMPILE}
=> @echo '#  ' "compile " libbsdmalloc/malloc.go
${COMPILE.c} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}} 
${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} -g ${.IMPSRC} -o ${.TARGET}
=> /build/netbsd-current/tools/x86_64/amd64/bin/x86_64--netbsd-gcc -O2 
-fno-builtin-aligned_alloc -fno-builtin-calloc -fno-builtin-free 
-fno-builtin-malloc -fno-builtin-posix_memalign -fno-builtin-realloc   -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 -Werror   -fPIE--sysroot=/build/netbsd-current/dest/amd64 
-D_REENT -D_REENTRANT 
-I/build/netbsd-current/src_ro/lib/libbsdmalloc/../libc/include/  -c -DDEBUG-g 
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c -o malloc.go
*** [malloc.go] Error code 1
nbmake[7]: stopped in /build/netbsd-current/src_ro/lib/libbsdmalloc
1 error

++--+--+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses:|
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com|
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org  |
| & Network Engineer |  | pgoyett...@gmail.com |
++--+--+...
dependall ===> lib/libbsdmalloc
#   compile  libbsdmalloc/malloc.go
/build/netbsd-current/tools/x86_64/amd64/bin/x86_64--netbsd-gcc -O2 
-fno-builtin-aligned_alloc -fno-builtin-calloc -fno-builtin-free 
-fno-builtin-malloc -fno-builtin-posix_memalign -fno-builtin-realloc   
-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 -Werror   -fPIE
--sysroot=/build/netbsd-current/dest/amd64 -D_REENT -D_REENTRANT 
-I/build/netbsd-current/src_ro/lib/libbsdmalloc/../libc/include/  -c -DDEBUG
-g /build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c -o malloc.go
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c: In function 'botch':
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c:152:18: error: 
assignment discards 'const' qualifier from pointer target type 
[-Werror=discarded-qualifiers]
  152 |  iov[0].iov_base = "\nassertion botched: ";
  |  ^
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c:154:20: error: cast 
discards 'const' qualifier from pointer target type [-Werror=cast-qual]
  154 |  iov[1].iov_base = (void *)s;
  |^
/build/netbsd-current/src_ro/lib/libbsdmalloc/malloc.c:156:18: error: 
assignment discards 'const' qualifier from pointer target type 
[-Werror=discarded-qualifiers]
  156 |  iov[2].iov_base = "\n";
  |  ^
cc1: all warnings being treated as errors
*** Failed target: malloc.go
*** Failed commands:
${_MKTARGET_COM

Automated report: NetBSD-current/i386 test failure

2023-07-04 Thread NetBSD Test Fixture
This is an automatically generated notice of new failures of the
NetBSD test suite.

The newly failing test cases are:

fs/ffs/t_clearquota:clear_be_1_both
fs/ffs/t_clearquota:clear_be_1_both_log
fs/ffs/t_clearquota:clear_be_1_group
fs/ffs/t_clearquota:clear_be_1_user
fs/ffs/t_clearquota:clear_be_2_both
fs/ffs/t_clearquota:clear_be_2_both_log
fs/ffs/t_clearquota:clear_be_2_group
fs/ffs/t_clearquota:clear_be_2_user
fs/ffs/t_clearquota:clear_le_1_both
fs/ffs/t_clearquota:clear_le_1_both_log
fs/ffs/t_clearquota:clear_le_1_group
fs/ffs/t_clearquota:clear_le_1_user
fs/ffs/t_clearquota:clear_le_2_both
fs/ffs/t_clearquota:clear_le_2_both_log
fs/ffs/t_clearquota:clear_le_2_group
fs/ffs/t_clearquota:clear_le_2_user
fs/ffs/t_getquota:get_be_1_both
fs/ffs/t_getquota:get_be_1_group
fs/ffs/t_getquota:get_be_1_user
fs/ffs/t_getquota:get_be_2_both
fs/ffs/t_getquota:get_be_2_group
fs/ffs/t_getquota:get_be_2_user
fs/ffs/t_getquota:get_le_1_both
fs/ffs/t_getquota:get_le_1_group
fs/ffs/t_getquota:get_le_1_user
fs/ffs/t_getquota:get_le_2_both
fs/ffs/t_getquota:get_le_2_group
fs/ffs/t_getquota:get_le_2_user
fs/ffs/t_miscquota:default_deny_user
fs/ffs/t_miscquota:default_deny_user_big
fs/ffs/t_miscquota:log_unlink
fs/ffs/t_miscquota:log_unlink_remount
fs/ffs/t_miscquota:npsnapshot_unconf_user
fs/ffs/t_miscquota:npsnapshot_user
fs/ffs/t_miscquota:psnapshot_unconf_user
fs/ffs/t_miscquota:psnapshot_user
fs/ffs/t_miscquota:walk_list_user
fs/ffs/t_quotalimit:herit_defq_le_1_group
fs/ffs/t_quotalimit:herit_defq_le_1_group_log
fs/ffs/t_quotalimit:herit_defq_le_1_user
fs/ffs/t_quotalimit:herit_defq_le_1_user_log
fs/ffs/t_quotalimit:herit_idefq_le_1_group_log
fs/ffs/t_quotalimit:herit_idefq_le_1_user_log
fs/ffs/t_quotalimit:inolimit_le_1_group
fs/ffs/t_quotalimit:inolimit_le_1_group_log
fs/ffs/t_quotalimit:inolimit_le_1_user
fs/ffs/t_quotalimit:inolimit_le_1_user_log
fs/ffs/t_quotalimit:limit_le_1_group
fs/ffs/t_quotalimit:limit_le_1_group_log
fs/ffs/t_quotalimit:limit_le_1_user
fs/ffs/t_quotalimit:limit_le_1_user_log
fs/ffs/t_quotalimit:sinolimit_le_1_group
fs/ffs/t_quotalimit:sinolimit_le_1_user
fs/ffs/t_quotalimit:slimit_le_1_group
fs/ffs/t_quotalimit:slimit_le_1_user
fs/ffs/t_setquota:set_be_1_both
fs/ffs/t_setquota:set_be_1_group
fs/ffs/t_setquota:set_be_1_user
fs/ffs/t_setquota:set_be_2_both
fs/ffs/t_setquota:set_be_2_group
fs/ffs/t_setquota:set_be_2_user
fs/ffs/t_setquota:set_default_be_1_both
fs/ffs/t_setquota:set_default_be_1_group
fs/ffs/t_setquota:set_default_be_1_user
fs/ffs/t_setquota:set_default_be_2_both
fs/ffs/t_setquota:set_default_be_2_group
fs/ffs/t_setquota:set_default_be_2_user
fs/ffs/t_setquota:set_default_le_1_both
fs/ffs/t_setquota:set_default_le_1_group
fs/ffs/t_setquota:set_default_le_1_user
fs/ffs/t_setquota:set_default_le_2_both
fs/ffs/t_setquota:set_default_le_2_group
fs/ffs/t_setquota:set_default_le_2_user
fs/ffs/t_setquota:set_le_1_both
fs/ffs/t_setquota:set_le_1_group
fs/ffs/t_setquota:set_le_1_user
fs/ffs/t_setquota:set_le_2_both
fs/ffs/t_setquota:set_le_2_group
fs/ffs/t_setquota:set_le_2_user
fs/ffs/t_setquota:set_new_be_1_both
fs/ffs/t_setquota:set_new_be_1_both_log
fs/ffs/t_setquota:set_new_be_1_group
fs/ffs/t_setquota:set_new_be_1_user
fs/ffs/t_setquota:set_new_be_2_both
fs/ffs/t_setquota:set_new_be_2_both_log
fs/ffs/t_setquota:set_new_be_2_group
fs/ffs/t_setquota:set_new_be_2_user
fs/ffs/t_setquota:set_new_le_1_both
fs/ffs/t_setquota:set_new_le_1_both_log
fs/ffs/t_setquota:set_new_le_1_group
fs/ffs/t_setquota:set_new_le_1_user
fs/ffs/t_setquota:set_new_le_2_both
fs/ffs/t_setquota:set_new_le_2_both_log
fs/ffs/t_setquota:set_new_le_2_group
fs/ffs/t_setquota:set_new_le_2_user
sbin/fsck_ffs/t_check_quotas:corrupt_list_be_1
sbin/fsck_ffs/t_check_quotas:corrupt_list_be_2
sbin/fsck_ffs/t_check_quotas:corrupt_list_le_1
sbin/fsck_ffs/t_check_quotas:corrupt_list_le_2
sbin/fsck_ffs/t_check_quotas:expand1_list_be_1
and 39 more.

The above tests failed in each of the last 4 test runs, and passed in
at least 26 consecutive runs before that.

The following commits were made between the last successful test and
the first failed test:

2023.07.04.15.06.28 riastradh src/external/bsd/jemalloc/dist/src/jemalloc.c 
1.11
2023.07.04.15.06.36 riastradh src/tests/lib/libc/stdlib/Makefile 1.34
2023.07.04.15.06.36 riastradh src/tests/lib/libc/stdlib/t_posix_memalign.c 
1.6
2023.07.04.15.08.55 riastradh src/lib/libbsdmalloc/Makefile 1.5
2023.07.04.15.08.55 riastradh src/lib/libbsdmalloc/malloc.c 1.3
2023.07.04.15.09.04 riastradh src/lib/libbsdmalloc/malloc.c 1.4

Logs can be found at:


http://releng.Ne