Date: Thu, 14 Jan 2016 22:46:01 -0800 From: Ravi Pokala <rpokala@mac.com> To: jenkins-admin@FreeBSD.org, rpokala@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org, sbruno@freebsd.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #836 - Still Failing Message-ID: <F34587F2-023A-46C0-8A64-BE6CA3BD89A7@panasas.com> In-Reply-To: <141703691.37.1452838530285.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1362787549.35.1452831126136.JavaMail.jenkins@jenkins-9.freebsd.org> <141703691.37.1452838530285.JavaMail.jenkins@jenkins-9.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <jenkins-admin@FreeBSD.org> Date: 2016-01-14, Thursday at 22:14 To: <rpokala@FreeBSD.org>, <jenkins-admin@FreeBSD.org>, <freebsd-stable@FreeBSD.org>, <freebsd-i386@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F34587F2-023A-46C0-8A64-BE6CA3BD89A7>