Re: [releng_8_1 tinderbox] failure on amd64/amd64

2012-02-03 Thread Dag-Erling Smørgrav
FreeBSD Tinderbox tinder...@freebsd.org writes:
 cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
 -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
 -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
 -fformat-extensions -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
 -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  
 -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  -msoft-float 
 -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
 -mprofiler-epilogue /src/sys/dev/e1000/if_em.c -I/src/sys/dev/e1000
 if_em.o: No space left on device
 {standard input}: Assembler messages:
 {standard input}:13043: FATAL: Can't write if_em.o: No space left on device
 *** Error code 1

Fixed, sorry for the noise.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_8_1 tinderbox] failure on amd64/amd64

2012-01-29 Thread FreeBSD Tinderbox
TB --- 2012-01-30 04:00:47 - tinderbox 2.8 running on freebsd-legacy2.sentex.ca
TB --- 2012-01-30 04:00:47 - starting RELENG_8_1 tinderbox run for amd64/amd64
TB --- 2012-01-30 04:00:47 - mkdir /usr/home/tinderbox/RELENG_8_1
TB --- 2012-01-30 04:00:47 - mkdir /usr/home/tinderbox/RELENG_8_1/amd64
TB --- 2012-01-30 04:00:47 - mkdir /usr/home/tinderbox/RELENG_8_1/amd64/amd64
TB --- 2012-01-30 04:00:47 - cleaning the object tree
TB --- 2012-01-30 04:00:47 - cvsupping the source tree
TB --- 2012-01-30 04:00:47 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
-s /usr/home/tinderbox/RELENG_8_1/amd64/amd64/supfile
TB --- 2012-01-30 04:24:16 - building world
TB --- 2012-01-30 04:24:16 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-30 04:24:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-30 04:24:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-30 04:24:16 - SRCCONF=/dev/null
TB --- 2012-01-30 04:24:16 - TARGET=amd64
TB --- 2012-01-30 04:24:16 - TARGET_ARCH=amd64
TB --- 2012-01-30 04:24:16 - TZ=UTC
TB --- 2012-01-30 04:24:16 - __MAKE_CONF=/dev/null
TB --- 2012-01-30 04:24:16 - cd /src
TB --- 2012-01-30 04:24:16 - /usr/bin/make -B buildworld
 World build started on Mon Jan 30 04:24:16 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Mon Jan 30 05:30:34 UTC 2012
TB --- 2012-01-30 05:30:34 - generating LINT kernel config
TB --- 2012-01-30 05:30:34 - cd /src/sys/amd64/conf
TB --- 2012-01-30 05:30:34 - /usr/bin/make -B LINT
TB --- 2012-01-30 05:30:34 - cd /src/sys/amd64/conf
TB --- 2012-01-30 05:30:34 - /usr/sbin/config -m LINT
TB --- 2012-01-30 05:30:34 - building LINT kernel
TB --- 2012-01-30 05:30:34 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-30 05:30:34 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-30 05:30:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-30 05:30:34 - SRCCONF=/dev/null
TB --- 2012-01-30 05:30:34 - TARGET=amd64
TB --- 2012-01-30 05:30:34 - TARGET_ARCH=amd64
TB --- 2012-01-30 05:30:34 - TZ=UTC
TB --- 2012-01-30 05:30:34 - __MAKE_CONF=/dev/null
TB --- 2012-01-30 05:30:34 - cd /src
TB --- 2012-01-30 05:30:34 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Mon Jan 30 05:30:34 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  
-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/dev/ed/if_ed_rtl80x9.c
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  
-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/dev/ed/if_ed_pccard.c
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  
-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector 

[releng_8_1 tinderbox] failure on amd64/amd64

2010-09-20 Thread FreeBSD Tinderbox
TB --- 2010-09-20 13:24:47 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-09-20 13:24:47 - starting RELENG_8_1 tinderbox run for amd64/amd64
TB --- 2010-09-20 13:24:47 - cleaning the object tree
TB --- 2010-09-20 13:25:45 - cvsupping the source tree
TB --- 2010-09-20 13:25:45 - /usr/bin/csup -z -r 3 -g -L 1 -h 
cvsup5.freebsd.org /tinderbox/RELENG_8_1/amd64/amd64/supfile
TB --- 2010-09-20 13:31:04 - WARNING: /usr/bin/csup returned exit code  1 
TB --- 2010-09-20 13:31:04 - ERROR: unable to cvsup the source tree
TB --- 2010-09-20 13:31:04 - 2.18 user 45.77 system 376.71 real


http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8_1-amd64-amd64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_8_1 tinderbox] failure on amd64/amd64

