making PANIC_REBOOT_WAIT_TIME a tunable

2013-12-02 Thread Colin Percival
Hi all,

It seems that PANIC_REBOOT_WAIT_TIME has been a compile-time setting forever;
and I can't see any reason for this, but I assume there was one... at some
point in the distant past.

The attached patch makes it a loader tunable and sysctl.  My reason for wanting
this is to make EC2 images reboot faster after a panic (not that it happens
very often, of course) -- there's no point waiting for a key press at the
console because the EC2 console is output-only.

Any objections?

-- 
Colin Percival
Security Officer Emeritus, FreeBSD | The power to serve
Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid
Index: sys/kern/kern_shutdown.c
===
--- sys/kern/kern_shutdown.c(revision 258085)
+++ sys/kern/kern_shutdown.c(working copy)
@@ -89,6 +89,11 @@
 #ifndef PANIC_REBOOT_WAIT_TIME
 #define PANIC_REBOOT_WAIT_TIME 15 /* default to 15 seconds */
 #endif
+int panic_reboot_wait_time = PANIC_REBOOT_WAIT_TIME;
+SYSCTL_INT(_kern, OID_AUTO, panic_reboot_wait_time, CTLFLAG_RW | CTLFLAG_TUN,
+panic_reboot_wait_time, 0,
+Seconds to wait before rebooting after a panic);
+TUNABLE_INT(kern.panic_reboot_wait_time, panic_reboot_wait_time);
 
 /*
  * Note that stdarg.h and the ANSI style va_start macro is used for both
@@ -485,12 +490,12 @@
int loop;
 
if (howto  RB_DUMP) {
-   if (PANIC_REBOOT_WAIT_TIME != 0) {
-   if (PANIC_REBOOT_WAIT_TIME != -1) {
+   if (panic_reboot_wait_time != 0) {
+   if (panic_reboot_wait_time != -1) {
printf(Automatic reboot in %d seconds - 
   press a key on the console to abort\n,
-   PANIC_REBOOT_WAIT_TIME);
-   for (loop = PANIC_REBOOT_WAIT_TIME * 10;
+   panic_reboot_wait_time);
+   for (loop = panic_reboot_wait_time * 10;
 loop  0; --loop) {
DELAY(1000 * 100); /* 1/10th second */
/* Did user type a key? */
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

[head tinderbox] failure on powerpc/powerpc

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 05:22:34 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 05:22:34 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 05:22:34 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2013-12-02 05:22:34 - cleaning the object tree
TB --- 2013-12-02 05:22:34 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 05:22:38 - At svn revision 258815
TB --- 2013-12-02 05:22:39 - building world
TB --- 2013-12-02 05:22:39 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 05:22:39 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 05:22:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 05:22:39 - SRCCONF=/dev/null
TB --- 2013-12-02 05:22:39 - TARGET=powerpc
TB --- 2013-12-02 05:22:39 - TARGET_ARCH=powerpc
TB --- 2013-12-02 05:22:39 - TZ=UTC
TB --- 2013-12-02 05:22:39 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 05:22:39 - cd /src
TB --- 2013-12-02 05:22:39 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 05:22:47 UTC 2013
 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 Mon Dec  2 07:59:47 UTC 2013
TB --- 2013-12-02 07:59:47 - generating LINT kernel config
TB --- 2013-12-02 07:59:47 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 07:59:47 - /usr/bin/make -B LINT
TB --- 2013-12-02 07:59:47 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 07:59:47 - /usr/sbin/config -m LINT
TB --- 2013-12-02 07:59:47 - building LINT kernel
TB --- 2013-12-02 07:59:47 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 07:59:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 07:59:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 07:59:47 - SRCCONF=/dev/null
TB --- 2013-12-02 07:59:47 - TARGET=powerpc
TB --- 2013-12-02 07:59:47 - TARGET_ARCH=powerpc
TB --- 2013-12-02 07:59:47 - TZ=UTC
TB --- 2013-12-02 07:59:47 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 07:59:47 - cd /src
TB --- 2013-12-02 07:59:47 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Mon Dec  2 07:59:47 UTC 2013
 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 Mon Dec  2 08:22:46 UTC 2013
TB --- 2013-12-02 08:22:46 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 08:22:46 - /usr/sbin/config -m GENERIC
TB --- 2013-12-02 08:22:46 - building GENERIC kernel
TB --- 2013-12-02 08:22:46 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 08:22:46 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 08:22:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 08:22:46 - SRCCONF=/dev/null
TB --- 2013-12-02 08:22:46 - TARGET=powerpc
TB --- 2013-12-02 08:22:46 - TARGET_ARCH=powerpc
TB --- 2013-12-02 08:22:46 - TZ=UTC
TB --- 2013-12-02 08:22:46 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 08:22:46 - cd /src
TB --- 2013-12-02 08:22:46 - /usr/bin/make -B buildkernel KERNCONF=GENERIC
 Kernel build for GENERIC started on Mon Dec  2 08:22:46 UTC 2013
 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 Mon Dec  2 08:39:13 UTC 2013
TB --- 2013-12-02 08:39:13 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 08:39:13 - /usr/sbin/config -m GENERIC64
TB --- 2013-12-02 08:39:13 - skipping GENERIC64 kernel
TB --- 2013-12-02 08:39:13 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 08:39:13 - /usr/sbin/config -m MPC85XX
TB --- 2013-12-02 08:39:13 - building MPC85XX kernel
TB --- 2013-12-02 08:39:13 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 08:39:13 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 08:39:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 08:39:13 - SRCCONF=/dev/null
TB --- 2013-12-02 08:39:13 - TARGET=powerpc
TB --- 2013-12-02 08:39:13 - TARGET_ARCH=powerpc
TB --- 2013-12-02 08:39:13 - TZ=UTC
TB --- 2013-12-02 08:39:13 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 08:39:13 - cd /src
TB --- 2013-12-02 08:39:13 - /usr/bin/make -B buildkernel KERNCONF=MPC85XX
 Kernel build for MPC85XX started on Mon Dec  2 08:39:14 UTC 2013
 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 MPC85XX completed on Mon Dec  2 08:42:14 UTC 2013
TB --- 2013-12-02 08:42:14 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 08:42:14 - /usr/sbin/config -m 

