From owner-freebsd-stable@freebsd.org Mon Oct 3 11:29:08 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A80F1AC65C3 for ; Mon, 3 Oct 2016 11:29:08 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 92F95F37 for ; Mon, 3 Oct 2016 11:29:08 +0000 (UTC) (envelope-from david@catwhisker.org) Received: by mailman.ysv.freebsd.org (Postfix) id 92545AC65C2; Mon, 3 Oct 2016 11:29:08 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91F78AC65C0 for ; Mon, 3 Oct 2016 11:29:08 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43E83F36; Mon, 3 Oct 2016 11:29:07 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.15.2/8.15.2) with ESMTP id u93BT1Qp012791; Mon, 3 Oct 2016 11:29:01 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.15.2/8.15.2/Submit) id u93BT1ro012790; Mon, 3 Oct 2016 04:29:01 -0700 (PDT) (envelope-from david) Date: Mon, 3 Oct 2016 04:29:01 -0700 From: David Wolfskill To: stable@freebsd.org Cc: Rick Macklem Subject: stable/11 build fails @r306629; I suspect r306609 Message-ID: <20161003112901.GG1103@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , stable@freebsd.org, Rick Macklem MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9Iq5ULCa7nGtWwZS" Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 11:29:08 -0000 --9Iq5ULCa7nGtWwZS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: =2E.. >>> stage 4.3: building everything =2E.. --- 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 'srvrp= ccnt' 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 'srvrp= ccnt' 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 'srvrp= ccnt' 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 'srvrp= ccnt' 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 'srvrp= ccnt' 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 'srvrp= ccnt' 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 'srvrp= ccnt' 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 'srvrp= ccnt' 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 'srvrp= ccnt' 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 'srvrp= ccnt' 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: array 'srvrp= ccnt' declared here int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS]; ^ /usr/src/usr.bin/nfsstat/nfsstat.c:556:7: 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 'srvrp= ccnt' declared here int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS]; ^ /usr/src/usr.bin/nfsstat/nfsstat.c:558:7: 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 'srvrp= ccnt' declared here int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS]; ^ /usr/src/usr.bin/nfsstat/nfsstat.c:566:7: 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 'srvrp= ccnt' declared here int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS]; ^ /usr/src/usr.bin/nfsstat/nfsstat.c:567:7: error: array index 77 is past the= end of the array (which contains 49 elements) [-Werror,-Warray-bounds] =2E... Based on what I've seen in the past, I suspect that changes to a small number (e.g., 1) of files) didn't make it to the commit. Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who would murder in the name of God or prophet are blasphemous coward= s. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --9Iq5ULCa7nGtWwZS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJX8kD9XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4X2JYIAI0eWMogL1uBkRSMtzwplgd+ mMXjYTuu7BjfvzW3f57rkEZ6t6/efEX2swhIcugSlIZHJRSoYAN3KJNVmiUURXSg Ptu2Ue9LmJJCm88TcbIJCHGM+u4k/faw2Il5FHU0oS4jXzz62daKi41ku3t2fW6z 9zYY/8DRfQakzvKaG6GvbxKxwZwe2nKSL//B3/opqD4dhaF7ao/eQZD1YYSMSa+l NhTIFlGsTaXY+cuaAgvRt8pBvgFSw5oetzmuUHxF7rCnw8zOhTpwnS3MYHWc28N1 Gm/SebEEmuRtH9VReRbHH8F+RtUiz/GCq+CCk985xB7vtuMjIZ5SAQMLBTaWlY8= =8BYO -----END PGP SIGNATURE----- --9Iq5ULCa7nGtWwZS--