2010-09-05 Thread FreeBSD Tinderbox
TB --- 2010-09-05 10:55:09 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-09-05 10:55:09 - starting RELENG_8_1 tinderbox run for amd64/amd64
TB --- 2010-09-05 10:55:09 - cleaning the object tree
TB --- 2010-09-05 10:55:24 - cvsupping the source tree
TB --- 2010-09-05 10:55:24 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/RELENG_8_1/amd64/amd64/supfile
TB --- 2010-09-05 11:31:44 - WARNING: /usr/bin/csup returned exit code  1 
TB --- 2010-09-05 11:31:44 - ERROR: unable to cvsup the source tree
TB --- 2010-09-05 11:31:44 - 0.65 user 10.70 system 2195.64 real


http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8_1-amd64-amd64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_8_1 tinderbox] failure on amd64/amd64

2010-09-02 Thread FreeBSD Tinderbox
TB --- 2010-09-02 14:46:20 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-09-02 14:46:20 - starting RELENG_8_1 tinderbox run for amd64/amd64
TB --- 2010-09-02 14:46:20 - cleaning the object tree
TB --- 2010-09-02 14:46:45 - cvsupping the source tree
TB --- 2010-09-02 14:46:45 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/RELENG_8_1/amd64/amd64/supfile
TB --- 2010-09-02 15:21:43 - WARNING: /usr/bin/csup returned exit code  1 
TB --- 2010-09-02 15:21:43 - ERROR: unable to cvsup the source tree
TB --- 2010-09-02 15:21:43 - 0.80 user 14.66 system 2123.57 real


http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8_1-amd64-amd64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_8_1 tinderbox] failure on amd64/amd64

2010-07-25 Thread FreeBSD Tinderbox
TB --- 2010-07-25 22:03:44 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-07-25 22:03:44 - starting RELENG_8_1 tinderbox run for amd64/amd64
TB --- 2010-07-25 22:03:44 - cleaning the object tree
TB --- 2010-07-25 22:04:07 - cvsupping the source tree
TB --- 2010-07-25 22:04:07 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/RELENG_8_1/amd64/amd64/supfile
TB --- 2010-07-25 22:04:55 - building world
TB --- 2010-07-25 22:04:55 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-07-25 22:04:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-07-25 22:04:55 - TARGET=amd64
TB --- 2010-07-25 22:04:55 - TARGET_ARCH=amd64
TB --- 2010-07-25 22:04:55 - TZ=UTC
TB --- 2010-07-25 22:04:55 - __MAKE_CONF=/dev/null
TB --- 2010-07-25 22:04:55 - cd /src
TB --- 2010-07-25 22:04:55 - /usr/bin/make -B buildworld
 World build started on Sun Jul 25 22:04:56 UTC 2010
 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
[...]
cc -fpic -DPIC -O2 -pipe  -DZFS_NO_ACL 
-I/src/cddl/lib/libzfs/../../../sbin/mount 
-I/src/cddl/lib/libzfs/../../../cddl/lib/libumem 
-I/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris 
-I/src/cddl/lib/libzfs/../../../cddl/compat/opensolaris/include 
-I/src/cddl/lib/libzfs/../../../cddl/compat/opensolaris/lib/libumem 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzpool/common 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/common/zfs 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/head 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libnvpair 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libuutil/common 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common 
-DNEE!
 D_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c 
/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c
 -o libzfs_changelist.So
cc -fpic -DPIC -O2 -pipe  -DZFS_NO_ACL 
-I/src/cddl/lib/libzfs/../../../sbin/mount 
-I/src/cddl/lib/libzfs/../../../cddl/lib/libumem 
-I/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris 
-I/src/cddl/lib/libzfs/../../../cddl/compat/opensolaris/include 
-I/src/cddl/lib/libzfs/../../../cddl/compat/opensolaris/lib/libumem 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzpool/common 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/common/zfs 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/head 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libnvpair 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libuutil/common 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common 
-DNEE!
 D_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c 
/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common/libzfs_config.c
 -o libzfs_config.So
cc -fpic -DPIC -O2 -pipe  -DZFS_NO_ACL 
-I/src/cddl/lib/libzfs/../../../sbin/mount 
-I/src/cddl/lib/libzfs/../../../cddl/lib/libumem 
-I/src/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris 
-I/src/cddl/lib/libzfs/../../../cddl/compat/opensolaris/include 
-I/src/cddl/lib/libzfs/../../../cddl/compat/opensolaris/lib/libumem 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzpool/common 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/common/zfs 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/head 
-I/src/cddl/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libnvpair 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libuutil/common 
-I/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common 
-DNEE!
 D_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c 
/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c
 -o libzfs_import.So
/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c:
 In function 'zpool_in_use':
/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c:1219:
 internal compiler error: in