[head tinderbox] failure on armv6/arm

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:40:21 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:40:21 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:40:21 - starting HEAD tinderbox run for armv6/arm
TB --- 2013-12-02 09:40:21 - cleaning the object tree
TB --- 2013-12-02 09:40:21 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:40:26 - At svn revision 258841
TB --- 2013-12-02 09:40:27 - building world
TB --- 2013-12-02 09:40:27 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:40:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:40:27 - SRCCONF=/dev/null
TB --- 2013-12-02 09:40:27 - TARGET=arm
TB --- 2013-12-02 09:40:27 - TARGET_ARCH=armv6
TB --- 2013-12-02 09:40:27 - TZ=UTC
TB --- 2013-12-02 09:40:27 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:40:27 - cd /src
TB --- 2013-12-02 09:40:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:40:36 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:45:47 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:45:47 - ERROR: failed to build world
TB --- 2013-12-02 09:45:47 - 259.83 user 36.38 system 325.30 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-armv6-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on amd64/amd64

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:40:21 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:40:21 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:40:21 - starting HEAD tinderbox run for amd64/amd64
TB --- 2013-12-02 09:40:21 - cleaning the object tree
TB --- 2013-12-02 09:40:21 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:40:26 - At svn revision 258841
TB --- 2013-12-02 09:40:27 - building world
TB --- 2013-12-02 09:40:27 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:40:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:40:27 - SRCCONF=/dev/null
TB --- 2013-12-02 09:40:27 - TARGET=amd64
TB --- 2013-12-02 09:40:27 - TARGET_ARCH=amd64
TB --- 2013-12-02 09:40:27 - TZ=UTC
TB --- 2013-12-02 09:40:27 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:40:27 - cd /src
TB --- 2013-12-02 09:40:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:40:36 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:45:47 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:45:47 - ERROR: failed to build world
TB --- 2013-12-02 09:45:47 - 259.62 user 35.78 system 325.65 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on i386/i386

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:40:21 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:40:21 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:40:21 - starting HEAD tinderbox run for i386/i386
TB --- 2013-12-02 09:40:21 - cleaning the object tree
TB --- 2013-12-02 09:40:21 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:40:26 - At svn revision 258841
TB --- 2013-12-02 09:40:27 - building world
TB --- 2013-12-02 09:40:27 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:40:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:40:27 - SRCCONF=/dev/null
TB --- 2013-12-02 09:40:27 - TARGET=i386
TB --- 2013-12-02 09:40:27 - TARGET_ARCH=i386
TB --- 2013-12-02 09:40:27 - TZ=UTC
TB --- 2013-12-02 09:40:27 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:40:27 - cd /src
TB --- 2013-12-02 09:40:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:40:36 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:45:47 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:45:47 - ERROR: failed to build world
TB --- 2013-12-02 09:45:47 - 259.61 user 36.43 system 325.53 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on arm/arm

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:40:21 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:40:21 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:40:21 - starting HEAD tinderbox run for arm/arm
TB --- 2013-12-02 09:40:21 - cleaning the object tree
TB --- 2013-12-02 09:40:21 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:40:26 - At svn revision 258841
TB --- 2013-12-02 09:40:27 - building world
TB --- 2013-12-02 09:40:27 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:40:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:40:27 - SRCCONF=/dev/null
TB --- 2013-12-02 09:40:27 - TARGET=arm
TB --- 2013-12-02 09:40:27 - TARGET_ARCH=arm
TB --- 2013-12-02 09:40:27 - TZ=UTC
TB --- 2013-12-02 09:40:27 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:40:27 - cd /src
TB --- 2013-12-02 09:40:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:40:36 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:45:47 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:45:47 - ERROR: failed to build world
TB --- 2013-12-02 09:45:47 - 259.66 user 36.52 system 325.29 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on mips/mips

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:45:47 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:45:47 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:45:47 - starting HEAD tinderbox run for mips/mips
TB --- 2013-12-02 09:45:47 - cleaning the object tree
TB --- 2013-12-02 09:45:47 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:45:51 - At svn revision 258841
TB --- 2013-12-02 09:45:52 - building world
TB --- 2013-12-02 09:45:52 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:45:52 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:45:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:45:52 - SRCCONF=/dev/null
TB --- 2013-12-02 09:45:52 - TARGET=mips
TB --- 2013-12-02 09:45:52 - TARGET_ARCH=mips
TB --- 2013-12-02 09:45:52 - TZ=UTC
TB --- 2013-12-02 09:45:52 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:45:52 - cd /src
TB --- 2013-12-02 09:45:52 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:45:59 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:47:49 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:47:49 - ERROR: failed to build world
TB --- 2013-12-02 09:47:49 - 84.02 user 15.70 system 122.29 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on ia64/ia64

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:45:47 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:45:47 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:45:47 - starting HEAD tinderbox run for ia64/ia64
TB --- 2013-12-02 09:45:47 - cleaning the object tree
TB --- 2013-12-02 09:45:47 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:45:51 - At svn revision 258841
TB --- 2013-12-02 09:45:52 - building world
TB --- 2013-12-02 09:45:52 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:45:52 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:45:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:45:52 - SRCCONF=/dev/null
TB --- 2013-12-02 09:45:52 - TARGET=ia64
TB --- 2013-12-02 09:45:52 - TARGET_ARCH=ia64
TB --- 2013-12-02 09:45:52 - TZ=UTC
TB --- 2013-12-02 09:45:52 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:45:52 - cd /src
TB --- 2013-12-02 09:45:52 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:45:59 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:47:50 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:47:50 - ERROR: failed to build world
TB --- 2013-12-02 09:47:50 - 84.39 user 15.37 system 123.53 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on mips64/mips

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:45:47 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:45:47 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:45:47 - starting HEAD tinderbox run for mips64/mips
TB --- 2013-12-02 09:45:47 - cleaning the object tree
TB --- 2013-12-02 09:45:47 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:45:51 - At svn revision 258841
TB --- 2013-12-02 09:45:52 - building world
TB --- 2013-12-02 09:45:52 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:45:52 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:45:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:45:52 - SRCCONF=/dev/null
TB --- 2013-12-02 09:45:52 - TARGET=mips
TB --- 2013-12-02 09:45:52 - TARGET_ARCH=mips64
TB --- 2013-12-02 09:45:52 - TZ=UTC
TB --- 2013-12-02 09:45:52 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:45:52 - cd /src
TB --- 2013-12-02 09:45:52 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:45:59 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:47:49 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:47:49 - ERROR: failed to build world
TB --- 2013-12-02 09:47:49 - 84.08 user 15.71 system 121.70 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips64-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on sparc64/sparc64

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:47:51 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:47:51 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:47:51 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2013-12-02 09:47:51 - cleaning the object tree
TB --- 2013-12-02 09:47:51 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:47:54 - At svn revision 258841
TB --- 2013-12-02 09:47:55 - building world
TB --- 2013-12-02 09:47:55 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:47:55 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:47:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:47:55 - SRCCONF=/dev/null
TB --- 2013-12-02 09:47:55 - TARGET=sparc64
TB --- 2013-12-02 09:47:55 - TARGET_ARCH=sparc64
TB --- 2013-12-02 09:47:55 - TZ=UTC
TB --- 2013-12-02 09:47:55 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:47:55 - cd /src
TB --- 2013-12-02 09:47:55 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:48:02 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:49:53 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:49:53 - ERROR: failed to build world
TB --- 2013-12-02 09:49:53 - 85.55 user 14.88 system 121.84 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on i386/pc98

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:45:47 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:45:47 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:45:47 - starting HEAD tinderbox run for i386/pc98
TB --- 2013-12-02 09:45:47 - cleaning the object tree
TB --- 2013-12-02 09:45:47 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:45:51 - At svn revision 258841
TB --- 2013-12-02 09:45:52 - building world
TB --- 2013-12-02 09:45:52 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:45:52 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:45:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:45:52 - SRCCONF=/dev/null
TB --- 2013-12-02 09:45:52 - TARGET=pc98
TB --- 2013-12-02 09:45:52 - TARGET_ARCH=i386
TB --- 2013-12-02 09:45:52 - TZ=UTC
TB --- 2013-12-02 09:45:52 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:45:52 - cd /src
TB --- 2013-12-02 09:45:52 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:45:59 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:51:02 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:51:02 - ERROR: failed to build world
TB --- 2013-12-02 09:51:02 - 258.23 user 32.43 system 315.08 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc64/powerpc

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:47:50 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:47:50 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:47:50 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2013-12-02 09:47:50 - cleaning the object tree
TB --- 2013-12-02 09:47:50 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:47:53 - At svn revision 258841
TB --- 2013-12-02 09:47:54 - building world
TB --- 2013-12-02 09:47:54 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:47:54 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:47:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:47:54 - SRCCONF=/dev/null
TB --- 2013-12-02 09:47:54 - TARGET=powerpc
TB --- 2013-12-02 09:47:54 - TARGET_ARCH=powerpc64
TB --- 2013-12-02 09:47:54 - TZ=UTC
TB --- 2013-12-02 09:47:54 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:47:54 - cd /src
TB --- 2013-12-02 09:47:54 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:48:01 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:52:50 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:52:50 - ERROR: failed to build world
TB --- 2013-12-02 09:52:50 - 255.91 user 29.30 system 300.81 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc/powerpc

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 09:47:49 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 09:47:49 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 09:47:49 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2013-12-02 09:47:49 - cleaning the object tree
TB --- 2013-12-02 09:49:06 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 09:49:09 - At svn revision 258841
TB --- 2013-12-02 09:49:10 - building world
TB --- 2013-12-02 09:49:10 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 09:49:10 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 09:49:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 09:49:10 - SRCCONF=/dev/null
TB --- 2013-12-02 09:49:10 - TARGET=powerpc
TB --- 2013-12-02 09:49:10 - TARGET_ARCH=powerpc
TB --- 2013-12-02 09:49:10 - TZ=UTC
TB --- 2013-12-02 09:49:10 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 09:49:10 - cd /src
TB --- 2013-12-02 09:49:10 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 09:49:17 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 09:53:52 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 09:53:52 - ERROR: failed to build world
TB --- 2013-12-02 09:53:52 - 256.66 user 33.48 system 362.54 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on arm/arm

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:00:15 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:00:15 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:00:15 - starting HEAD tinderbox run for arm/arm
TB --- 2013-12-02 10:00:15 - cleaning the object tree
TB --- 2013-12-02 10:01:17 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:01:20 - At svn revision 258842
TB --- 2013-12-02 10:01:21 - building world
TB --- 2013-12-02 10:01:21 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:01:21 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:01:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:01:21 - SRCCONF=/dev/null
TB --- 2013-12-02 10:01:21 - TARGET=arm
TB --- 2013-12-02 10:01:21 - TARGET_ARCH=arm
TB --- 2013-12-02 10:01:21 - TZ=UTC
TB --- 2013-12-02 10:01:21 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:01:21 - cd /src
TB --- 2013-12-02 10:01:21 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:01:28 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:06:28 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:06:28 - ERROR: failed to build world
TB --- 2013-12-02 10:06:28 - 258.88 user 33.13 system 373.20 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on amd64/amd64

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:00:15 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:00:15 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:00:15 - starting HEAD tinderbox run for amd64/amd64
TB --- 2013-12-02 10:00:15 - cleaning the object tree
TB --- 2013-12-02 10:01:16 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:01:19 - At svn revision 258842
TB --- 2013-12-02 10:01:20 - building world
TB --- 2013-12-02 10:01:20 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:01:20 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:01:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:01:20 - SRCCONF=/dev/null
TB --- 2013-12-02 10:01:20 - TARGET=amd64
TB --- 2013-12-02 10:01:20 - TARGET_ARCH=amd64
TB --- 2013-12-02 10:01:20 - TZ=UTC
TB --- 2013-12-02 10:01:20 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:01:20 - cd /src
TB --- 2013-12-02 10:01:20 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:01:27 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:06:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:06:23 - ERROR: failed to build world
TB --- 2013-12-02 10:06:23 - 260.32 user 31.44 system 368.20 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on armv6/arm

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:00:15 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:00:15 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:00:15 - starting HEAD tinderbox run for armv6/arm
TB --- 2013-12-02 10:00:15 - cleaning the object tree
TB --- 2013-12-02 10:01:19 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:01:23 - At svn revision 258842
TB --- 2013-12-02 10:01:24 - building world
TB --- 2013-12-02 10:01:24 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:01:24 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:01:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:01:24 - SRCCONF=/dev/null
TB --- 2013-12-02 10:01:24 - TARGET=arm
TB --- 2013-12-02 10:01:24 - TARGET_ARCH=armv6
TB --- 2013-12-02 10:01:24 - TZ=UTC
TB --- 2013-12-02 10:01:24 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:01:24 - cd /src
TB --- 2013-12-02 10:01:24 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:01:30 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:06:35 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:06:35 - ERROR: failed to build world
TB --- 2013-12-02 10:06:35 - 259.68 user 32.77 system 379.58 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-armv6-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on i386/i386

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:00:15 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:00:15 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:00:15 - starting HEAD tinderbox run for i386/i386
TB --- 2013-12-02 10:00:15 - cleaning the object tree
TB --- 2013-12-02 10:01:19 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:01:22 - At svn revision 258842
TB --- 2013-12-02 10:01:23 - building world
TB --- 2013-12-02 10:01:23 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:01:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:01:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:01:23 - SRCCONF=/dev/null
TB --- 2013-12-02 10:01:23 - TARGET=i386
TB --- 2013-12-02 10:01:23 - TARGET_ARCH=i386
TB --- 2013-12-02 10:01:23 - TZ=UTC
TB --- 2013-12-02 10:01:23 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:01:23 - cd /src
TB --- 2013-12-02 10:01:23 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:01:30 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:06:37 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:06:37 - ERROR: failed to build world
TB --- 2013-12-02 10:06:37 - 259.46 user 33.08 system 381.45 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on ia64/ia64

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:06:29 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:06:29 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:06:29 - starting HEAD tinderbox run for ia64/ia64
TB --- 2013-12-02 10:06:29 - cleaning the object tree
TB --- 2013-12-02 10:07:27 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:07:31 - At svn revision 258842
TB --- 2013-12-02 10:07:32 - building world
TB --- 2013-12-02 10:07:32 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:07:32 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:07:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:07:32 - SRCCONF=/dev/null
TB --- 2013-12-02 10:07:32 - TARGET=ia64
TB --- 2013-12-02 10:07:32 - TARGET_ARCH=ia64
TB --- 2013-12-02 10:07:32 - TZ=UTC
TB --- 2013-12-02 10:07:32 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:07:32 - cd /src
TB --- 2013-12-02 10:07:32 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:07:38 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:09:19 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:09:19 - ERROR: failed to build world
TB --- 2013-12-02 10:09:19 - 84.43 user 14.72 system 170.44 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on mips/mips

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:06:35 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:06:35 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:06:35 - starting HEAD tinderbox run for mips/mips
TB --- 2013-12-02 10:06:35 - cleaning the object tree
TB --- 2013-12-02 10:07:29 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:07:32 - At svn revision 258842
TB --- 2013-12-02 10:07:33 - building world
TB --- 2013-12-02 10:07:33 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:07:33 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:07:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:07:33 - SRCCONF=/dev/null
TB --- 2013-12-02 10:07:33 - TARGET=mips
TB --- 2013-12-02 10:07:33 - TARGET_ARCH=mips
TB --- 2013-12-02 10:07:33 - TZ=UTC
TB --- 2013-12-02 10:07:33 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:07:33 - cd /src
TB --- 2013-12-02 10:07:33 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:07:40 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:09:22 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:09:22 - ERROR: failed to build world
TB --- 2013-12-02 10:09:22 - 83.91 user 15.33 system 166.62 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on mips64/mips

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:06:37 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:06:37 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:06:37 - starting HEAD tinderbox run for mips64/mips
TB --- 2013-12-02 10:06:37 - cleaning the object tree
TB --- 2013-12-02 10:07:29 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:07:33 - At svn revision 258842
TB --- 2013-12-02 10:07:34 - building world
TB --- 2013-12-02 10:07:34 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:07:34 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:07:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:07:34 - SRCCONF=/dev/null
TB --- 2013-12-02 10:07:34 - TARGET=mips
TB --- 2013-12-02 10:07:34 - TARGET_ARCH=mips64
TB --- 2013-12-02 10:07:34 - TZ=UTC
TB --- 2013-12-02 10:07:34 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:07:34 - cd /src
TB --- 2013-12-02 10:07:34 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:07:40 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:09:21 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:09:21 - ERROR: failed to build world
TB --- 2013-12-02 10:09:21 - 83.70 user 15.51 system 163.70 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips64-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on sparc64/sparc64

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:09:22 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:09:22 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:09:22 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2013-12-02 10:09:22 - cleaning the object tree
TB --- 2013-12-02 10:10:07 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:10:10 - At svn revision 258842
TB --- 2013-12-02 10:10:11 - building world
TB --- 2013-12-02 10:10:11 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:10:11 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:10:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:10:11 - SRCCONF=/dev/null
TB --- 2013-12-02 10:10:11 - TARGET=sparc64
TB --- 2013-12-02 10:10:11 - TARGET_ARCH=sparc64
TB --- 2013-12-02 10:10:11 - TZ=UTC
TB --- 2013-12-02 10:10:11 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:10:11 - cd /src
TB --- 2013-12-02 10:10:11 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:10:18 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:12:03 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:12:03 - ERROR: failed to build world
TB --- 2013-12-02 10:12:03 - 84.41 user 15.48 system 160.99 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on i386/pc98

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:06:24 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:06:24 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:06:24 - starting HEAD tinderbox run for i386/pc98
TB --- 2013-12-02 10:06:24 - cleaning the object tree
TB --- 2013-12-02 10:07:23 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:07:26 - At svn revision 258842
TB --- 2013-12-02 10:07:27 - building world
TB --- 2013-12-02 10:07:27 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:07:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:07:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:07:27 - SRCCONF=/dev/null
TB --- 2013-12-02 10:07:27 - TARGET=pc98
TB --- 2013-12-02 10:07:27 - TARGET_ARCH=i386
TB --- 2013-12-02 10:07:27 - TZ=UTC
TB --- 2013-12-02 10:07:27 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:07:27 - cd /src
TB --- 2013-12-02 10:07:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:07:34 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:12:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:12:23 - ERROR: failed to build world
TB --- 2013-12-02 10:12:23 - 257.30 user 31.45 system 359.82 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc64/powerpc

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:09:22 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:09:22 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:09:22 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2013-12-02 10:09:22 - cleaning the object tree
TB --- 2013-12-02 10:10:07 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:10:11 - At svn revision 258842
TB --- 2013-12-02 10:10:12 - building world
TB --- 2013-12-02 10:10:12 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:10:12 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:10:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:10:12 - SRCCONF=/dev/null
TB --- 2013-12-02 10:10:12 - TARGET=powerpc
TB --- 2013-12-02 10:10:12 - TARGET_ARCH=powerpc64
TB --- 2013-12-02 10:10:12 - TZ=UTC
TB --- 2013-12-02 10:10:12 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:10:12 - cd /src
TB --- 2013-12-02 10:10:12 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:10:18 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:15:00 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:15:00 - ERROR: failed to build world
TB --- 2013-12-02 10:15:00 - 253.53 user 29.97 system 338.12 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc/powerpc

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 10:09:19 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 10:09:19 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 10:09:19 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2013-12-02 10:09:19 - cleaning the object tree
TB --- 2013-12-02 10:10:06 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 10:10:10 - At svn revision 258842
TB --- 2013-12-02 10:10:11 - building world
TB --- 2013-12-02 10:10:11 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 10:10:11 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 10:10:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 10:10:11 - SRCCONF=/dev/null
TB --- 2013-12-02 10:10:11 - TARGET=powerpc
TB --- 2013-12-02 10:10:11 - TARGET_ARCH=powerpc
TB --- 2013-12-02 10:10:11 - TZ=UTC
TB --- 2013-12-02 10:10:11 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 10:10:11 - cd /src
TB --- 2013-12-02 10:10:11 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 10:10:17 UTC 2013
 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
