Re: disk devices speed is ugly
schrieb Alex Samorukov am 26.01.2012 14:52 (localtime): > Hi, > > I ported exfat fuse module to FreeBSD (PR 164473) and found that it > works much slower then on Linux. I found 2 reasons for this: > Thanks a lot! I saw the new port :-) Hope that someone can help you improove fusefs-kmod. I remember more porters were blaming FreeBSDs fusefs support making their work hard/impossible (TrueCrypt). Hopefully some kernel hacker will read and help... Best regards, -Harry > 1) FreeBSD kernel do not allow to have nonalignment access to device > with standard read/write commands. mmap to the entire disk > (/dev/da0s1) doesn`t work also (EINVAL). > > When its not a big deal for read requests, for write it becomes a real > issue - to write non-aligned data i need to read beginning and end of > the block. So in fact for one write request i can get 2 reads. > > 2) It seems that there is a very simple read caching on such devices > without write caching at all. It makes write performance enormously > slow. I found geom_cache module, but it provides only read optimization. > > > I decided to compare speed on Linux and FreeBSD and below are my > results. I used old USB flash drive to do the tests. > > Read Speed of 100Mb: > > Linux 3.0.0: 22.7 Mb/sec > FreeBSD: 10.22 Mb/sec > FreeBSD + gcache: 18.75 Mb/sec (!) > > Write speed of 100Mb file: > Linux: 90Mb/sec (cache, much higher then device speed) > FreeBSD: 0.52 Mb/sec (!) > FreeBSD + gcache: 0.52 Mb/sec > > As you could see write performance is enormously slow. May be we need > to create some geom provider for such caching or i am missing > something? I think, that other fuse modules like ntfs-3g and fuse-ext4 > having same issue. Also i found that fuse4bsd itself is non stable and > may crash the system without any visible reasons. > ___ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" signature.asc Description: OpenPGP digital signature
Re: disk devices speed is ugly
On 01/31/2012 11:19 AM, Harald Schmalzbauer wrote: schrieb Alex Samorukov am 26.01.2012 14:52 (localtime): Hi, I ported exfat fuse module to FreeBSD (PR 164473) and found that it works much slower then on Linux. I found 2 reasons for this: Thanks a lot! I saw the new port :-) Hope that someone can help you improove fusefs-kmod. I remember more porters were blaming FreeBSDs fusefs support making their work hard/impossible (TrueCrypt). Hopefully some kernel hacker will read and help... Thank you for comment. It is now mostly not about fuse itself, but about non-buffered raw device access. I really think that something like improved geom_cache should solve this. I`ll add soon updated version of the patch with [optional] libublio support. This improves performance a lot. Read speed is comparable with Linux (about 20 Mb/sec on my old USB) and write is much faster aw well (but not so good as in Linux and with a lot read requests for align). Also i contacted upstream about unaligned writes and he told that it is in his todo list, but probably after 1.0.0 version, because it will require a lot of changes in the code. Also i found a libexfat bug in a fat time handling and creating patch to use freebsd code for this instead. So if you are using exfat any testing and comments are welcome. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
[releng_8 tinderbox] failure on sparc64/sparc64
TB --- 2012-01-31 13:35:13 - tinderbox 2.8 running on freebsd-legacy2.sentex.ca TB --- 2012-01-31 13:35:13 - starting RELENG_8 tinderbox run for sparc64/sparc64 TB --- 2012-01-31 13:35:13 - mkdir /tinderbox/RELENG_8/sparc64 TB --- 2012-01-31 13:35:13 - mkdir /tinderbox/RELENG_8/sparc64/sparc64 TB --- 2012-01-31 13:35:13 - cleaning the object tree TB --- 2012-01-31 13:35:13 - cvsupping the source tree TB --- 2012-01-31 13:35:13 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8/sparc64/sparc64/supfile TB --- 2012-01-31 13:38:43 - building world TB --- 2012-01-31 13:38:43 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 13:38:43 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 13:38:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 13:38:43 - SRCCONF=/dev/null TB --- 2012-01-31 13:38:43 - TARGET=sparc64 TB --- 2012-01-31 13:38:43 - TARGET_ARCH=sparc64 TB --- 2012-01-31 13:38:43 - TZ=UTC TB --- 2012-01-31 13:38:43 - __MAKE_CONF=/dev/null TB --- 2012-01-31 13:38:43 - cd /src TB --- 2012-01-31 13:38:43 - /usr/bin/make -B buildworld >>> World build started on Tue Jan 31 13:38:43 UTC 2012 >>> 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 >>> World build completed on Tue Jan 31 14:20:07 UTC 2012 TB --- 2012-01-31 14:20:07 - generating LINT kernel config TB --- 2012-01-31 14:20:07 - cd /src/sys/sparc64/conf TB --- 2012-01-31 14:20:07 - /usr/bin/make -B LINT TB --- 2012-01-31 14:20:07 - cd /src/sys/sparc64/conf TB --- 2012-01-31 14:20:07 - /usr/sbin/config -m LINT TB --- 2012-01-31 14:20:07 - building LINT kernel TB --- 2012-01-31 14:20:07 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 14:20:07 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 14:20:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 14:20:07 - SRCCONF=/dev/null TB --- 2012-01-31 14:20:07 - TARGET=sparc64 TB --- 2012-01-31 14:20:07 - TARGET_ARCH=sparc64 TB --- 2012-01-31 14:20:07 - TZ=UTC TB --- 2012-01-31 14:20:07 - __MAKE_CONF=/dev/null TB --- 2012-01-31 14:20:07 - cd /src TB --- 2012-01-31 14:20:07 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jan 31 14:20:07 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Tue Jan 31 14:33:50 UTC 2012 TB --- 2012-01-31 14:33:50 - cd /src/sys/sparc64/conf TB --- 2012-01-31 14:33:50 - /usr/sbin/config -m GENERIC TB --- 2012-01-31 14:33:50 - building GENERIC kernel TB --- 2012-01-31 14:33:50 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 14:33:50 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 14:33:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 14:33:50 - SRCCONF=/dev/null TB --- 2012-01-31 14:33:50 - TARGET=sparc64 TB --- 2012-01-31 14:33:50 - TARGET_ARCH=sparc64 TB --- 2012-01-31 14:33:50 - TZ=UTC TB --- 2012-01-31 14:33:50 - __MAKE_CONF=/dev/null TB --- 2012-01-31 14:33:50 - cd /src TB --- 2012-01-31 14:33:50 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Tue Jan 31 14:33:50 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/sparc64/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/obj/sparc64/src/sys/GENERIC -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /src/sys/modules/cam/../../cam/ata/ata_all.c cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/sparc64/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/obj/sparc64/src/sys/GENERIC -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /src/sys/modules/cam/../../cam/ata/ata_xpt.c cc -O2 -pipe -fno-
[releng_8_1 tinderbox] failure on mips/mips
TB --- 2012-01-31 15:20:27 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-01-31 15:20:27 - starting RELENG_8_1 tinderbox run for mips/mips TB --- 2012-01-31 15:20:27 - cleaning the object tree TB --- 2012-01-31 15:20:50 - cvsupping the source tree TB --- 2012-01-31 15:20:50 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_1/mips/mips/supfile TB --- 2012-01-31 15:26:16 - building world TB --- 2012-01-31 15:26:16 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 15:26:16 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 15:26:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 15:26:16 - SRCCONF=/dev/null TB --- 2012-01-31 15:26:16 - TARGET=mips TB --- 2012-01-31 15:26:16 - TARGET_ARCH=mips TB --- 2012-01-31 15:26:16 - TZ=UTC TB --- 2012-01-31 15:26:16 - __MAKE_CONF=/dev/null TB --- 2012-01-31 15:26:16 - cd /src TB --- 2012-01-31 15:26:16 - /usr/bin/make -B buildworld >>> World build started on Tue Jan 31 15:26:17 UTC 2012 >>> 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 >>> World build completed on Tue Jan 31 16:02:37 UTC 2012 TB --- 2012-01-31 16:02:37 - cd /src/sys/mips/conf TB --- 2012-01-31 16:02:37 - /usr/sbin/config -m ADM5120 TB --- 2012-01-31 16:02:37 - building ADM5120 kernel TB --- 2012-01-31 16:02:37 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 16:02:37 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 16:02:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 16:02:37 - SRCCONF=/dev/null TB --- 2012-01-31 16:02:37 - TARGET=mips TB --- 2012-01-31 16:02:37 - TARGET_ARCH=mips TB --- 2012-01-31 16:02:37 - TZ=UTC TB --- 2012-01-31 16:02:37 - __MAKE_CONF=/dev/null TB --- 2012-01-31 16:02:37 - cd /src TB --- 2012-01-31 16:02:37 - /usr/bin/make -B buildkernel KERNCONF=ADM5120 >>> Kernel build for ADM5120 started on Tue Jan 31 16:02:37 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for ADM5120 completed on Tue Jan 31 16:03:48 UTC 2012 TB --- 2012-01-31 16:03:48 - cd /src/sys/mips/conf TB --- 2012-01-31 16:03:48 - /usr/sbin/config -m IDT TB --- 2012-01-31 16:03:49 - building IDT kernel TB --- 2012-01-31 16:03:49 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 16:03:49 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 16:03:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 16:03:49 - SRCCONF=/dev/null TB --- 2012-01-31 16:03:49 - TARGET=mips TB --- 2012-01-31 16:03:49 - TARGET_ARCH=mips TB --- 2012-01-31 16:03:49 - TZ=UTC TB --- 2012-01-31 16:03:49 - __MAKE_CONF=/dev/null TB --- 2012-01-31 16:03:49 - cd /src TB --- 2012-01-31 16:03:49 - /usr/bin/make -B buildkernel KERNCONF=IDT >>> Kernel build for IDT started on Tue Jan 31 16:03:49 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for IDT completed on Tue Jan 31 16:05:24 UTC 2012 TB --- 2012-01-31 16:05:24 - cd /src/sys/mips/conf TB --- 2012-01-31 16:05:24 - /usr/sbin/config -m MALTA TB --- 2012-01-31 16:05:24 - building MALTA kernel TB --- 2012-01-31 16:05:24 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 16:05:24 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 16:05:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 16:05:24 - SRCCONF=/dev/null TB --- 2012-01-31 16:05:24 - TARGET=mips TB --- 2012-01-31 16:05:24 - TARGET_ARCH=mips TB --- 2012-01-31 16:05:24 - TZ=UTC TB --- 2012-01-31 16:05:24 - __MAKE_CONF=/dev/null TB --- 2012-01-31 16:05:24 - cd /src TB --- 2012-01-31 16:05:24 - /usr/bin/make -B buildkernel KERNCONF=MALTA >>> Kernel build for MALTA started on Tue Jan 31 16:05:24 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for MALTA completed on Tue Jan 31 16:06:52 UTC 2012 TB --- 2012-01-31 16:06:52 - cd /src/sys/mips/conf TB --- 2012-01-31 16:06:52 - /usr/sbin/config -m QEMU TB --- 2012-01-31 16:06:52 - building QEMU kernel TB --- 2012-01-31 16:06:52 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 16:06:52 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 16:06:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 16:06:52 - SRCCONF=/dev/null TB --- 2012-01-31 16:06:52 - TARGET=mips TB --- 2012-01-31 16:06:52 - TARGET_ARCH=mips TB --- 2012-01-31 16:06:52 - TZ=UTC TB --- 2012-01-31 16:06:52 - __MAKE_CONF=/dev/null TB ---
[releng_8_2 tinderbox] failure on mips/mips
TB --- 2012-01-31 17:44:12 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-01-31 17:44:12 - starting RELENG_8_2 tinderbox run for mips/mips TB --- 2012-01-31 17:44:12 - cleaning the object tree TB --- 2012-01-31 17:44:12 - cvsupping the source tree TB --- 2012-01-31 17:44:12 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_2/mips/mips/supfile TB --- 2012-01-31 17:45:56 - building world TB --- 2012-01-31 17:45:56 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 17:45:56 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 17:45:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 17:45:56 - SRCCONF=/dev/null TB --- 2012-01-31 17:45:56 - TARGET=mips TB --- 2012-01-31 17:45:56 - TARGET_ARCH=mips TB --- 2012-01-31 17:45:56 - TZ=UTC TB --- 2012-01-31 17:45:56 - __MAKE_CONF=/dev/null TB --- 2012-01-31 17:45:56 - cd /src TB --- 2012-01-31 17:45:56 - /usr/bin/make -B buildworld >>> World build started on Tue Jan 31 17:45:56 UTC 2012 >>> 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 >>> World build completed on Tue Jan 31 18:22:11 UTC 2012 TB --- 2012-01-31 18:22:12 - cd /src/sys/mips/conf TB --- 2012-01-31 18:22:12 - /usr/sbin/config -m ADM5120 TB --- 2012-01-31 18:22:12 - building ADM5120 kernel TB --- 2012-01-31 18:22:12 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 18:22:12 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 18:22:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 18:22:12 - SRCCONF=/dev/null TB --- 2012-01-31 18:22:12 - TARGET=mips TB --- 2012-01-31 18:22:12 - TARGET_ARCH=mips TB --- 2012-01-31 18:22:12 - TZ=UTC TB --- 2012-01-31 18:22:12 - __MAKE_CONF=/dev/null TB --- 2012-01-31 18:22:12 - cd /src TB --- 2012-01-31 18:22:12 - /usr/bin/make -B buildkernel KERNCONF=ADM5120 >>> Kernel build for ADM5120 started on Tue Jan 31 18:22:12 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for ADM5120 completed on Tue Jan 31 18:23:24 UTC 2012 TB --- 2012-01-31 18:23:24 - cd /src/sys/mips/conf TB --- 2012-01-31 18:23:24 - /usr/sbin/config -m ALCHEMY TB --- 2012-01-31 18:23:24 - building ALCHEMY kernel TB --- 2012-01-31 18:23:24 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 18:23:24 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 18:23:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 18:23:24 - SRCCONF=/dev/null TB --- 2012-01-31 18:23:24 - TARGET=mips TB --- 2012-01-31 18:23:24 - TARGET_ARCH=mips TB --- 2012-01-31 18:23:24 - TZ=UTC TB --- 2012-01-31 18:23:24 - __MAKE_CONF=/dev/null TB --- 2012-01-31 18:23:24 - cd /src TB --- 2012-01-31 18:23:24 - /usr/bin/make -B buildkernel KERNCONF=ALCHEMY >>> Kernel build for ALCHEMY started on Tue Jan 31 18:23:24 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1000 --param large-function-growth=10 -EL -fno-pic -mno-abicalls -G0 -EL -march=mips32 -msoft-float -mno-dsp -ffreestanding -Werror /src/sys/libkern/ucmpdi2.c cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1000 --param large-function-growth=10 -EL -fno-pic -mno-abicalls -G0 -EL -march=mips32 -msoft-float -mno-dsp -ffreestanding -Werror /src/sys/libkern/udivdi3.c cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1000 --param large-function-growth=10 -EL -fno-pic -mno-abicalls -G0 -EL -march=mips32 -msoft-float -mno-dsp -ffreestanding -Werror /src/sys/libkern/umod
[releng_8_2 tinderbox] failure on powerpc/powerpc
TB --- 2012-01-31 18:03:07 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-01-31 18:03:07 - starting RELENG_8_2 tinderbox run for powerpc/powerpc TB --- 2012-01-31 18:03:07 - cleaning the object tree TB --- 2012-01-31 18:03:07 - cvsupping the source tree TB --- 2012-01-31 18:03:07 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_2/powerpc/powerpc/supfile TB --- 2012-01-31 18:03:22 - building world TB --- 2012-01-31 18:03:22 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 18:03:22 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 18:03:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 18:03:22 - SRCCONF=/dev/null TB --- 2012-01-31 18:03:22 - TARGET=powerpc TB --- 2012-01-31 18:03:22 - TARGET_ARCH=powerpc TB --- 2012-01-31 18:03:22 - TZ=UTC TB --- 2012-01-31 18:03:22 - __MAKE_CONF=/dev/null TB --- 2012-01-31 18:03:22 - cd /src TB --- 2012-01-31 18:03:22 - /usr/bin/make -B buildworld >>> World build started on Tue Jan 31 18:03:22 UTC 2012 >>> 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 >>> World build completed on Tue Jan 31 18:49:28 UTC 2012 TB --- 2012-01-31 18:49:28 - generating LINT kernel config TB --- 2012-01-31 18:49:28 - cd /src/sys/powerpc/conf TB --- 2012-01-31 18:49:28 - /usr/bin/make -B LINT TB --- 2012-01-31 18:49:28 - cd /src/sys/powerpc/conf TB --- 2012-01-31 18:49:28 - /usr/sbin/config -m LINT TB --- 2012-01-31 18:49:28 - building LINT kernel TB --- 2012-01-31 18:49:28 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 18:49:28 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 18:49:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 18:49:28 - SRCCONF=/dev/null TB --- 2012-01-31 18:49:28 - TARGET=powerpc TB --- 2012-01-31 18:49:28 - TARGET_ARCH=powerpc TB --- 2012-01-31 18:49:28 - TZ=UTC TB --- 2012-01-31 18:49:28 - __MAKE_CONF=/dev/null TB --- 2012-01-31 18:49:28 - cd /src TB --- 2012-01-31 18:49:28 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jan 31 18:49:28 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Tue Jan 31 19:04:41 UTC 2012 TB --- 2012-01-31 19:04:41 - cd /src/sys/powerpc/conf TB --- 2012-01-31 19:04:41 - /usr/sbin/config -m GENERIC TB --- 2012-01-31 19:04:41 - building GENERIC kernel TB --- 2012-01-31 19:04:41 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 19:04:41 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 19:04:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 19:04:41 - SRCCONF=/dev/null TB --- 2012-01-31 19:04:41 - TARGET=powerpc TB --- 2012-01-31 19:04:41 - TARGET_ARCH=powerpc TB --- 2012-01-31 19:04:41 - TZ=UTC TB --- 2012-01-31 19:04:41 - __MAKE_CONF=/dev/null TB --- 2012-01-31 19:04:41 - cd /src TB --- 2012-01-31 19:04:41 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Tue Jan 31 19:04:41 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for GENERIC completed on Tue Jan 31 19:14:53 UTC 2012 TB --- 2012-01-31 19:14:53 - cd /src/sys/powerpc/conf TB --- 2012-01-31 19:14:53 - /usr/sbin/config -m MPC85XX TB --- 2012-01-31 19:14:53 - building MPC85XX kernel TB --- 2012-01-31 19:14:53 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 19:14:53 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 19:14:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 19:14:53 - SRCCONF=/dev/null TB --- 2012-01-31 19:14:53 - TARGET=powerpc TB --- 2012-01-31 19:14:53 - TARGET_ARCH=powerpc TB --- 2012-01-31 19:14:53 - TZ=UTC TB --- 2012-01-31 19:14:53 - __MAKE_CONF=/dev/null TB --- 2012-01-31 19:14:53 - cd /src TB --- 2012-01-31 19:14:53 - /usr/bin/make -B buildkernel KERNCONF=MPC85XX >>> Kernel build for MPC85XX started on Tue Jan 31 19:14:53 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O -pipe -std=c99 -Wa,-me500 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --pa
Freebsd.update 8.2 to 9.0 Success
Maybe the wrong list, but, this was from STABLE -> STABLE. I have an old 32-bit machine that had 8.2-STABLE on it. I tried to upgrade using 8.2 update # freebsd.update upgrade -r 9.0 failed with the no more mirrors message # env UNAME_r=8.2-RELEASE freebsd.update upgrade -r 9.0 failed with the no more mirrors message I tried # sed -i '' -e 's/=_/=%@_/' /usr/sbin/freebsd-update # env UNAME_r=8.2-RELEASE freebsd.update upgrade -r 9.0 similar failure I copied freebsd.update from my 9.0 amd64 system. # env UNAME_r=8.2-RELEASE ./freebsd.update upgrade -r 9.0 Worked! After following directions until update completed and updating ports with portupgrade -a -PP, the 32-bit machine was running 9.0 with no known problems. I changed stable-supfile to ... *default release=cvs tag=RELENG_9 ... I updated the source tree, did the '11 step program' in /usr/src/Makefile. All succeeded. > ssh <32-bit machine> uname -a ... FreeBSD asus.tddhome 9.0-STABLE FreeBSD 9.0-STABLE #0: Tue Jan 31 07:39:04 PST 2012 tomdean@asus.tddhome:/usr/src/sys/GENERIC i386 Tom Dean ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
[releng_8_1 tinderbox] failure on mips/mips
TB --- 2012-01-31 21:30:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-01-31 21:30:00 - starting RELENG_8_1 tinderbox run for mips/mips TB --- 2012-01-31 21:30:00 - cleaning the object tree TB --- 2012-01-31 21:30:09 - cvsupping the source tree TB --- 2012-01-31 21:30:09 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_1/mips/mips/supfile TB --- 2012-01-31 21:35:33 - building world TB --- 2012-01-31 21:35:33 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 21:35:33 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 21:35:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 21:35:33 - SRCCONF=/dev/null TB --- 2012-01-31 21:35:33 - TARGET=mips TB --- 2012-01-31 21:35:33 - TARGET_ARCH=mips TB --- 2012-01-31 21:35:33 - TZ=UTC TB --- 2012-01-31 21:35:33 - __MAKE_CONF=/dev/null TB --- 2012-01-31 21:35:33 - cd /src TB --- 2012-01-31 21:35:33 - /usr/bin/make -B buildworld >>> World build started on Tue Jan 31 21:35:34 UTC 2012 >>> 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 >>> World build completed on Tue Jan 31 22:12:02 UTC 2012 TB --- 2012-01-31 22:12:02 - cd /src/sys/mips/conf TB --- 2012-01-31 22:12:02 - /usr/sbin/config -m ADM5120 TB --- 2012-01-31 22:12:02 - building ADM5120 kernel TB --- 2012-01-31 22:12:02 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 22:12:02 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 22:12:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 22:12:02 - SRCCONF=/dev/null TB --- 2012-01-31 22:12:02 - TARGET=mips TB --- 2012-01-31 22:12:02 - TARGET_ARCH=mips TB --- 2012-01-31 22:12:02 - TZ=UTC TB --- 2012-01-31 22:12:02 - __MAKE_CONF=/dev/null TB --- 2012-01-31 22:12:02 - cd /src TB --- 2012-01-31 22:12:02 - /usr/bin/make -B buildkernel KERNCONF=ADM5120 >>> Kernel build for ADM5120 started on Tue Jan 31 22:12:02 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for ADM5120 completed on Tue Jan 31 22:13:13 UTC 2012 TB --- 2012-01-31 22:13:13 - cd /src/sys/mips/conf TB --- 2012-01-31 22:13:13 - /usr/sbin/config -m IDT TB --- 2012-01-31 22:13:13 - building IDT kernel TB --- 2012-01-31 22:13:13 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 22:13:13 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 22:13:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 22:13:13 - SRCCONF=/dev/null TB --- 2012-01-31 22:13:13 - TARGET=mips TB --- 2012-01-31 22:13:13 - TARGET_ARCH=mips TB --- 2012-01-31 22:13:13 - TZ=UTC TB --- 2012-01-31 22:13:13 - __MAKE_CONF=/dev/null TB --- 2012-01-31 22:13:13 - cd /src TB --- 2012-01-31 22:13:13 - /usr/bin/make -B buildkernel KERNCONF=IDT >>> Kernel build for IDT started on Tue Jan 31 22:13:13 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for IDT completed on Tue Jan 31 22:14:47 UTC 2012 TB --- 2012-01-31 22:14:47 - cd /src/sys/mips/conf TB --- 2012-01-31 22:14:47 - /usr/sbin/config -m MALTA TB --- 2012-01-31 22:14:47 - building MALTA kernel TB --- 2012-01-31 22:14:47 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 22:14:47 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 22:14:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 22:14:47 - SRCCONF=/dev/null TB --- 2012-01-31 22:14:47 - TARGET=mips TB --- 2012-01-31 22:14:47 - TARGET_ARCH=mips TB --- 2012-01-31 22:14:47 - TZ=UTC TB --- 2012-01-31 22:14:47 - __MAKE_CONF=/dev/null TB --- 2012-01-31 22:14:47 - cd /src TB --- 2012-01-31 22:14:47 - /usr/bin/make -B buildkernel KERNCONF=MALTA >>> Kernel build for MALTA started on Tue Jan 31 22:14:47 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for MALTA completed on Tue Jan 31 22:16:13 UTC 2012 TB --- 2012-01-31 22:16:13 - cd /src/sys/mips/conf TB --- 2012-01-31 22:16:13 - /usr/sbin/config -m QEMU TB --- 2012-01-31 22:16:13 - building QEMU kernel TB --- 2012-01-31 22:16:13 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 22:16:13 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 22:16:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 22:16:13 - SRCCONF=/dev/null TB --- 2012-01-31 22:16:13 - TARGET=mips TB --- 2012-01-31 22:16:13 - TARGET_ARCH=mips TB --- 2012-01-31 22:16:13 - TZ=UTC TB --- 2012-01-31 22:16:13 - __MAKE_CONF=/dev/null TB ---
[releng_8_2 tinderbox] failure on mips/mips
TB --- 2012-01-31 23:52:12 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-01-31 23:52:12 - starting RELENG_8_2 tinderbox run for mips/mips TB --- 2012-01-31 23:52:12 - cleaning the object tree TB --- 2012-01-31 23:52:25 - cvsupping the source tree TB --- 2012-01-31 23:52:25 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_2/mips/mips/supfile TB --- 2012-01-31 23:52:36 - building world TB --- 2012-01-31 23:52:36 - CROSS_BUILD_TESTING=YES TB --- 2012-01-31 23:52:36 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-31 23:52:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-31 23:52:36 - SRCCONF=/dev/null TB --- 2012-01-31 23:52:36 - TARGET=mips TB --- 2012-01-31 23:52:36 - TARGET_ARCH=mips TB --- 2012-01-31 23:52:36 - TZ=UTC TB --- 2012-01-31 23:52:36 - __MAKE_CONF=/dev/null TB --- 2012-01-31 23:52:36 - cd /src TB --- 2012-01-31 23:52:36 - /usr/bin/make -B buildworld >>> World build started on Tue Jan 31 23:52:37 UTC 2012 >>> 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 >>> World build completed on Wed Feb 1 00:28:52 UTC 2012 TB --- 2012-02-01 00:28:52 - cd /src/sys/mips/conf TB --- 2012-02-01 00:28:52 - /usr/sbin/config -m ADM5120 TB --- 2012-02-01 00:28:52 - building ADM5120 kernel TB --- 2012-02-01 00:28:52 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 00:28:52 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 00:28:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 00:28:52 - SRCCONF=/dev/null TB --- 2012-02-01 00:28:52 - TARGET=mips TB --- 2012-02-01 00:28:52 - TARGET_ARCH=mips TB --- 2012-02-01 00:28:52 - TZ=UTC TB --- 2012-02-01 00:28:52 - __MAKE_CONF=/dev/null TB --- 2012-02-01 00:28:52 - cd /src TB --- 2012-02-01 00:28:52 - /usr/bin/make -B buildkernel KERNCONF=ADM5120 >>> Kernel build for ADM5120 started on Wed Feb 1 00:28:52 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for ADM5120 completed on Wed Feb 1 00:30:06 UTC 2012 TB --- 2012-02-01 00:30:06 - cd /src/sys/mips/conf TB --- 2012-02-01 00:30:06 - /usr/sbin/config -m ALCHEMY TB --- 2012-02-01 00:30:06 - building ALCHEMY kernel TB --- 2012-02-01 00:30:06 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 00:30:06 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 00:30:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 00:30:06 - SRCCONF=/dev/null TB --- 2012-02-01 00:30:06 - TARGET=mips TB --- 2012-02-01 00:30:06 - TARGET_ARCH=mips TB --- 2012-02-01 00:30:06 - TZ=UTC TB --- 2012-02-01 00:30:06 - __MAKE_CONF=/dev/null TB --- 2012-02-01 00:30:06 - cd /src TB --- 2012-02-01 00:30:06 - /usr/bin/make -B buildkernel KERNCONF=ALCHEMY >>> Kernel build for ALCHEMY started on Wed Feb 1 00:30:06 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1000 --param large-function-growth=10 -EL -fno-pic -mno-abicalls -G0 -EL -march=mips32 -msoft-float -mno-dsp -ffreestanding -Werror /src/sys/libkern/ucmpdi2.c cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1000 --param large-function-growth=10 -EL -fno-pic -mno-abicalls -G0 -EL -march=mips32 -msoft-float -mno-dsp -ffreestanding -Werror /src/sys/libkern/udivdi3.c cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1000 --param large-function-growth=10 -EL -fno-pic -mno-abicalls -G0 -EL -march=mips32 -msoft-float -mno-dsp -ffreestanding -Werror /src/sys/libkern/umod
[releng_8_2 tinderbox] failure on powerpc/powerpc
TB --- 2012-02-01 00:11:04 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-01 00:11:04 - starting RELENG_8_2 tinderbox run for powerpc/powerpc TB --- 2012-02-01 00:11:04 - cleaning the object tree TB --- 2012-02-01 00:11:35 - cvsupping the source tree TB --- 2012-02-01 00:11:35 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_2/powerpc/powerpc/supfile TB --- 2012-02-01 00:11:46 - building world TB --- 2012-02-01 00:11:46 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 00:11:46 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 00:11:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 00:11:46 - SRCCONF=/dev/null TB --- 2012-02-01 00:11:46 - TARGET=powerpc TB --- 2012-02-01 00:11:46 - TARGET_ARCH=powerpc TB --- 2012-02-01 00:11:46 - TZ=UTC TB --- 2012-02-01 00:11:46 - __MAKE_CONF=/dev/null TB --- 2012-02-01 00:11:46 - cd /src TB --- 2012-02-01 00:11:46 - /usr/bin/make -B buildworld >>> World build started on Wed Feb 1 00:11:47 UTC 2012 >>> 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 >>> World build completed on Wed Feb 1 00:57:46 UTC 2012 TB --- 2012-02-01 00:57:46 - generating LINT kernel config TB --- 2012-02-01 00:57:46 - cd /src/sys/powerpc/conf TB --- 2012-02-01 00:57:46 - /usr/bin/make -B LINT TB --- 2012-02-01 00:57:46 - cd /src/sys/powerpc/conf TB --- 2012-02-01 00:57:46 - /usr/sbin/config -m LINT TB --- 2012-02-01 00:57:46 - building LINT kernel TB --- 2012-02-01 00:57:46 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 00:57:46 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 00:57:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 00:57:46 - SRCCONF=/dev/null TB --- 2012-02-01 00:57:46 - TARGET=powerpc TB --- 2012-02-01 00:57:46 - TARGET_ARCH=powerpc TB --- 2012-02-01 00:57:46 - TZ=UTC TB --- 2012-02-01 00:57:46 - __MAKE_CONF=/dev/null TB --- 2012-02-01 00:57:46 - cd /src TB --- 2012-02-01 00:57:46 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Feb 1 00:57:46 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Wed Feb 1 01:13:13 UTC 2012 TB --- 2012-02-01 01:13:13 - cd /src/sys/powerpc/conf TB --- 2012-02-01 01:13:13 - /usr/sbin/config -m GENERIC TB --- 2012-02-01 01:13:13 - building GENERIC kernel TB --- 2012-02-01 01:13:13 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 01:13:13 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 01:13:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 01:13:13 - SRCCONF=/dev/null TB --- 2012-02-01 01:13:13 - TARGET=powerpc TB --- 2012-02-01 01:13:13 - TARGET_ARCH=powerpc TB --- 2012-02-01 01:13:13 - TZ=UTC TB --- 2012-02-01 01:13:13 - __MAKE_CONF=/dev/null TB --- 2012-02-01 01:13:13 - cd /src TB --- 2012-02-01 01:13:13 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Wed Feb 1 01:13:13 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for GENERIC completed on Wed Feb 1 01:23:35 UTC 2012 TB --- 2012-02-01 01:23:35 - cd /src/sys/powerpc/conf TB --- 2012-02-01 01:23:35 - /usr/sbin/config -m MPC85XX TB --- 2012-02-01 01:23:35 - building MPC85XX kernel TB --- 2012-02-01 01:23:35 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 01:23:35 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 01:23:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 01:23:35 - SRCCONF=/dev/null TB --- 2012-02-01 01:23:35 - TARGET=powerpc TB --- 2012-02-01 01:23:35 - TARGET_ARCH=powerpc TB --- 2012-02-01 01:23:35 - TZ=UTC TB --- 2012-02-01 01:23:35 - __MAKE_CONF=/dev/null TB --- 2012-02-01 01:23:35 - cd /src TB --- 2012-02-01 01:23:35 - /usr/bin/make -B buildkernel KERNCONF=MPC85XX >>> Kernel build for MPC85XX started on Wed Feb 1 01:23:35 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O -pipe -std=c99 -Wa,-me500 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --pa
[releng_8_1 tinderbox] failure on mips/mips
TB --- 2012-02-01 03:40:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-01 03:40:00 - starting RELENG_8_1 tinderbox run for mips/mips TB --- 2012-02-01 03:40:00 - cleaning the object tree TB --- 2012-02-01 03:40:08 - cvsupping the source tree TB --- 2012-02-01 03:40:08 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_1/mips/mips/supfile TB --- 2012-02-01 03:45:32 - building world TB --- 2012-02-01 03:45:32 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 03:45:32 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 03:45:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 03:45:32 - SRCCONF=/dev/null TB --- 2012-02-01 03:45:32 - TARGET=mips TB --- 2012-02-01 03:45:32 - TARGET_ARCH=mips TB --- 2012-02-01 03:45:32 - TZ=UTC TB --- 2012-02-01 03:45:32 - __MAKE_CONF=/dev/null TB --- 2012-02-01 03:45:32 - cd /src TB --- 2012-02-01 03:45:32 - /usr/bin/make -B buildworld >>> World build started on Wed Feb 1 03:45:33 UTC 2012 >>> 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 >>> World build completed on Wed Feb 1 04:21:58 UTC 2012 TB --- 2012-02-01 04:21:58 - cd /src/sys/mips/conf TB --- 2012-02-01 04:21:58 - /usr/sbin/config -m ADM5120 TB --- 2012-02-01 04:21:58 - building ADM5120 kernel TB --- 2012-02-01 04:21:58 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 04:21:58 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 04:21:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 04:21:58 - SRCCONF=/dev/null TB --- 2012-02-01 04:21:58 - TARGET=mips TB --- 2012-02-01 04:21:58 - TARGET_ARCH=mips TB --- 2012-02-01 04:21:58 - TZ=UTC TB --- 2012-02-01 04:21:58 - __MAKE_CONF=/dev/null TB --- 2012-02-01 04:21:58 - cd /src TB --- 2012-02-01 04:21:58 - /usr/bin/make -B buildkernel KERNCONF=ADM5120 >>> Kernel build for ADM5120 started on Wed Feb 1 04:21:58 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for ADM5120 completed on Wed Feb 1 04:23:08 UTC 2012 TB --- 2012-02-01 04:23:08 - cd /src/sys/mips/conf TB --- 2012-02-01 04:23:08 - /usr/sbin/config -m IDT TB --- 2012-02-01 04:23:08 - building IDT kernel TB --- 2012-02-01 04:23:08 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 04:23:08 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 04:23:08 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 04:23:08 - SRCCONF=/dev/null TB --- 2012-02-01 04:23:08 - TARGET=mips TB --- 2012-02-01 04:23:08 - TARGET_ARCH=mips TB --- 2012-02-01 04:23:08 - TZ=UTC TB --- 2012-02-01 04:23:08 - __MAKE_CONF=/dev/null TB --- 2012-02-01 04:23:08 - cd /src TB --- 2012-02-01 04:23:08 - /usr/bin/make -B buildkernel KERNCONF=IDT >>> Kernel build for IDT started on Wed Feb 1 04:23:08 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for IDT completed on Wed Feb 1 04:24:45 UTC 2012 TB --- 2012-02-01 04:24:45 - cd /src/sys/mips/conf TB --- 2012-02-01 04:24:45 - /usr/sbin/config -m MALTA TB --- 2012-02-01 04:24:45 - building MALTA kernel TB --- 2012-02-01 04:24:45 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 04:24:45 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 04:24:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 04:24:45 - SRCCONF=/dev/null TB --- 2012-02-01 04:24:45 - TARGET=mips TB --- 2012-02-01 04:24:45 - TARGET_ARCH=mips TB --- 2012-02-01 04:24:45 - TZ=UTC TB --- 2012-02-01 04:24:45 - __MAKE_CONF=/dev/null TB --- 2012-02-01 04:24:45 - cd /src TB --- 2012-02-01 04:24:45 - /usr/bin/make -B buildkernel KERNCONF=MALTA >>> Kernel build for MALTA started on Wed Feb 1 04:24:45 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for MALTA completed on Wed Feb 1 04:26:13 UTC 2012 TB --- 2012-02-01 04:26:13 - cd /src/sys/mips/conf TB --- 2012-02-01 04:26:13 - /usr/sbin/config -m QEMU TB --- 2012-02-01 04:26:13 - building QEMU kernel TB --- 2012-02-01 04:26:13 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 04:26:13 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 04:26:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 04:26:13 - SRCCONF=/dev/null TB --- 2012-02-01 04:26:13 - TARGET=mips TB --- 2012-02-01 04:26:13 - TARGET_ARCH=mips TB --- 2012-02-01 04:26:13 - TZ=UTC TB --- 2012-02-01 04:26:13 - __MAKE_CONF=/dev/null TB ---
[releng_8_2 tinderbox] failure on mips/mips
TB --- 2012-02-01 05:57:13 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-01 05:57:13 - starting RELENG_8_2 tinderbox run for mips/mips TB --- 2012-02-01 05:57:13 - cleaning the object tree TB --- 2012-02-01 05:57:22 - cvsupping the source tree TB --- 2012-02-01 05:57:22 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_2/mips/mips/supfile TB --- 2012-02-01 05:57:36 - building world TB --- 2012-02-01 05:57:36 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 05:57:36 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 05:57:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 05:57:36 - SRCCONF=/dev/null TB --- 2012-02-01 05:57:36 - TARGET=mips TB --- 2012-02-01 05:57:36 - TARGET_ARCH=mips TB --- 2012-02-01 05:57:36 - TZ=UTC TB --- 2012-02-01 05:57:36 - __MAKE_CONF=/dev/null TB --- 2012-02-01 05:57:36 - cd /src TB --- 2012-02-01 05:57:36 - /usr/bin/make -B buildworld >>> World build started on Wed Feb 1 05:57:37 UTC 2012 >>> 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 >>> World build completed on Wed Feb 1 06:33:47 UTC 2012 TB --- 2012-02-01 06:33:47 - cd /src/sys/mips/conf TB --- 2012-02-01 06:33:47 - /usr/sbin/config -m ADM5120 TB --- 2012-02-01 06:33:47 - building ADM5120 kernel TB --- 2012-02-01 06:33:47 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 06:33:47 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 06:33:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 06:33:47 - SRCCONF=/dev/null TB --- 2012-02-01 06:33:47 - TARGET=mips TB --- 2012-02-01 06:33:47 - TARGET_ARCH=mips TB --- 2012-02-01 06:33:47 - TZ=UTC TB --- 2012-02-01 06:33:47 - __MAKE_CONF=/dev/null TB --- 2012-02-01 06:33:47 - cd /src TB --- 2012-02-01 06:33:47 - /usr/bin/make -B buildkernel KERNCONF=ADM5120 >>> Kernel build for ADM5120 started on Wed Feb 1 06:33:47 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for ADM5120 completed on Wed Feb 1 06:35:02 UTC 2012 TB --- 2012-02-01 06:35:02 - cd /src/sys/mips/conf TB --- 2012-02-01 06:35:02 - /usr/sbin/config -m ALCHEMY TB --- 2012-02-01 06:35:02 - building ALCHEMY kernel TB --- 2012-02-01 06:35:02 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 06:35:02 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 06:35:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 06:35:02 - SRCCONF=/dev/null TB --- 2012-02-01 06:35:02 - TARGET=mips TB --- 2012-02-01 06:35:02 - TARGET_ARCH=mips TB --- 2012-02-01 06:35:02 - TZ=UTC TB --- 2012-02-01 06:35:02 - __MAKE_CONF=/dev/null TB --- 2012-02-01 06:35:02 - cd /src TB --- 2012-02-01 06:35:02 - /usr/bin/make -B buildkernel KERNCONF=ALCHEMY >>> Kernel build for ALCHEMY started on Wed Feb 1 06:35:02 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1000 --param large-function-growth=10 -EL -fno-pic -mno-abicalls -G0 -EL -march=mips32 -msoft-float -mno-dsp -ffreestanding -Werror /src/sys/libkern/ucmpdi2.c cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1000 --param large-function-growth=10 -EL -fno-pic -mno-abicalls -G0 -EL -march=mips32 -msoft-float -mno-dsp -ffreestanding -Werror /src/sys/libkern/udivdi3.c cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1000 --param large-function-growth=10 -EL -fno-pic -mno-abicalls -G0 -EL -march=mips32 -msoft-float -mno-dsp -ffreestanding -Werror /src/sys/libkern/umod
[releng_8_2 tinderbox] failure on powerpc/powerpc
TB --- 2012-02-01 06:22:17 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-01 06:22:17 - starting RELENG_8_2 tinderbox run for powerpc/powerpc TB --- 2012-02-01 06:22:17 - cleaning the object tree TB --- 2012-02-01 06:22:52 - cvsupping the source tree TB --- 2012-02-01 06:22:52 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_2/powerpc/powerpc/supfile TB --- 2012-02-01 06:23:52 - building world TB --- 2012-02-01 06:23:52 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 06:23:52 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 06:23:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 06:23:52 - SRCCONF=/dev/null TB --- 2012-02-01 06:23:52 - TARGET=powerpc TB --- 2012-02-01 06:23:52 - TARGET_ARCH=powerpc TB --- 2012-02-01 06:23:52 - TZ=UTC TB --- 2012-02-01 06:23:52 - __MAKE_CONF=/dev/null TB --- 2012-02-01 06:23:52 - cd /src TB --- 2012-02-01 06:23:52 - /usr/bin/make -B buildworld >>> World build started on Wed Feb 1 06:23:53 UTC 2012 >>> 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 >>> World build completed on Wed Feb 1 07:09:38 UTC 2012 TB --- 2012-02-01 07:09:38 - generating LINT kernel config TB --- 2012-02-01 07:09:38 - cd /src/sys/powerpc/conf TB --- 2012-02-01 07:09:38 - /usr/bin/make -B LINT TB --- 2012-02-01 07:09:38 - cd /src/sys/powerpc/conf TB --- 2012-02-01 07:09:38 - /usr/sbin/config -m LINT TB --- 2012-02-01 07:09:38 - building LINT kernel TB --- 2012-02-01 07:09:38 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 07:09:38 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 07:09:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 07:09:38 - SRCCONF=/dev/null TB --- 2012-02-01 07:09:38 - TARGET=powerpc TB --- 2012-02-01 07:09:38 - TARGET_ARCH=powerpc TB --- 2012-02-01 07:09:38 - TZ=UTC TB --- 2012-02-01 07:09:38 - __MAKE_CONF=/dev/null TB --- 2012-02-01 07:09:38 - cd /src TB --- 2012-02-01 07:09:38 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Feb 1 07:09:38 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Wed Feb 1 07:25:02 UTC 2012 TB --- 2012-02-01 07:25:02 - cd /src/sys/powerpc/conf TB --- 2012-02-01 07:25:02 - /usr/sbin/config -m GENERIC TB --- 2012-02-01 07:25:02 - building GENERIC kernel TB --- 2012-02-01 07:25:02 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 07:25:02 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 07:25:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 07:25:02 - SRCCONF=/dev/null TB --- 2012-02-01 07:25:02 - TARGET=powerpc TB --- 2012-02-01 07:25:02 - TARGET_ARCH=powerpc TB --- 2012-02-01 07:25:02 - TZ=UTC TB --- 2012-02-01 07:25:02 - __MAKE_CONF=/dev/null TB --- 2012-02-01 07:25:02 - cd /src TB --- 2012-02-01 07:25:02 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Wed Feb 1 07:25:02 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for GENERIC completed on Wed Feb 1 07:35:27 UTC 2012 TB --- 2012-02-01 07:35:27 - cd /src/sys/powerpc/conf TB --- 2012-02-01 07:35:27 - /usr/sbin/config -m MPC85XX TB --- 2012-02-01 07:35:27 - building MPC85XX kernel TB --- 2012-02-01 07:35:27 - CROSS_BUILD_TESTING=YES TB --- 2012-02-01 07:35:27 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-01 07:35:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-01 07:35:27 - SRCCONF=/dev/null TB --- 2012-02-01 07:35:27 - TARGET=powerpc TB --- 2012-02-01 07:35:27 - TARGET_ARCH=powerpc TB --- 2012-02-01 07:35:27 - TZ=UTC TB --- 2012-02-01 07:35:27 - __MAKE_CONF=/dev/null TB --- 2012-02-01 07:35:27 - cd /src TB --- 2012-02-01 07:35:27 - /usr/bin/make -B buildkernel KERNCONF=MPC85XX >>> Kernel build for MPC85XX started on Wed Feb 1 07:35:27 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O -pipe -std=c99 -Wa,-me500 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --pa