TB --- 2011-04-28 20:03:30 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2011-04-28 20:03:30 - starting RELENG_8 tinderbox run for arm/arm TB --- 2011-04-28 20:03:30 - cleaning the object tree TB --- 2011-04-28 20:03:37 - cvsupping the source tree TB --- 2011-04-28 20:03:37 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8/arm/arm/supfile TB --- 2011-04-28 20:04:20 - building world TB --- 2011-04-28 20:04:20 - MAKEOBJDIRPREFIX=/obj TB --- 2011-04-28 20:04:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-04-28 20:04:20 - TARGET=arm TB --- 2011-04-28 20:04:20 - TARGET_ARCH=arm TB --- 2011-04-28 20:04:20 - TZ=UTC TB --- 2011-04-28 20:04:20 - __MAKE_CONF=/dev/null TB --- 2011-04-28 20:04:20 - cd /src TB --- 2011-04-28 20:04:20 - /usr/bin/make -B buildworld>>> World build started on Thu Apr 28 20:04:21 UTC 2011 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything[...] gzip -cn /src/usr.sbin/uhsoctl/uhsoctl.1 > uhsoctl.1.gz ===> usr.sbin/usbdump (all) cc -O -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/usr.sbin/usbdump/usbdump.c cc1: warnings being treated as errors /src/usr.sbin/usbdump/usbdump.c: In function 'print_apacket': /src/usr.sbin/usbdump/usbdump.c:353: warning: cast increases required alignment of target type /src/usr.sbin/usbdump/usbdump.c: In function 'print_packets': /src/usr.sbin/usbdump/usbdump.c:399: warning: cast increases required alignment of target type *** Error code 1 Stop in /src/usr.sbin/usbdump. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-04-28 21:06:31 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-04-28 21:06:31 - ERROR: failed to build world TB --- 2011-04-28 21:06:31 - 2417.55 user 410.77 system 3780.77 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-arm-arm.full
On Thu, Apr 28, 2011 at 09:06:32PM +0000, FreeBSD Tinderbox wrote:> ===> usr.sbin/usbdump (all) > cc -O -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/usr.sbin/usbdump/usbdump.c > cc1: warnings being treated as errors > /src/usr.sbin/usbdump/usbdump.c: In function 'print_apacket': > /src/usr.sbin/usbdump/usbdump.c:353: warning: cast increases required alignment of target type > /src/usr.sbin/usbdump/usbdump.c: In function 'print_packets': > /src/usr.sbin/usbdump/usbdump.c:399: warning: cast increases required alignment of target type > *** Error code 1 > > Stop in /src/usr.sbin/usbdump. > *** Error code 1CC'ing hselasky and thompsa for review of this. For failure logs (so far ia64 and arm), please see end of this page: http://lists.freebsd.org/pipermail/freebsd-stable/2011-April/thread.html Commit question is revision 1.6.2.2 to RELENG_8: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/usbdump/usbdump.c Relevant code bits: 290: static void 291: print_apacket(const struct bpf_xhdr *hdr, const uint8_t *ptr, int ptr_len) 292: { ... 349: const struct usbpf_framehdr *uf; ... 353: uf = (const struct usbpf_framehdr *)ptr; -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP 4BD6C0CB |