[...]
rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o 
ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp 
scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp 
rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po 
ata_all.po smp_all.po  camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp 
scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp
rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So 
ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so 
scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp 
scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp 
smp_all.So.tmp
rm -f libcam.so
rm -f libcam.a libcam_p.a libcam.so.6
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== lib/libcasper (cleandir)
cd: can't cd to /src/lib/libcasper
*** Error code 2

Stop.
bmake[2]: stopped in /src/lib
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 10:14:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 10:14:58 - ERROR: failed to build world
TB --- 2013-12-02 10:14:58 - 253.77 user 29.59 system 338.36 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [PATCH] SO_REUSEADDR and SO_REUSEPORT behaviour

2013-12-02 Thread Sepherosa Ziehau
On Mon, Dec 2, 2013 at 12:29 PM, Oleg Moskalenko mom040...@gmail.comwrote:

 Sepherosa, while reading your description I noticed another long-standing
 problem for UDP application developers: the UDP sockets are always hashed
 with 2-tuple. But UDP sockets can be connected, too, to a remote address,
 with connect(...)


The connected UDP sockets will be in connect hash, which is hashed using
faddr/laddr/fport/lport.  SO_REUSEPORT only affects wildcard sockets.


 function. Unfortunately, with 2-tuple hashing, that pattern is useless for
 large-scale applications: if a large number of UDP sockets on the same
 local port are connected to remote address, then the kernel have to go
 thru the long list of UDP sockets with the same hash value.

 If the connected UDP sockets would use 4-tuples, then it would be very
 helpful for the new generation of the UDP-based media applications. For
 example, servers which use DTLS protocol would become simpler and more
 efficient.


