Re: stable/11 build fails @r306629; I suspect r306609

2016-10-03 Thread Rick Macklem
Sorry, I forgot that the userland commits were needed as soon as the kernel

commit went in. I have just done the userland commits and things should be

fixed now. (I don't know what r305146 is, but I don't think it is related to 
this.)


Again, sorry for breaking the build, rick


From: owner-freebsd-sta...@freebsd.org <owner-freebsd-sta...@freebsd.org> on 
behalf of Konstantin Belousov <kostik...@gmail.com>
Sent: Monday, October 3, 2016 7:54:09 AM
To: David Wolfskill; sta...@freebsd.org; Rick Macklem
Subject: Re: stable/11 build fails @r306629; I suspect r306609

On Mon, Oct 03, 2016 at 04:29:01AM -0700, David Wolfskill wrote:
> This is for a src-based in-place upgrade of stable/11 (amd64) from
> r306576 to r306629; both my laptop and build machine show errors,
> starting with:
>
> ...
> >>> stage 4.3: building everything
> ...
> --- all_subdir_usr.bin ---
> --- all_subdir_usr.bin/nfsstat ---
> --- nfsstat.o ---
> /usr/src/usr.bin/nfsstat/nfsstat.c:301:4: error: array index 72 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_SYMLINK],
> ^  ~~~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:302:4: error: array index 73 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_MKDIR],
> ^  ~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:303:4: error: array index 74 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_RMDIR],
> ^  ~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:305:4: error: array index 75 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_READDIRPLUS],
> ^  ~~~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:310:4: error: array index 76 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_MKNOD],
> ^  ~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:311:4: error: array index 77 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_FSSTAT],
> ^  ~~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:312:4: error: array index 78 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_FSINFO],
> ^  ~~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:313:4: error: array index 79 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_PATHCONF],
> ^  
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:544:7: error: array index 80 is past the 
> end of the array (which contains 49 elements) [

Re: stable/11 build fails @r306629; I suspect r306609

2016-10-03 Thread Konstantin Belousov
On Mon, Oct 03, 2016 at 04:29:01AM -0700, David Wolfskill wrote:
> This is for a src-based in-place upgrade of stable/11 (amd64) from
> r306576 to r306629; both my laptop and build machine show errors,
> starting with:
> 
> ...
> >>> stage 4.3: building everything
> ...
> --- all_subdir_usr.bin ---
> --- all_subdir_usr.bin/nfsstat ---
> --- nfsstat.o ---
> /usr/src/usr.bin/nfsstat/nfsstat.c:301:4: error: array index 72 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_SYMLINK],
> ^  ~~~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:302:4: error: array index 73 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_MKDIR],
> ^  ~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:303:4: error: array index 74 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_RMDIR],
> ^  ~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:305:4: error: array index 75 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_READDIRPLUS],
> ^  ~~~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:310:4: error: array index 76 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_MKNOD],
> ^  ~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:311:4: error: array index 77 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_FSSTAT],
> ^  ~~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:312:4: error: array index 78 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_FSINFO],
> ^  ~~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:313:4: error: array index 79 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_PATHCONF],
> ^  
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:544:7: error: array index 80 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_V3CREATE],
> ^  
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:554:7: error: array index 72 is past the 
> end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
> ext_nfsstats.srvrpccnt[NFSV4OP_SYMLINK],
> ^  ~~~
> /usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
> 'srvrpccnt' declared here
> int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
> ^
> /usr/src/usr.bin/nfsstat/nfsstat.c:555:7: error: array index 73 is past the 
> 

stable/11 build fails @r306629; I suspect r306609

2016-10-03 Thread David Wolfskill
This is for a src-based in-place upgrade of stable/11 (amd64) from
r306576 to r306629; both my laptop and build machine show errors,
starting with:

...
>>> stage 4.3: building everything
...
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/nfsstat ---
--- nfsstat.o ---
/usr/src/usr.bin/nfsstat/nfsstat.c:301:4: error: array index 72 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_SYMLINK],
^  ~~~
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
'srvrpccnt' declared here
int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
^
/usr/src/usr.bin/nfsstat/nfsstat.c:302:4: error: array index 73 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_MKDIR],
^  ~
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
'srvrpccnt' declared here
int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
^
/usr/src/usr.bin/nfsstat/nfsstat.c:303:4: error: array index 74 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_RMDIR],
^  ~
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
'srvrpccnt' declared here
int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
^
/usr/src/usr.bin/nfsstat/nfsstat.c:305:4: error: array index 75 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_READDIRPLUS],
^  ~~~
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
'srvrpccnt' declared here
int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
^
/usr/src/usr.bin/nfsstat/nfsstat.c:310:4: error: array index 76 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_MKNOD],
^  ~
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
'srvrpccnt' declared here
int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
^
/usr/src/usr.bin/nfsstat/nfsstat.c:311:4: error: array index 77 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_FSSTAT],
^  ~~
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
'srvrpccnt' declared here
int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
^
/usr/src/usr.bin/nfsstat/nfsstat.c:312:4: error: array index 78 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_FSINFO],
^  ~~
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
'srvrpccnt' declared here
int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
^
/usr/src/usr.bin/nfsstat/nfsstat.c:313:4: error: array index 79 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_PATHCONF],
^  
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
'srvrpccnt' declared here
int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
^
/usr/src/usr.bin/nfsstat/nfsstat.c:544:7: error: array index 80 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_V3CREATE],
^  
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
'srvrpccnt' declared here
int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
^
/usr/src/usr.bin/nfsstat/nfsstat.c:554:7: error: array index 72 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_SYMLINK],
^  ~~~
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 
'srvrpccnt' declared here
int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
^
/usr/src/usr.bin/nfsstat/nfsstat.c:555:7: error: array index 73 is past the end 
of the array (which contains 49 elements) [-Werror,-Warray-bounds]
ext_nfsstats.srvrpccnt[NFSV4OP_MKDIR],
^  ~
/usr/obj/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: