From owner-freebsd-i386@freebsd.org Fri Jan 15 06:46:14 2016 Return-Path: Delivered-To: freebsd-i386@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 95F2EA833CB; Fri, 15 Jan 2016 06:46:14 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from mr11p00im-asmtp002.me.com (mr11p00im-asmtp002.me.com [17.110.69.253]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 801E7161E; Fri, 15 Jan 2016 06:46:05 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from [192.168.1.4] (c-24-6-178-251.hsd1.ca.comcast.net [24.6.178.251]) by mr11p00im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) with ESMTPSA id <0O0Z00HICESRI120@mr11p00im-asmtp002.me.com>; Fri, 15 Jan 2016 06:46:04 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-01-15_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1601150124 User-Agent: Microsoft-MacOutlook/0.0.0.151217 Date: Thu, 14 Jan 2016 22:46:01 -0800 Subject: Re: FreeBSD_STABLE_10-i386 - Build #836 - Still Failing From: Ravi Pokala Sender: "Pokala, Ravi" To: jenkins-admin@FreeBSD.org, rpokala@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org, sbruno@freebsd.org Message-id: Thread-topic: FreeBSD_STABLE_10-i386 - Build #836 - Still Failing References: <1362787549.35.1452831126136.JavaMail.jenkins@jenkins-9.freebsd.org> <141703691.37.1452838530285.JavaMail.jenkins@jenkins-9.freebsd.org> In-reply-to: <141703691.37.1452838530285.JavaMail.jenkins@jenkins-9.freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2016 06:46:14 -0000 Fascinating. The build is failing in ix(4), which was not touched by my change. I suspect the actual problem is with r294061, which was a backport of ix(4). Sean? -Ravi -----Original Message----- From: Date: 2016-01-14, Thursday at 22:14 To: , , , Subject: FreeBSD_STABLE_10-i386 - Build #836 - Still Failing >FreeBSD_STABLE_10-i386 - Build #836 - Still Failing: > >Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/836/ >Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/836/changes >Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/836/console > >Change summaries: > >294070 by rpokala: >[PR 206219] Kernel panic from lagg_ioctl and lagg_port_ioctl > >r287723 removed some cleanup from lagg(4), which leads to panics when >changing configuration. Restore the spirit of the code which was removed. >This issue has been refactored out of existence in -HEAD, so this patch is >directly against stable/10. > >PR: 206219 >Submitted by: Fred Lewis < flewis @ panasas.com > >Reviewed by: hiren, Daniel O'Connor < darius @ dons.net.au > >Approved by: jhb >Sponsored by: Panasas, Inc. >Differential Revision: https://reviews.freebsd.org/D4929 > >--- all_subdir_ix --- > > >The end of the build log: > >... >--- all_subdir_ix --- >/usr/src/sys/modules/ix/../../dev/ixgbe/if_ix.c:2701:21: error: implicit conversion from 'unsigned long long' to 'u_long' (aka 'unsigned long') changes value from 10000000000 to 1410065408 [-Werror,-Wconstant-conversion] > ifp->if_baudrate = IF_Gbps(10); > ~ ^~~~~~~~~~~ >@/net/if.h:187:21: note: expanded from macro 'IF_Gbps' >#define IF_Gbps(x) (IF_Mbps((x) * 1000)) /* gigabits/sec. */ > ^~~~~~~~~~~~~~~~~~~ >@/net/if.h:186:21: note: expanded from macro 'IF_Mbps' >#define IF_Mbps(x) (IF_Kbps((x) * 1000)) /* megabits/sec. */ > ^~~~~~~~~~~~~~~~~~~ >@/net/if.h:185:36: note: expanded from macro 'IF_Kbps' >#define IF_Kbps(x) ((uintmax_t)(x) * 1000) /* kilobits/sec. */ > ~~~~~~~~~~~~~~~^~~~~~ >... >--- all_subdir_ix --- >1 error generated. >*** [if_ix.o] Error code 1 > >make[4]: stopped in /usr/src/sys/modules/ix >1 error > >make[4]: stopped in /usr/src/sys/modules/ix >*** [all_subdir_ix] Error code 2