If you are talking about RSS, then igb, ixgbe and mxge (and may be other
drivers) support RSS extension (mxge is not using RSS, but still 4-tuple
hash), which will include UDP fport/lport into Toeplitz hash calculation.
Well, for fragments of a UDP datagram, if the ports are taken into
consideration the RSS hash will be different for leading fragment and rest
of the fragments; I think that's why MS didn't include ports for UDP.

Best Regards,
sephe


 Thanks
 Oleg



 On Sun, Dec 1, 2013 at 8:17 PM, Sepherosa Ziehau sepher...@gmail.comwrote:




 On Sat, Nov 30, 2013 at 2:42 AM, Ermal Luçi e...@freebsd.org wrote:

 Well seems Dragonfly has some version of it already from commit [1].


 The distribution algorithm was changed a little bit after initial commit
 to gain more idle time (bnx(4) output has already been maxed out):

 http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c275f18d832361be28b150d3f4fd518914bdeba6

 Well, I also addressed a reasonable concern from nginx folks (I am not
 quite sure about Linux's position on it; Linux original implementation of
 SO_REUSEPORT from Google had this drawback, which I mentioned in the commit
 message):

 http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/02ad2f0b874fb0a45eb69750219f79f5e8982272

 As about nginx, SO_REUSEPORT patch for nginx (both 1.4.x and 1.5.x) is in
 dports; should be easier to be back ported to FreeBSD's ports.  I failed to
 convince nginx folks to merge it into mainline and I am currently onto
 other stuffs, will come back to them later.  If FreeBSD is going to
 implement Linux's style of SO_REUSEPORT, pushing the patch to the nginx
 mainline will be easier.

 I also put up a brief description of SO_REUSEPORT in dfly; may be useful
 to you:
 http://leaf.dragonflybsd.org/~sephe/netisr_so_reuseport.txt

 Best Regards,
 sephe


  In FreeBSD there is the framework for this with by defining PCBGROUP.
 Also the explanation of it at [2] and [3].
 It can achieve approximately the same features of SO_RESUSEPORT of linux.
 The only thing missing is the marketing behind it and i think and better
 RSS support.
 By looking at dates the support is there before linux so all you guys
 looking for it can experiment with it.

 What i was trying to accomplish was something else from performance
 improvement and
 maybe put a sysctl behind it to make it more acceptable..

 [1]

 http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/740d1d9f7b7bf9c9c021abb8197718d7a2d441c9
 [2]
 http://fxr.watson.org/fxr/source/netinet/in_pcbgroup.c?im=bigexcerpts#L51
 [3]
 http://lists.freebsd.org/pipermail/svn-src-head/2011-June/028190.html


 On Fri, Nov 29, 2013 at 7:03 PM, Oleg Moskalenko mom040...@gmail.com
 wrote:

  Tim, you are wrong. Read what is multicast definition, and read how
 UDP
  and TCP sockets work in Linux 3.9+ kernels.
 
  Oleg .
 
 
  On Fri, Nov 29, 2013 at 9:59 AM, Tim Kientzle kient...@freebsd.org
 wrote:
 
 
  On Nov 29, 2013, at 4:04 AM, Ermal Luçi e...@freebsd.org wrote:
 
   Hello,
  
   since SO_REUSEADDR and SO_REUSEPORT are supposed to allow two
 daemons to
   share the same port and possibly listening ip …
 
  These flags are used with TCP-based servers.
 
  I’ve used them to make software upgrades go more smoothly.
  Without them, the following often happens:
 
  * Old server stops.  In the process, all of its TCP connections are
  closed.
 
  * Connections to old server remain in the TCP connection table until
 the
  remote end can acknowledge.
 
  * New server starts.
 
  * New server tries to open port but fails because that port is “still
 in
  use” by connections in the TCP connection table.
 
  With these flags, the new server can open the port even though
  it is “still in use” by existing connections.
 
 
   This is not the case today.
   Only multicast sockets seem to have the behaviour of broadcasting
 the
  data
   to all sockets sharing the same properties through these options!
 
  That is what multicast is for.
 
  If you want the same data sent to all 

