From owner-freebsd-tinderbox@FreeBSD.ORG Sun Apr 27 05:42:00 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5AB11065673; Sun, 27 Apr 2008 05:42:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7056E8FC1F; Sun, 27 Apr 2008 05:42:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3R5fxWc082312; Sun, 27 Apr 2008 01:41:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3R5fxf2056099; Sun, 27 Apr 2008 01:41:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7329373039; Sun, 27 Apr 2008 01:41:59 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080427054159.7329373039@freebsd-current.sentex.ca> Date: Sun, 27 Apr 2008 01:41:59 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 05:42:01 -0000 TB --- 2008-04-27 04:36:31 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-27 04:36:31 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-04-27 04:36:31 - cleaning the object tree TB --- 2008-04-27 04:36:51 - cvsupping the source tree TB --- 2008-04-27 04:36:51 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-04-27 04:36:59 - building world (CFLAGS=-O -pipe) TB --- 2008-04-27 04:36:59 - cd /src TB --- 2008-04-27 04:36:59 - /usr/bin/make -B buildworld >>> World build started on Sun Apr 27 04:37:01 UTC 2008 >>> 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 Sun Apr 27 05:41:28 UTC 2008 TB --- 2008-04-27 05:41:28 - generating LINT kernel config TB --- 2008-04-27 05:41:28 - cd /src/sys/powerpc/conf TB --- 2008-04-27 05:41:28 - /usr/bin/make -B LINT TB --- 2008-04-27 05:41:28 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-27 05:41:28 - cd /src TB --- 2008-04-27 05:41:28 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Apr 27 05:41:28 UTC 2008 >>> 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 [...] cc -c -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 -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding /src/sys/powerpc/powerpc/genassym.c In file included from /src/sys/sys/lock_profile.h:39, from /src/sys/sys/proc.h:48, from /src/sys/powerpc/powerpc/genassym.c:40: ./machine/cpufunc.h: In function 'mfsvr': ./machine/cpufunc.h:131: error: 'SPR_SVR' undeclared (first use in this function) ./machine/cpufunc.h:131: error: (Each undeclared identifier is reported only once ./machine/cpufunc.h:131: error: for each function it appears in.) *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-27 05:41:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-27 05:41:59 - ERROR: failed to build lint kernel TB --- 2008-04-27 05:41:59 - tinderbox aborted TB --- 2870.16 user 331.38 system 3927.95 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sun Apr 27 11:50:40 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1285B1065672; Sun, 27 Apr 2008 11:50:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BEAFD8FC1A; Sun, 27 Apr 2008 11:50:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3RBocFo097266; Sun, 27 Apr 2008 07:50:38 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3RBocE8013053; Sun, 27 Apr 2008 07:50:38 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 16EBB73039; Sun, 27 Apr 2008 07:50:37 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080427115038.16EBB73039@freebsd-current.sentex.ca> Date: Sun, 27 Apr 2008 07:50:37 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 11:50:40 -0000 TB --- 2008-04-27 10:45:19 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-27 10:45:19 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-04-27 10:45:19 - cleaning the object tree TB --- 2008-04-27 10:45:35 - cvsupping the source tree TB --- 2008-04-27 10:45:35 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-04-27 10:45:41 - building world (CFLAGS=-O -pipe) TB --- 2008-04-27 10:45:41 - cd /src TB --- 2008-04-27 10:45:41 - /usr/bin/make -B buildworld >>> World build started on Sun Apr 27 10:45:43 UTC 2008 >>> 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 Sun Apr 27 11:50:07 UTC 2008 TB --- 2008-04-27 11:50:07 - generating LINT kernel config TB --- 2008-04-27 11:50:07 - cd /src/sys/powerpc/conf TB --- 2008-04-27 11:50:07 - /usr/bin/make -B LINT TB --- 2008-04-27 11:50:07 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-27 11:50:07 - cd /src TB --- 2008-04-27 11:50:07 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Apr 27 11:50:08 UTC 2008 >>> 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 [...] cc -c -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 -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding /src/sys/powerpc/powerpc/genassym.c In file included from /src/sys/sys/lock_profile.h:39, from /src/sys/sys/proc.h:48, from /src/sys/powerpc/powerpc/genassym.c:40: ./machine/cpufunc.h: In function 'mfsvr': ./machine/cpufunc.h:131: error: 'SPR_SVR' undeclared (first use in this function) ./machine/cpufunc.h:131: error: (Each undeclared identifier is reported only once ./machine/cpufunc.h:131: error: for each function it appears in.) *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-27 11:50:37 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-27 11:50:37 - ERROR: failed to build lint kernel TB --- 2008-04-27 11:50:37 - tinderbox aborted TB --- 2871.22 user 329.90 system 3918.63 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sun Apr 27 17:17:36 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B50B31065685; Sun, 27 Apr 2008 17:17:36 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.75]) by mx1.freebsd.org (Postfix) with ESMTP id 9518D8FC21; Sun, 27 Apr 2008 17:17:36 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp004-s [10.150.69.67]) by smtpoutm.mac.com (Xserve/smtpout012/MantshX 4.0) with ESMTP id m3RHHae6016945; Sun, 27 Apr 2008 10:17:36 -0700 (PDT) Received: from [192.168.1.100] (209-128-86-226.bayarea.net [209.128.86.226]) (authenticated bits=0) by mac.com (Xserve/asmtp004/MantshX 4.0) with ESMTP id m3RHHYo1024535 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 27 Apr 2008 10:17:34 -0700 (PDT) Message-Id: <1978FD78-2D00-4E28-B928-3852F5F8A4A4@mac.com> From: Marcel Moolenaar To: FreeBSD Tinderbox In-Reply-To: <20080427115038.16EBB73039@freebsd-current.sentex.ca> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 27 Apr 2008 10:17:34 -0700 References: <20080427115038.16EBB73039@freebsd-current.sentex.ca> X-Mailer: Apple Mail (2.919.2) Cc: powerpc@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 17:17:36 -0000 On Apr 27, 2008, at 4:50 AM, FreeBSD Tinderbox wrote: > [...] > cc -c -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 -I/src/sys/contrib/ipfilter -I/src/sys/ > contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/ > dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/ > support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS > -include opt_global.h -finline-limit=15000 --param inline-unit- > growth=100 --param large-function-growth=1000 -fno-builtin -msoft- > float -fno-omit-frame-pointer -msoft-float -ffreestanding /src/sys/ > powerpc/powerpc/genassym.c > In file included from /src/sys/sys/lock_profile.h:39, > from /src/sys/sys/proc.h:48, > from /src/sys/powerpc/powerpc/genassym.c:40: > ./machine/cpufunc.h: In function 'mfsvr': > ./machine/cpufunc.h:131: error: 'SPR_SVR' undeclared (first use in > this function) > ./machine/cpufunc.h:131: error: (Each undeclared identifier is > reported only once > ./machine/cpufunc.h:131: error: for each function it appears in.) > *** Error code 1 Fixed. Rafal: I removed mfsvr() in favor of just using mfspr(SPR_SVR). Feel free to tweak further. FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-tinderbox@FreeBSD.ORG Sun Apr 27 17:57:03 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02A6F1065674; Sun, 27 Apr 2008 17:57:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A61158FC2A; Sun, 27 Apr 2008 17:57:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3RHv22i018812; Sun, 27 Apr 2008 13:57:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3RHv1dj016819; Sun, 27 Apr 2008 13:57:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A568673039; Sun, 27 Apr 2008 13:57:01 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080427175701.A568673039@freebsd-current.sentex.ca> Date: Sun, 27 Apr 2008 13:57:01 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 17:57:03 -0000 TB --- 2008-04-27 16:52:14 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-27 16:52:14 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-04-27 16:52:14 - cleaning the object tree TB --- 2008-04-27 16:52:26 - cvsupping the source tree TB --- 2008-04-27 16:52:26 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-04-27 16:52:32 - building world (CFLAGS=-O -pipe) TB --- 2008-04-27 16:52:32 - cd /src TB --- 2008-04-27 16:52:32 - /usr/bin/make -B buildworld >>> World build started on Sun Apr 27 16:52:33 UTC 2008 >>> 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 Sun Apr 27 17:56:31 UTC 2008 TB --- 2008-04-27 17:56:31 - generating LINT kernel config TB --- 2008-04-27 17:56:31 - cd /src/sys/powerpc/conf TB --- 2008-04-27 17:56:31 - /usr/bin/make -B LINT TB --- 2008-04-27 17:56:31 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-27 17:56:31 - cd /src TB --- 2008-04-27 17:56:31 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Apr 27 17:56:31 UTC 2008 >>> 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 [...] cc -c -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 -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding /src/sys/powerpc/powerpc/genassym.c In file included from /src/sys/sys/lock_profile.h:39, from /src/sys/sys/proc.h:48, from /src/sys/powerpc/powerpc/genassym.c:40: ./machine/cpufunc.h: In function 'mfsvr': ./machine/cpufunc.h:131: error: 'SPR_SVR' undeclared (first use in this function) ./machine/cpufunc.h:131: error: (Each undeclared identifier is reported only once ./machine/cpufunc.h:131: error: for each function it appears in.) *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-27 17:57:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-27 17:57:01 - ERROR: failed to build lint kernel TB --- 2008-04-27 17:57:01 - tinderbox aborted TB --- 2869.56 user 331.52 system 3887.26 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Mon Apr 28 00:08:27 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 761C9106566B; Mon, 28 Apr 2008 00:08:27 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3E87C8FC1D; Mon, 28 Apr 2008 00:08:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3S08Qsm039002; Sun, 27 Apr 2008 20:08:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3S08Par056041; Sun, 27 Apr 2008 20:08:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A819573039; Sun, 27 Apr 2008 20:08:25 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080428000825.A819573039@freebsd-current.sentex.ca> Date: Sun, 27 Apr 2008 20:08:25 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 00:08:27 -0000 TB --- 2008-04-27 22:56:46 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-27 22:56:46 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-04-27 22:56:46 - cleaning the object tree TB --- 2008-04-27 22:56:58 - cvsupping the source tree TB --- 2008-04-27 22:56:58 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-04-27 22:57:04 - building world (CFLAGS=-O -pipe) TB --- 2008-04-27 22:57:04 - cd /src TB --- 2008-04-27 22:57:04 - /usr/bin/make -B buildworld >>> World build started on Sun Apr 27 22:57:06 UTC 2008 >>> 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 Apr 28 00:01:21 UTC 2008 TB --- 2008-04-28 00:01:21 - generating LINT kernel config TB --- 2008-04-28 00:01:21 - cd /src/sys/powerpc/conf TB --- 2008-04-28 00:01:21 - /usr/bin/make -B LINT TB --- 2008-04-28 00:01:21 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-28 00:01:21 - cd /src TB --- 2008-04-28 00:01:21 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Apr 28 00:01:21 UTC 2008 >>> 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 -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=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/aim/copyinout.c cc -c -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=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/aim/interrupt.c cc -c -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=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/aim/machdep.c cc -c -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=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror /src/sys/powerpc/aim/mmu_oea.c cc1: warnings being treated as errors /src/sys/powerpc/aim/mmu_oea.c: In function 'pmap_cpu_bootstrap': /src/sys/powerpc/aim/mmu_oea.c:627: warning: asm operand 0 probably doesn't match constraints /src/sys/powerpc/aim/mmu_oea.c:628: warning: asm operand 0 probably doesn't match constraints *** Error code 1 Stop in /obj/powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-28 00:08:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-28 00:08:25 - ERROR: failed to build lint kernel TB --- 2008-04-28 00:08:25 - tinderbox aborted TB --- 3144.86 user 370.90 system 4299.02 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Mon Apr 28 09:30:11 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 110D3106567D; Mon, 28 Apr 2008 09:30:11 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from semihalf.com (semihalf.com [206.130.101.55]) by mx1.freebsd.org (Postfix) with ESMTP id BA1FD8FC15; Mon, 28 Apr 2008 09:30:10 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by semihalf.com (8.13.1/8.13.1) with ESMTP id m3S8oIZA029937; Mon, 28 Apr 2008 02:50:18 -0600 Message-ID: <48158FC7.6010909@semihalf.com> Date: Mon, 28 Apr 2008 10:50:15 +0200 From: Rafal Jaworowski MIME-Version: 1.0 To: Marcel Moolenaar References: <20080427115038.16EBB73039@freebsd-current.sentex.ca> <1978FD78-2D00-4E28-B928-3852F5F8A4A4@mac.com> In-Reply-To: <1978FD78-2D00-4E28-B928-3852F5F8A4A4@mac.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: powerpc@freebsd.org, FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 09:30:11 -0000 Marcel Moolenaar wrote: >> [...] >> cc -c -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 -I/src/sys/contrib/ipfilter >> -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm >> -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD >> -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL >> -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h >> -finline-limit=15000 --param inline-unit-growth=100 --param >> large-function-growth=1000 -fno-builtin -msoft-float >> -fno-omit-frame-pointer -msoft-float -ffreestanding >> /src/sys/powerpc/powerpc/genassym.c >> In file included from /src/sys/sys/lock_profile.h:39, >> from /src/sys/sys/proc.h:48, >> from /src/sys/powerpc/powerpc/genassym.c:40: >> ./machine/cpufunc.h: In function 'mfsvr': >> ./machine/cpufunc.h:131: error: 'SPR_SVR' undeclared (first use in >> this function) >> ./machine/cpufunc.h:131: error: (Each undeclared identifier is >> reported only once >> ./machine/cpufunc.h:131: error: for each function it appears in.) >> *** Error code 1 > > Fixed. > > Rafal: I removed mfsvr() in favor of just using mfspr(SPR_SVR). Feel free > to tweak further. Thanks Marcel, my apologies for overlooking this. Rafal From owner-freebsd-tinderbox@FreeBSD.ORG Tue Apr 29 05:42:57 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D46D106566B; Tue, 29 Apr 2008 05:42:57 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id E979A8FC17; Tue, 29 Apr 2008 05:42:56 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3T5gueP045531; Tue, 29 Apr 2008 01:42:56 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3T5gu1W037156; Tue, 29 Apr 2008 01:42:56 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B8EB773039; Tue, 29 Apr 2008 01:42:55 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080429054255.B8EB773039@freebsd-current.sentex.ca> Date: Tue, 29 Apr 2008 01:42:55 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 05:42:57 -0000 TB --- 2008-04-29 04:30:45 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-29 04:30:45 - starting HEAD tinderbox run for i386/i386 TB --- 2008-04-29 04:30:45 - cleaning the object tree TB --- 2008-04-29 04:31:18 - cvsupping the source tree TB --- 2008-04-29 04:31:18 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-04-29 04:31:26 - building world (CFLAGS=-O -pipe) TB --- 2008-04-29 04:31:26 - cd /src TB --- 2008-04-29 04:31:26 - /usr/bin/make -B buildworld >>> World build started on Tue Apr 29 04:31:28 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Apr 29 05:34:50 UTC 2008 TB --- 2008-04-29 05:34:50 - generating LINT kernel config TB --- 2008-04-29 05:34:50 - cd /src/sys/i386/conf TB --- 2008-04-29 05:34:50 - /usr/bin/make -B LINT TB --- 2008-04-29 05:34:50 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-29 05:34:50 - cd /src TB --- 2008-04-29 05:34:50 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Apr 29 05:34:50 UTC 2008 >>> 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 -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_sx.c cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_synch.c cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_syscalls.c cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_sysctl.c cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_tc.c cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_thr.c /src/sys/kern/kern_thr.c: In function 'thr_exit': /src/sys/kern/kern_thr.c:279: error: too few arguments to function 'kern_umtx_wake' *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-29 05:42:55 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-29 05:42:55 - ERROR: failed to build lint kernel TB --- 2008-04-29 05:42:55 - tinderbox aborted TB --- 3129.61 user 383.55 system 4329.80 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Tue Apr 29 06:45:19 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83A29106567B; Tue, 29 Apr 2008 06:45:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 4B9E28FC34; Tue, 29 Apr 2008 06:45:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3T6jILb051603; Tue, 29 Apr 2008 02:45:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3T6jIh7095715; Tue, 29 Apr 2008 02:45:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 5917773039; Tue, 29 Apr 2008 02:45:18 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080429064518.5917773039@freebsd-current.sentex.ca> Date: Tue, 29 Apr 2008 02:45:18 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 06:45:19 -0000 TB --- 2008-04-29 05:34:38 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-29 05:34:38 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-04-29 05:34:38 - cleaning the object tree TB --- 2008-04-29 05:35:09 - cvsupping the source tree TB --- 2008-04-29 05:35:09 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-04-29 05:35:15 - building world (CFLAGS=-O -pipe) TB --- 2008-04-29 05:35:15 - cd /src TB --- 2008-04-29 05:35:15 - /usr/bin/make -B buildworld >>> World build started on Tue Apr 29 05:35:17 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Apr 29 06:38:33 UTC 2008 TB --- 2008-04-29 06:38:33 - generating LINT kernel config TB --- 2008-04-29 06:38:33 - cd /src/sys/pc98/conf TB --- 2008-04-29 06:38:33 - /usr/bin/make -B LINT TB --- 2008-04-29 06:38:34 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-29 06:38:34 - cd /src TB --- 2008-04-29 06:38:34 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Apr 29 06:38:34 UTC 2008 >>> 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 -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_sx.c cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_synch.c cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_syscalls.c cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_sysctl.c cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_tc.c cc -c -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_thr.c /src/sys/kern/kern_thr.c: In function 'thr_exit': /src/sys/kern/kern_thr.c:279: error: too few arguments to function 'kern_umtx_wake' *** Error code 1 Stop in /obj/pc98/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-29 06:45:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-29 06:45:18 - ERROR: failed to build lint kernel TB --- 2008-04-29 06:45:18 - tinderbox aborted TB --- 3059.73 user 386.77 system 4239.70 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Tue Apr 29 07:02:47 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69FA91065677; Tue, 29 Apr 2008 07:02:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 320428FC19; Tue, 29 Apr 2008 07:02:46 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3T72kek053639; Tue, 29 Apr 2008 03:02:46 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3T72kRv046743; Tue, 29 Apr 2008 03:02:46 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 478FE73039; Tue, 29 Apr 2008 03:02:46 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080429070246.478FE73039@freebsd-current.sentex.ca> Date: Tue, 29 Apr 2008 03:02:46 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 07:02:47 -0000 TB --- 2008-04-29 05:42:55 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-29 05:42:55 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-04-29 05:42:55 - cleaning the object tree TB --- 2008-04-29 05:43:27 - cvsupping the source tree TB --- 2008-04-29 05:43:27 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-04-29 05:43:33 - building world (CFLAGS=-O -pipe) TB --- 2008-04-29 05:43:33 - cd /src TB --- 2008-04-29 05:43:33 - /usr/bin/make -B buildworld >>> World build started on Tue Apr 29 05:43:35 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Apr 29 06:55:27 UTC 2008 TB --- 2008-04-29 06:55:27 - generating LINT kernel config TB --- 2008-04-29 06:55:27 - cd /src/sys/ia64/conf TB --- 2008-04-29 06:55:27 - /usr/bin/make -B LINT TB --- 2008-04-29 06:55:27 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-29 06:55:27 - cd /src TB --- 2008-04-29 06:55:27 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Apr 29 06:55:29 UTC 2008 >>> 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 -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 -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/kern/kern_sx.c cc -c -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 -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/kern/kern_synch.c cc -c -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 -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/kern/kern_syscalls.c cc -c -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 -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/kern/kern_sysctl.c cc -c -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 -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/kern/kern_tc.c cc -c -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 -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/kern/kern_thr.c /src/sys/kern/kern_thr.c: In function 'thr_exit': /src/sys/kern/kern_thr.c:279: error: too few arguments to function 'kern_umtx_wake' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-29 07:02:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-29 07:02:45 - ERROR: failed to build lint kernel TB --- 2008-04-29 07:02:45 - tinderbox aborted TB --- 3553.33 user 383.35 system 4790.10 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 00:06:41 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22F221065670; Wed, 30 Apr 2008 00:06:41 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id D00BA8FC13; Wed, 30 Apr 2008 00:06:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U06dZx011965; Tue, 29 Apr 2008 20:06:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U06dUs080530; Tue, 29 Apr 2008 20:06:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 6C93773039; Tue, 29 Apr 2008 20:06:39 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430000639.6C93773039@freebsd-current.sentex.ca> Date: Tue, 29 Apr 2008 20:06:39 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6981/Mon Apr 28 17:17:59 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 00:06:41 -0000 TB --- 2008-04-29 22:30:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-29 22:30:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-04-29 22:30:00 - cleaning the object tree TB --- 2008-04-29 22:30:57 - cvsupping the source tree TB --- 2008-04-29 22:30:57 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-04-29 22:31:04 - building world (CFLAGS=-O -pipe) TB --- 2008-04-29 22:31:04 - cd /src TB --- 2008-04-29 22:31:04 - /usr/bin/make -B buildworld >>> World build started on Tue Apr 29 22:31:06 UTC 2008 >>> 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 Wed Apr 30 00:01:03 UTC 2008 TB --- 2008-04-30 00:01:03 - generating LINT kernel config TB --- 2008-04-30 00:01:03 - cd /src/sys/amd64/conf TB --- 2008-04-30 00:01:03 - /usr/bin/make -B LINT TB --- 2008-04-30 00:01:03 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 00:01:03 - cd /src TB --- 2008-04-30 00:01:03 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 00:01:03 UTC 2008 >>> 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 -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-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/isp/isp_target.c cc -c -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-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/ispfw/ispfw.c cc -c -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-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/iwi/if_iwi.c cc -c -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-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/iwn/if_iwn.c cc1: warnings being treated as errors /src/sys/dev/iwn/if_iwn.c: In function 'iwn_enable_tsf': /src/sys/dev/iwn/if_iwn.c:2890: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'uint64_t' /src/sys/dev/iwn/if_iwn.c:2897: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'uint64_t' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 00:06:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 00:06:39 - ERROR: failed to build lint kernel TB --- 2008-04-30 00:06:39 - tinderbox aborted TB --- 4190.06 user 532.05 system 5798.75 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 02:37:08 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 517971065672; Wed, 30 Apr 2008 02:37:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0A3DD8FC20; Wed, 30 Apr 2008 02:37:07 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U2b6Sd061760; Tue, 29 Apr 2008 22:37:07 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U2b6VL096381; Tue, 29 Apr 2008 22:37:06 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A1C1B73039; Tue, 29 Apr 2008 22:37:06 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430023706.A1C1B73039@freebsd-current.sentex.ca> Date: Tue, 29 Apr 2008 22:37:06 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6981/Mon Apr 28 17:17:59 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 02:37:08 -0000 TB --- 2008-04-30 01:17:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 01:17:01 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-04-30 01:17:01 - cleaning the object tree TB --- 2008-04-30 01:17:29 - cvsupping the source tree TB --- 2008-04-30 01:17:30 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-04-30 01:17:39 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 01:17:39 - cd /src TB --- 2008-04-30 01:17:39 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 01:17:41 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 02:29:38 UTC 2008 TB --- 2008-04-30 02:29:38 - generating LINT kernel config TB --- 2008-04-30 02:29:38 - cd /src/sys/ia64/conf TB --- 2008-04-30 02:29:38 - /usr/bin/make -B LINT TB --- 2008-04-30 02:29:38 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 02:29:38 - cd /src TB --- 2008-04-30 02:29:38 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 02:29:38 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 02:37:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 02:37:06 - ERROR: failed to build lint kernel TB --- 2008-04-30 02:37:06 - tinderbox aborted TB --- 3566.70 user 381.02 system 4804.58 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 03:43:55 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1510F106567E; Wed, 30 Apr 2008 03:43:55 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id DE3138FC15; Wed, 30 Apr 2008 03:43:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U3hsRk075993; Tue, 29 Apr 2008 23:43:54 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U3hrXw056077; Tue, 29 Apr 2008 23:43:54 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id CCE1B73039; Tue, 29 Apr 2008 23:43:53 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430034353.CCE1B73039@freebsd-current.sentex.ca> Date: Tue, 29 Apr 2008 23:43:53 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6981/Mon Apr 28 17:17:59 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 03:43:55 -0000 TB --- 2008-04-30 02:37:06 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 02:37:06 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-04-30 02:37:06 - cleaning the object tree TB --- 2008-04-30 02:37:29 - cvsupping the source tree TB --- 2008-04-30 02:37:29 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-04-30 02:37:36 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 02:37:36 - cd /src TB --- 2008-04-30 02:37:36 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 02:37:38 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 03:38:05 UTC 2008 TB --- 2008-04-30 03:38:05 - generating LINT kernel config TB --- 2008-04-30 03:38:05 - cd /src/sys/sparc64/conf TB --- 2008-04-30 03:38:05 - /usr/bin/make -B LINT TB --- 2008-04-30 03:38:05 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 03:38:05 - cd /src TB --- 2008-04-30 03:38:05 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 03:38:05 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 03:43:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 03:43:53 - ERROR: failed to build lint kernel TB --- 2008-04-30 03:43:53 - tinderbox aborted TB --- 2885.56 user 361.27 system 4006.85 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 04:11:59 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ACE11065671; Wed, 30 Apr 2008 04:11:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id EB8408FC0C; Wed, 30 Apr 2008 04:11:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U4BwQ2077444; Wed, 30 Apr 2008 00:11:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U4BwCM046593; Wed, 30 Apr 2008 00:11:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 240BD73039; Wed, 30 Apr 2008 00:11:58 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430041158.240BD73039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 00:11:58 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 04:11:59 -0000 TB --- 2008-04-30 03:10:39 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 03:10:39 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-04-30 03:10:39 - cleaning the object tree TB --- 2008-04-30 03:11:11 - cvsupping the source tree TB --- 2008-04-30 03:11:11 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-04-30 03:11:18 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 03:11:18 - cd /src TB --- 2008-04-30 03:11:18 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 03:11:20 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 04:07:19 UTC 2008 TB --- 2008-04-30 04:07:19 - generating LINT kernel config TB --- 2008-04-30 04:07:19 - cd /src/sys/sun4v/conf TB --- 2008-04-30 04:07:19 - /usr/bin/make -B LINT TB --- 2008-04-30 04:07:19 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 04:07:19 - cd /src TB --- 2008-04-30 04:07:19 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 04:07:19 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/sun4v/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 04:11:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 04:11:58 - ERROR: failed to build lint kernel TB --- 2008-04-30 04:11:58 - tinderbox aborted TB --- 2862.89 user 355.92 system 3678.71 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 05:53:02 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D65D81065675; Wed, 30 Apr 2008 05:53:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 954568FC1B; Wed, 30 Apr 2008 05:53:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U5r10I071229; Wed, 30 Apr 2008 01:53:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U5r1DG056282; Wed, 30 Apr 2008 01:53:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 74CBC73039; Wed, 30 Apr 2008 01:53:01 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430055301.74CBC73039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 01:53:01 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6981/Mon Apr 28 17:17:59 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 05:53:03 -0000 TB --- 2008-04-30 04:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 04:15:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-04-30 04:15:00 - cleaning the object tree TB --- 2008-04-30 04:15:48 - cvsupping the source tree TB --- 2008-04-30 04:15:48 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-04-30 04:15:55 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 04:15:55 - cd /src TB --- 2008-04-30 04:15:55 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 04:15:57 UTC 2008 >>> 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 Wed Apr 30 05:45:38 UTC 2008 TB --- 2008-04-30 05:45:38 - generating LINT kernel config TB --- 2008-04-30 05:45:38 - cd /src/sys/amd64/conf TB --- 2008-04-30 05:45:38 - /usr/bin/make -B LINT TB --- 2008-04-30 05:45:38 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 05:45:38 - cd /src TB --- 2008-04-30 05:45:38 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 05:45:38 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 05:53:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 05:53:01 - ERROR: failed to build lint kernel TB --- 2008-04-30 05:53:01 - tinderbox aborted TB --- 4272.75 user 541.70 system 5880.34 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 08:23:06 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A4D31065672; Wed, 30 Apr 2008 08:23:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 585348FC1B; Wed, 30 Apr 2008 08:23:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U8N5hL092600; Wed, 30 Apr 2008 04:23:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U8N53N084598; Wed, 30 Apr 2008 04:23:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 116D973039; Wed, 30 Apr 2008 04:23:04 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430082305.116D973039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 04:23:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6981/Mon Apr 28 17:17:59 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 08:23:06 -0000 TB --- 2008-04-30 07:01:06 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 07:01:06 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-04-30 07:01:06 - cleaning the object tree TB --- 2008-04-30 07:01:29 - cvsupping the source tree TB --- 2008-04-30 07:01:29 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-04-30 07:01:37 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 07:01:37 - cd /src TB --- 2008-04-30 07:01:37 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 07:01:38 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 08:15:03 UTC 2008 TB --- 2008-04-30 08:15:03 - generating LINT kernel config TB --- 2008-04-30 08:15:03 - cd /src/sys/ia64/conf TB --- 2008-04-30 08:15:03 - /usr/bin/make -B LINT TB --- 2008-04-30 08:15:03 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 08:15:03 - cd /src TB --- 2008-04-30 08:15:03 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 08:15:03 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 08:23:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 08:23:04 - ERROR: failed to build lint kernel TB --- 2008-04-30 08:23:04 - tinderbox aborted TB --- 3568.41 user 381.72 system 4918.47 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 09:30:07 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9D581065672; Wed, 30 Apr 2008 09:30:07 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A63538FC1E; Wed, 30 Apr 2008 09:30:07 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U9U6AP096004; Wed, 30 Apr 2008 05:30:06 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3U9U6PJ049547; Wed, 30 Apr 2008 05:30:06 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A60DC73039; Wed, 30 Apr 2008 05:30:06 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430093006.A60DC73039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 05:30:06 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 09:30:08 -0000 TB --- 2008-04-30 08:23:05 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 08:23:05 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-04-30 08:23:05 - cleaning the object tree TB --- 2008-04-30 08:23:26 - cvsupping the source tree TB --- 2008-04-30 08:23:26 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-04-30 08:23:31 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 08:23:31 - cd /src TB --- 2008-04-30 08:23:31 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 08:23:34 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 09:24:18 UTC 2008 TB --- 2008-04-30 09:24:18 - generating LINT kernel config TB --- 2008-04-30 09:24:18 - cd /src/sys/sparc64/conf TB --- 2008-04-30 09:24:18 - /usr/bin/make -B LINT TB --- 2008-04-30 09:24:18 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 09:24:18 - cd /src TB --- 2008-04-30 09:24:18 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 09:24:18 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 09:30:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 09:30:06 - ERROR: failed to build lint kernel TB --- 2008-04-30 09:30:06 - tinderbox aborted TB --- 2886.12 user 358.17 system 4021.03 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 10:00:09 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D791065682; Wed, 30 Apr 2008 10:00:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 2683E8FC12; Wed, 30 Apr 2008 10:00:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UA08TE097777; Wed, 30 Apr 2008 06:00:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UA08wp065002; Wed, 30 Apr 2008 06:00:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 31F7573039; Wed, 30 Apr 2008 06:00:08 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430100008.31F7573039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 06:00:08 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6981/Mon Apr 28 17:17:59 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 10:00:09 -0000 TB --- 2008-04-30 08:59:35 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 08:59:35 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-04-30 08:59:35 - cleaning the object tree TB --- 2008-04-30 08:59:55 - cvsupping the source tree TB --- 2008-04-30 08:59:55 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-04-30 09:00:01 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 09:00:01 - cd /src TB --- 2008-04-30 09:00:01 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 09:00:03 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 09:55:29 UTC 2008 TB --- 2008-04-30 09:55:29 - generating LINT kernel config TB --- 2008-04-30 09:55:29 - cd /src/sys/sun4v/conf TB --- 2008-04-30 09:55:29 - /usr/bin/make -B LINT TB --- 2008-04-30 09:55:29 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 09:55:29 - cd /src TB --- 2008-04-30 09:55:29 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 09:55:29 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/sun4v/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 10:00:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 10:00:08 - ERROR: failed to build lint kernel TB --- 2008-04-30 10:00:08 - tinderbox aborted TB --- 2862.09 user 354.59 system 3633.10 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 11:42:48 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95AEB1065685; Wed, 30 Apr 2008 11:42:48 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5290B8FC1A; Wed, 30 Apr 2008 11:42:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UBgl6q006712; Wed, 30 Apr 2008 07:42:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UBglJa093086; Wed, 30 Apr 2008 07:42:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 24D8773039; Wed, 30 Apr 2008 07:42:47 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430114247.24D8773039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 07:42:47 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 11:42:48 -0000 TB --- 2008-04-30 10:05:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 10:05:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-04-30 10:05:00 - cleaning the object tree TB --- 2008-04-30 10:05:38 - cvsupping the source tree TB --- 2008-04-30 10:05:38 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-04-30 10:05:43 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 10:05:43 - cd /src TB --- 2008-04-30 10:05:43 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 10:05:45 UTC 2008 >>> 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 Wed Apr 30 11:35:23 UTC 2008 TB --- 2008-04-30 11:35:23 - generating LINT kernel config TB --- 2008-04-30 11:35:23 - cd /src/sys/amd64/conf TB --- 2008-04-30 11:35:23 - /usr/bin/make -B LINT TB --- 2008-04-30 11:35:23 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 11:35:23 - cd /src TB --- 2008-04-30 11:35:23 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 11:35:23 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 11:42:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 11:42:46 - ERROR: failed to build lint kernel TB --- 2008-04-30 11:42:46 - tinderbox aborted TB --- 4270.91 user 542.24 system 5865.87 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 14:10:54 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A526A106567A; Wed, 30 Apr 2008 14:10:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8988FC21; Wed, 30 Apr 2008 14:10:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UEArgt037896; Wed, 30 Apr 2008 10:10:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UEArOu004386; Wed, 30 Apr 2008 10:10:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 612A873039; Wed, 30 Apr 2008 10:10:53 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430141053.612A873039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 10:10:53 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 14:10:54 -0000 TB --- 2008-04-30 12:50:53 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 12:50:53 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-04-30 12:50:53 - cleaning the object tree TB --- 2008-04-30 12:51:15 - cvsupping the source tree TB --- 2008-04-30 12:51:15 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-04-30 12:51:21 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 12:51:21 - cd /src TB --- 2008-04-30 12:51:21 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 12:51:22 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 14:03:17 UTC 2008 TB --- 2008-04-30 14:03:17 - generating LINT kernel config TB --- 2008-04-30 14:03:17 - cd /src/sys/ia64/conf TB --- 2008-04-30 14:03:17 - /usr/bin/make -B LINT TB --- 2008-04-30 14:03:17 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 14:03:17 - cd /src TB --- 2008-04-30 14:03:17 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 14:03:17 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 14:10:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 14:10:53 - ERROR: failed to build lint kernel TB --- 2008-04-30 14:10:53 - tinderbox aborted TB --- 3561.51 user 382.42 system 4799.91 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 15:17:44 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 626771065670; Wed, 30 Apr 2008 15:17:44 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 18F8E8FC1E; Wed, 30 Apr 2008 15:17:43 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UFHhM3055356; Wed, 30 Apr 2008 11:17:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UFHh3p098065; Wed, 30 Apr 2008 11:17:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id D50E973039; Wed, 30 Apr 2008 11:17:42 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430151742.D50E973039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 11:17:42 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 15:17:44 -0000 TB --- 2008-04-30 14:10:53 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 14:10:53 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-04-30 14:10:53 - cleaning the object tree TB --- 2008-04-30 14:11:13 - cvsupping the source tree TB --- 2008-04-30 14:11:13 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-04-30 14:11:19 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 14:11:19 - cd /src TB --- 2008-04-30 14:11:19 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 14:11:22 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 15:11:44 UTC 2008 TB --- 2008-04-30 15:11:44 - generating LINT kernel config TB --- 2008-04-30 15:11:44 - cd /src/sys/sparc64/conf TB --- 2008-04-30 15:11:44 - /usr/bin/make -B LINT TB --- 2008-04-30 15:11:44 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 15:11:44 - cd /src TB --- 2008-04-30 15:11:44 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 15:11:44 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 15:17:42 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 15:17:42 - ERROR: failed to build lint kernel TB --- 2008-04-30 15:17:42 - tinderbox aborted TB --- 2884.09 user 359.95 system 4008.84 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 15:48:02 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81EE2106564A; Wed, 30 Apr 2008 15:48:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 381678FC17; Wed, 30 Apr 2008 15:48:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UFm1CG061453; Wed, 30 Apr 2008 11:48:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UFm1TP085265; Wed, 30 Apr 2008 11:48:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 678D773039; Wed, 30 Apr 2008 11:48:01 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430154801.678D773039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 11:48:01 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 15:48:02 -0000 TB --- 2008-04-30 14:47:15 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 14:47:15 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-04-30 14:47:15 - cleaning the object tree TB --- 2008-04-30 14:47:39 - cvsupping the source tree TB --- 2008-04-30 14:47:39 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-04-30 14:47:44 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 14:47:44 - cd /src TB --- 2008-04-30 14:47:44 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 14:47:46 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 15:43:19 UTC 2008 TB --- 2008-04-30 15:43:19 - generating LINT kernel config TB --- 2008-04-30 15:43:19 - cd /src/sys/sun4v/conf TB --- 2008-04-30 15:43:19 - /usr/bin/make -B LINT TB --- 2008-04-30 15:43:20 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 15:43:20 - cd /src TB --- 2008-04-30 15:43:20 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 15:43:20 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/sun4v/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 15:48:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 15:48:01 - ERROR: failed to build lint kernel TB --- 2008-04-30 15:48:01 - tinderbox aborted TB --- 2858.38 user 357.97 system 3645.47 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 17:28:16 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1865B106564A; Wed, 30 Apr 2008 17:28:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id BE4028FC1F; Wed, 30 Apr 2008 17:28:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UHSE6l044522; Wed, 30 Apr 2008 13:28:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UHSEj8065908; Wed, 30 Apr 2008 13:28:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 745EA73039; Wed, 30 Apr 2008 13:28:14 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430172814.745EA73039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 13:28:14 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6981/Mon Apr 28 17:17:59 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 17:28:16 -0000 TB --- 2008-04-30 15:50:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 15:50:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-04-30 15:50:01 - cleaning the object tree TB --- 2008-04-30 15:50:38 - cvsupping the source tree TB --- 2008-04-30 15:50:39 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-04-30 15:50:44 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 15:50:44 - cd /src TB --- 2008-04-30 15:50:44 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 15:50:46 UTC 2008 >>> 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 Wed Apr 30 17:20:54 UTC 2008 TB --- 2008-04-30 17:20:54 - generating LINT kernel config TB --- 2008-04-30 17:20:54 - cd /src/sys/amd64/conf TB --- 2008-04-30 17:20:54 - /usr/bin/make -B LINT TB --- 2008-04-30 17:20:54 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 17:20:54 - cd /src TB --- 2008-04-30 17:20:54 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 17:20:54 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 17:28:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 17:28:14 - ERROR: failed to build lint kernel TB --- 2008-04-30 17:28:14 - tinderbox aborted TB --- 4274.54 user 540.24 system 5893.21 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 19:57:09 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2582B1065672; Wed, 30 Apr 2008 19:57:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id C80958FC15; Wed, 30 Apr 2008 19:57:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UJv8ol000261; Wed, 30 Apr 2008 15:57:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UJv8qx091177; Wed, 30 Apr 2008 15:57:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C5CF373039; Wed, 30 Apr 2008 15:57:07 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430195707.C5CF373039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 15:57:07 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 19:57:09 -0000 TB --- 2008-04-30 18:36:37 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 18:36:37 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-04-30 18:36:37 - cleaning the object tree TB --- 2008-04-30 18:36:57 - cvsupping the source tree TB --- 2008-04-30 18:36:57 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-04-30 18:37:04 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 18:37:04 - cd /src TB --- 2008-04-30 18:37:04 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 18:37:06 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 19:49:25 UTC 2008 TB --- 2008-04-30 19:49:25 - generating LINT kernel config TB --- 2008-04-30 19:49:25 - cd /src/sys/ia64/conf TB --- 2008-04-30 19:49:25 - /usr/bin/make -B LINT TB --- 2008-04-30 19:49:25 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 19:49:25 - cd /src TB --- 2008-04-30 19:49:25 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 19:49:25 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 19:57:07 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 19:57:07 - ERROR: failed to build lint kernel TB --- 2008-04-30 19:57:07 - tinderbox aborted TB --- 3565.04 user 380.95 system 4830.53 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 30 21:03:31 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0CC51065673; Wed, 30 Apr 2008 21:03:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 91EF08FC18; Wed, 30 Apr 2008 21:03:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UL3UG6008958; Wed, 30 Apr 2008 17:03:30 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m3UL3Uie073696; Wed, 30 Apr 2008 17:03:30 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 730FF73039; Wed, 30 Apr 2008 17:03:30 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080430210330.730FF73039@freebsd-current.sentex.ca> Date: Wed, 30 Apr 2008 17:03:30 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/6979/Mon Apr 28 10:01:56 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 21:03:32 -0000 TB --- 2008-04-30 19:57:07 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-30 19:57:07 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-04-30 19:57:07 - cleaning the object tree TB --- 2008-04-30 19:57:24 - cvsupping the source tree TB --- 2008-04-30 19:57:24 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-04-30 19:57:30 - building world (CFLAGS=-O -pipe) TB --- 2008-04-30 19:57:30 - cd /src TB --- 2008-04-30 19:57:30 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 30 19:57:32 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 30 20:57:42 UTC 2008 TB --- 2008-04-30 20:57:42 - generating LINT kernel config TB --- 2008-04-30 20:57:42 - cd /src/sys/sparc64/conf TB --- 2008-04-30 20:57:42 - /usr/bin/make -B LINT TB --- 2008-04-30 20:57:43 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-30 20:57:43 - cd /src TB --- 2008-04-30 20:57:43 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 30 20:57:43 UTC 2008 >>> 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 [...] /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 12 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 13 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 14 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 15 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 16 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 17 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 18 has type 'u_int64_t' /src/sys/kern/uipc_mbuf.c:2046: warning: format '%lld' expects type 'long long int', but argument 19 has type 'u_int64_t' *** Error code 1 Stop in /obj/sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-30 21:03:30 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-30 21:03:30 - ERROR: failed to build lint kernel TB --- 2008-04-30 21:03:30 - tinderbox aborted TB --- 2884.27 user 361.22 system 3982.13 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 16:53:36 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAEC8106566B; Fri, 2 May 2008 16:53:36 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6826E8FC1C; Fri, 2 May 2008 16:53:36 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42GrZbP061296; Fri, 2 May 2008 12:53:35 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42GrZSw011432; Fri, 2 May 2008 12:53:35 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 010A873039; Fri, 2 May 2008 12:53:34 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502165335.010A873039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 12:53:34 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 16:53:36 -0000 TB --- 2008-05-02 16:26:35 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 16:26:35 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-02 16:26:35 - cleaning the object tree TB --- 2008-05-02 16:27:00 - cvsupping the source tree TB --- 2008-05-02 16:27:00 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-02 16:27:06 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 16:27:06 - cd /src TB --- 2008-05-02 16:27:06 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 16:27:07 UTC 2008 >>> 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 [...] ===> lib/libtacplus (all) ===> lib/libutil (all) ===> lib/libypclnt (all) ===> lib/libalias (all) ===> lib/libalias/libalias (all) cc -O -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 16:53:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 16:53:34 - ERROR: failed to build world TB --- 2008-05-02 16:53:34 - tinderbox aborted TB --- 1170.64 user 155.25 system 1619.48 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 17:19:45 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FA4A1065670; Fri, 2 May 2008 17:19:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 271F18FC1E; Fri, 2 May 2008 17:19:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42HJhQH013786; Fri, 2 May 2008 13:19:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42HJh9J082407; Fri, 2 May 2008 13:19:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E2A2F73039; Fri, 2 May 2008 13:19:42 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502171942.E2A2F73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 13:19:42 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 17:19:45 -0000 TB --- 2008-05-02 16:53:35 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 16:53:35 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-02 16:53:35 - cleaning the object tree TB --- 2008-05-02 16:54:08 - cvsupping the source tree TB --- 2008-05-02 16:54:08 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-02 16:54:14 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 16:54:14 - cd /src TB --- 2008-05-02 16:54:14 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 16:54:15 UTC 2008 >>> 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 [...] /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasInLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1250: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasOutLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1376: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasUnaliasOut': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1464: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 17:19:42 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 17:19:42 - ERROR: failed to build world TB --- 2008-05-02 17:19:42 - tinderbox aborted TB --- 1077.48 user 149.88 system 1567.59 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 17:41:37 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DB76106566B; Fri, 2 May 2008 17:41:37 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 27A908FC15; Fri, 2 May 2008 17:41:36 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42Hfaqd067274; Fri, 2 May 2008 13:41:36 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42Hfa8P039358; Fri, 2 May 2008 13:41:36 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 27CBA73039; Fri, 2 May 2008 13:41:36 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502174136.27CBA73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 13:41:36 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 17:41:37 -0000 TB --- 2008-05-02 17:19:43 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 17:19:43 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-02 17:19:43 - cleaning the object tree TB --- 2008-05-02 17:20:04 - cvsupping the source tree TB --- 2008-05-02 17:20:04 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-02 17:20:10 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 17:20:10 - cd /src TB --- 2008-05-02 17:20:10 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 17:20:11 UTC 2008 >>> 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 [...] /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasInLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1250: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasOutLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1376: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasUnaliasOut': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1464: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 17:41:36 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 17:41:36 - ERROR: failed to build world TB --- 2008-05-02 17:41:36 - tinderbox aborted TB --- 1065.51 user 148.30 system 1313.07 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 18:10:48 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14418106567E; Fri, 2 May 2008 18:10:48 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A9BE28FC1C; Fri, 2 May 2008 18:10:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42IAk6u072781; Fri, 2 May 2008 14:10:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42IAkhQ020689; Fri, 2 May 2008 14:10:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9D58C73039; Fri, 2 May 2008 14:10:46 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502181046.9D58C73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 14:10:46 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 18:10:48 -0000 TB --- 2008-05-02 17:45:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 17:45:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-02 17:45:00 - cleaning the object tree TB --- 2008-05-02 17:45:26 - cvsupping the source tree TB --- 2008-05-02 17:45:26 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-02 17:45:33 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 17:45:33 - cd /src TB --- 2008-05-02 17:45:33 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 17:45:35 UTC 2008 >>> 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 [...] /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasInLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1250: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasOutLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1376: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasUnaliasOut': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1464: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 18:10:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 18:10:46 - ERROR: failed to build world TB --- 2008-05-02 18:10:46 - tinderbox aborted TB --- 1116.77 user 154.73 system 1545.66 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 18:13:49 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF6E21065676; Fri, 2 May 2008 18:13:49 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 81D268FC18; Fri, 2 May 2008 18:13:49 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42IDnDv020734; Fri, 2 May 2008 14:13:49 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42IDm8O041226; Fri, 2 May 2008 14:13:48 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9371473039; Fri, 2 May 2008 14:13:48 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502181348.9371473039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 14:13:48 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 18:13:50 -0000 TB --- 2008-05-02 17:45:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 17:45:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-02 17:45:00 - cleaning the object tree TB --- 2008-05-02 17:45:54 - cvsupping the source tree TB --- 2008-05-02 17:45:54 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-02 17:46:01 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 17:46:01 - cd /src TB --- 2008-05-02 17:46:01 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 17:46:03 UTC 2008 >>> 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 [...] ===> lib/libtacplus (all) ===> lib/libutil (all) ===> lib/libypclnt (all) ===> lib/libalias (all) ===> lib/libalias/libalias (all) cc -O -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 18:13:48 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 18:13:48 - ERROR: failed to build world TB --- 2008-05-02 18:13:48 - tinderbox aborted TB --- 1213.36 user 162.80 system 1727.62 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 18:37:35 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32AE71065672; Fri, 2 May 2008 18:37:35 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id CAA7F8FC1D; Fri, 2 May 2008 18:37:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42IbY9K023278; Fri, 2 May 2008 14:37:34 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42IbXFh066348; Fri, 2 May 2008 14:37:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id CE5CA73039; Fri, 2 May 2008 14:37:33 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502183733.CE5CA73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 14:37:33 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 18:37:35 -0000 TB --- 2008-05-02 18:10:46 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 18:10:46 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-02 18:10:46 - cleaning the object tree TB --- 2008-05-02 18:11:16 - cvsupping the source tree TB --- 2008-05-02 18:11:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-02 18:11:22 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 18:11:22 - cd /src TB --- 2008-05-02 18:11:22 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 18:11:24 UTC 2008 >>> 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 [...] ===> lib/libtacplus (all) ===> lib/libutil (all) ===> lib/libypclnt (all) ===> lib/libalias (all) ===> lib/libalias/libalias (all) cc -O -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 18:37:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 18:37:33 - ERROR: failed to build world TB --- 2008-05-02 18:37:33 - tinderbox aborted TB --- 1155.27 user 151.78 system 1607.09 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 18:40:41 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56BC6106566C; Fri, 2 May 2008 18:40:41 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id EE00B8FC13; Fri, 2 May 2008 18:40:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42Ieeg8023818; Fri, 2 May 2008 14:40:40 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42IeeHK069455; Fri, 2 May 2008 14:40:40 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 4D48D73039; Fri, 2 May 2008 14:40:40 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502184040.4D48D73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 14:40:40 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 18:40:41 -0000 TB --- 2008-05-02 18:13:48 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 18:13:48 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-02 18:13:48 - cleaning the object tree TB --- 2008-05-02 18:14:13 - cvsupping the source tree TB --- 2008-05-02 18:14:13 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-02 18:14:19 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 18:14:19 - cd /src TB --- 2008-05-02 18:14:19 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 18:14:22 UTC 2008 >>> 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 [...] ===> lib/libtacplus (all) ===> lib/libutil (all) ===> lib/libypclnt (all) ===> lib/libalias (all) ===> lib/libalias/libalias (all) cc -O -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 18:40:40 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 18:40:40 - ERROR: failed to build world TB --- 2008-05-02 18:40:40 - tinderbox aborted TB --- 1157.52 user 157.72 system 1611.34 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 19:06:27 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16C76106566C; Fri, 2 May 2008 19:06:27 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id AB7AF8FC13; Fri, 2 May 2008 19:06:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42J6QLH082036; Fri, 2 May 2008 15:06:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42J6Qlm069946; Fri, 2 May 2008 15:06:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id D302B73039; Fri, 2 May 2008 15:06:25 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502190625.D302B73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 15:06:25 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 19:06:27 -0000 TB --- 2008-05-02 18:37:33 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 18:37:33 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-02 18:37:33 - cleaning the object tree TB --- 2008-05-02 18:38:05 - cvsupping the source tree TB --- 2008-05-02 18:38:05 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-02 18:38:13 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 18:38:13 - cd /src TB --- 2008-05-02 18:38:13 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 18:38:15 UTC 2008 >>> 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 [...] /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasInLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1250: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasOutLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1376: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasUnaliasOut': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1464: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 19:06:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 19:06:25 - ERROR: failed to build world TB --- 2008-05-02 19:06:25 - tinderbox aborted TB --- 1247.86 user 155.14 system 1731.77 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 19:07:49 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C3CF106566C; Fri, 2 May 2008 19:07:49 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A0B318FC1C; Fri, 2 May 2008 19:07:48 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42J7llY082592; Fri, 2 May 2008 15:07:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42J7mKO076467; Fri, 2 May 2008 15:07:48 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C874973039; Fri, 2 May 2008 15:07:47 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502190747.C874973039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 15:07:47 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 19:07:49 -0000 TB --- 2008-05-02 18:40:40 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 18:40:40 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-02 18:40:40 - cleaning the object tree TB --- 2008-05-02 18:40:50 - cvsupping the source tree TB --- 2008-05-02 18:40:50 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-02 18:40:55 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 18:40:55 - cd /src TB --- 2008-05-02 18:40:55 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 18:40:56 UTC 2008 >>> 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 [...] ===> lib/libtacplus (all) ===> lib/libutil (all) ===> lib/libypclnt (all) ===> lib/libalias (all) ===> lib/libalias/libalias (all) cc -O -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 19:07:47 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 19:07:47 - ERROR: failed to build world TB --- 2008-05-02 19:07:47 - tinderbox aborted TB --- 1174.52 user 151.14 system 1627.40 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 19:31:50 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0D6A10656AB; Fri, 2 May 2008 19:31:50 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7194E8FC22; Fri, 2 May 2008 19:31:50 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42JVnFK087852; Fri, 2 May 2008 15:31:49 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42JVns6021533; Fri, 2 May 2008 15:31:49 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7CCDF73039; Fri, 2 May 2008 15:31:49 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502193149.7CCDF73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 15:31:49 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 19:31:51 -0000 TB --- 2008-05-02 19:06:26 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 19:06:26 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-02 19:06:26 - cleaning the object tree TB --- 2008-05-02 19:06:42 - cvsupping the source tree TB --- 2008-05-02 19:06:42 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-02 19:06:48 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 19:06:48 - cd /src TB --- 2008-05-02 19:06:48 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 19:06:51 UTC 2008 >>> 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 [...] /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasInLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1250: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasOutLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1376: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasUnaliasOut': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1464: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 19:31:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 19:31:49 - ERROR: failed to build world TB --- 2008-05-02 19:31:49 - tinderbox aborted TB --- 1077.35 user 150.45 system 1523.32 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 19:32:38 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DFB01065670; Fri, 2 May 2008 19:32:38 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0E9118FC1E; Fri, 2 May 2008 19:32:37 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42JWbTV087973; Fri, 2 May 2008 15:32:37 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42JWbwd042703; Fri, 2 May 2008 15:32:37 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 6E2697303E; Fri, 2 May 2008 15:32:37 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502193237.6E2697303E@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 15:32:37 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7012/Fri May 2 10:53:34 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 19:32:38 -0000 TB --- 2008-05-02 19:07:48 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 19:07:48 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-02 19:07:48 - cleaning the object tree TB --- 2008-05-02 19:08:07 - cvsupping the source tree TB --- 2008-05-02 19:08:07 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-02 19:08:14 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 19:08:14 - cd /src TB --- 2008-05-02 19:08:14 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 19:08:16 UTC 2008 >>> 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 [...] /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasInLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1250: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasOutLocked': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1376: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasUnaliasOut': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1464: warning: cast increases required alignment of target type /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c: In function 'LibAliasRefreshModules': /src/lib/libalias/libalias/../../../sys/netinet/libalias/alias.c:1576: error: expected '(' before 'feof' *** Error code 1 Stop in /src/lib/libalias/libalias. *** Error code 1 Stop in /src/lib/libalias. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 19:32:37 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 19:32:37 - ERROR: failed to build world TB --- 2008-05-02 19:32:37 - tinderbox aborted TB --- 1078.30 user 148.84 system 1489.19 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 20:01:29 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A68CC106564A; Fri, 2 May 2008 20:01:29 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 60A398FC12; Fri, 2 May 2008 20:01:29 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42K1SXT092273; Fri, 2 May 2008 16:01:28 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42K1SZt016571; Fri, 2 May 2008 16:01:28 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A257A73039; Fri, 2 May 2008 16:01:28 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502200128.A257A73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 16:01:28 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7013/Fri May 2 14:23:59 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 20:01:29 -0000 TB --- 2008-05-02 19:35:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 19:35:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-02 19:35:00 - cleaning the object tree TB --- 2008-05-02 19:35:19 - cvsupping the source tree TB --- 2008-05-02 19:35:19 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-02 19:35:25 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 19:35:25 - cd /src TB --- 2008-05-02 19:35:25 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 19:35:28 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 20:01:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 20:01:28 - ERROR: failed to build world TB --- 2008-05-02 20:01:28 - tinderbox aborted TB --- 1144.31 user 157.80 system 1587.94 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 20:04:07 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BAFD106564A; Fri, 2 May 2008 20:04:07 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A0BF88FC23; Fri, 2 May 2008 20:04:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42K46R5092581; Fri, 2 May 2008 16:04:06 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42K465d025993; Fri, 2 May 2008 16:04:06 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0154273039; Fri, 2 May 2008 16:04:05 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502200406.0154273039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 16:04:05 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7013/Fri May 2 14:23:59 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 20:04:07 -0000 TB --- 2008-05-02 19:35:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 19:35:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-02 19:35:00 - cleaning the object tree TB --- 2008-05-02 19:35:18 - cvsupping the source tree TB --- 2008-05-02 19:35:18 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-02 19:35:25 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 19:35:25 - cd /src TB --- 2008-05-02 19:35:25 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 19:35:28 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 20:04:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 20:04:05 - ERROR: failed to build world TB --- 2008-05-02 20:04:05 - tinderbox aborted TB --- 1240.12 user 163.59 system 1745.34 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 20:28:19 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6875F106564A; Fri, 2 May 2008 20:28:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 08D2A8FC0A; Fri, 2 May 2008 20:28:18 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42KSIC8095692; Fri, 2 May 2008 16:28:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42KSIVF090161; Fri, 2 May 2008 16:28:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0017C73039; Fri, 2 May 2008 16:28:17 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502202818.0017C73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 16:28:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7013/Fri May 2 14:23:59 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 20:28:19 -0000 TB --- 2008-05-02 20:01:28 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 20:01:28 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-02 20:01:28 - cleaning the object tree TB --- 2008-05-02 20:01:36 - cvsupping the source tree TB --- 2008-05-02 20:01:36 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-02 20:01:42 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 20:01:42 - cd /src TB --- 2008-05-02 20:01:42 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 20:01:43 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 20:28:17 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 20:28:17 - ERROR: failed to build world TB --- 2008-05-02 20:28:17 - tinderbox aborted TB --- 1180.85 user 154.55 system 1609.15 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 20:31:18 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 946E11065676; Fri, 2 May 2008 20:31:18 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3455D8FC22; Fri, 2 May 2008 20:31:18 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42KVHex096210; Fri, 2 May 2008 16:31:17 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42KVHrR081388; Fri, 2 May 2008 16:31:17 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9762873039; Fri, 2 May 2008 16:31:17 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502203117.9762873039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 16:31:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7013/Fri May 2 14:23:59 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 20:31:18 -0000 TB --- 2008-05-02 20:04:06 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 20:04:06 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-02 20:04:06 - cleaning the object tree TB --- 2008-05-02 20:04:14 - cvsupping the source tree TB --- 2008-05-02 20:04:14 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-02 20:04:20 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 20:04:20 - cd /src TB --- 2008-05-02 20:04:20 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 20:04:21 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 20:31:17 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 20:31:17 - ERROR: failed to build world TB --- 2008-05-02 20:31:17 - tinderbox aborted TB --- 1185.71 user 156.88 system 1631.35 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 20:57:23 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9467C10656E4; Fri, 2 May 2008 20:57:23 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 4C0DA8FC2D; Fri, 2 May 2008 20:57:23 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42KvMgB099647; Fri, 2 May 2008 16:57:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42KvMTo005676; Fri, 2 May 2008 16:57:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 6ABDF73039; Fri, 2 May 2008 16:57:22 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502205722.6ABDF73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 16:57:22 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7013/Fri May 2 14:23:59 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 20:57:23 -0000 TB --- 2008-05-02 20:28:18 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 20:28:18 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-02 20:28:18 - cleaning the object tree TB --- 2008-05-02 20:28:25 - cvsupping the source tree TB --- 2008-05-02 20:28:25 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-02 20:28:31 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 20:28:31 - cd /src TB --- 2008-05-02 20:28:31 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 20:28:32 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 20:57:22 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 20:57:22 - ERROR: failed to build world TB --- 2008-05-02 20:57:22 - tinderbox aborted TB --- 1282.33 user 155.11 system 1744.17 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 20:59:11 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAA611065686; Fri, 2 May 2008 20:59:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7A5C98FC14; Fri, 2 May 2008 20:59:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42KxAK9000104; Fri, 2 May 2008 16:59:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42KxAtE007350; Fri, 2 May 2008 16:59:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id BDB7473039; Fri, 2 May 2008 16:59:10 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502205910.BDB7473039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 16:59:10 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7013/Fri May 2 14:23:59 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 20:59:12 -0000 TB --- 2008-05-02 20:31:17 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 20:31:17 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-02 20:31:17 - cleaning the object tree TB --- 2008-05-02 20:31:23 - cvsupping the source tree TB --- 2008-05-02 20:31:23 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-02 20:31:29 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 20:31:29 - cd /src TB --- 2008-05-02 20:31:29 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 20:31:30 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 20:59:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 20:59:10 - ERROR: failed to build world TB --- 2008-05-02 20:59:10 - tinderbox aborted TB --- 1204.55 user 153.82 system 1673.01 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 21:23:15 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 842A1106564A; Fri, 2 May 2008 21:23:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 23A068FC12; Fri, 2 May 2008 21:23:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42LNE2C002368; Fri, 2 May 2008 17:23:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42LNEfF027855; Fri, 2 May 2008 17:23:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 654F773039; Fri, 2 May 2008 17:23:14 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502212314.654F773039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 17:23:14 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7013/Fri May 2 14:23:59 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 21:23:15 -0000 TB --- 2008-05-02 20:57:22 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 20:57:22 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-02 20:57:22 - cleaning the object tree TB --- 2008-05-02 20:57:39 - cvsupping the source tree TB --- 2008-05-02 20:57:39 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-02 20:57:44 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 20:57:44 - cd /src TB --- 2008-05-02 20:57:44 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 20:57:46 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 21:23:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 21:23:14 - ERROR: failed to build world TB --- 2008-05-02 21:23:14 - tinderbox aborted TB --- 1105.41 user 152.61 system 1551.70 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 21:24:28 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91AD81065670; Fri, 2 May 2008 21:24:28 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3147A8FC1A; Fri, 2 May 2008 21:24:28 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42LOR8C002483; Fri, 2 May 2008 17:24:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42LORxh036034; Fri, 2 May 2008 17:24:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id AC9C073039; Fri, 2 May 2008 17:24:27 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502212427.AC9C073039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 17:24:27 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 21:24:28 -0000 TB --- 2008-05-02 20:59:10 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 20:59:10 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-02 20:59:10 - cleaning the object tree TB --- 2008-05-02 20:59:20 - cvsupping the source tree TB --- 2008-05-02 20:59:20 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-02 20:59:26 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 20:59:26 - cd /src TB --- 2008-05-02 20:59:26 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 20:59:27 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 21:24:27 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 21:24:27 - ERROR: failed to build world TB --- 2008-05-02 21:24:27 - tinderbox aborted TB --- 1105.41 user 151.58 system 1516.76 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 21:27:41 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5D93106564A; Fri, 2 May 2008 21:27:41 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (unknown [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 40F0E8FC0C; Fri, 2 May 2008 21:27:41 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id A3E3128448; Sat, 3 May 2008 05:27:39 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id 35754EB8A25; Sat, 3 May 2008 05:27:39 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id upl9CcyJI8Y5; Sat, 3 May 2008 05:27:34 +0800 (CST) Received: from charlie.delphij.net (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id E2A05EB6D4E; Sat, 3 May 2008 05:27:32 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=M4y70s+CztJ6z2wA3jzq9pYHxSaOYkFMcNZmBZTCJdrwk+qTtIfIytGlvBP8GLu6r vPSOhZmU4c+5EOqkDyCNg== Message-ID: <481B8743.2020408@delphij.net> Date: Fri, 02 May 2008 14:27:31 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080422) MIME-Version: 1.0 To: FreeBSD Tinderbox References: <20080502212427.AC9C073039@freebsd-current.sentex.ca> In-Reply-To: <20080502212427.AC9C073039@freebsd-current.sentex.ca> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org, sparc64@freebsd.org Subject: Re: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 21:27:41 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Is there any (newly added) CFLAGS/WARNS changes to tinderbox? I can not reproduce it on my own laptop but I would like to give a hand fixing these... FreeBSD Tinderbox wrote: | TB --- 2008-05-02 20:59:10 - tinderbox 2.3 running on freebsd-current.sentex.ca | TB --- 2008-05-02 20:59:10 - starting HEAD tinderbox run for sparc64/sun4v | TB --- 2008-05-02 20:59:10 - cleaning the object tree | TB --- 2008-05-02 20:59:20 - cvsupping the source tree | TB --- 2008-05-02 20:59:20 - /usr/bin/csup -r 3 -g -L 1 -h localhost - -s /tinderbox/HEAD/sparc64/sun4v/supfile | TB --- 2008-05-02 20:59:26 - building world (CFLAGS=-O -pipe) | TB --- 2008-05-02 20:59:26 - cd /src | TB --- 2008-05-02 20:59:26 - /usr/bin/make -B buildworld |>>> World build started on Fri May 2 20:59:27 UTC 2008 |>>> 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 | [...] | /src/lib/libftpio/ftpio.c: In function 'ftpGet': | /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type | /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': | /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type | /src/lib/libftpio/ftpio.c: In function 'ftpPut': | /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type | /src/lib/libftpio/ftpio.c: In function 'ftpPassive': | /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type | *** Error code 1 | | Stop in /src/lib/libftpio. | *** Error code 1 | | Stop in /src/lib. | *** Error code 1 | | Stop in /src. | *** Error code 1 | | Stop in /src. | *** Error code 1 | | Stop in /src. | *** Error code 1 | | Stop in /src. | TB --- 2008-05-02 21:24:27 - WARNING: /usr/bin/make returned exit code 1 | TB --- 2008-05-02 21:24:27 - ERROR: failed to build world | TB --- 2008-05-02 21:24:27 - tinderbox aborted | TB --- 1105.41 user 151.58 system 1516.76 real | | | http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full | _______________________________________________ | freebsd-current@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-current | To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgbh0IACgkQi+vbBBjt66AWTQCglguGNEUwSb25h7NFsZHfLUth PDIAnje3UX/2reBpfd0NjvYeHhIabjEM =6rbb -----END PGP SIGNATURE----- From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 21:51:25 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 762B91065675; Fri, 2 May 2008 21:51:25 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 16CE98FC15; Fri, 2 May 2008 21:51:24 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42LpOUm044072; Fri, 2 May 2008 17:51:24 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42LpOds049932; Fri, 2 May 2008 17:51:24 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0A80F73039; Fri, 2 May 2008 17:51:24 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502215124.0A80F73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 17:51:24 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 21:51:25 -0000 TB --- 2008-05-02 21:25:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 21:25:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-02 21:25:00 - cleaning the object tree TB --- 2008-05-02 21:25:16 - cvsupping the source tree TB --- 2008-05-02 21:25:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-02 21:25:22 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 21:25:22 - cd /src TB --- 2008-05-02 21:25:22 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 21:25:23 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 21:51:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 21:51:23 - ERROR: failed to build world TB --- 2008-05-02 21:51:23 - tinderbox aborted TB --- 1145.69 user 156.00 system 1583.08 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 21:53:59 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31E85106566B; Fri, 2 May 2008 21:53:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id E0A428FC2A; Fri, 2 May 2008 21:53:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42LrwFc044186; Fri, 2 May 2008 17:53:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42LrwLk051601; Fri, 2 May 2008 17:53:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 53BB073039; Fri, 2 May 2008 17:53:58 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502215358.53BB073039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 17:53:58 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 21:53:59 -0000 TB --- 2008-05-02 21:25:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 21:25:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-02 21:25:00 - cleaning the object tree TB --- 2008-05-02 21:25:17 - cvsupping the source tree TB --- 2008-05-02 21:25:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-02 21:25:23 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 21:25:23 - cd /src TB --- 2008-05-02 21:25:23 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 21:25:24 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 21:53:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 21:53:58 - ERROR: failed to build world TB --- 2008-05-02 21:53:58 - tinderbox aborted TB --- 1240.45 user 163.55 system 1737.38 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 22:18:17 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C76D41065689; Fri, 2 May 2008 22:18:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 689108FC15; Fri, 2 May 2008 22:18:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42MIGIm045755; Fri, 2 May 2008 18:18:16 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42MIGro071163; Fri, 2 May 2008 18:18:16 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id ACCDD73039; Fri, 2 May 2008 18:18:16 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502221816.ACCDD73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 18:18:16 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 22:18:17 -0000 TB --- 2008-05-02 21:51:24 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 21:51:24 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-02 21:51:24 - cleaning the object tree TB --- 2008-05-02 21:51:28 - cvsupping the source tree TB --- 2008-05-02 21:51:28 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-02 21:51:33 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 21:51:33 - cd /src TB --- 2008-05-02 21:51:33 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 21:51:34 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 22:18:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 22:18:16 - ERROR: failed to build world TB --- 2008-05-02 22:18:16 - tinderbox aborted TB --- 1182.61 user 152.55 system 1612.42 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 22:20:49 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D0861065671; Fri, 2 May 2008 22:20:49 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id E0DFA8FC20; Fri, 2 May 2008 22:20:48 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42MKmba005896; Fri, 2 May 2008 18:20:48 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42MKmuV073416; Fri, 2 May 2008 18:20:48 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3194073039; Fri, 2 May 2008 18:20:48 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502222048.3194073039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 18:20:48 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 22:20:49 -0000 TB --- 2008-05-02 21:53:58 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 21:53:58 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-02 21:53:58 - cleaning the object tree TB --- 2008-05-02 21:54:03 - cvsupping the source tree TB --- 2008-05-02 21:54:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-02 21:54:09 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 21:54:09 - cd /src TB --- 2008-05-02 21:54:09 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 21:54:11 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 22:20:48 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 22:20:48 - ERROR: failed to build world TB --- 2008-05-02 22:20:48 - tinderbox aborted TB --- 1181.50 user 160.21 system 1609.75 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 22:47:06 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDFBF106566B; Fri, 2 May 2008 22:47:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6FCDB8FC20; Fri, 2 May 2008 22:47:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42Ml5BA049381; Fri, 2 May 2008 18:47:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42Ml5PT092472; Fri, 2 May 2008 18:47:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 88C0573039; Fri, 2 May 2008 18:47:05 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502224705.88C0573039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 18:47:05 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 22:47:06 -0000 TB --- 2008-05-02 22:18:16 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 22:18:16 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-02 22:18:16 - cleaning the object tree TB --- 2008-05-02 22:18:21 - cvsupping the source tree TB --- 2008-05-02 22:18:21 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-02 22:18:27 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 22:18:27 - cd /src TB --- 2008-05-02 22:18:27 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 22:18:28 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 22:47:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 22:47:05 - ERROR: failed to build world TB --- 2008-05-02 22:47:05 - tinderbox aborted TB --- 1280.61 user 158.31 system 1728.70 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 22:48:06 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BCE11065673; Fri, 2 May 2008 22:48:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0D55B8FC16; Fri, 2 May 2008 22:48:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42Mm5ga049479; Fri, 2 May 2008 18:48:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42Mm568093150; Fri, 2 May 2008 18:48:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 5272E73039; Fri, 2 May 2008 18:48:05 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502224805.5272E73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 18:48:05 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 22:48:06 -0000 TB --- 2008-05-02 22:20:48 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 22:20:48 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-02 22:20:48 - cleaning the object tree TB --- 2008-05-02 22:20:57 - cvsupping the source tree TB --- 2008-05-02 22:20:57 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-02 22:21:02 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 22:21:02 - cd /src TB --- 2008-05-02 22:21:02 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 22:21:04 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 22:48:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 22:48:05 - ERROR: failed to build world TB --- 2008-05-02 22:48:05 - tinderbox aborted TB --- 1203.59 user 153.83 system 1636.92 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 23:12:51 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D4081065670; Fri, 2 May 2008 23:12:51 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0D00E8FC34; Fri, 2 May 2008 23:12:50 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42NCoBx008451; Fri, 2 May 2008 19:12:50 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42NCo6o098464; Fri, 2 May 2008 19:12:50 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 1BBDA73039; Fri, 2 May 2008 19:12:50 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502231250.1BBDA73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 19:12:50 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 23:12:51 -0000 TB --- 2008-05-02 22:47:05 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 22:47:05 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-02 22:47:05 - cleaning the object tree TB --- 2008-05-02 22:47:16 - cvsupping the source tree TB --- 2008-05-02 22:47:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-02 22:47:22 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 22:47:22 - cd /src TB --- 2008-05-02 22:47:22 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 22:47:24 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 23:12:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 23:12:49 - ERROR: failed to build world TB --- 2008-05-02 23:12:49 - tinderbox aborted TB --- 1106.02 user 152.49 system 1544.20 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 23:13:15 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F185B106567A; Fri, 2 May 2008 23:13:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 91CEE8FC20; Fri, 2 May 2008 23:13:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42NDFj4051028; Fri, 2 May 2008 19:13:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42NDEiI009177; Fri, 2 May 2008 19:13:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E07707303E; Fri, 2 May 2008 19:13:14 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502231314.E07707303E@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 19:13:14 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 23:13:16 -0000 TB --- 2008-05-02 22:48:05 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 22:48:05 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-02 22:48:05 - cleaning the object tree TB --- 2008-05-02 22:48:15 - cvsupping the source tree TB --- 2008-05-02 22:48:15 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-02 22:48:20 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 22:48:20 - cd /src TB --- 2008-05-02 22:48:20 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 22:48:21 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 23:13:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 23:13:14 - ERROR: failed to build world TB --- 2008-05-02 23:13:14 - tinderbox aborted TB --- 1106.49 user 152.16 system 1509.45 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 23:41:00 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 636911065673; Fri, 2 May 2008 23:41:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 031408FC12; Fri, 2 May 2008 23:40:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42NexIZ009838; Fri, 2 May 2008 19:40:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42Nexg3027354; Fri, 2 May 2008 19:40:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2CD9773039; Fri, 2 May 2008 19:40:59 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502234059.2CD9773039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 19:40:59 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 23:41:00 -0000 TB --- 2008-05-02 23:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 23:15:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-02 23:15:00 - cleaning the object tree TB --- 2008-05-02 23:15:15 - cvsupping the source tree TB --- 2008-05-02 23:15:15 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-02 23:15:22 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 23:15:22 - cd /src TB --- 2008-05-02 23:15:22 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 23:15:24 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 23:40:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 23:40:59 - ERROR: failed to build world TB --- 2008-05-02 23:40:59 - tinderbox aborted TB --- 1143.50 user 158.75 system 1558.58 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Fri May 2 23:43:45 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 067771065676; Fri, 2 May 2008 23:43:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 9A6F08FC20; Fri, 2 May 2008 23:43:44 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m42NhiGl009920; Fri, 2 May 2008 19:43:44 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m42NhimK070696; Fri, 2 May 2008 19:43:44 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 13AFF73039; Fri, 2 May 2008 19:43:44 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080502234344.13AFF73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 19:43:44 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 23:43:45 -0000 TB --- 2008-05-02 23:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 23:15:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-02 23:15:00 - cleaning the object tree TB --- 2008-05-02 23:15:17 - cvsupping the source tree TB --- 2008-05-02 23:15:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-02 23:15:24 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 23:15:24 - cd /src TB --- 2008-05-02 23:15:24 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 23:15:26 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-02 23:43:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-02 23:43:44 - ERROR: failed to build world TB --- 2008-05-02 23:43:44 - tinderbox aborted TB --- 1241.88 user 162.50 system 1723.48 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 00:08:10 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63317106564A; Sat, 3 May 2008 00:08:10 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0281C8FC1B; Sat, 3 May 2008 00:08:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43089AM011256; Fri, 2 May 2008 20:08:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43089uc029447; Fri, 2 May 2008 20:08:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 1237573039; Fri, 2 May 2008 20:08:09 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503000809.1237573039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 20:08:09 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 00:08:10 -0000 TB --- 2008-05-02 23:40:59 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 23:40:59 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-02 23:40:59 - cleaning the object tree TB --- 2008-05-02 23:41:06 - cvsupping the source tree TB --- 2008-05-02 23:41:06 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-02 23:41:11 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 23:41:11 - cd /src TB --- 2008-05-02 23:41:11 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 23:41:13 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 00:08:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 00:08:08 - ERROR: failed to build world TB --- 2008-05-03 00:08:08 - tinderbox aborted TB --- 1183.26 user 152.57 system 1629.67 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 00:10:59 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF87A1065683; Sat, 3 May 2008 00:10:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3EB8FC15; Sat, 3 May 2008 00:10:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m430AxVS011448; Fri, 2 May 2008 20:10:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m430Ax4F034948; Fri, 2 May 2008 20:10:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id D3F8873039; Fri, 2 May 2008 20:10:58 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503001058.D3F8873039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 20:10:58 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 00:10:59 -0000 TB --- 2008-05-02 23:43:44 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-02 23:43:44 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-02 23:43:44 - cleaning the object tree TB --- 2008-05-02 23:43:51 - cvsupping the source tree TB --- 2008-05-02 23:43:51 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-02 23:43:59 - building world (CFLAGS=-O -pipe) TB --- 2008-05-02 23:43:59 - cd /src TB --- 2008-05-02 23:43:59 - /usr/bin/make -B buildworld >>> World build started on Fri May 2 23:44:00 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 00:10:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 00:10:58 - ERROR: failed to build world TB --- 2008-05-03 00:10:58 - tinderbox aborted TB --- 1186.27 user 156.20 system 1634.66 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 00:36:58 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FC3E1065676; Sat, 3 May 2008 00:36:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id E262B8FC22; Sat, 3 May 2008 00:36:57 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m430av6L012617; Fri, 2 May 2008 20:36:57 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m430avYq096014; Fri, 2 May 2008 20:36:57 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 187AC73039; Fri, 2 May 2008 20:36:57 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503003657.187AC73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 20:36:57 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 00:36:58 -0000 TB --- 2008-05-03 00:08:09 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 00:08:09 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 00:08:09 - cleaning the object tree TB --- 2008-05-03 00:08:19 - cvsupping the source tree TB --- 2008-05-03 00:08:19 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 00:08:24 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 00:08:24 - cd /src TB --- 2008-05-03 00:08:24 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 00:08:25 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 00:36:57 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 00:36:57 - ERROR: failed to build world TB --- 2008-05-03 00:36:57 - tinderbox aborted TB --- 1282.35 user 156.01 system 1727.87 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 00:38:16 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4714E1065679; Sat, 3 May 2008 00:38:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id DE8E98FC20; Sat, 3 May 2008 00:38:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m430cFkA056081; Fri, 2 May 2008 20:38:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m430cF8Y066684; Fri, 2 May 2008 20:38:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 1472173039; Fri, 2 May 2008 20:38:15 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503003815.1472173039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 20:38:15 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 00:38:16 -0000 TB --- 2008-05-03 00:10:58 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 00:10:58 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 00:10:58 - cleaning the object tree TB --- 2008-05-03 00:11:04 - cvsupping the source tree TB --- 2008-05-03 00:11:04 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 00:11:09 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 00:11:09 - cd /src TB --- 2008-05-03 00:11:09 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 00:11:10 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 00:38:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 00:38:15 - ERROR: failed to build world TB --- 2008-05-03 00:38:15 - tinderbox aborted TB --- 1201.72 user 156.37 system 1636.04 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 01:03:09 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAD371065689; Sat, 3 May 2008 01:03:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 826DA8FC1B; Sat, 3 May 2008 01:03:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43139wM013903; Fri, 2 May 2008 21:03:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43138gF081620; Fri, 2 May 2008 21:03:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E1D6173039; Fri, 2 May 2008 21:03:08 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503010308.E1D6173039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 21:03:08 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 01:03:10 -0000 TB --- 2008-05-03 00:36:57 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 00:36:57 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 00:36:57 - cleaning the object tree TB --- 2008-05-03 00:37:03 - cvsupping the source tree TB --- 2008-05-03 00:37:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 00:37:08 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 00:37:08 - cd /src TB --- 2008-05-03 00:37:08 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 00:37:12 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 01:03:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 01:03:08 - ERROR: failed to build world TB --- 2008-05-03 01:03:08 - tinderbox aborted TB --- 1105.95 user 153.19 system 1571.59 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 01:03:53 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FCA01065673; Sat, 3 May 2008 01:03:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id CB8378FC1D; Sat, 3 May 2008 01:03:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m4313qno013931; Fri, 2 May 2008 21:03:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m4313qF4062651; Fri, 2 May 2008 21:03:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 51A8D73039; Fri, 2 May 2008 21:03:52 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503010352.51A8D73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 21:03:52 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 01:03:53 -0000 TB --- 2008-05-03 00:38:15 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 00:38:15 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 00:38:15 - cleaning the object tree TB --- 2008-05-03 00:38:26 - cvsupping the source tree TB --- 2008-05-03 00:38:26 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 00:38:31 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 00:38:31 - cd /src TB --- 2008-05-03 00:38:31 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 00:38:32 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 01:03:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 01:03:52 - ERROR: failed to build world TB --- 2008-05-03 01:03:52 - tinderbox aborted TB --- 1106.94 user 151.70 system 1537.12 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 01:31:03 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 528F2106566B; Sat, 3 May 2008 01:31:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id E6CEA8FC13; Sat, 3 May 2008 01:31:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m431V2YE058871; Fri, 2 May 2008 21:31:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m431V2nA000101; Fri, 2 May 2008 21:31:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2AE9673039; Fri, 2 May 2008 21:31:02 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503013102.2AE9673039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 21:31:02 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 01:31:03 -0000 TB --- 2008-05-03 01:05:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 01:05:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 01:05:00 - cleaning the object tree TB --- 2008-05-03 01:05:13 - cvsupping the source tree TB --- 2008-05-03 01:05:13 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 01:05:19 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 01:05:19 - cd /src TB --- 2008-05-03 01:05:19 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 01:05:20 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 01:31:02 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 01:31:02 - ERROR: failed to build world TB --- 2008-05-03 01:31:02 - tinderbox aborted TB --- 1144.28 user 157.89 system 1561.34 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 01:33:48 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BAA7106566C; Sat, 3 May 2008 01:33:48 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0AA608FC13; Sat, 3 May 2008 01:33:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m431Xl0I015128; Fri, 2 May 2008 21:33:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m431Xlgf033900; Fri, 2 May 2008 21:33:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 5903B73039; Fri, 2 May 2008 21:33:47 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503013347.5903B73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 21:33:47 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 01:33:48 -0000 TB --- 2008-05-03 01:05:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 01:05:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 01:05:00 - cleaning the object tree TB --- 2008-05-03 01:05:11 - cvsupping the source tree TB --- 2008-05-03 01:05:11 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 01:05:18 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 01:05:18 - cd /src TB --- 2008-05-03 01:05:18 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 01:05:19 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 01:33:47 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 01:33:47 - ERROR: failed to build world TB --- 2008-05-03 01:33:47 - tinderbox aborted TB --- 1242.02 user 162.73 system 1726.52 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 01:58:01 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC4B91065674; Sat, 3 May 2008 01:58:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 79E138FC16; Sat, 3 May 2008 01:58:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m431w0Vq016132; Fri, 2 May 2008 21:58:00 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m431w06F089714; Fri, 2 May 2008 21:58:00 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7844373039; Fri, 2 May 2008 21:58:00 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503015800.7844373039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 21:58:00 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 01:58:02 -0000 TB --- 2008-05-03 01:31:02 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 01:31:02 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 01:31:02 - cleaning the object tree TB --- 2008-05-03 01:31:10 - cvsupping the source tree TB --- 2008-05-03 01:31:10 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 01:31:16 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 01:31:16 - cd /src TB --- 2008-05-03 01:31:16 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 01:31:18 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 01:58:00 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 01:58:00 - ERROR: failed to build world TB --- 2008-05-03 01:58:00 - tinderbox aborted TB --- 1182.45 user 151.99 system 1618.11 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 02:01:11 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D00A1065678; Sat, 3 May 2008 02:01:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3B6928FC1C; Sat, 3 May 2008 02:01:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m4321AY1016272; Fri, 2 May 2008 22:01:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m4321ABg093670; Fri, 2 May 2008 22:01:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A017B73039; Fri, 2 May 2008 22:01:10 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503020110.A017B73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 22:01:10 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 02:01:11 -0000 TB --- 2008-05-03 01:33:47 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 01:33:47 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 01:33:47 - cleaning the object tree TB --- 2008-05-03 01:33:54 - cvsupping the source tree TB --- 2008-05-03 01:33:54 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 01:34:02 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 01:34:02 - cd /src TB --- 2008-05-03 01:34:02 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 01:34:03 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 02:01:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 02:01:10 - ERROR: failed to build world TB --- 2008-05-03 02:01:10 - tinderbox aborted TB --- 1185.39 user 156.91 system 1643.12 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 02:26:44 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 627D7106566B; Sat, 3 May 2008 02:26:44 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7583A8FC1B; Sat, 3 May 2008 02:26:43 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m432Qg8Y017321; Fri, 2 May 2008 22:26:42 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m432QgUl036515; Fri, 2 May 2008 22:26:42 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3511473039; Fri, 2 May 2008 22:26:42 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503022642.3511473039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 22:26:42 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 02:26:44 -0000 TB --- 2008-05-03 01:58:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 01:58:00 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 01:58:00 - cleaning the object tree TB --- 2008-05-03 01:58:05 - cvsupping the source tree TB --- 2008-05-03 01:58:05 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 01:58:11 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 01:58:11 - cd /src TB --- 2008-05-03 01:58:11 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 01:58:12 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 02:26:42 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 02:26:42 - ERROR: failed to build world TB --- 2008-05-03 02:26:42 - tinderbox aborted TB --- 1281.12 user 156.43 system 1721.52 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 02:28:34 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3E9E106564A; Sat, 3 May 2008 02:28:33 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 928038FC0A; Sat, 3 May 2008 02:28:33 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m432SXjX017414; Fri, 2 May 2008 22:28:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m432SXsI038145; Fri, 2 May 2008 22:28:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0998E73039; Fri, 2 May 2008 22:28:33 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503022833.0998E73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 22:28:33 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 02:28:34 -0000 TB --- 2008-05-03 02:01:10 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 02:01:10 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 02:01:10 - cleaning the object tree TB --- 2008-05-03 02:01:17 - cvsupping the source tree TB --- 2008-05-03 02:01:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 02:01:24 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 02:01:24 - cd /src TB --- 2008-05-03 02:01:24 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 02:01:26 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 02:28:32 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 02:28:32 - ERROR: failed to build world TB --- 2008-05-03 02:28:32 - tinderbox aborted TB --- 1203.17 user 154.71 system 1642.26 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 02:52:47 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD4151065670; Sat, 3 May 2008 02:52:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 7C8F68FC21; Sat, 3 May 2008 02:52:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m432qkmp063099; Fri, 2 May 2008 22:52:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m432qkZ0053941; Fri, 2 May 2008 22:52:46 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A1FC273039; Fri, 2 May 2008 22:52:46 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503025246.A1FC273039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 22:52:46 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 02:52:48 -0000 TB --- 2008-05-03 02:26:42 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 02:26:42 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 02:26:42 - cleaning the object tree TB --- 2008-05-03 02:26:54 - cvsupping the source tree TB --- 2008-05-03 02:26:54 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 02:26:59 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 02:26:59 - cd /src TB --- 2008-05-03 02:26:59 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 02:27:01 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 02:52:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 02:52:46 - ERROR: failed to build world TB --- 2008-05-03 02:52:46 - tinderbox aborted TB --- 1106.27 user 152.18 system 1564.05 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 02:54:00 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D7671065671; Sat, 3 May 2008 02:54:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id E34858FC2D; Sat, 3 May 2008 02:53:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m432rxPF018255; Fri, 2 May 2008 22:53:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m432rxtt019082; Fri, 2 May 2008 22:53:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 703ED73039; Fri, 2 May 2008 22:53:59 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503025359.703ED73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 22:53:59 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 02:54:00 -0000 TB --- 2008-05-03 02:28:33 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 02:28:33 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 02:28:33 - cleaning the object tree TB --- 2008-05-03 02:28:39 - cvsupping the source tree TB --- 2008-05-03 02:28:39 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 02:28:46 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 02:28:46 - cd /src TB --- 2008-05-03 02:28:46 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 02:28:48 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 02:53:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 02:53:59 - ERROR: failed to build world TB --- 2008-05-03 02:53:59 - tinderbox aborted TB --- 1104.76 user 152.12 system 1525.91 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 03:17:53 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 760BD106567F; Sat, 3 May 2008 03:17:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 426558FC1D; Sat, 3 May 2008 03:17:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m433HqeN019308; Fri, 2 May 2008 23:17:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m433HqiF073970; Fri, 2 May 2008 23:17:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 74FA01B5078; Fri, 2 May 2008 23:17:52 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503031752.74FA01B5078@freebsd-stable.sentex.ca> Date: Fri, 2 May 2008 23:17:52 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 03:17:53 -0000 TB --- 2008-05-03 01:52:12 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-05-03 01:52:12 - starting RELENG_7 tinderbox run for sparc64/sparc64 TB --- 2008-05-03 01:52:12 - cleaning the object tree TB --- 2008-05-03 01:52:28 - cvsupping the source tree TB --- 2008-05-03 01:52:28 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/sparc64/sparc64/supfile TB --- 2008-05-03 01:52:36 - building world (CFLAGS=-O2 -pipe) TB --- 2008-05-03 01:52:36 - cd /src TB --- 2008-05-03 01:52:36 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 01:52:38 UTC 2008 >>> 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 Sat May 3 02:51:59 UTC 2008 TB --- 2008-05-03 02:51:59 - generating LINT kernel config TB --- 2008-05-03 02:51:59 - cd /src/sys/sparc64/conf TB --- 2008-05-03 02:51:59 - /usr/bin/make -B LINT TB --- 2008-05-03 02:52:00 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 02:52:00 - cd /src TB --- 2008-05-03 02:52:00 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat May 3 02:52:00 UTC 2008 >>> 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 Sat May 3 03:11:29 UTC 2008 TB --- 2008-05-03 03:11:29 - building GENERIC kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 03:11:29 - cd /src TB --- 2008-05-03 03:11:29 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat May 3 03:11:29 UTC 2008 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh GENERIC cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medany -msoft-float -ffreestanding -Werror vers.c linking kernel.debug e1000_api.o(.text+0x1288): In function `e1000_setup_init_funcs': /src/sys/dev/em/e1000_api.c:352: undefined reference to `e1000_init_function_pointers_82575' *** Error code 1 Stop in /obj/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 03:17:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 03:17:52 - ERROR: failed to build GENERIC kernel TB --- 2008-05-03 03:17:52 - tinderbox aborted TB --- 4521.23 user 412.47 system 5140.14 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 03:21:08 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC320106564A; Sat, 3 May 2008 03:21:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0F88FC0A; Sat, 3 May 2008 03:21:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m433L7uW019835; Fri, 2 May 2008 23:21:07 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m433L7RP072626; Fri, 2 May 2008 23:21:07 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B0EFE73039; Fri, 2 May 2008 23:21:07 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503032107.B0EFE73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 23:21:07 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 03:21:08 -0000 TB --- 2008-05-03 02:55:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 02:55:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 02:55:00 - cleaning the object tree TB --- 2008-05-03 02:55:16 - cvsupping the source tree TB --- 2008-05-03 02:55:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 02:55:23 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 02:55:23 - cd /src TB --- 2008-05-03 02:55:23 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 02:55:25 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 03:21:07 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 03:21:07 - ERROR: failed to build world TB --- 2008-05-03 03:21:07 - tinderbox aborted TB --- 1145.88 user 156.71 system 1566.78 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 03:23:43 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC8F41065674; Sat, 3 May 2008 03:23:43 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 8F7498FC13; Sat, 3 May 2008 03:23:43 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m433NhoP019895; Fri, 2 May 2008 23:23:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m433NhHb074453; Fri, 2 May 2008 23:23:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0F97373039; Fri, 2 May 2008 23:23:43 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503032343.0F97373039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 23:23:43 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 03:23:44 -0000 TB --- 2008-05-03 02:55:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 02:55:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 02:55:00 - cleaning the object tree TB --- 2008-05-03 02:55:15 - cvsupping the source tree TB --- 2008-05-03 02:55:15 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 02:55:21 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 02:55:21 - cd /src TB --- 2008-05-03 02:55:21 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 02:55:23 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 03:23:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 03:23:43 - ERROR: failed to build world TB --- 2008-05-03 03:23:43 - tinderbox aborted TB --- 1241.30 user 163.01 system 1722.16 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 03:48:15 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB74E1065670; Sat, 3 May 2008 03:48:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3A48FC12; Sat, 3 May 2008 03:48:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m433mFcr066003; Fri, 2 May 2008 23:48:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m433mEAx089530; Fri, 2 May 2008 23:48:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id AE75F73039; Fri, 2 May 2008 23:48:14 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503034814.AE75F73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 23:48:14 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 03:48:15 -0000 TB --- 2008-05-03 03:21:07 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 03:21:07 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 03:21:07 - cleaning the object tree TB --- 2008-05-03 03:21:12 - cvsupping the source tree TB --- 2008-05-03 03:21:12 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 03:21:17 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 03:21:17 - cd /src TB --- 2008-05-03 03:21:17 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 03:21:18 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 03:48:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 03:48:14 - ERROR: failed to build world TB --- 2008-05-03 03:48:14 - tinderbox aborted TB --- 1182.25 user 152.61 system 1626.88 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 03:51:00 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BDFD106566B; Sat, 3 May 2008 03:51:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 3999D8FC12; Sat, 3 May 2008 03:51:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m433p0eX066138; Fri, 2 May 2008 23:51:00 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m433oxMh091327; Fri, 2 May 2008 23:50:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A561F73039; Fri, 2 May 2008 23:50:59 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503035059.A561F73039@freebsd-current.sentex.ca> Date: Fri, 2 May 2008 23:50:59 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 03:51:00 -0000 TB --- 2008-05-03 03:23:43 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 03:23:43 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 03:23:43 - cleaning the object tree TB --- 2008-05-03 03:23:54 - cvsupping the source tree TB --- 2008-05-03 03:23:54 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 03:23:59 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 03:23:59 - cd /src TB --- 2008-05-03 03:23:59 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 03:24:01 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 03:50:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 03:50:59 - ERROR: failed to build world TB --- 2008-05-03 03:50:59 - tinderbox aborted TB --- 1184.30 user 158.91 system 1636.43 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 04:17:05 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EFD2106567A; Sat, 3 May 2008 04:17:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 08AAE8FC0A; Sat, 3 May 2008 04:17:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m434H43M067227; Sat, 3 May 2008 00:17:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m434H4GS008844; Sat, 3 May 2008 00:17:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2842173039; Sat, 3 May 2008 00:17:04 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503041704.2842173039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 00:17:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 04:17:05 -0000 TB --- 2008-05-03 03:48:14 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 03:48:14 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 03:48:14 - cleaning the object tree TB --- 2008-05-03 03:48:22 - cvsupping the source tree TB --- 2008-05-03 03:48:22 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 03:48:27 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 03:48:27 - cd /src TB --- 2008-05-03 03:48:27 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 03:48:29 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 04:17:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 04:17:04 - ERROR: failed to build world TB --- 2008-05-03 04:17:04 - tinderbox aborted TB --- 1282.82 user 154.84 system 1729.21 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 04:18:17 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E5861065675; Sat, 3 May 2008 04:18:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 34D8E8FC19; Sat, 3 May 2008 04:18:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m434IHeF067281; Sat, 3 May 2008 00:18:17 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m434IGUZ009596; Sat, 3 May 2008 00:18:16 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9C95A73039; Sat, 3 May 2008 00:18:16 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503041816.9C95A73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 00:18:16 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 04:18:17 -0000 TB --- 2008-05-03 03:50:59 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 03:50:59 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 03:50:59 - cleaning the object tree TB --- 2008-05-03 03:51:06 - cvsupping the source tree TB --- 2008-05-03 03:51:06 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 03:51:12 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 03:51:12 - cd /src TB --- 2008-05-03 03:51:12 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 03:51:13 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 04:18:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 04:18:16 - ERROR: failed to build world TB --- 2008-05-03 04:18:16 - tinderbox aborted TB --- 1203.96 user 154.16 system 1636.78 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 04:42:55 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 185A01065676; Sat, 3 May 2008 04:42:55 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id B6A9C8FC14; Sat, 3 May 2008 04:42:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m434gswT022633; Sat, 3 May 2008 00:42:54 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m434gsvW072084; Sat, 3 May 2008 00:42:54 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0FFC573039; Sat, 3 May 2008 00:42:54 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503044254.0FFC573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 00:42:54 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 04:42:55 -0000 TB --- 2008-05-03 04:17:04 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 04:17:04 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 04:17:04 - cleaning the object tree TB --- 2008-05-03 04:17:16 - cvsupping the source tree TB --- 2008-05-03 04:17:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 04:17:23 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 04:17:23 - cd /src TB --- 2008-05-03 04:17:23 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 04:17:25 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 04:42:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 04:42:53 - ERROR: failed to build world TB --- 2008-05-03 04:42:53 - tinderbox aborted TB --- 1104.79 user 154.43 system 1549.66 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 04:43:23 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F8801065673; Sat, 3 May 2008 04:43:23 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BDD448FC1E; Sat, 3 May 2008 04:43:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m434hMx9022645; Sat, 3 May 2008 00:43:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m434hM2o025314; Sat, 3 May 2008 00:43:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 4307E7303E; Sat, 3 May 2008 00:43:22 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503044322.4307E7303E@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 00:43:22 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 04:43:23 -0000 TB --- 2008-05-03 04:18:16 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 04:18:16 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 04:18:16 - cleaning the object tree TB --- 2008-05-03 04:18:23 - cvsupping the source tree TB --- 2008-05-03 04:18:23 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 04:18:28 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 04:18:28 - cd /src TB --- 2008-05-03 04:18:28 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 04:18:29 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 04:43:22 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 04:43:22 - ERROR: failed to build world TB --- 2008-05-03 04:43:22 - tinderbox aborted TB --- 1105.93 user 152.74 system 1505.41 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 05:11:12 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2019A106566B; Sat, 3 May 2008 05:11:12 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id C15018FC14; Sat, 3 May 2008 05:11:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m435BB2h023655; Sat, 3 May 2008 01:11:11 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m435BB3B034749; Sat, 3 May 2008 01:11:11 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0E4FD73039; Sat, 3 May 2008 01:11:11 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503051111.0E4FD73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 01:11:11 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 05:11:12 -0000 TB --- 2008-05-03 04:45:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 04:45:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 04:45:01 - cleaning the object tree TB --- 2008-05-03 04:45:15 - cvsupping the source tree TB --- 2008-05-03 04:45:15 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 04:45:21 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 04:45:21 - cd /src TB --- 2008-05-03 04:45:21 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 04:45:24 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 05:11:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 05:11:10 - ERROR: failed to build world TB --- 2008-05-03 05:11:10 - tinderbox aborted TB --- 1143.98 user 157.98 system 1569.93 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 05:13:48 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75D3B106568F; Sat, 3 May 2008 05:13:48 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1F9828FC15; Sat, 3 May 2008 05:13:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m435DlWU023708; Sat, 3 May 2008 01:13:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m435Dlo8044931; Sat, 3 May 2008 01:13:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7C7FC73039; Sat, 3 May 2008 01:13:47 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503051347.7C7FC73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 01:13:47 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 05:13:48 -0000 TB --- 2008-05-03 04:45:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 04:45:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 04:45:01 - cleaning the object tree TB --- 2008-05-03 04:45:14 - cvsupping the source tree TB --- 2008-05-03 04:45:14 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 04:45:20 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 04:45:20 - cd /src TB --- 2008-05-03 04:45:20 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 04:45:22 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 05:13:47 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 05:13:47 - ERROR: failed to build world TB --- 2008-05-03 05:13:47 - tinderbox aborted TB --- 1240.73 user 162.98 system 1726.40 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 05:37:58 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC1B7106564A; Sat, 3 May 2008 05:37:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 792E88FC12; Sat, 3 May 2008 05:37:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m435bvNV070594; Sat, 3 May 2008 01:37:57 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m435bvPE060489; Sat, 3 May 2008 01:37:57 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 837FD73039; Sat, 3 May 2008 01:37:57 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503053757.837FD73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 01:37:57 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 05:37:58 -0000 TB --- 2008-05-03 05:11:11 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 05:11:11 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 05:11:11 - cleaning the object tree TB --- 2008-05-03 05:11:16 - cvsupping the source tree TB --- 2008-05-03 05:11:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 05:11:21 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 05:11:21 - cd /src TB --- 2008-05-03 05:11:21 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 05:11:25 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 05:37:57 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 05:37:57 - ERROR: failed to build world TB --- 2008-05-03 05:37:57 - tinderbox aborted TB --- 1181.30 user 153.46 system 1606.34 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 05:41:04 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26D8E1065673; Sat, 3 May 2008 05:41:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id C81B78FC1F; Sat, 3 May 2008 05:41:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m435f37v070755; Sat, 3 May 2008 01:41:03 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m435f3Iw062426; Sat, 3 May 2008 01:41:03 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3593573039; Sat, 3 May 2008 01:41:03 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503054103.3593573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 01:41:03 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 05:41:04 -0000 TB --- 2008-05-03 05:13:47 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 05:13:47 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 05:13:47 - cleaning the object tree TB --- 2008-05-03 05:13:54 - cvsupping the source tree TB --- 2008-05-03 05:13:54 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 05:14:02 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 05:14:02 - cd /src TB --- 2008-05-03 05:14:02 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 05:14:03 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 05:41:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 05:41:03 - ERROR: failed to build world TB --- 2008-05-03 05:41:03 - tinderbox aborted TB --- 1183.74 user 158.50 system 1635.54 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 06:06:53 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 648BE1065675; Sat, 3 May 2008 06:06:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 11D178FC13; Sat, 3 May 2008 06:06:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m4366q1J025505; Sat, 3 May 2008 02:06:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m4366qfb064566; Sat, 3 May 2008 02:06:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3B64F73039; Sat, 3 May 2008 02:06:52 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503060652.3B64F73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 02:06:52 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 06:06:53 -0000 TB --- 2008-05-03 05:37:57 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 05:37:57 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 05:37:57 - cleaning the object tree TB --- 2008-05-03 05:38:03 - cvsupping the source tree TB --- 2008-05-03 05:38:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 05:38:08 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 05:38:08 - cd /src TB --- 2008-05-03 05:38:08 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 05:38:09 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 06:06:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 06:06:52 - ERROR: failed to build world TB --- 2008-05-03 06:06:52 - tinderbox aborted TB --- 1282.41 user 155.66 system 1734.46 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 06:08:40 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1692B106564A; Sat, 3 May 2008 06:08:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BB1AD8FC1A; Sat, 3 May 2008 06:08:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m4368dkg025548; Sat, 3 May 2008 02:08:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m4368dZQ080734; Sat, 3 May 2008 02:08:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2BDEB73039; Sat, 3 May 2008 02:08:39 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503060839.2BDEB73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 02:08:39 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 06:08:40 -0000 TB --- 2008-05-03 05:41:03 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 05:41:03 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 05:41:03 - cleaning the object tree TB --- 2008-05-03 05:41:08 - cvsupping the source tree TB --- 2008-05-03 05:41:08 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 05:41:13 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 05:41:13 - cd /src TB --- 2008-05-03 05:41:13 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 05:41:14 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 06:08:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 06:08:39 - ERROR: failed to build world TB --- 2008-05-03 06:08:39 - tinderbox aborted TB --- 1202.80 user 155.35 system 1655.84 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 06:33:06 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 981221065677; Sat, 3 May 2008 06:33:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 4916D8FC45; Sat, 3 May 2008 06:33:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m436X4LT026323; Sat, 3 May 2008 02:33:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m436X44G031480; Sat, 3 May 2008 02:33:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9A03573039; Sat, 3 May 2008 02:33:04 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503063304.9A03573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 02:33:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 06:33:06 -0000 TB --- 2008-05-03 06:06:52 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 06:06:52 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 06:06:52 - cleaning the object tree TB --- 2008-05-03 06:07:05 - cvsupping the source tree TB --- 2008-05-03 06:07:05 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 06:07:13 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 06:07:13 - cd /src TB --- 2008-05-03 06:07:13 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 06:07:15 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 06:33:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 06:33:04 - ERROR: failed to build world TB --- 2008-05-03 06:33:04 - tinderbox aborted TB --- 1105.56 user 153.01 system 1572.18 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 06:33:59 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32A981065686; Sat, 3 May 2008 06:33:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id D821C8FC32; Sat, 3 May 2008 06:33:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m436XwWn026380; Sat, 3 May 2008 02:33:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m436Xw3v096967; Sat, 3 May 2008 02:33:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 555CA73039; Sat, 3 May 2008 02:33:58 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503063358.555CA73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 02:33:58 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 06:33:59 -0000 TB --- 2008-05-03 06:08:39 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 06:08:39 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 06:08:39 - cleaning the object tree TB --- 2008-05-03 06:08:50 - cvsupping the source tree TB --- 2008-05-03 06:08:50 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 06:08:55 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 06:08:55 - cd /src TB --- 2008-05-03 06:08:55 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 06:08:56 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 06:33:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 06:33:58 - ERROR: failed to build world TB --- 2008-05-03 06:33:58 - tinderbox aborted TB --- 1104.81 user 153.02 system 1518.88 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 07:01:19 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D0B91065678; Sat, 3 May 2008 07:01:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id C1F6E8FC19; Sat, 3 May 2008 07:01:18 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m4371IX6074343; Sat, 3 May 2008 03:01:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m4371HGo016546; Sat, 3 May 2008 03:01:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 8DAF373039; Sat, 3 May 2008 03:01:17 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503070117.8DAF373039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 03:01:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 07:01:19 -0000 TB --- 2008-05-03 06:35:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 06:35:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 06:35:00 - cleaning the object tree TB --- 2008-05-03 06:35:13 - cvsupping the source tree TB --- 2008-05-03 06:35:13 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 06:35:20 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 06:35:20 - cd /src TB --- 2008-05-03 06:35:20 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 06:35:22 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 07:01:17 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 07:01:17 - ERROR: failed to build world TB --- 2008-05-03 07:01:17 - tinderbox aborted TB --- 1145.51 user 156.67 system 1577.09 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 07:04:11 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56A9B106566B; Sat, 3 May 2008 07:04:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0BC138FC1B; Sat, 3 May 2008 07:04:10 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m4374AxS074588; Sat, 3 May 2008 03:04:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m4374AEe019284; Sat, 3 May 2008 03:04:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7423473039; Sat, 3 May 2008 03:04:10 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503070410.7423473039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 03:04:10 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 07:04:11 -0000 TB --- 2008-05-03 06:35:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 06:35:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 06:35:00 - cleaning the object tree TB --- 2008-05-03 06:35:13 - cvsupping the source tree TB --- 2008-05-03 06:35:13 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 06:35:20 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 06:35:20 - cd /src TB --- 2008-05-03 06:35:20 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 06:35:22 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 07:04:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 07:04:10 - ERROR: failed to build world TB --- 2008-05-03 07:04:10 - tinderbox aborted TB --- 1243.38 user 162.05 system 1749.90 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 07:29:21 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D2C31065673; Sat, 3 May 2008 07:29:21 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id F29648FC28; Sat, 3 May 2008 07:29:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m437TKbw029083; Sat, 3 May 2008 03:29:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m437TKK9067292; Sat, 3 May 2008 03:29:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2148573039; Sat, 3 May 2008 03:29:19 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503072919.2148573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 03:29:19 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 07:29:21 -0000 TB --- 2008-05-03 07:01:17 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 07:01:17 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 07:01:17 - cleaning the object tree TB --- 2008-05-03 07:01:32 - cvsupping the source tree TB --- 2008-05-03 07:01:32 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 07:01:37 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 07:01:37 - cd /src TB --- 2008-05-03 07:01:37 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 07:01:39 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 07:29:19 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 07:29:19 - ERROR: failed to build world TB --- 2008-05-03 07:29:19 - tinderbox aborted TB --- 1187.28 user 152.28 system 1681.29 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 07:32:05 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32320106564A; Sat, 3 May 2008 07:32:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id DA35F8FC28; Sat, 3 May 2008 07:32:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m437W4xv029213; Sat, 3 May 2008 03:32:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m437W47x039805; Sat, 3 May 2008 03:32:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 47EF773039; Sat, 3 May 2008 03:32:04 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503073204.47EF773039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 03:32:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 07:32:05 -0000 TB --- 2008-05-03 07:04:10 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 07:04:10 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 07:04:10 - cleaning the object tree TB --- 2008-05-03 07:04:28 - cvsupping the source tree TB --- 2008-05-03 07:04:28 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 07:04:36 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 07:04:36 - cd /src TB --- 2008-05-03 07:04:36 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 07:04:37 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 07:32:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 07:32:04 - ERROR: failed to build world TB --- 2008-05-03 07:32:04 - tinderbox aborted TB --- 1188.23 user 158.49 system 1673.70 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 07:58:21 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EFEA106564A; Sat, 3 May 2008 07:58:21 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 347B28FC20; Sat, 3 May 2008 07:58:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m437wKb5030209; Sat, 3 May 2008 03:58:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m437wKBx038995; Sat, 3 May 2008 03:58:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 601EA73039; Sat, 3 May 2008 03:58:20 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503075820.601EA73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 03:58:20 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 07:58:21 -0000 TB --- 2008-05-03 07:29:20 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 07:29:20 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 07:29:20 - cleaning the object tree TB --- 2008-05-03 07:29:26 - cvsupping the source tree TB --- 2008-05-03 07:29:26 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 07:29:31 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 07:29:31 - cd /src TB --- 2008-05-03 07:29:31 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 07:29:33 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 07:58:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 07:58:20 - ERROR: failed to build world TB --- 2008-05-03 07:58:20 - tinderbox aborted TB --- 1280.49 user 156.44 system 1740.23 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 07:59:35 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 582711065671; Sat, 3 May 2008 07:59:35 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2448FC19; Sat, 3 May 2008 07:59:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m437xYaP076669; Sat, 3 May 2008 03:59:34 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m437xY6b059977; Sat, 3 May 2008 03:59:34 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 4607373039; Sat, 3 May 2008 03:59:34 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503075934.4607373039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 03:59:34 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 07:59:35 -0000 TB --- 2008-05-03 07:32:04 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 07:32:04 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 07:32:04 - cleaning the object tree TB --- 2008-05-03 07:32:09 - cvsupping the source tree TB --- 2008-05-03 07:32:09 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 07:32:15 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 07:32:15 - cd /src TB --- 2008-05-03 07:32:15 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 07:32:16 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 07:59:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 07:59:34 - ERROR: failed to build world TB --- 2008-05-03 07:59:34 - tinderbox aborted TB --- 1202.03 user 156.32 system 1649.81 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 08:24:45 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED6D8106564A; Sat, 3 May 2008 08:24:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A073C8FC22; Sat, 3 May 2008 08:24:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m438Oiwd031582; Sat, 3 May 2008 04:24:45 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m438Oim9002345; Sat, 3 May 2008 04:24:44 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A716873039; Sat, 3 May 2008 04:24:44 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503082444.A716873039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 04:24:44 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 08:24:46 -0000 TB --- 2008-05-03 07:58:20 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 07:58:20 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 07:58:20 - cleaning the object tree TB --- 2008-05-03 07:58:26 - cvsupping the source tree TB --- 2008-05-03 07:58:26 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 07:58:31 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 07:58:31 - cd /src TB --- 2008-05-03 07:58:31 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 07:58:33 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 08:24:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 08:24:44 - ERROR: failed to build world TB --- 2008-05-03 08:24:44 - tinderbox aborted TB --- 1108.95 user 153.06 system 1583.62 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 08:25:42 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 612E9106567A; Sat, 3 May 2008 08:25:42 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 145558FC54; Sat, 3 May 2008 08:25:41 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m438PfpU031658; Sat, 3 May 2008 04:25:41 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m438Pf4S082059; Sat, 3 May 2008 04:25:41 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 015F573039; Sat, 3 May 2008 04:25:40 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503082541.015F573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 04:25:40 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 08:25:42 -0000 TB --- 2008-05-03 07:59:34 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 07:59:34 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 07:59:34 - cleaning the object tree TB --- 2008-05-03 07:59:48 - cvsupping the source tree TB --- 2008-05-03 07:59:48 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 07:59:55 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 07:59:55 - cd /src TB --- 2008-05-03 07:59:55 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 07:59:57 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 08:25:40 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 08:25:40 - ERROR: failed to build world TB --- 2008-05-03 08:25:40 - tinderbox aborted TB --- 1107.57 user 153.78 system 1566.55 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 08:56:54 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AF6F1065676; Sat, 3 May 2008 08:56:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id C37F58FC18; Sat, 3 May 2008 08:56:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m438urO6079250; Sat, 3 May 2008 04:56:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m438uqpA008181; Sat, 3 May 2008 04:56:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B937473039; Sat, 3 May 2008 04:56:52 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503085652.B937473039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 04:56:52 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 08:56:54 -0000 TB --- 2008-05-03 08:30:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 08:30:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 08:30:01 - cleaning the object tree TB --- 2008-05-03 08:30:15 - cvsupping the source tree TB --- 2008-05-03 08:30:15 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 08:30:24 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 08:30:24 - cd /src TB --- 2008-05-03 08:30:24 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 08:30:25 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 08:56:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 08:56:52 - ERROR: failed to build world TB --- 2008-05-03 08:56:52 - tinderbox aborted TB --- 1146.29 user 158.06 system 1611.41 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 08:59:14 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E18D106566B; Sat, 3 May 2008 08:59:14 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id C674A8FC15; Sat, 3 May 2008 08:59:13 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m438xDDe032838; Sat, 3 May 2008 04:59:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m438xDfj087551; Sat, 3 May 2008 04:59:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C82B373039; Sat, 3 May 2008 04:59:12 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503085912.C82B373039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 04:59:12 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 08:59:14 -0000 TB --- 2008-05-03 08:30:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 08:30:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 08:30:01 - cleaning the object tree TB --- 2008-05-03 08:30:16 - cvsupping the source tree TB --- 2008-05-03 08:30:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 08:30:24 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 08:30:24 - cd /src TB --- 2008-05-03 08:30:24 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 08:30:25 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 08:59:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 08:59:12 - ERROR: failed to build world TB --- 2008-05-03 08:59:12 - tinderbox aborted TB --- 1242.87 user 163.02 system 1751.48 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 09:23:40 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79213106566B; Sat, 3 May 2008 09:23:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3058FC16; Sat, 3 May 2008 09:23:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m439Ndra080615; Sat, 3 May 2008 05:23:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m439NdWS027708; Sat, 3 May 2008 05:23:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 79C7B73039; Sat, 3 May 2008 05:23:39 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503092339.79C7B73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 05:23:39 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 09:23:40 -0000 TB --- 2008-05-03 08:56:52 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 08:56:52 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 08:56:52 - cleaning the object tree TB --- 2008-05-03 08:56:58 - cvsupping the source tree TB --- 2008-05-03 08:56:58 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 08:57:03 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 08:57:03 - cd /src TB --- 2008-05-03 08:57:03 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 08:57:04 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 09:23:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 09:23:39 - ERROR: failed to build world TB --- 2008-05-03 09:23:39 - tinderbox aborted TB --- 1184.92 user 150.74 system 1606.54 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 09:26:11 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 889CB1065670; Sat, 3 May 2008 09:26:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3CB148FC16; Sat, 3 May 2008 09:26:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m439QAcl033739; Sat, 3 May 2008 05:26:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m439QAoU029423; Sat, 3 May 2008 05:26:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 1D3F073039; Sat, 3 May 2008 05:26:10 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503092610.1D3F073039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 05:26:10 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 09:26:11 -0000 TB --- 2008-05-03 08:59:12 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 08:59:12 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 08:59:12 - cleaning the object tree TB --- 2008-05-03 08:59:20 - cvsupping the source tree TB --- 2008-05-03 08:59:20 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 08:59:26 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 08:59:26 - cd /src TB --- 2008-05-03 08:59:26 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 08:59:27 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 09:26:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 09:26:10 - ERROR: failed to build world TB --- 2008-05-03 09:26:10 - tinderbox aborted TB --- 1184.74 user 157.59 system 1617.14 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 09:52:45 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB1EE106566C; Sat, 3 May 2008 09:52:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 817F38FC16; Sat, 3 May 2008 09:52:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m439qidx081867; Sat, 3 May 2008 05:52:44 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m439qiPZ048772; Sat, 3 May 2008 05:52:44 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9336173039; Sat, 3 May 2008 05:52:44 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503095244.9336173039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 05:52:44 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 09:52:45 -0000 TB --- 2008-05-03 09:23:39 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 09:23:39 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 09:23:39 - cleaning the object tree TB --- 2008-05-03 09:23:44 - cvsupping the source tree TB --- 2008-05-03 09:23:44 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 09:23:49 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 09:23:49 - cd /src TB --- 2008-05-03 09:23:49 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 09:23:51 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 09:52:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 09:52:44 - ERROR: failed to build world TB --- 2008-05-03 09:52:44 - tinderbox aborted TB --- 1283.04 user 155.19 system 1744.93 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 09:53:47 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B107F1065681; Sat, 3 May 2008 09:53:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8404E8FC0A; Sat, 3 May 2008 09:53:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m439rl5l081903; Sat, 3 May 2008 05:53:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m439rlM0049565; Sat, 3 May 2008 05:53:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id DBC9673039; Sat, 3 May 2008 05:53:46 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503095346.DBC9673039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 05:53:46 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 09:53:47 -0000 TB --- 2008-05-03 09:26:10 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 09:26:10 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 09:26:10 - cleaning the object tree TB --- 2008-05-03 09:26:17 - cvsupping the source tree TB --- 2008-05-03 09:26:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 09:26:23 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 09:26:23 - cd /src TB --- 2008-05-03 09:26:23 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 09:26:24 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 09:53:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 09:53:46 - ERROR: failed to build world TB --- 2008-05-03 09:53:46 - tinderbox aborted TB --- 1203.37 user 153.96 system 1656.62 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 10:18:31 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F350106564A; Sat, 3 May 2008 10:18:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 379BF8FC12; Sat, 3 May 2008 10:18:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43AIUOE035461; Sat, 3 May 2008 06:18:30 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43AIU7X081446; Sat, 3 May 2008 06:18:30 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 8897873039; Sat, 3 May 2008 06:18:30 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503101830.8897873039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 06:18:30 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 10:18:31 -0000 TB --- 2008-05-03 09:52:44 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 09:52:44 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 09:52:44 - cleaning the object tree TB --- 2008-05-03 09:52:51 - cvsupping the source tree TB --- 2008-05-03 09:52:51 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 09:52:56 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 09:52:56 - cd /src TB --- 2008-05-03 09:52:56 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 09:52:59 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 10:18:30 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 10:18:30 - ERROR: failed to build world TB --- 2008-05-03 10:18:30 - tinderbox aborted TB --- 1105.97 user 152.95 system 1545.82 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 10:19:15 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F275E106566B; Sat, 3 May 2008 10:19:14 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A84028FC23; Sat, 3 May 2008 10:19:14 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43AJE3x035485; Sat, 3 May 2008 06:19:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43AJEMY081937; Sat, 3 May 2008 06:19:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0A47D73039; Sat, 3 May 2008 06:19:14 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503101914.0A47D73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 06:19:14 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 10:19:15 -0000 TB --- 2008-05-03 09:53:47 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 09:53:47 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 09:53:47 - cleaning the object tree TB --- 2008-05-03 09:53:53 - cvsupping the source tree TB --- 2008-05-03 09:53:53 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 09:53:59 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 09:53:59 - cd /src TB --- 2008-05-03 09:53:59 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 09:54:02 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 10:19:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 10:19:14 - ERROR: failed to build world TB --- 2008-05-03 10:19:14 - tinderbox aborted TB --- 1103.93 user 154.55 system 1527.02 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 10:27:31 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32B41106566C; Sat, 3 May 2008 10:27:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 141C18FC1C; Sat, 3 May 2008 10:27:30 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43ARUfD035881; Sat, 3 May 2008 06:27:30 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43ARU9Q099790; Sat, 3 May 2008 06:27:30 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 0990C1B5078; Sat, 3 May 2008 06:27:29 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503102730.0990C1B5078@freebsd-stable.sentex.ca> Date: Sat, 3 May 2008 06:27:29 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 10:27:31 -0000 TB --- 2008-05-03 08:26:43 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-05-03 08:26:43 - starting RELENG_7 tinderbox run for amd64/amd64 TB --- 2008-05-03 08:26:43 - cleaning the object tree TB --- 2008-05-03 08:27:19 - cvsupping the source tree TB --- 2008-05-03 08:27:19 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/amd64/amd64/supfile TB --- 2008-05-03 08:27:27 - building world (CFLAGS=-O2 -pipe) TB --- 2008-05-03 08:27:27 - cd /src TB --- 2008-05-03 08:27:27 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 08:27:29 UTC 2008 >>> 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 Sat May 3 09:57:02 UTC 2008 TB --- 2008-05-03 09:57:03 - generating LINT kernel config TB --- 2008-05-03 09:57:03 - cd /src/sys/amd64/conf TB --- 2008-05-03 09:57:03 - /usr/bin/make -B LINT TB --- 2008-05-03 09:57:03 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 09:57:03 - cd /src TB --- 2008-05-03 09:57:03 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat May 3 09:57:03 UTC 2008 >>> 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 Sat May 3 10:18:58 UTC 2008 TB --- 2008-05-03 10:18:58 - building GENERIC kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 10:18:58 - cd /src TB --- 2008-05-03 10:18:58 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat May 3 10:18:58 UTC 2008 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh GENERIC cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror vers.c linking kernel.debug e1000_api.o(.text+0xabb): In function `e1000_setup_init_funcs': /src/sys/dev/em/e1000_api.c:352: undefined reference to `e1000_init_function_pointers_82575' *** Error code 1 Stop in /obj/amd64/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 10:27:29 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 10:27:29 - ERROR: failed to build GENERIC kernel TB --- 2008-05-03 10:27:29 - tinderbox aborted TB --- 6060.49 user 618.46 system 7246.26 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 10:46:09 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A29A1065673; Sat, 3 May 2008 10:46:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9A18FC1B; Sat, 3 May 2008 10:46:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Ak8Hh036431; Sat, 3 May 2008 06:46:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Ak8EB091180; Sat, 3 May 2008 06:46:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7A92173039; Sat, 3 May 2008 06:46:08 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503104608.7A92173039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 06:46:08 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 10:46:09 -0000 TB --- 2008-05-03 10:20:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 10:20:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 10:20:00 - cleaning the object tree TB --- 2008-05-03 10:20:17 - cvsupping the source tree TB --- 2008-05-03 10:20:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 10:20:26 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 10:20:26 - cd /src TB --- 2008-05-03 10:20:26 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 10:20:28 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 10:46:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 10:46:08 - ERROR: failed to build world TB --- 2008-05-03 10:46:08 - tinderbox aborted TB --- 1145.69 user 156.29 system 1568.00 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 10:48:53 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65FDB106566B; Sat, 3 May 2008 10:48:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1E73C8FC16; Sat, 3 May 2008 10:48:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43AmqN1036482; Sat, 3 May 2008 06:48:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43AmqUm093187; Sat, 3 May 2008 06:48:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 78D9A73039; Sat, 3 May 2008 06:48:52 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503104852.78D9A73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 06:48:52 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 10:48:53 -0000 TB --- 2008-05-03 10:20:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 10:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 10:20:00 - cleaning the object tree TB --- 2008-05-03 10:20:17 - cvsupping the source tree TB --- 2008-05-03 10:20:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 10:20:26 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 10:20:26 - cd /src TB --- 2008-05-03 10:20:26 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 10:20:28 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 10:48:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 10:48:52 - ERROR: failed to build world TB --- 2008-05-03 10:48:52 - tinderbox aborted TB --- 1241.59 user 162.75 system 1731.99 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 10:55:02 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 429A21065670; Sat, 3 May 2008 10:55:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 25B1B8FC0C; Sat, 3 May 2008 10:55:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43At1Gm085031; Sat, 3 May 2008 06:55:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43At18u097740; Sat, 3 May 2008 06:55:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 1882B1B5078; Sat, 3 May 2008 06:55:00 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503105501.1882B1B5078@freebsd-stable.sentex.ca> Date: Sat, 3 May 2008 06:55:00 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 10:55:02 -0000 TB --- 2008-05-03 09:18:12 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-05-03 09:18:12 - starting RELENG_7 tinderbox run for i386/i386 TB --- 2008-05-03 09:18:12 - cleaning the object tree TB --- 2008-05-03 09:18:36 - cvsupping the source tree TB --- 2008-05-03 09:18:36 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/i386/i386/supfile TB --- 2008-05-03 09:18:45 - building world (CFLAGS=-O2 -pipe) TB --- 2008-05-03 09:18:45 - cd /src TB --- 2008-05-03 09:18:45 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 09:18:46 UTC 2008 >>> 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 Sat May 3 10:21:19 UTC 2008 TB --- 2008-05-03 10:21:19 - generating LINT kernel config TB --- 2008-05-03 10:21:19 - cd /src/sys/i386/conf TB --- 2008-05-03 10:21:19 - /usr/bin/make -B LINT TB --- 2008-05-03 10:21:19 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 10:21:19 - cd /src TB --- 2008-05-03 10:21:19 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat May 3 10:21:19 UTC 2008 >>> 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 Sat May 3 10:46:09 UTC 2008 TB --- 2008-05-03 10:46:09 - building GENERIC kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 10:46:09 - cd /src TB --- 2008-05-03 10:46:09 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat May 3 10:46:10 UTC 2008 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh GENERIC cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror vers.c linking kernel.debug e1000_api.o(.text+0xbce): In function `e1000_setup_init_funcs': /src/sys/dev/em/e1000_api.c:352: undefined reference to `e1000_init_function_pointers_82575' *** Error code 1 Stop in /obj/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 10:55:00 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 10:55:00 - ERROR: failed to build GENERIC kernel TB --- 2008-05-03 10:55:00 - tinderbox aborted TB --- 5014.81 user 467.65 system 5808.75 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 11:12:57 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 813E41065679; Sat, 3 May 2008 11:12:57 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 370EA8FC1F; Sat, 3 May 2008 11:12:56 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BCulF037448; Sat, 3 May 2008 07:12:56 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BCuGW013985; Sat, 3 May 2008 07:12:56 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 402AA73039; Sat, 3 May 2008 07:12:56 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503111256.402AA73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 07:12:56 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 11:12:57 -0000 TB --- 2008-05-03 10:46:08 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 10:46:08 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 10:46:08 - cleaning the object tree TB --- 2008-05-03 10:46:18 - cvsupping the source tree TB --- 2008-05-03 10:46:18 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 10:46:24 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 10:46:24 - cd /src TB --- 2008-05-03 10:46:24 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 10:46:26 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 11:12:56 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 11:12:56 - ERROR: failed to build world TB --- 2008-05-03 11:12:56 - tinderbox aborted TB --- 1181.03 user 153.23 system 1607.64 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 11:16:10 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF183106567B; Sat, 3 May 2008 11:16:10 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5A23F8FC19; Sat, 3 May 2008 11:16:10 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BG94t037592; Sat, 3 May 2008 07:16:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BG9Rk018234; Sat, 3 May 2008 07:16:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A5AF073039; Sat, 3 May 2008 07:16:09 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503111609.A5AF073039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 07:16:09 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 11:16:10 -0000 TB --- 2008-05-03 10:48:52 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 10:48:52 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 10:48:52 - cleaning the object tree TB --- 2008-05-03 10:49:03 - cvsupping the source tree TB --- 2008-05-03 10:49:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 10:49:09 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 10:49:09 - cd /src TB --- 2008-05-03 10:49:09 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 10:49:10 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 11:16:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 11:16:09 - ERROR: failed to build world TB --- 2008-05-03 11:16:09 - tinderbox aborted TB --- 1186.29 user 156.43 system 1637.04 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 11:41:40 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7811A1065671; Sat, 3 May 2008 11:41:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 317588FC18; Sat, 3 May 2008 11:41:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BfdkS038635; Sat, 3 May 2008 07:41:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BfdWM034161; Sat, 3 May 2008 07:41:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 529E873039; Sat, 3 May 2008 07:41:39 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503114139.529E873039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 07:41:39 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 11:41:40 -0000 TB --- 2008-05-03 11:12:56 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 11:12:56 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 11:12:56 - cleaning the object tree TB --- 2008-05-03 11:13:06 - cvsupping the source tree TB --- 2008-05-03 11:13:06 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 11:13:12 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 11:13:12 - cd /src TB --- 2008-05-03 11:13:12 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 11:13:13 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 11:41:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 11:41:39 - ERROR: failed to build world TB --- 2008-05-03 11:41:39 - tinderbox aborted TB --- 1280.52 user 156.41 system 1722.88 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 11:43:34 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4D1C1065671; Sat, 3 May 2008 11:43:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9C58FC1A; Sat, 3 May 2008 11:43:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BhX8U038678; Sat, 3 May 2008 07:43:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BhXCk035585; Sat, 3 May 2008 07:43:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 94A3E73039; Sat, 3 May 2008 07:43:33 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503114333.94A3E73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 07:43:33 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 11:43:34 -0000 TB --- 2008-05-03 11:16:09 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 11:16:09 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 11:16:09 - cleaning the object tree TB --- 2008-05-03 11:16:14 - cvsupping the source tree TB --- 2008-05-03 11:16:14 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 11:16:20 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 11:16:20 - cd /src TB --- 2008-05-03 11:16:20 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 11:16:21 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 11:43:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 11:43:33 - ERROR: failed to build world TB --- 2008-05-03 11:43:33 - tinderbox aborted TB --- 1202.73 user 154.82 system 1643.77 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 11:58:16 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 330D31065677; Sat, 3 May 2008 11:58:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 155FE8FC13; Sat, 3 May 2008 11:58:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BwFXI040520; Sat, 3 May 2008 07:58:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43BwFlg026117; Sat, 3 May 2008 07:58:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 099CB1B5078; Sat, 3 May 2008 07:58:14 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503115815.099CB1B5078@freebsd-stable.sentex.ca> Date: Sat, 3 May 2008 07:58:14 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 11:58:16 -0000 TB --- 2008-05-03 10:27:30 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-05-03 10:27:30 - starting RELENG_7 tinderbox run for i386/pc98 TB --- 2008-05-03 10:27:30 - cleaning the object tree TB --- 2008-05-03 10:27:45 - cvsupping the source tree TB --- 2008-05-03 10:27:45 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/i386/pc98/supfile TB --- 2008-05-03 10:27:52 - building world (CFLAGS=-O2 -pipe) TB --- 2008-05-03 10:27:52 - cd /src TB --- 2008-05-03 10:27:52 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 10:27:53 UTC 2008 >>> 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 Sat May 3 11:29:48 UTC 2008 TB --- 2008-05-03 11:29:48 - generating LINT kernel config TB --- 2008-05-03 11:29:48 - cd /src/sys/pc98/conf TB --- 2008-05-03 11:29:48 - /usr/bin/make -B LINT TB --- 2008-05-03 11:29:48 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 11:29:48 - cd /src TB --- 2008-05-03 11:29:48 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat May 3 11:29:48 UTC 2008 >>> 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 Sat May 3 11:51:22 UTC 2008 TB --- 2008-05-03 11:51:22 - building GENERIC kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 11:51:22 - cd /src TB --- 2008-05-03 11:51:22 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat May 3 11:51:23 UTC 2008 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh GENERIC cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding vers.c linking kernel.debug e1000_api.o(.text+0xbce): In function `e1000_setup_init_funcs': /src/sys/dev/em/e1000_api.c:352: undefined reference to `e1000_init_function_pointers_82575' *** Error code 1 Stop in /obj/pc98/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 11:58:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 11:58:14 - ERROR: failed to build GENERIC kernel TB --- 2008-05-03 11:58:14 - tinderbox aborted TB --- 4668.25 user 459.38 system 5444.75 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 12:07:52 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 107731065679; Sat, 3 May 2008 12:07:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BD3F48FC13; Sat, 3 May 2008 12:07:51 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43C7pBb040980; Sat, 3 May 2008 08:07:51 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43C7pv3048730; Sat, 3 May 2008 08:07:51 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 28DDD73039; Sat, 3 May 2008 08:07:51 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503120751.28DDD73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 08:07:51 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 12:07:52 -0000 TB --- 2008-05-03 11:41:39 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 11:41:39 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 11:41:39 - cleaning the object tree TB --- 2008-05-03 11:41:51 - cvsupping the source tree TB --- 2008-05-03 11:41:51 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 11:41:56 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 11:41:56 - cd /src TB --- 2008-05-03 11:41:56 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 11:41:57 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 12:07:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 12:07:51 - ERROR: failed to build world TB --- 2008-05-03 12:07:51 - tinderbox aborted TB --- 1105.96 user 152.49 system 1571.63 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 12:08:55 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AFB31065678; Sat, 3 May 2008 12:08:55 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id B8C4B8FC1E; Sat, 3 May 2008 12:08:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43C8shD041013; Sat, 3 May 2008 08:08:54 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43C8sGh051577; Sat, 3 May 2008 08:08:54 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 21C9573039; Sat, 3 May 2008 08:08:54 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503120854.21C9573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 08:08:54 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 12:08:55 -0000 TB --- 2008-05-03 11:43:33 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 11:43:33 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 11:43:33 - cleaning the object tree TB --- 2008-05-03 11:43:42 - cvsupping the source tree TB --- 2008-05-03 11:43:42 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 11:43:47 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 11:43:47 - cd /src TB --- 2008-05-03 11:43:47 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 11:43:48 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 12:08:54 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 12:08:54 - ERROR: failed to build world TB --- 2008-05-03 12:08:54 - tinderbox aborted TB --- 1104.01 user 153.33 system 1520.24 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 12:36:11 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55EA1106566B; Sat, 3 May 2008 12:36:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0F2708FC2A; Sat, 3 May 2008 12:36:10 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43CaARI042235; Sat, 3 May 2008 08:36:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43CaAuY080025; Sat, 3 May 2008 08:36:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2DE1773039; Sat, 3 May 2008 08:36:10 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503123610.2DE1773039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 08:36:10 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 12:36:11 -0000 TB --- 2008-05-03 12:10:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 12:10:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 12:10:00 - cleaning the object tree TB --- 2008-05-03 12:10:15 - cvsupping the source tree TB --- 2008-05-03 12:10:15 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 12:10:21 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 12:10:21 - cd /src TB --- 2008-05-03 12:10:21 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 12:10:22 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 12:36:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 12:36:10 - ERROR: failed to build world TB --- 2008-05-03 12:36:10 - tinderbox aborted TB --- 1145.11 user 157.21 system 1569.88 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 12:38:41 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A548F1065678; Sat, 3 May 2008 12:38:41 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5BE578FC14; Sat, 3 May 2008 12:38:41 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43CceUm042333; Sat, 3 May 2008 08:38:40 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Ccem2025801; Sat, 3 May 2008 08:38:40 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A896573039; Sat, 3 May 2008 08:38:40 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503123840.A896573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 08:38:40 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 12:38:41 -0000 TB --- 2008-05-03 12:10:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 12:10:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 12:10:00 - cleaning the object tree TB --- 2008-05-03 12:10:14 - cvsupping the source tree TB --- 2008-05-03 12:10:14 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 12:10:20 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 12:10:20 - cd /src TB --- 2008-05-03 12:10:20 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 12:10:22 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 12:38:40 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 12:38:40 - ERROR: failed to build world TB --- 2008-05-03 12:38:40 - tinderbox aborted TB --- 1240.71 user 163.05 system 1720.39 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 12:55:45 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B97B8106566C; Sat, 3 May 2008 12:55:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 9C2CE8FC1A; Sat, 3 May 2008 12:55:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43CtieV042970; Sat, 3 May 2008 08:55:44 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43CtijG096852; Sat, 3 May 2008 08:55:44 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 72D5C1B5078; Sat, 3 May 2008 08:55:44 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503125544.72D5C1B5078@freebsd-stable.sentex.ca> Date: Sat, 3 May 2008 08:55:44 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 12:55:45 -0000 TB --- 2008-05-03 10:55:01 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-05-03 10:55:01 - starting RELENG_7 tinderbox run for ia64/ia64 TB --- 2008-05-03 10:55:01 - cleaning the object tree TB --- 2008-05-03 10:55:19 - cvsupping the source tree TB --- 2008-05-03 10:55:19 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/ia64/ia64/supfile TB --- 2008-05-03 10:55:25 - building world (CFLAGS=-O2 -pipe) TB --- 2008-05-03 10:55:25 - cd /src TB --- 2008-05-03 10:55:25 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 10:55:26 UTC 2008 >>> 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 Sat May 3 12:18:59 UTC 2008 TB --- 2008-05-03 12:18:59 - generating LINT kernel config TB --- 2008-05-03 12:18:59 - cd /src/sys/ia64/conf TB --- 2008-05-03 12:18:59 - /usr/bin/make -B LINT TB --- 2008-05-03 12:18:59 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 12:18:59 - cd /src TB --- 2008-05-03 12:18:59 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat May 3 12:18:59 UTC 2008 >>> 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 Sat May 3 12:46:33 UTC 2008 TB --- 2008-05-03 12:46:33 - building GENERIC kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 12:46:33 - cd /src TB --- 2008-05-03 12:46:33 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat May 3 12:46:33 UTC 2008 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh GENERIC cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror vers.c linking kernel.debug e1000_api.o(.text+0x28a2): In function `e1000_setup_init_funcs': /src/sys/dev/em/e1000_api.c:352: undefined reference to `e1000_init_function_pointers_82575' *** Error code 1 Stop in /obj/ia64/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 12:55:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 12:55:44 - ERROR: failed to build GENERIC kernel TB --- 2008-05-03 12:55:44 - tinderbox aborted TB --- 6432.80 user 456.12 system 7242.88 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 13:03:19 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4FC7106566B; Sat, 3 May 2008 13:03:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3F48FC14; Sat, 3 May 2008 13:03:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43D3Jis043853; Sat, 3 May 2008 09:03:19 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43D3JbO086631; Sat, 3 May 2008 09:03:19 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id D416573039; Sat, 3 May 2008 09:03:18 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503130318.D416573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 09:03:18 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 13:03:19 -0000 TB --- 2008-05-03 12:36:10 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 12:36:10 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 12:36:10 - cleaning the object tree TB --- 2008-05-03 12:36:20 - cvsupping the source tree TB --- 2008-05-03 12:36:20 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 12:36:25 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 12:36:25 - cd /src TB --- 2008-05-03 12:36:25 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 12:36:26 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 13:03:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 13:03:18 - ERROR: failed to build world TB --- 2008-05-03 13:03:18 - tinderbox aborted TB --- 1183.05 user 152.27 system 1628.53 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 13:06:02 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1567D10656C8; Sat, 3 May 2008 13:06:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BE8548FC18; Sat, 3 May 2008 13:06:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43D613Y045122; Sat, 3 May 2008 09:06:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43D61S4090715; Sat, 3 May 2008 09:06:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0D0FD73039; Sat, 3 May 2008 09:06:01 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503130601.0D0FD73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 09:06:01 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 13:06:02 -0000 TB --- 2008-05-03 12:38:40 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 12:38:40 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 12:38:40 - cleaning the object tree TB --- 2008-05-03 12:38:53 - cvsupping the source tree TB --- 2008-05-03 12:38:53 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 12:38:58 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 12:38:58 - cd /src TB --- 2008-05-03 12:38:58 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 12:39:00 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 13:06:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 13:06:01 - ERROR: failed to build world TB --- 2008-05-03 13:06:01 - tinderbox aborted TB --- 1183.59 user 159.23 system 1640.15 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 13:32:06 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA1A81065677; Sat, 3 May 2008 13:32:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6FD708FC44; Sat, 3 May 2008 13:32:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43DW5Zu046322; Sat, 3 May 2008 09:32:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43DW5cd057116; Sat, 3 May 2008 09:32:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B646473039; Sat, 3 May 2008 09:32:05 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503133205.B646473039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 09:32:05 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 13:32:06 -0000 TB --- 2008-05-03 13:03:19 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 13:03:19 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 13:03:19 - cleaning the object tree TB --- 2008-05-03 13:03:26 - cvsupping the source tree TB --- 2008-05-03 13:03:26 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 13:03:31 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 13:03:31 - cd /src TB --- 2008-05-03 13:03:31 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 13:03:32 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 13:32:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 13:32:05 - ERROR: failed to build world TB --- 2008-05-03 13:32:05 - tinderbox aborted TB --- 1281.95 user 156.16 system 1726.68 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 13:33:20 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2DAC106566C; Sat, 3 May 2008 13:33:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 89D8B8FC13; Sat, 3 May 2008 13:33:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43DXJE3096718; Sat, 3 May 2008 09:33:19 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43DXJgo029504; Sat, 3 May 2008 09:33:19 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 86BAF73039; Sat, 3 May 2008 09:33:19 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503133319.86BAF73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 09:33:19 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 13:33:21 -0000 TB --- 2008-05-03 13:06:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 13:06:01 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 13:06:01 - cleaning the object tree TB --- 2008-05-03 13:06:08 - cvsupping the source tree TB --- 2008-05-03 13:06:09 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 13:06:17 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 13:06:17 - cd /src TB --- 2008-05-03 13:06:17 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 13:06:18 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 13:33:19 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 13:33:19 - ERROR: failed to build world TB --- 2008-05-03 13:33:19 - tinderbox aborted TB --- 1203.52 user 155.20 system 1638.34 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 13:58:06 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AB161065674; Sat, 3 May 2008 13:58:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 427878FC19; Sat, 3 May 2008 13:58:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Dw5dj048311; Sat, 3 May 2008 09:58:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Dw57x052062; Sat, 3 May 2008 09:58:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 65FB073039; Sat, 3 May 2008 09:58:05 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503135805.65FB073039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 09:58:05 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 13:58:06 -0000 TB --- 2008-05-03 13:32:05 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 13:32:05 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 13:32:05 - cleaning the object tree TB --- 2008-05-03 13:32:12 - cvsupping the source tree TB --- 2008-05-03 13:32:12 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 13:32:17 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 13:32:17 - cd /src TB --- 2008-05-03 13:32:17 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 13:32:18 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 13:58:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 13:58:05 - ERROR: failed to build world TB --- 2008-05-03 13:58:05 - tinderbox aborted TB --- 1105.79 user 152.89 system 1559.48 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 13:59:04 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1318D106566B; Sat, 3 May 2008 13:59:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id B8AA18FC2E; Sat, 3 May 2008 13:59:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Dx3Yj048362; Sat, 3 May 2008 09:59:03 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Dx3Pb052904; Sat, 3 May 2008 09:59:03 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3320173039; Sat, 3 May 2008 09:59:03 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503135903.3320173039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 09:59:03 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7014/Fri May 2 16:17:48 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 13:59:04 -0000 TB --- 2008-05-03 13:33:19 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 13:33:19 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 13:33:19 - cleaning the object tree TB --- 2008-05-03 13:33:31 - cvsupping the source tree TB --- 2008-05-03 13:33:31 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 13:33:38 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 13:33:38 - cd /src TB --- 2008-05-03 13:33:38 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 13:33:39 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 13:59:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 13:59:03 - ERROR: failed to build world TB --- 2008-05-03 13:59:03 - tinderbox aborted TB --- 1104.66 user 152.50 system 1543.48 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 14:21:24 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A812106566C; Sat, 3 May 2008 14:21:24 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 357118FC14; Sat, 3 May 2008 14:21:24 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43ELNTC050045; Sat, 3 May 2008 10:21:23 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43ELNLC081720; Sat, 3 May 2008 10:21:23 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 686981B5078; Sat, 3 May 2008 10:21:23 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503142123.686981B5078@freebsd-stable.sentex.ca> Date: Sat, 3 May 2008 10:21:23 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 14:21:24 -0000 TB --- 2008-05-03 12:55:44 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-05-03 12:55:44 - starting RELENG_7 tinderbox run for sparc64/sparc64 TB --- 2008-05-03 12:55:44 - cleaning the object tree TB --- 2008-05-03 12:55:59 - cvsupping the source tree TB --- 2008-05-03 12:55:59 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/sparc64/sparc64/supfile TB --- 2008-05-03 12:56:05 - building world (CFLAGS=-O2 -pipe) TB --- 2008-05-03 12:56:05 - cd /src TB --- 2008-05-03 12:56:05 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 12:56:07 UTC 2008 >>> 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 Sat May 3 13:55:33 UTC 2008 TB --- 2008-05-03 13:55:33 - generating LINT kernel config TB --- 2008-05-03 13:55:33 - cd /src/sys/sparc64/conf TB --- 2008-05-03 13:55:33 - /usr/bin/make -B LINT TB --- 2008-05-03 13:55:33 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 13:55:33 - cd /src TB --- 2008-05-03 13:55:33 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat May 3 13:55:33 UTC 2008 >>> 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 Sat May 3 14:15:02 UTC 2008 TB --- 2008-05-03 14:15:02 - building GENERIC kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-05-03 14:15:02 - cd /src TB --- 2008-05-03 14:15:02 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat May 3 14:15:02 UTC 2008 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh GENERIC cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medany -msoft-float -ffreestanding -Werror vers.c linking kernel.debug e1000_api.o(.text+0x1288): In function `e1000_setup_init_funcs': /src/sys/dev/em/e1000_api.c:352: undefined reference to `e1000_init_function_pointers_82575' *** Error code 1 Stop in /obj/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 14:21:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 14:21:23 - ERROR: failed to build GENERIC kernel TB --- 2008-05-03 14:21:23 - tinderbox aborted TB --- 4519.30 user 411.14 system 5138.83 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 14:26:01 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F623106566C; Sat, 3 May 2008 14:26:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 24B8F8FC17; Sat, 3 May 2008 14:26:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43EQ0Q1099516; Sat, 3 May 2008 10:26:00 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43EQ0jg076861; Sat, 3 May 2008 10:26:00 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 5747873039; Sat, 3 May 2008 10:26:00 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503142600.5747873039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 10:26:00 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 14:26:01 -0000 TB --- 2008-05-03 14:00:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 14:00:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 14:00:00 - cleaning the object tree TB --- 2008-05-03 14:00:15 - cvsupping the source tree TB --- 2008-05-03 14:00:15 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 14:00:21 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 14:00:21 - cd /src TB --- 2008-05-03 14:00:21 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 14:00:23 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 14:26:00 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 14:26:00 - ERROR: failed to build world TB --- 2008-05-03 14:26:00 - tinderbox aborted TB --- 1143.38 user 158.65 system 1559.55 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 14:28:55 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90A4F1065673; Sat, 3 May 2008 14:28:55 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3B2858FC1C; Sat, 3 May 2008 14:28:55 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43ESstx050452; Sat, 3 May 2008 10:28:54 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43ESsdk005805; Sat, 3 May 2008 10:28:54 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9A7A073039; Sat, 3 May 2008 10:28:54 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503142854.9A7A073039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 10:28:54 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 14:28:55 -0000 TB --- 2008-05-03 14:00:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 14:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 14:00:00 - cleaning the object tree TB --- 2008-05-03 14:00:15 - cvsupping the source tree TB --- 2008-05-03 14:00:15 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 14:00:22 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 14:00:22 - cd /src TB --- 2008-05-03 14:00:22 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 14:00:23 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 14:28:54 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 14:28:54 - ERROR: failed to build world TB --- 2008-05-03 14:28:54 - tinderbox aborted TB --- 1242.48 user 162.11 system 1733.84 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 14:53:03 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC4561065673; Sat, 3 May 2008 14:53:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 96CB28FC19; Sat, 3 May 2008 14:53:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Er2DM052061; Sat, 3 May 2008 10:53:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Er2Lj068012; Sat, 3 May 2008 10:53:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A31DB73039; Sat, 3 May 2008 10:53:02 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503145302.A31DB73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 10:53:02 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 14:53:04 -0000 TB --- 2008-05-03 14:26:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 14:26:00 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 14:26:00 - cleaning the object tree TB --- 2008-05-03 14:26:05 - cvsupping the source tree TB --- 2008-05-03 14:26:05 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 14:26:10 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 14:26:10 - cd /src TB --- 2008-05-03 14:26:10 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 14:26:12 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 14:53:02 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 14:53:02 - ERROR: failed to build world TB --- 2008-05-03 14:53:02 - tinderbox aborted TB --- 1183.28 user 152.05 system 1622.19 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 14:56:16 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 864A0106564A; Sat, 3 May 2008 14:56:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 2D1748FC0C; Sat, 3 May 2008 14:56:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43EuFFB052335; Sat, 3 May 2008 10:56:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43EuF4Q072744; Sat, 3 May 2008 10:56:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 8C6C473039; Sat, 3 May 2008 10:56:15 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503145615.8C6C473039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 10:56:15 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 14:56:16 -0000 TB --- 2008-05-03 14:28:54 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 14:28:54 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 14:28:54 - cleaning the object tree TB --- 2008-05-03 14:29:01 - cvsupping the source tree TB --- 2008-05-03 14:29:01 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 14:29:06 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 14:29:06 - cd /src TB --- 2008-05-03 14:29:06 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 14:29:08 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 14:56:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 14:56:15 - ERROR: failed to build world TB --- 2008-05-03 14:56:15 - tinderbox aborted TB --- 1185.15 user 157.62 system 1640.79 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 15:21:48 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 404DB106564A; Sat, 3 May 2008 15:21:48 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id D8B9D8FC1A; Sat, 3 May 2008 15:21:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43FLlx1053731; Sat, 3 May 2008 11:21:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43FLkDL036661; Sat, 3 May 2008 11:21:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id D5BF373039; Sat, 3 May 2008 11:21:46 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503152146.D5BF373039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 11:21:46 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 15:21:48 -0000 TB --- 2008-05-03 14:53:02 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 14:53:02 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 14:53:02 - cleaning the object tree TB --- 2008-05-03 14:53:08 - cvsupping the source tree TB --- 2008-05-03 14:53:08 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 14:53:14 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 14:53:14 - cd /src TB --- 2008-05-03 14:53:14 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 14:53:16 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 15:21:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 15:21:46 - ERROR: failed to build world TB --- 2008-05-03 15:21:46 - tinderbox aborted TB --- 1281.59 user 156.59 system 1723.96 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 15:23:39 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A065B1065682; Sat, 3 May 2008 15:23:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 474DC8FC0C; Sat, 3 May 2008 15:23:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43FNcia053794; Sat, 3 May 2008 11:23:38 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43FNcxZ030035; Sat, 3 May 2008 11:23:38 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id AE80473039; Sat, 3 May 2008 11:23:38 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503152338.AE80473039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 11:23:38 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 15:23:39 -0000 TB --- 2008-05-03 14:56:15 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 14:56:15 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 14:56:15 - cleaning the object tree TB --- 2008-05-03 14:56:21 - cvsupping the source tree TB --- 2008-05-03 14:56:21 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 14:56:26 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 14:56:26 - cd /src TB --- 2008-05-03 14:56:26 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 14:56:27 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 15:23:38 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 15:23:38 - ERROR: failed to build world TB --- 2008-05-03 15:23:38 - tinderbox aborted TB --- 1203.95 user 154.59 system 1642.96 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 15:47:34 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF011106566B; Sat, 3 May 2008 15:47:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6E67A8FC0C; Sat, 3 May 2008 15:47:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43FlXMi004231; Sat, 3 May 2008 11:47:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43FlXBL050806; Sat, 3 May 2008 11:47:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 8AF0D73039; Sat, 3 May 2008 11:47:33 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503154733.8AF0D73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 11:47:33 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 15:47:34 -0000 TB --- 2008-05-03 15:21:46 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 15:21:46 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 15:21:46 - cleaning the object tree TB --- 2008-05-03 15:21:57 - cvsupping the source tree TB --- 2008-05-03 15:21:57 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 15:22:02 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 15:22:02 - cd /src TB --- 2008-05-03 15:22:02 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 15:22:07 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 15:47:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 15:47:33 - ERROR: failed to build world TB --- 2008-05-03 15:47:33 - tinderbox aborted TB --- 1104.58 user 153.70 system 1546.53 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 15:48:54 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C83A71065677; Sat, 3 May 2008 15:48:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6CE748FC17; Sat, 3 May 2008 15:48:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43FmroR055184; Sat, 3 May 2008 11:48:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Fmr4S010204; Sat, 3 May 2008 11:48:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id ABFE673039; Sat, 3 May 2008 11:48:53 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503154853.ABFE673039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 11:48:53 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 15:48:54 -0000 TB --- 2008-05-03 15:23:38 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 15:23:38 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 15:23:38 - cleaning the object tree TB --- 2008-05-03 15:23:44 - cvsupping the source tree TB --- 2008-05-03 15:23:44 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 15:23:49 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 15:23:49 - cd /src TB --- 2008-05-03 15:23:49 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 15:23:51 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 15:48:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 15:48:53 - ERROR: failed to build world TB --- 2008-05-03 15:48:53 - tinderbox aborted TB --- 1104.48 user 152.28 system 1514.89 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 16:16:09 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ECB81065678; Sat, 3 May 2008 16:16:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2ECCA8FC18; Sat, 3 May 2008 16:16:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43GG850005550; Sat, 3 May 2008 12:16:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43GG8gJ076720; Sat, 3 May 2008 12:16:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 5681073039; Sat, 3 May 2008 12:16:08 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503161608.5681073039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 12:16:08 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 16:16:09 -0000 TB --- 2008-05-03 15:50:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 15:50:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 15:50:01 - cleaning the object tree TB --- 2008-05-03 15:50:16 - cvsupping the source tree TB --- 2008-05-03 15:50:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 15:50:23 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 15:50:23 - cd /src TB --- 2008-05-03 15:50:23 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 15:50:25 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 16:16:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 16:16:08 - ERROR: failed to build world TB --- 2008-05-03 16:16:08 - tinderbox aborted TB --- 1144.84 user 157.00 system 1567.21 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 16:18:54 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65A781065672; Sat, 3 May 2008 16:18:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 08CED8FC17; Sat, 3 May 2008 16:18:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43GIrxQ005719; Sat, 3 May 2008 12:18:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43GIr3N079160; Sat, 3 May 2008 12:18:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 5DE1173039; Sat, 3 May 2008 12:18:53 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503161853.5DE1173039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 12:18:53 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 16:18:54 -0000 TB --- 2008-05-03 15:50:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 15:50:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 15:50:01 - cleaning the object tree TB --- 2008-05-03 15:50:17 - cvsupping the source tree TB --- 2008-05-03 15:50:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 15:50:24 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 15:50:24 - cd /src TB --- 2008-05-03 15:50:24 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 15:50:27 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 16:18:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 16:18:53 - ERROR: failed to build world TB --- 2008-05-03 16:18:53 - tinderbox aborted TB --- 1242.44 user 162.03 system 1732.30 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 16:20:13 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74A211065675; Sat, 3 May 2008 16:20:13 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (unknown [IPv6:2002:50b1:e8f2:1::143]) by mx1.freebsd.org (Postfix) with ESMTP id 28ACE8FC23; Sat, 3 May 2008 16:20:13 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc] (unknown [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc]) by itchy.rabson.org (Postfix) with ESMTP id 8DE283F9F; Sat, 3 May 2008 17:20:11 +0100 (BST) Message-Id: <9828CD60-3176-4147-8780-60E56A00E379@rabson.org> From: Doug Rabson To: FreeBSD Tinderbox In-Reply-To: <20080503161608.5681073039@freebsd-current.sentex.ca> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sat, 3 May 2008 17:20:11 +0100 References: <20080503161608.5681073039@freebsd-current.sentex.ca> X-Mailer: Apple Mail (2.919.2) Cc: arm@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 16:20:13 -0000 This is caused by the recent changes to stdio.h, I think. On 3 May 2008, at 17:16, FreeBSD Tinderbox wrote: > TB --- 2008-05-03 15:50:01 - tinderbox 2.3 running on freebsd- > current.sentex.ca > TB --- 2008-05-03 15:50:01 - starting HEAD tinderbox run for arm/arm > TB --- 2008-05-03 15:50:01 - cleaning the object tree > TB --- 2008-05-03 15:50:16 - cvsupping the source tree > TB --- 2008-05-03 15:50:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost > -s /tinderbox/HEAD/arm/arm/supfile > TB --- 2008-05-03 15:50:23 - building world (CFLAGS=-O -pipe) > TB --- 2008-05-03 15:50:23 - cd /src > TB --- 2008-05-03 15:50:23 - /usr/bin/make -B buildworld >>>> World build started on Sat May 3 15:50:25 UTC 2008 >>>> 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 > [...] > /src/lib/libftpio/ftpio.c: In function 'ftpGet': > /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to > incomplete type > /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': > /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to > incomplete type > /src/lib/libftpio/ftpio.c: In function 'ftpPut': > /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to > incomplete type > /src/lib/libftpio/ftpio.c: In function 'ftpPassive': > /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to > incomplete type > *** Error code 1 > > Stop in /src/lib/libftpio. > *** Error code 1 > > Stop in /src/lib. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2008-05-03 16:16:08 - WARNING: /usr/bin/make returned exit > code 1 > TB --- 2008-05-03 16:16:08 - ERROR: failed to build world > TB --- 2008-05-03 16:16:08 - tinderbox aborted > TB --- 1144.84 user 157.00 system 1567.21 real > > > http://tinderbox.des.no/tinderbox-head-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-unsubscribe@freebsd.org > " From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 16:43:03 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92C89106566C; Sat, 3 May 2008 16:43:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3208FC14; Sat, 3 May 2008 16:43:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Gh2sP058603; Sat, 3 May 2008 12:43:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Gh2Ma000678; Sat, 3 May 2008 12:43:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3281073039; Sat, 3 May 2008 12:43:02 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503164302.3281073039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 12:43:02 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner4 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 16:43:03 -0000 TB --- 2008-05-03 16:16:08 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 16:16:08 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 16:16:08 - cleaning the object tree TB --- 2008-05-03 16:16:12 - cvsupping the source tree TB --- 2008-05-03 16:16:13 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 16:16:18 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 16:16:18 - cd /src TB --- 2008-05-03 16:16:18 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 16:16:21 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 16:43:02 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 16:43:02 - ERROR: failed to build world TB --- 2008-05-03 16:43:02 - tinderbox aborted TB --- 1182.08 user 152.70 system 1613.79 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 16:46:01 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D13C1065678; Sat, 3 May 2008 16:46:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BD9628FC1D; Sat, 3 May 2008 16:46:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Gk0M8058726; Sat, 3 May 2008 12:46:00 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Gk0x1050274; Sat, 3 May 2008 12:46:00 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3B33773039; Sat, 3 May 2008 12:46:00 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503164600.3B33773039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 12:46:00 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 16:46:01 -0000 TB --- 2008-05-03 16:18:53 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 16:18:53 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 16:18:53 - cleaning the object tree TB --- 2008-05-03 16:19:01 - cvsupping the source tree TB --- 2008-05-03 16:19:01 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 16:19:06 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 16:19:06 - cd /src TB --- 2008-05-03 16:19:06 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 16:19:08 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 16:46:00 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 16:46:00 - ERROR: failed to build world TB --- 2008-05-03 16:46:00 - tinderbox aborted TB --- 1186.12 user 157.73 system 1626.73 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 17:11:51 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46B99106566B; Sat, 3 May 2008 17:11:51 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id D54B48FC1E; Sat, 3 May 2008 17:11:50 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43HBovN060135; Sat, 3 May 2008 13:11:50 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43HBobR012118; Sat, 3 May 2008 13:11:50 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2456C73039; Sat, 3 May 2008 13:11:50 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503171150.2456C73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 13:11:50 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 17:11:51 -0000 TB --- 2008-05-03 16:43:02 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 16:43:02 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 16:43:02 - cleaning the object tree TB --- 2008-05-03 16:43:09 - cvsupping the source tree TB --- 2008-05-03 16:43:09 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 16:43:16 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 16:43:16 - cd /src TB --- 2008-05-03 16:43:16 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 16:43:18 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 17:11:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 17:11:49 - ERROR: failed to build world TB --- 2008-05-03 17:11:49 - tinderbox aborted TB --- 1280.92 user 156.99 system 1727.62 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 17:13:28 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61A281065673; Sat, 3 May 2008 17:13:28 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 009EC8FC15; Sat, 3 May 2008 17:13:27 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43HDRhW008584; Sat, 3 May 2008 13:13:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43HDRpb024855; Sat, 3 May 2008 13:13:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 17F8473039; Sat, 3 May 2008 13:13:27 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503171327.17F8473039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 13:13:27 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 17:13:28 -0000 TB --- 2008-05-03 16:46:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 16:46:00 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 16:46:00 - cleaning the object tree TB --- 2008-05-03 16:46:08 - cvsupping the source tree TB --- 2008-05-03 16:46:08 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 16:46:13 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 16:46:13 - cd /src TB --- 2008-05-03 16:46:13 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 16:46:14 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 17:13:27 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 17:13:27 - ERROR: failed to build world TB --- 2008-05-03 17:13:27 - tinderbox aborted TB --- 1203.99 user 153.46 system 1646.68 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 17:37:36 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C6161065678; Sat, 3 May 2008 17:37:36 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA3F8FC1E; Sat, 3 May 2008 17:37:35 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43HbZQd009694; Sat, 3 May 2008 13:37:35 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43HbY2h044774; Sat, 3 May 2008 13:37:34 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C9FEE73039; Sat, 3 May 2008 13:37:34 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503173734.C9FEE73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 13:37:34 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 17:37:36 -0000 TB --- 2008-05-03 17:11:50 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 17:11:50 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 17:11:50 - cleaning the object tree TB --- 2008-05-03 17:12:00 - cvsupping the source tree TB --- 2008-05-03 17:12:00 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 17:12:06 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 17:12:06 - cd /src TB --- 2008-05-03 17:12:06 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 17:12:09 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 17:37:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 17:37:34 - ERROR: failed to build world TB --- 2008-05-03 17:37:34 - tinderbox aborted TB --- 1104.93 user 153.06 system 1544.40 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 17:38:47 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A55B1065670; Sat, 3 May 2008 17:38:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id B77818FC1B; Sat, 3 May 2008 17:38:46 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Hck7G061651; Sat, 3 May 2008 13:38:46 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43HckDN085444; Sat, 3 May 2008 13:38:46 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2A10873039; Sat, 3 May 2008 13:38:46 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503173846.2A10873039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 13:38:46 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 17:38:47 -0000 TB --- 2008-05-03 17:13:27 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 17:13:27 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 17:13:27 - cleaning the object tree TB --- 2008-05-03 17:13:39 - cvsupping the source tree TB --- 2008-05-03 17:13:39 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 17:13:45 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 17:13:45 - cd /src TB --- 2008-05-03 17:13:45 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 17:13:46 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 17:38:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 17:38:46 - ERROR: failed to build world TB --- 2008-05-03 17:38:46 - tinderbox aborted TB --- 1104.56 user 152.30 system 1518.91 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 18:06:19 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C5A71065671; Sat, 3 May 2008 18:06:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 033708FC15; Sat, 3 May 2008 18:06:18 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43I6Ip4063410; Sat, 3 May 2008 14:06:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43I6ILv050131; Sat, 3 May 2008 14:06:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 4F94573039; Sat, 3 May 2008 14:06:18 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503180618.4F94573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 14:06:18 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 18:06:19 -0000 TB --- 2008-05-03 17:40:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 17:40:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 17:40:00 - cleaning the object tree TB --- 2008-05-03 17:40:16 - cvsupping the source tree TB --- 2008-05-03 17:40:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 17:40:23 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 17:40:23 - cd /src TB --- 2008-05-03 17:40:23 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 17:40:25 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 18:06:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 18:06:18 - ERROR: failed to build world TB --- 2008-05-03 18:06:18 - tinderbox aborted TB --- 1144.14 user 158.13 system 1577.47 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 18:08:52 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 657C41065676; Sat, 3 May 2008 18:08:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id F03F48FC24; Sat, 3 May 2008 18:08:51 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43I8pAf063509; Sat, 3 May 2008 14:08:51 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43I8pe6060809; Sat, 3 May 2008 14:08:51 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 741AD73039; Sat, 3 May 2008 14:08:51 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503180851.741AD73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 14:08:51 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 18:08:52 -0000 TB --- 2008-05-03 17:40:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 17:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 17:40:00 - cleaning the object tree TB --- 2008-05-03 17:40:16 - cvsupping the source tree TB --- 2008-05-03 17:40:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 17:40:23 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 17:40:23 - cd /src TB --- 2008-05-03 17:40:23 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 17:40:25 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 18:08:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 18:08:51 - ERROR: failed to build world TB --- 2008-05-03 18:08:51 - tinderbox aborted TB --- 1240.91 user 162.87 system 1730.59 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 18:27:53 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43D8F106567D; Sat, 3 May 2008 18:27:53 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id DBEE48FC19; Sat, 3 May 2008 18:27:52 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m43HpWtv023905; Sat, 3 May 2008 10:51:32 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <481CA624.2040308@freebsd.org> Date: Sat, 03 May 2008 10:51:32 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Rabson References: <20080503161608.5681073039@freebsd-current.sentex.ca> <9828CD60-3176-4147-8780-60E56A00E379@rabson.org> In-Reply-To: <9828CD60-3176-4147-8780-60E56A00E379@rabson.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: arm@freebsd.org, FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 18:27:53 -0000 Looks like 1.65 of stdio.h made __sFILE opaque, which prevents libftp from accessing the _cookie element. Doug Rabson wrote: > This is caused by the recent changes to stdio.h, I think. > > On 3 May 2008, at 17:16, FreeBSD Tinderbox wrote: > >> TB --- 2008-05-03 15:50:01 - tinderbox 2.3 running on freebsd- >> current.sentex.ca >> TB --- 2008-05-03 15:50:01 - starting HEAD tinderbox run for arm/arm >> TB --- 2008-05-03 15:50:01 - cleaning the object tree >> TB --- 2008-05-03 15:50:16 - cvsupping the source tree >> TB --- 2008-05-03 15:50:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost >> -s /tinderbox/HEAD/arm/arm/supfile >> TB --- 2008-05-03 15:50:23 - building world (CFLAGS=-O -pipe) >> TB --- 2008-05-03 15:50:23 - cd /src >> TB --- 2008-05-03 15:50:23 - /usr/bin/make -B buildworld >> >>>>> World build started on Sat May 3 15:50:25 UTC 2008 >>>>> 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 >> >> [...] >> /src/lib/libftpio/ftpio.c: In function 'ftpGet': >> /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to >> incomplete type >> /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': >> /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to >> incomplete type >> /src/lib/libftpio/ftpio.c: In function 'ftpPut': >> /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to >> incomplete type >> /src/lib/libftpio/ftpio.c: In function 'ftpPassive': >> /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to >> incomplete type >> *** Error code 1 >> >> Stop in /src/lib/libftpio. >> *** Error code 1 >> >> Stop in /src/lib. >> *** Error code 1 >> >> Stop in /src. >> *** Error code 1 >> >> Stop in /src. >> *** Error code 1 >> >> Stop in /src. >> *** Error code 1 >> >> Stop in /src. >> TB --- 2008-05-03 16:16:08 - WARNING: /usr/bin/make returned exit >> code 1 >> TB --- 2008-05-03 16:16:08 - ERROR: failed to build world >> TB --- 2008-05-03 16:16:08 - tinderbox aborted >> TB --- 1144.84 user 157.00 system 1567.21 real >> >> >> http://tinderbox.des.no/tinderbox-head-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-unsubscribe@freebsd.org " > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 18:33:18 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8F0E106566C; Sat, 3 May 2008 18:33:18 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 633FF8FC15; Sat, 3 May 2008 18:33:18 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43IXHtG012140; Sat, 3 May 2008 14:33:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43IXHdm088770; Sat, 3 May 2008 14:33:17 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B65B773039; Sat, 3 May 2008 14:33:17 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503183317.B65B773039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 14:33:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 18:33:18 -0000 TB --- 2008-05-03 18:06:18 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 18:06:18 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 18:06:18 - cleaning the object tree TB --- 2008-05-03 18:06:27 - cvsupping the source tree TB --- 2008-05-03 18:06:27 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 18:06:33 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 18:06:33 - cd /src TB --- 2008-05-03 18:06:33 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 18:06:34 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 18:33:17 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 18:33:17 - ERROR: failed to build world TB --- 2008-05-03 18:33:17 - tinderbox aborted TB --- 1183.86 user 151.35 system 1619.30 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 18:35:54 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEE38106566C; Sat, 3 May 2008 18:35:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 459408FC1B; Sat, 3 May 2008 18:35:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43IZr7b012294; Sat, 3 May 2008 14:35:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43IZrwG090856; Sat, 3 May 2008 14:35:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 8A44373039; Sat, 3 May 2008 14:35:53 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503183553.8A44373039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 14:35:53 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 18:35:54 -0000 TB --- 2008-05-03 18:08:51 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 18:08:51 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 18:08:51 - cleaning the object tree TB --- 2008-05-03 18:09:02 - cvsupping the source tree TB --- 2008-05-03 18:09:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 18:09:08 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 18:09:08 - cd /src TB --- 2008-05-03 18:09:08 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 18:09:10 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 18:35:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 18:35:53 - ERROR: failed to build world TB --- 2008-05-03 18:35:53 - tinderbox aborted TB --- 1185.74 user 157.54 system 1622.00 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 19:02:12 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E7E21065670; Sat, 3 May 2008 19:02:12 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0299E8FC14; Sat, 3 May 2008 19:02:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43J2BvS066145; Sat, 3 May 2008 15:02:11 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43J2BKb011481; Sat, 3 May 2008 15:02:11 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2916F73039; Sat, 3 May 2008 15:02:11 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503190211.2916F73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 15:02:11 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 19:02:12 -0000 TB --- 2008-05-03 18:33:17 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 18:33:17 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 18:33:17 - cleaning the object tree TB --- 2008-05-03 18:33:23 - cvsupping the source tree TB --- 2008-05-03 18:33:23 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 18:33:28 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 18:33:28 - cd /src TB --- 2008-05-03 18:33:28 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 18:33:29 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 19:02:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 19:02:11 - ERROR: failed to build world TB --- 2008-05-03 19:02:11 - tinderbox aborted TB --- 1282.88 user 155.13 system 1733.19 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 19:03:21 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2710106567C; Sat, 3 May 2008 19:03:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 89D688FC26; Sat, 3 May 2008 19:03:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43J3KtD066169; Sat, 3 May 2008 15:03:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43J3KGY094802; Sat, 3 May 2008 15:03:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id DCF5B73039; Sat, 3 May 2008 15:03:19 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503190319.DCF5B73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 15:03:19 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 19:03:21 -0000 TB --- 2008-05-03 18:35:53 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 18:35:53 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 18:35:53 - cleaning the object tree TB --- 2008-05-03 18:35:59 - cvsupping the source tree TB --- 2008-05-03 18:35:59 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 18:36:06 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 18:36:06 - cd /src TB --- 2008-05-03 18:36:06 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 18:36:07 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 19:03:19 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 19:03:19 - ERROR: failed to build world TB --- 2008-05-03 19:03:19 - tinderbox aborted TB --- 1206.09 user 152.23 system 1646.21 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 19:27:54 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68F09106567E; Sat, 3 May 2008 19:27:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id EFC608FC17; Sat, 3 May 2008 19:27:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43JRrh3067603; Sat, 3 May 2008 15:27:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43JRrjM053763; Sat, 3 May 2008 15:27:53 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 50B4D73039; Sat, 3 May 2008 15:27:53 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503192753.50B4D73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 15:27:53 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 19:27:54 -0000 TB --- 2008-05-03 19:02:11 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 19:02:11 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 19:02:11 - cleaning the object tree TB --- 2008-05-03 19:02:17 - cvsupping the source tree TB --- 2008-05-03 19:02:17 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 19:02:23 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 19:02:23 - cd /src TB --- 2008-05-03 19:02:23 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 19:02:24 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 19:27:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 19:27:53 - ERROR: failed to build world TB --- 2008-05-03 19:27:53 - tinderbox aborted TB --- 1105.30 user 153.77 system 1541.95 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 19:28:38 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7D861065670; Sat, 3 May 2008 19:28:38 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 73EDE8FC0C; Sat, 3 May 2008 19:28:38 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43JScMC067693; Sat, 3 May 2008 15:28:38 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43JSbGB032685; Sat, 3 May 2008 15:28:38 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E06D273039; Sat, 3 May 2008 15:28:37 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503192837.E06D273039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 15:28:37 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 19:28:38 -0000 TB --- 2008-05-03 19:03:19 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 19:03:19 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 19:03:20 - cleaning the object tree TB --- 2008-05-03 19:03:31 - cvsupping the source tree TB --- 2008-05-03 19:03:31 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 19:03:36 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 19:03:36 - cd /src TB --- 2008-05-03 19:03:36 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 19:03:37 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 19:28:37 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 19:28:37 - ERROR: failed to build world TB --- 2008-05-03 19:28:37 - tinderbox aborted TB --- 1105.38 user 152.81 system 1517.93 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 19:56:13 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90EA51065674; Sat, 3 May 2008 19:56:13 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3CA3C8FC1E; Sat, 3 May 2008 19:56:13 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43JuCj2069472; Sat, 3 May 2008 15:56:12 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43JuCuc019059; Sat, 3 May 2008 15:56:12 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 8F6A573039; Sat, 3 May 2008 15:56:12 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503195612.8F6A573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 15:56:12 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 19:56:13 -0000 TB --- 2008-05-03 19:30:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 19:30:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 19:30:00 - cleaning the object tree TB --- 2008-05-03 19:30:11 - cvsupping the source tree TB --- 2008-05-03 19:30:11 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 19:30:17 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 19:30:17 - cd /src TB --- 2008-05-03 19:30:17 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 19:30:18 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 19:56:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 19:56:12 - ERROR: failed to build world TB --- 2008-05-03 19:56:12 - tinderbox aborted TB --- 1143.84 user 158.13 system 1572.34 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 19:59:06 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41761106566C; Sat, 3 May 2008 19:59:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id E0C8C8FC17; Sat, 3 May 2008 19:59:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Jx5ZI069605; Sat, 3 May 2008 15:59:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Jx5ja029638; Sat, 3 May 2008 15:59:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 47D8D73039; Sat, 3 May 2008 15:59:05 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503195905.47D8D73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 15:59:05 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 19:59:06 -0000 TB --- 2008-05-03 19:30:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 19:30:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 19:30:00 - cleaning the object tree TB --- 2008-05-03 19:30:12 - cvsupping the source tree TB --- 2008-05-03 19:30:12 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 19:30:18 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 19:30:18 - cd /src TB --- 2008-05-03 19:30:18 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 19:30:21 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 19:59:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 19:59:05 - ERROR: failed to build world TB --- 2008-05-03 19:59:05 - tinderbox aborted TB --- 1241.12 user 163.45 system 1745.06 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 20:23:02 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EE39106568C; Sat, 3 May 2008 20:23:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id C2BE38FC1E; Sat, 3 May 2008 20:23:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43KN1JY070827; Sat, 3 May 2008 16:23:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43KN1U5088518; Sat, 3 May 2008 16:23:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 4595573039; Sat, 3 May 2008 16:23:01 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503202301.4595573039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 16:23:01 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 20:23:02 -0000 TB --- 2008-05-03 19:56:12 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 19:56:12 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 19:56:12 - cleaning the object tree TB --- 2008-05-03 19:56:19 - cvsupping the source tree TB --- 2008-05-03 19:56:19 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 19:56:24 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 19:56:24 - cd /src TB --- 2008-05-03 19:56:24 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 19:56:28 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 20:23:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 20:23:01 - ERROR: failed to build world TB --- 2008-05-03 20:23:01 - tinderbox aborted TB --- 1180.53 user 153.95 system 1608.45 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 20:26:12 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42D9D106567C; Sat, 3 May 2008 20:26:12 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id CBAF98FC12; Sat, 3 May 2008 20:26:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43KQBLS070954; Sat, 3 May 2008 16:26:11 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43KQBgJ092856; Sat, 3 May 2008 16:26:11 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 51C7373039; Sat, 3 May 2008 16:26:11 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503202611.51C7373039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 16:26:11 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 20:26:12 -0000 TB --- 2008-05-03 19:59:05 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 19:59:05 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 19:59:05 - cleaning the object tree TB --- 2008-05-03 19:59:11 - cvsupping the source tree TB --- 2008-05-03 19:59:11 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 19:59:16 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 19:59:16 - cd /src TB --- 2008-05-03 19:59:16 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 19:59:17 UTC 2008 >>> 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 [...] /src/lib/libftpio/ftpio.c: In function 'ftpGet': /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPut': /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to incomplete type /src/lib/libftpio/ftpio.c: In function 'ftpPassive': /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/lib/libftpio. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 20:26:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 20:26:11 - ERROR: failed to build world TB --- 2008-05-03 20:26:11 - tinderbox aborted TB --- 1185.02 user 157.59 system 1625.91 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 21:14:23 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DBF11065672; Sat, 3 May 2008 21:14:23 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A1D588FC19; Sat, 3 May 2008 21:14:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43LELBP073147; Sat, 3 May 2008 17:14:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43LELMI012976; Sat, 3 May 2008 17:14:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id AE6AF73039; Sat, 3 May 2008 17:14:21 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503211421.AE6AF73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 17:14:21 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 21:14:23 -0000 TB --- 2008-05-03 20:26:11 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 20:26:11 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2008-05-03 20:26:11 - cleaning the object tree TB --- 2008-05-03 20:26:19 - cvsupping the source tree TB --- 2008-05-03 20:26:19 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2008-05-03 20:26:26 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 20:26:26 - cd /src TB --- 2008-05-03 20:26:26 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 20:26:27 UTC 2008 >>> 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 [...] makeinfo --no-split -I /src/gnu/usr.bin/send-pr/doc -I /src/gnu/usr.bin/send-pr/doc /src/gnu/usr.bin/send-pr/doc/send-pr.texi -o send-pr.info gzip -cn send-pr.info > send-pr.info.gz ===> gnu/usr.bin/sort (all) cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c: In function '__fpending': /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/gnu/usr.bin/sort. *** Error code 1 Stop in /src/gnu/usr.bin. *** Error code 1 Stop in /src/gnu. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 21:14:21 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 21:14:21 - ERROR: failed to build world TB --- 2008-05-03 21:14:21 - tinderbox aborted TB --- 2152.40 user 258.75 system 2890.09 real http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 21:15:52 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3ACF106564A; Sat, 3 May 2008 21:15:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 4372A8FC1A; Sat, 3 May 2008 21:15:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43LFpu8073230; Sat, 3 May 2008 17:15:51 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43LFpUX014794; Sat, 3 May 2008 17:15:51 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9058773039; Sat, 3 May 2008 17:15:51 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503211551.9058773039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 17:15:51 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 21:15:52 -0000 TB --- 2008-05-03 20:23:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 20:23:01 - starting HEAD tinderbox run for ia64/ia64 TB --- 2008-05-03 20:23:01 - cleaning the object tree TB --- 2008-05-03 20:23:07 - cvsupping the source tree TB --- 2008-05-03 20:23:07 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2008-05-03 20:23:12 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 20:23:12 - cd /src TB --- 2008-05-03 20:23:12 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 20:23:13 UTC 2008 >>> 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 [...] makeinfo --no-split -I /src/gnu/usr.bin/send-pr/doc -I /src/gnu/usr.bin/send-pr/doc /src/gnu/usr.bin/send-pr/doc/send-pr.texi -o send-pr.info gzip -cn send-pr.info > send-pr.info.gz ===> gnu/usr.bin/sort (all) cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c: In function '__fpending': /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/gnu/usr.bin/sort. *** Error code 1 Stop in /src/gnu/usr.bin. *** Error code 1 Stop in /src/gnu. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 21:15:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 21:15:51 - ERROR: failed to build world TB --- 2008-05-03 21:15:51 - tinderbox aborted TB --- 2391.25 user 262.62 system 3170.16 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 22:00:32 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F02D106566C; Sat, 3 May 2008 22:00:32 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 4C4098FC0C; Sat, 3 May 2008 22:00:32 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43M0Vri023725; Sat, 3 May 2008 18:00:31 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43M0Veq044429; Sat, 3 May 2008 18:00:31 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 25FD373039; Sat, 3 May 2008 18:00:31 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503220031.25FD373039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 18:00:31 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 22:00:32 -0000 TB --- 2008-05-03 21:14:21 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 21:14:21 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2008-05-03 21:14:21 - cleaning the object tree TB --- 2008-05-03 21:14:32 - cvsupping the source tree TB --- 2008-05-03 21:14:32 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2008-05-03 21:14:38 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 21:14:38 - cd /src TB --- 2008-05-03 21:14:38 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 21:14:41 UTC 2008 >>> 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 [...] makeinfo --no-split -I /src/gnu/usr.bin/send-pr/doc -I /src/gnu/usr.bin/send-pr/doc /src/gnu/usr.bin/send-pr/doc/send-pr.texi -o send-pr.info gzip -cn send-pr.info > send-pr.info.gz ===> gnu/usr.bin/sort (all) cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c: In function '__fpending': /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/gnu/usr.bin/sort. *** Error code 1 Stop in /src/gnu/usr.bin. *** Error code 1 Stop in /src/gnu. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 22:00:30 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 22:00:30 - ERROR: failed to build world TB --- 2008-05-03 22:00:30 - tinderbox aborted TB --- 1988.91 user 253.27 system 2769.16 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 22:01:10 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71705106568C; Sat, 3 May 2008 22:01:10 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id F3C068FC1D; Sat, 3 May 2008 22:01:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43M19cJ074886; Sat, 3 May 2008 18:01:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43M191G019537; Sat, 3 May 2008 18:01:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 6D72273039; Sat, 3 May 2008 18:01:09 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503220109.6D72273039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 18:01:09 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 22:01:10 -0000 TB --- 2008-05-03 21:15:51 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 21:15:51 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2008-05-03 21:15:51 - cleaning the object tree TB --- 2008-05-03 21:16:02 - cvsupping the source tree TB --- 2008-05-03 21:16:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2008-05-03 21:16:07 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 21:16:07 - cd /src TB --- 2008-05-03 21:16:07 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 21:16:08 UTC 2008 >>> 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 [...] makeinfo --no-split -I /src/gnu/usr.bin/send-pr/doc -I /src/gnu/usr.bin/send-pr/doc /src/gnu/usr.bin/send-pr/doc/send-pr.texi -o send-pr.info gzip -cn send-pr.info > send-pr.info.gz ===> gnu/usr.bin/sort (all) cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c: In function '__fpending': /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/gnu/usr.bin/sort. *** Error code 1 Stop in /src/gnu/usr.bin. *** Error code 1 Stop in /src/gnu. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 22:01:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 22:01:09 - ERROR: failed to build world TB --- 2008-05-03 22:01:09 - tinderbox aborted TB --- 1986.52 user 253.95 system 2717.72 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 22:50:41 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E42771065670; Sat, 3 May 2008 22:50:41 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 72E018FC12; Sat, 3 May 2008 22:50:41 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Moeo3076655; Sat, 3 May 2008 18:50:40 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43MoetQ034238; Sat, 3 May 2008 18:50:40 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 69D0A73039; Sat, 3 May 2008 18:50:40 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503225040.69D0A73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 18:50:40 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 22:50:42 -0000 TB --- 2008-05-03 22:05:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 22:05:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-05-03 22:05:00 - cleaning the object tree TB --- 2008-05-03 22:05:10 - cvsupping the source tree TB --- 2008-05-03 22:05:10 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-05-03 22:05:17 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 22:05:17 - cd /src TB --- 2008-05-03 22:05:17 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 22:05:19 UTC 2008 >>> 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 [...] makeinfo --no-split -I /src/gnu/usr.bin/send-pr/doc -I /src/gnu/usr.bin/send-pr/doc /src/gnu/usr.bin/send-pr/doc/send-pr.texi -o send-pr.info gzip -cn send-pr.info > send-pr.info.gz ===> gnu/usr.bin/sort (all) cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c: In function '__fpending': /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/gnu/usr.bin/sort. *** Error code 1 Stop in /src/gnu/usr.bin. *** Error code 1 Stop in /src/gnu. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 22:50:40 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 22:50:40 - ERROR: failed to build world TB --- 2008-05-03 22:50:40 - tinderbox aborted TB --- 2051.21 user 263.80 system 2739.64 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 22:55:05 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1205A1065673; Sat, 3 May 2008 22:55:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id ADC6F8FC0C; Sat, 3 May 2008 22:55:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Mt4Zi076942; Sat, 3 May 2008 18:55:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Mt4aN045373; Sat, 3 May 2008 18:55:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 1C49773039; Sat, 3 May 2008 18:55:04 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503225504.1C49773039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 18:55:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 22:55:05 -0000 TB --- 2008-05-03 22:05:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 22:05:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-05-03 22:05:00 - cleaning the object tree TB --- 2008-05-03 22:05:11 - cvsupping the source tree TB --- 2008-05-03 22:05:11 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-05-03 22:05:17 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 22:05:17 - cd /src TB --- 2008-05-03 22:05:17 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 22:05:19 UTC 2008 >>> 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 [...] makeinfo --no-split -I /src/gnu/usr.bin/send-pr/doc -I /src/gnu/usr.bin/send-pr/doc /src/gnu/usr.bin/send-pr/doc/send-pr.texi -o send-pr.info gzip -cn send-pr.info > send-pr.info.gz ===> gnu/usr.bin/sort (all) cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c: In function '__fpending': /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/gnu/usr.bin/sort. *** Error code 1 Stop in /src/gnu/usr.bin. *** Error code 1 Stop in /src/gnu. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 22:55:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 22:55:04 - ERROR: failed to build world TB --- 2008-05-03 22:55:04 - tinderbox aborted TB --- 2196.55 user 264.70 system 3003.51 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 23:38:14 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D144106566C; Sat, 3 May 2008 23:38:14 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id CEF9F8FC0C; Sat, 3 May 2008 23:38:13 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43NcD5i079257; Sat, 3 May 2008 19:38:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43NcDJk044965; Sat, 3 May 2008 19:38:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 149B773039; Sat, 3 May 2008 19:38:12 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503233813.149B773039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 19:38:12 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 23:38:14 -0000 TB --- 2008-05-03 22:50:40 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 22:50:40 - starting HEAD tinderbox run for i386/i386 TB --- 2008-05-03 22:50:40 - cleaning the object tree TB --- 2008-05-03 22:50:47 - cvsupping the source tree TB --- 2008-05-03 22:50:47 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-05-03 22:50:52 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 22:50:52 - cd /src TB --- 2008-05-03 22:50:52 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 22:50:54 UTC 2008 >>> 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 [...] makeinfo --no-split -I /src/gnu/usr.bin/send-pr/doc -I /src/gnu/usr.bin/send-pr/doc /src/gnu/usr.bin/send-pr/doc/send-pr.texi -o send-pr.info gzip -cn send-pr.info > send-pr.info.gz ===> gnu/usr.bin/sort (all) cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c: In function '__fpending': /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/gnu/usr.bin/sort. *** Error code 1 Stop in /src/gnu/usr.bin. *** Error code 1 Stop in /src/gnu. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 23:38:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 23:38:12 - ERROR: failed to build world TB --- 2008-05-03 23:38:12 - tinderbox aborted TB --- 2122.75 user 254.29 system 2852.41 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-tinderbox@FreeBSD.ORG Sat May 3 23:43:04 2008 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77B50106566C; Sat, 3 May 2008 23:43:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 05DD38FC0C; Sat, 3 May 2008 23:43:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Nh3hM079417; Sat, 3 May 2008 19:43:03 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m43Nh3mn056248; Sat, 3 May 2008 19:43:03 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 6EFDD73039; Sat, 3 May 2008 19:43:03 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080503234303.6EFDD73039@freebsd-current.sentex.ca> Date: Sat, 3 May 2008 19:43:03 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93/7015/Sat May 3 07:57:16 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 23:43:04 -0000 TB --- 2008-05-03 22:55:04 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-05-03 22:55:04 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-05-03 22:55:04 - cleaning the object tree TB --- 2008-05-03 22:55:14 - cvsupping the source tree TB --- 2008-05-03 22:55:14 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-05-03 22:55:20 - building world (CFLAGS=-O -pipe) TB --- 2008-05-03 22:55:20 - cd /src TB --- 2008-05-03 22:55:20 - /usr/bin/make -B buildworld >>> World build started on Sat May 3 22:55:22 UTC 2008 >>> 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 [...] makeinfo --no-split -I /src/gnu/usr.bin/send-pr/doc -I /src/gnu/usr.bin/send-pr/doc /src/gnu/usr.bin/send-pr/doc/send-pr.texi -o send-pr.info gzip -cn send-pr.info > send-pr.info.gz ===> gnu/usr.bin/sort (all) cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/src/sort.c cc -O -pipe -DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -I/src/gnu/usr.bin/sort -I/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c: In function '__fpending': /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type /src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib/__fpending.c:29: error: dereferencing pointer to incomplete type *** Error code 1 Stop in /src/gnu/usr.bin/sort. *** Error code 1 Stop in /src/gnu/usr.bin. *** Error code 1 Stop in /src/gnu. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-05-03 23:43:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-05-03 23:43:03 - ERROR: failed to build world TB --- 2008-05-03 23:43:03 - tinderbox aborted TB --- 2121.63 user 265.95 system 2879.27 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full