Re: [PATCH] SO_REUSEADDR and SO_REUSEPORT behaviour

2013-12-02 Thread Sepherosa Ziehau
On Mon, Dec 2, 2013 at 1:02 PM, Adrian Chadd adr...@freebsd.org wrote:

 Hi! Thanks for the writeup!

 On 1 December 2013 20:17, Sepherosa Ziehau sepher...@gmail.com wrote:

  I also put up a brief description of SO_REUSEPORT in dfly; may be useful
 to
  you:
  http://leaf.dragonflybsd.org/~sephe/netisr_so_reuseport.txt

 Ok, so given this, how do you guarantee the UTHREAD stays on the given
 CPU? You assume it stays on the CPU that the initial listen socket was
 created on, right? If it's migrated to another CPU core then the
 listen queue still stays in the original hash group that's in a netisr
 on a different CPU?


As I wrote in the above brief introduction, Dfly currently relies on the
scheduler doing the proper thing (the scheduler does do a very good job
during my tests).  I need to export certain kind of socket option to make
that information available to user space programs.  Force UTHREAD binding
in kernel is not helpful, given in reverse proxy application, things are
different.  And even if that kind of binding information was exported to
user space, user space program still would have to poll it periodically (in
Dfly at least), since other programs binding to the same addr/port could
come and go, which will cause reorganizing of the inp localgroup in the
current Dfly implementation.

Best Regards,
sephe

-- 
Tomorrow Will Never Die
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [RFC] how to get the size of a malloc(9) block ?

2013-12-02 Thread jb
 dt71 at gmx.com writes:

 
 So new flags could be [1]:
 - realloc_flags(p, s, REALLOCF_NO_MOVE)
 ...
 - realloc_flags(p, s, REALLOCF_NO_MOVE | REALLOCF_ELASTIC)
 ... 
 For this, there could be a REALLOCF_FORCE flag

In case of realloc_flags() failing the request, to avoid unnecessary
followups with regular realloc() when desired, we should include an option
like REALLOCF_FALLBACK_ANY that would allow to fallback on the regular
realloc() logic, in one call.

In addition, because I have an impression that realloc_flags() may have 
a future as a replacement for regular realloc() and we should aim for it,
we should include an option like REALLOCF_ANY for that purpose.

So far, the options could be as follows:
- realloc_flags(p, s, option)
  where option is one or a combination (where appropriate) of:
  REALLOCF_ANY- default (move or no-move; regular realloc())
  REALLOCF_NO_MOVE- no-move
  REALLOCF_ELASTIC- combined with REALLOCF_NO_MOVE
  REALLOCF_FORCE  - combined with REALLOCF_NO_MOVE
  REALLOCF_FALLBACK_ANY   - combined with REALLOCF_NO_MOVE or its 
derivatives like REALLOCF_ELASTIC, etc

jb


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [RFC] how to get the size of a malloc(9) block ?

2013-12-02 Thread Luigi Rizzo
On Mon, Dec 2, 2013 at 4:36 AM, jb jb.1234a...@gmail.com wrote:

  dt71 at gmx.com writes:

 
  So new flags could be [1]:
  - realloc_flags(p, s, REALLOCF_NO_MOVE)
  ...
  - realloc_flags(p, s, REALLOCF_NO_MOVE | REALLOCF_ELASTIC)
  ...
  For this, there could be a REALLOCF_FORCE flag

 In case of realloc_flags() failing the request, to avoid unnecessary
 followups with regular realloc() when desired, we should include an option
 like REALLOCF_FALLBACK_ANY that would allow to fallback on the regular
 realloc() logic, in one call.

 In addition, because I have an impression that realloc_flags() may have
 a future as a replacement for regular realloc() and we should aim for it,
 we should include an option like REALLOCF_ANY for that purpose.

 So far, the options could be as follows:
 - realloc_flags(p, s, option)
   where option is one or a combination (where appropriate) of:
   REALLOCF_ANY- default (move or no-move; regular
 realloc())
   REALLOCF_NO_MOVE- no-move
   REALLOCF_ELASTIC- combined with REALLOCF_NO_MOVE
   REALLOCF_FORCE  - combined with REALLOCF_NO_MOVE
   REALLOCF_FALLBACK_ANY   - combined with REALLOCF_NO_MOVE or its
 derivatives like REALLOCF_ELASTIC, etc


just five ? for a (quote) clean, safe and maintainable API,
I'd probably also add a few more, such as
REALLOCF_ALWAYS to trigger bugs on bad assumptions in the code,
REALLOCF_I_AM_FEELING_LUCKY for the newbies, and
REALLOCF_REAL_PROGRAMMERS_NEVER_DO_THAT_I_WILL_PANIC
for skilled folks.

I am not sure they are enough to cover the spectrum
of possible options, but there are at least 32 bits
in the flags so we have a few more left.

cheers
luigi
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [RFC] how to get the size of a malloc(9) block ?

2013-12-02 Thread jb
Luigi Rizzo rizzo at iet.unipi.it writes:

 ... 
  So far, the options could be as follows:
  - realloc_flags(p, s, option)
where option is one or a combination (where appropriate) of:
REALLOCF_ANY- default (move or no-move; regular
  realloc())
REALLOCF_NO_MOVE- no-move
REALLOCF_ELASTIC- combined with REALLOCF_NO_MOVE
REALLOCF_FORCE  - combined with REALLOCF_NO_MOVE
REALLOCF_FALLBACK_ANY   - combined with REALLOCF_NO_MOVE or its
  derivatives like REALLOCF_ELASTIC, etc
 
 
 just five ? for a (quote) clean, safe and maintainable API,
 I'd probably also add a few more, such as
 REALLOCF_ALWAYS to trigger bugs on bad assumptions in the code,
 REALLOCF_I_AM_FEELING_LUCKY for the newbies, and
 REALLOCF_REAL_PROGRAMMERS_NEVER_DO_THAT_I_WILL_PANIC
 for skilled folks.
 ...
These are more or less part of current implementation of realloc() :-)

But seriously, the new API takes advantage of current logic - the no-move
is already implemented as part of default.
It will not (and should not) interfere with current implementation-specific
details; it will just be smarter and useful thru its options by asking
specific requests, some of which could be already be partially satisified
now (think of that extra, unused allocated space, if present), thus giving
a programmer more power in one call.

Adding some if-else logic and perhaps limited code restructuring will
yield a really powerful, functional API.

Some of the hidden bugs in current realloc()  co, if any, will be
discovered during testing of new implementation (which will be more 
specific and thus less forgiving).

Think of it as being presented with a chance to become part of history,
as a co-creator of a new-and-improved memory management function,
admittedly being many OS' and libraries' Achilles' heel :-)
 
jb


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Internal compiler error on gcc with latest updates

2013-12-02 Thread Justin Hibbits
Yesterday I started a full world update for my machine (powerpc64), but
the new gcc import ICEs at emit-rtl.c:1784, when compiling zdb.  I
haven't tried reverting contrib/gcc yet, but is there a good way to
debug this?

- Justin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD PVH guest support

2013-12-02 Thread Roger Pau Monné
Hello,

I've yet updated the PVH work one more time, regarding some comments
from emaste in order to try to make this work easier to merge with the
UEFI changes. In this regard, the parse_memmap hook now fetches and
parses the memmap, so UEFI can define it's own hook and do the fetching
and parsing there.

As usual, the patch can be found on my git tree:

git://xenbits.xen.org/people/royger/freebsd.git pvh_v6

Or

http://xenbits.xen.org/gitweb/?p=people/royger/freebsd.git;a=shortlog;h=refs/heads/pvh_v6

I would really like to get this committed sooner rather than later,
mainly because I plan to start working on Dom0 soon, and having to carry
another patch on top of this is going to be quite hard.

Roger.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD PVH guest support

2013-12-02 Thread Konstantin Belousov
On Mon, Dec 02, 2013 at 05:11:49PM +0100, Roger Pau Monn? wrote:
 Hello,
 
 I've yet updated the PVH work one more time, regarding some comments
 from emaste in order to try to make this work easier to merge with the
 UEFI changes. In this regard, the parse_memmap hook now fetches and
 parses the memmap, so UEFI can define it's own hook and do the fetching
 and parsing there.
 
 As usual, the patch can be found on my git tree:
 
 git://xenbits.xen.org/people/royger/freebsd.git pvh_v6
 
 Or
 
 http://xenbits.xen.org/gitweb/?p=people/royger/freebsd.git;a=shortlog;h=refs/heads/pvh_v6
 
 I would really like to get this committed sooner rather than later,
 mainly because I plan to start working on Dom0 soon, and having to carry
 another patch on top of this is going to be quite hard.

The patch is large, and I definitely do not have desire to look at the
Xen-specific parts.  Is it possible to split the patch into changes for
common code, and the rest ? If not, could you provide only the chunks
related to the common code anyway, so that I read what needed to read,
and do not miss some part ?


pgpvCrDaTCEqd.pgp
Description: PGP signature


Re: FreeBSD PVH guest support

2013-12-02 Thread Roger Pau Monné
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/12/13 18:19, Konstantin Belousov wrote:
 On Mon, Dec 02, 2013 at 05:11:49PM +0100, Roger Pau Monn? wrote:
 Hello,
 
 I've yet updated the PVH work one more time, regarding some
 comments from emaste in order to try to make this work easier to
 merge with the UEFI changes. In this regard, the parse_memmap
 hook now fetches and parses the memmap, so UEFI can define it's
 own hook and do the fetching and parsing there.
 
 As usual, the patch can be found on my git tree:
 
 git://xenbits.xen.org/people/royger/freebsd.git pvh_v6
 
 Or
 
 http://xenbits.xen.org/gitweb/?p=people/royger/freebsd.git;a=shortlog;h=refs/heads/pvh_v6


 
I would really like to get this committed sooner rather than later,
 mainly because I plan to start working on Dom0 soon, and having
 to carry another patch on top of this is going to be quite hard.
 
 The patch is large, and I definitely do not have desire to look at
 the Xen-specific parts.  Is it possible to split the patch into
 changes for common code, and the rest ? If not, could you provide
 only the chunks related to the common code anyway, so that I read
 what needed to read, and do not miss some part ?

You can certainly use
http://xenbits.xen.org/gitweb/?p=people/royger/freebsd.git;a=commit;h=e6b5f404ea805de4070a9ad501be8e91a722f05b
in order to see the specific diffs for each modified file, this way
you can only look at changes in common files and skip most of the Xen
specific changes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (Darwin)

iQEcBAEBAgAGBQJSnMofAAoJEKXZdqUyumTAzjUH/3fDf9TDgBbKJoOlgPGWhTc3
GDY9Vw2oRzfB7IAyNKGXesE5PPkl4S2A/VVxN/So9Jw1PdGwK/iUGNQIyR5jI5YW
BOclDB42huRoHRPYXH/pDrdHpOKrudJg9GeXldT0Q+EXThDMKgTGuAekqdtSN6dS
F8YtXMokMrIBkklCzTBsJLAhA8nAZ+CozLuIgHUelkY5XX8Zw7RhrAZNZWy6WZP5
nGgVL6eeJ1mQ6l8JLSwEAvo6mx7ka7HVLmx4IQ1Plm6nx17WLIUdJi9NI6tW7s5v
LAD6BH+iPCxDOK6qDCVmSHAZ6RJmI+ksasqIRx4pAe02l806qAUsoXjyzymgn6Y=
=ovkV
-END PGP SIGNATURE-
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Internal compiler error on gcc with latest updates

2013-12-02 Thread Craig Rodrigues
On Mon, Dec 2, 2013 at 6:40 AM, Justin Hibbits chmeeed...@gmail.com wrote:

 Yesterday I started a full world update for my machine (powerpc64), but
 the new gcc import ICEs at emit-rtl.c:1784, when compiling zdb.  I
 haven't tried reverting contrib/gcc yet, but is there a good way to
 debug this?


If you are getting the same Internal Compiler Error,
it may be worth doing a web search on the GCC web site to see if it is a
known issue:

https://www.google.com/#q=site:gcc.gnu.org

--
Craig
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Internal compiler error on gcc with latest updates

2013-12-02 Thread Justin Hibbits
On Dec 2, 2013 10:26 AM, Craig Rodrigues rodr...@freebsd.org wrote:

 On Mon, Dec 2, 2013 at 6:40 AM, Justin Hibbits chmeeed...@gmail.com
wrote:

 Yesterday I started a full world update for my machine (powerpc64), but
 the new gcc import ICEs at emit-rtl.c:1784, when compiling zdb.  I
 haven't tried reverting contrib/gcc yet, but is there a good way to
 debug this?


 If you are getting the same Internal Compiler Error,
 it may be worth doing a web search on the GCC web site to see if it is a
known issue:

 https://www.google.com/#q=site:gcc.gnu.org

 --
 Craig

Good idea. It looks like it is related to GCC bug 48561/21307.

-Justin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [PATCH] SO_REUSEADDR and SO_REUSEPORT behaviour

2013-12-02 Thread Adrian Chadd
On 2 December 2013 03:45, Sepherosa Ziehau sepher...@gmail.com wrote:

 On Mon, Dec 2, 2013 at 1:02 PM, Adrian Chadd adr...@freebsd.org wrote:

 Ok, so given this, how do you guarantee the UTHREAD stays on the given
 CPU? You assume it stays on the CPU that the initial listen socket was
 created on, right? If it's migrated to another CPU core then the
 listen queue still stays in the original hash group that's in a netisr
 on a different CPU?

 As I wrote in the above brief introduction, Dfly currently relies on the
 scheduler doing the proper thing (the scheduler does do a very good job
 during my tests).  I need to export certain kind of socket option to make
 that information available to user space programs.  Force UTHREAD binding in
 kernel is not helpful, given in reverse proxy application, things are
 different.  And even if that kind of binding information was exported to
 user space, user space program still would have to poll it periodically (in
 Dfly at least), since other programs binding to the same addr/port could
 come and go, which will cause reorganizing of the inp localgroup in the
 current Dfly implementation.

Right. I kinda gathered that. It's fine, I was conceptually thinking
of doing some thead pinning into this anyway.

How do you see this scaling on massively multi-core machines? Like 32,
48, 64, 128 cores? I had some vague handwav-y notion of maybe limiting
the concept of pcbgroup hash / netisr threads to a subset of CPUs, or
have them be able to float between sockets but only have 1 (or n,
maybe) per socket. Or just have a fixed, smaller pool. The idea then
is the scheduler would need to be told that a given userland
thread/process belongs to a given netisr thread, and to schedule them
on the same CPU when possible.

Anyway, thanks for doing this work. I only wish that you'd do it for
FreeBSD. :-)



-adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc/powerpc

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 18:36:42 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 18:36:42 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 18:36:42 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2013-12-02 18:36:42 - cleaning the object tree
TB --- 2013-12-02 18:36:52 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 18:37:00 - At svn revision 258843
TB --- 2013-12-02 18:37:01 - building world
TB --- 2013-12-02 18:37:01 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 18:37:01 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 18:37:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 18:37:01 - SRCCONF=/dev/null
TB --- 2013-12-02 18:37:01 - TARGET=powerpc
TB --- 2013-12-02 18:37:01 - TARGET_ARCH=powerpc
TB --- 2013-12-02 18:37:01 - TZ=UTC
TB --- 2013-12-02 18:37:01 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 18:37:01 - cd /src
TB --- 2013-12-02 18:37:01 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 18:37:08 UTC 2013
 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 Mon Dec  2 21:13:54 UTC 2013
TB --- 2013-12-02 21:13:54 - generating LINT kernel config
TB --- 2013-12-02 21:13:54 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 21:13:54 - /usr/bin/make -B LINT
TB --- 2013-12-02 21:13:54 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 21:13:54 - /usr/sbin/config -m LINT
TB --- 2013-12-02 21:13:54 - building LINT kernel
TB --- 2013-12-02 21:13:54 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 21:13:54 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 21:13:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 21:13:54 - SRCCONF=/dev/null
TB --- 2013-12-02 21:13:54 - TARGET=powerpc
TB --- 2013-12-02 21:13:54 - TARGET_ARCH=powerpc
TB --- 2013-12-02 21:13:54 - TZ=UTC
TB --- 2013-12-02 21:13:54 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 21:13:54 - cd /src
TB --- 2013-12-02 21:13:54 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Mon Dec  2 21:13:54 UTC 2013
 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 Mon Dec  2 21:33:15 UTC 2013
TB --- 2013-12-02 21:33:15 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 21:33:15 - /usr/sbin/config -m GENERIC
TB --- 2013-12-02 21:33:15 - building GENERIC kernel
TB --- 2013-12-02 21:33:15 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 21:33:15 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 21:33:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 21:33:15 - SRCCONF=/dev/null
TB --- 2013-12-02 21:33:15 - TARGET=powerpc
TB --- 2013-12-02 21:33:15 - TARGET_ARCH=powerpc
TB --- 2013-12-02 21:33:15 - TZ=UTC
TB --- 2013-12-02 21:33:15 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 21:33:15 - cd /src
TB --- 2013-12-02 21:33:15 - /usr/bin/make -B buildkernel KERNCONF=GENERIC
 Kernel build for GENERIC started on Mon Dec  2 21:33:15 UTC 2013
 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 Mon Dec  2 21:49:10 UTC 2013
TB --- 2013-12-02 21:49:10 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 21:49:10 - /usr/sbin/config -m GENERIC64
TB --- 2013-12-02 21:49:10 - skipping GENERIC64 kernel
TB --- 2013-12-02 21:49:10 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 21:49:10 - /usr/sbin/config -m MPC85XX
TB --- 2013-12-02 21:49:10 - building MPC85XX kernel
TB --- 2013-12-02 21:49:10 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 21:49:10 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 21:49:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 21:49:10 - SRCCONF=/dev/null
TB --- 2013-12-02 21:49:10 - TARGET=powerpc
TB --- 2013-12-02 21:49:10 - TARGET_ARCH=powerpc
TB --- 2013-12-02 21:49:10 - TZ=UTC
TB --- 2013-12-02 21:49:10 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 21:49:10 - cd /src
TB --- 2013-12-02 21:49:10 - /usr/bin/make -B buildkernel KERNCONF=MPC85XX
 Kernel build for MPC85XX started on Mon Dec  2 21:49:10 UTC 2013
 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 MPC85XX completed on Mon Dec  2 21:52:05 UTC 2013
TB --- 2013-12-02 21:52:05 - cd /src/sys/powerpc/conf
TB --- 2013-12-02 21:52:05 - /usr/sbin/config -m 

[head tinderbox] failure on arm/arm

2013-12-02 Thread FreeBSD Tinderbox
TB --- 2013-12-02 22:40:17 - tinderbox 2.20 running on freebsd-current.sentex.ca
TB --- 2013-12-02 22:40:17 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-12-02 22:40:17 - starting HEAD tinderbox run for arm/arm
TB --- 2013-12-02 22:40:17 - cleaning the object tree
TB --- 2013-12-02 22:40:17 - /usr/local/bin/svn stat /src
TB --- 2013-12-02 22:40:22 - At svn revision 258858
TB --- 2013-12-02 22:40:23 - building world
TB --- 2013-12-02 22:40:23 - CROSS_BUILD_TESTING=YES
TB --- 2013-12-02 22:40:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-12-02 22:40:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-12-02 22:40:23 - SRCCONF=/dev/null
TB --- 2013-12-02 22:40:23 - TARGET=arm
TB --- 2013-12-02 22:40:23 - TARGET_ARCH=arm
TB --- 2013-12-02 22:40:23 - TZ=UTC
TB --- 2013-12-02 22:40:23 - __MAKE_CONF=/dev/null
TB --- 2013-12-02 22:40:23 - cd /src
TB --- 2013-12-02 22:40:23 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Dec  2 22:40:29 UTC 2013
 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
[...]
=== lib/clang/libllvmasmparser (all)
c++  -O2 -pipe -I/src/lib/clang/libllvmasmparser/../../../contrib/llvm/include 
-I/src/lib/clang/libllvmasmparser/../../../contrib/llvm/tools/clang/include 
-I/src/lib/clang/libllvmasmparser/../../../contrib/llvm/lib/AsmParser -I. 
-I/src/lib/clang/libllvmasmparser/../../../contrib/llvm/../../lib/clang/include 
-DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS 
-fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\arm-gnueabi-freebsd11.0\ 
-DLLVM_HOST_TRIPLE=\x86_64-unknown-freebsd11.0\ 
-DDEFAULT_SYSROOT=\/obj/arm.arm/src/tmp\ 
-I/obj/arm.arm/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c 
/src/lib/clang/libllvmasmparser/../../../contrib/llvm/lib/AsmParser/LLLexer.cpp 
-o LLLexer.o
c++  -O2 -pipe -I/src/lib/clang/libllvmasmparser/../../../contrib/llvm/include 
-I/src/lib/clang/libllvmasmparser/../../../contrib/llvm/tools/clang/include 
-I/src/lib/clang/libllvmasmparser/../../../contrib/llvm/lib/AsmParser -I. 
-I/src/lib/clang/libllvmasmparser/../../../contrib/llvm/../../lib/clang/include 
-DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS 
-fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\arm-gnueabi-freebsd11.0\ 
-DLLVM_HOST_TRIPLE=\x86_64-unknown-freebsd11.0\ 
-DDEFAULT_SYSROOT=\/obj/arm.arm/src/tmp\ 
-I/obj/arm.arm/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c 
/src/lib/clang/libllvmasmparser/../../../contrib/llvm/lib/AsmParser/LLParser.cpp
 -o LLParser.o
/src/lib/clang/libllvmasmparser/../../../contrib/llvm/lib/AsmParser/LLParser.cpp:
 In member function 'bool llvm::LLParser::ParseFunctionHeader(llvm::Function*, 
bool)':
/src/lib/clang/libllvmasmparser/../../../contrib/llvm/lib/AsmParser/LLParser.cpp:2916:
 internal compiler error: in var_ann, at tree-flow-inline.h:128
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
*** Error code 1

Stop.
bmake[3]: stopped in /src/lib/clang/libllvmasmparser
*** Error code 1

Stop.
bmake[2]: stopped in /src/lib/clang
*** Error code 1

Stop.
bmake[1]: stopped in /src
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-12-02 23:20:32 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-12-02 23:20:32 - ERROR: failed to build world
TB --- 2013-12-02 23:20:32 - 2161.48 user 203.99 system 2414.62 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org