From owner-freebsd-amd64@FreeBSD.ORG Sun May 20 07:01:51 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 484E4106564A; Sun, 20 May 2012 07:01:51 +0000 (UTC) (envelope-from zec@fer.hr) Received: from mail.zvne.fer.hr (mail.zvne.fer.hr [161.53.66.5]) by mx1.freebsd.org (Postfix) with ESMTP id 8E7A78FC08; Sun, 20 May 2012 07:01:50 +0000 (UTC) Received: from munja.zvne.fer.hr (161.53.66.248) by mail.zvne.fer.hr (161.53.66.5) with Microsoft SMTP Server id 14.2.298.4; Sun, 20 May 2012 09:01:43 +0200 Received: from sluga.fer.hr ([161.53.66.244]) by munja.zvne.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Sun, 20 May 2012 09:01:43 +0200 Received: from localhost ([161.53.19.8]) by sluga.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Sun, 20 May 2012 09:01:42 +0200 From: Marko Zec To: Date: Sun, 20 May 2012 09:01:32 +0200 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <201205200901.32613.zec@fer.hr> X-OriginalArrivalTime: 20 May 2012 07:01:42.0696 (UTC) FILETIME=[69658280:01CD3656] Cc: freebsd-amd64@freebsd.org Subject: superpages and kmem on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 07:01:51 -0000 Hi all, I'm playing with an algorithm which makes use of large contiguous blocks of kernel memory (ranging from 1M to 1G in size), so it would be nice if those could be somehow forcibly mapped to superpages. I was hoping that the VM system would automagically map (merge) contiguous 4k pages to superpages, but apparently it doesn't: vm.pmap.pdpe.demotions: 2 vm.pmap.pde.promotions: 543 vm.pmap.pde.p_failures: 266253 vm.pmap.pde.mappings: 0 vm.pmap.pde.demotions: 31 I.e. I have 1G of kmem allocated using via malloc(1024 * 1024 * 1024, M_TEMP, M_NOWAIT); but vm.pmap.pde.mappings: 0 suggests that no superpages are in use. Is there an alternative kernel memory allocation method which might force superpages to be used for contiguous memory blocks? And how do I find more details about page mappings for a given kmem virtual address? I'm running 8.3-STABLE on amd64. Thanks, Marko From owner-freebsd-amd64@FreeBSD.ORG Sun May 20 10:24:52 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6397106566C; Sun, 20 May 2012 10:24:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 49F098FC08; Sun, 20 May 2012 10:24:51 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4KAOpWL082322; Sun, 20 May 2012 06:24:51 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4KAOpTD082317; Sun, 20 May 2012 10:24:51 GMT (envelope-from tinderbox@freebsd.org) Date: Sun, 20 May 2012 10:24:51 GMT Message-Id: <201205201024.q4KAOpTD082317@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 10:24:52 -0000 TB --- 2012-05-20 07:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-20 07:10:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-20 07:10:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-20 07:10:00 - cleaning the object tree TB --- 2012-05-20 07:10:00 - cvsupping the source tree TB --- 2012-05-20 07:10:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-20 07:11:03 - building world TB --- 2012-05-20 07:11:03 - CROSS_BUILD_TESTING=YES TB --- 2012-05-20 07:11:03 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-20 07:11:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-20 07:11:03 - SRCCONF=/dev/null TB --- 2012-05-20 07:11:03 - TARGET=amd64 TB --- 2012-05-20 07:11:03 - TARGET_ARCH=amd64 TB --- 2012-05-20 07:11:03 - TZ=UTC TB --- 2012-05-20 07:11:03 - __MAKE_CONF=/dev/null TB --- 2012-05-20 07:11:03 - cd /src TB --- 2012-05-20 07:11:03 - /usr/bin/make -B buildworld >>> World build started on Sun May 20 07:11:05 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sun May 20 10:16:29 UTC 2012 TB --- 2012-05-20 10:16:29 - generating LINT kernel config TB --- 2012-05-20 10:16:29 - cd /src/sys/amd64/conf TB --- 2012-05-20 10:16:29 - /usr/bin/make -B LINT TB --- 2012-05-20 10:16:29 - cd /src/sys/amd64/conf TB --- 2012-05-20 10:16:29 - /usr/sbin/config -m LINT TB --- 2012-05-20 10:16:29 - building LINT kernel TB --- 2012-05-20 10:16:29 - CROSS_BUILD_TESTING=YES TB --- 2012-05-20 10:16:29 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-20 10:16:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-20 10:16:29 - SRCCONF=/dev/null TB --- 2012-05-20 10:16:29 - TARGET=amd64 TB --- 2012-05-20 10:16:29 - TARGET_ARCH=amd64 TB --- 2012-05-20 10:16:29 - TZ=UTC TB --- 2012-05-20 10:16:29 - __MAKE_CONF=/dev/null TB --- 2012-05-20 10:16:29 - cd /src TB --- 2012-05-20 10:16:29 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun May 20 10:16:30 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -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 -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_tx.c -I/src/sys/dev/ath cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -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 -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_tx_ht.c -I/src/sys/dev/ath cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -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 -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_tdma.c -I/src/sys/dev/ath cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -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 -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_sysctl.c -I/src/sys/dev/ath cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -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 -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ath/if_ath_rx.c -I/src/sys/dev/ath cc1: warnings being treated as errors /src/sys/dev/ath/if_ath_rx.c: In function 'ath_rx_proc': /src/sys/dev/ath/if_ath_rx.c:769: warning: unused variable 'ic' [-Wunused-variable] *** Error code 1 Stop in /obj/amd64.amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-05-20 10:24:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-20 10:24:51 - ERROR: failed to build LINT kernel TB --- 2012-05-20 10:24:51 - 8149.79 user 1272.05 system 11690.38 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Sun May 20 07:26:02 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0854C1065670; Sun, 20 May 2012 07:26:02 +0000 (UTC) (envelope-from alan.l.cox@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id C8E2B8FC08; Sun, 20 May 2012 07:26:01 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so6079916pbb.13 for ; Sun, 20 May 2012 00:25:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=xKYg64oQ2049hcmN3hiXpwIa8A+EScJareT06D+AZ0M=; b=jdCr+4C3tm/uPvx2qwfBmPqJMAj8h62frZRFdaQH/LmTxqCgtwyCAc2Exn3ZrLw0cL xDw1xAn+XaYecUCptpToIlVrF2Ss9b6c0ON2F+BSxe2yEyKDvh1F7QD7YYLYIi7sLq8f /eWBLycOA6YpMmrNqnWWSuBsh4cxflG2N5uxZB7R9jD0dirz685VN7S9XSUJH+fcJDWh WhADeWOmI1TicKrerQ33Ot3+ao6lqclPphm8r4hGeRdBvlPgFMR23hyEjA6S7IjZjpjr ka84DLGAxvOlJ8WsFkzHfKJedXeq/+IXO9J/ZwW6t0eE3uaD4HLhzFcLL/tF70wm2Pxr /AMw== MIME-Version: 1.0 Received: by 10.68.238.73 with SMTP id vi9mr23354111pbc.14.1337498759601; Sun, 20 May 2012 00:25:59 -0700 (PDT) Received: by 10.68.226.7 with HTTP; Sun, 20 May 2012 00:25:59 -0700 (PDT) In-Reply-To: <201205200901.32613.zec@fer.hr> References: <201205200901.32613.zec@fer.hr> Date: Sun, 20 May 2012 02:25:59 -0500 Message-ID: From: Alan Cox To: Marko Zec X-Mailman-Approved-At: Sun, 20 May 2012 11:04:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: superpages and kmem on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alc@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 07:26:02 -0000 On Sun, May 20, 2012 at 2:01 AM, Marko Zec wrote: > Hi all, > > I'm playing with an algorithm which makes use of large contiguous blocks of > kernel memory (ranging from 1M to 1G in size), so it would be nice if those > could be somehow forcibly mapped to superpages. I was hoping that the VM > system would automagically map (merge) contiguous 4k pages to superpages, > but > apparently it doesn't: > > vm.pmap.pdpe.demotions: 2 > vm.pmap.pde.promotions: 543 > vm.pmap.pde.p_failures: 266253 > vm.pmap.pde.mappings: 0 > vm.pmap.pde.demotions: 31 > > No, your conclusion is incorrect. These counts show that 543 superpage mappings were created by promotion. Alan From owner-freebsd-amd64@FreeBSD.ORG Sun May 20 14:45:03 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 871221065670; Sun, 20 May 2012 14:45:03 +0000 (UTC) (envelope-from zec@fer.hr) Received: from mail.zvne.fer.hr (slavko2.zvne.fer.hr [161.53.66.5]) by mx1.freebsd.org (Postfix) with ESMTP id 102AE8FC08; Sun, 20 May 2012 14:45:02 +0000 (UTC) Received: from munja.zvne.fer.hr (161.53.66.248) by mail.zvne.fer.hr (161.53.66.5) with Microsoft SMTP Server id 14.2.298.4; Sun, 20 May 2012 16:45:00 +0200 Received: from sluga.fer.hr ([161.53.66.244]) by munja.zvne.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Sun, 20 May 2012 16:45:00 +0200 Received: from localhost ([161.53.19.8]) by sluga.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Sun, 20 May 2012 16:43:06 +0200 From: Marko Zec To: Date: Sun, 20 May 2012 16:43:00 +0200 User-Agent: KMail/1.9.10 References: <201205200901.32613.zec@fer.hr> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <201205201643.01194.zec@fer.hr> X-OriginalArrivalTime: 20 May 2012 14:43:06.0377 (UTC) FILETIME=[DE27FF90:01CD3696] Cc: freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: superpages and kmem on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 14:45:03 -0000 On Sunday 20 May 2012 09:25:59 Alan Cox wrote: > On Sun, May 20, 2012 at 2:01 AM, Marko Zec wrote: > > Hi all, > > > > I'm playing with an algorithm which makes use of large contiguous blocks > > of kernel memory (ranging from 1M to 1G in size), so it would be nice if > > those could be somehow forcibly mapped to superpages. I was hoping that > > the VM system would automagically map (merge) contiguous 4k pages to > > superpages, but > > apparently it doesn't: > > > > vm.pmap.pdpe.demotions: 2 > > vm.pmap.pde.promotions: 543 > > vm.pmap.pde.p_failures: 266253 > > vm.pmap.pde.mappings: 0 > > vm.pmap.pde.demotions: 31 > > No, your conclusion is incorrect. These counts show that 543 superpage > mappings were created by promotion. OK, that sounds promising. Does "created by promotion" count reflect historic / cumulative stats, or is vm.pmap.pde.promotions the actual number of superpages active? Or should we subtract vm.pmap.pde.demotions from it to get the current value? In any case, I wish to be certain that a particular kmem virtual address range is mapped to superpages - how can I enforce that at malloc time, and / or find out later if I really got my kmem mapped to superpages? Perhaps vm_map_lookup() could provide more info, but I'm wondering if someone already wrote a wrapper function for that, which takes only the base virtual address as a single argument? BTW, apparently malloc(size, M_TEMP, M_NOWAIT) requests fail for size > 1G, even at boot time. Any ideas how to circumvent that (8.3-STABLE, amd64, 4G physical RAM)? Thanks, Marko From owner-freebsd-amd64@FreeBSD.ORG Sun May 20 17:42:26 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF53C1065674; Sun, 20 May 2012 17:42:26 +0000 (UTC) (envelope-from alc@rice.edu) Received: from mh5.mail.rice.edu (mh5.mail.rice.edu [128.42.199.32]) by mx1.freebsd.org (Postfix) with ESMTP id B33CE8FC17; Sun, 20 May 2012 17:42:26 +0000 (UTC) Received: from mh5.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh5.mail.rice.edu (Postfix) with ESMTP id CAFBE290FF2; Sun, 20 May 2012 12:34:27 -0500 (CDT) Received: from mh5.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh5.mail.rice.edu (Postfix) with ESMTP id BD24B290FE3; Sun, 20 May 2012 12:34:27 -0500 (CDT) X-Virus-Scanned: by amavis-2.6.4 at mh5.mail.rice.edu, auth channel Received: from mh5.mail.rice.edu ([127.0.0.1]) by mh5.mail.rice.edu (mh5.mail.rice.edu [127.0.0.1]) (amavis, port 10026) with ESMTP id Xl56zmO57n7D; Sun, 20 May 2012 12:34:27 -0500 (CDT) Received: from adsl-216-63-78-18.dsl.hstntx.swbell.net (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: alc) by mh5.mail.rice.edu (Postfix) with ESMTPSA id 37F3E290FD2; Sun, 20 May 2012 12:34:27 -0500 (CDT) Message-ID: <4FB92B22.5020304@rice.edu> Date: Sun, 20 May 2012 12:34:26 -0500 From: Alan Cox User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:8.0) Gecko/20111113 Thunderbird/8.0 MIME-Version: 1.0 To: Marko Zec References: <201205200901.32613.zec@fer.hr> <201205201643.01194.zec@fer.hr> In-Reply-To: <201205201643.01194.zec@fer.hr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 20 May 2012 18:31:50 +0000 Cc: alc@freebsd.org, freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: superpages and kmem on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 17:42:27 -0000 On 05/20/2012 09:43, Marko Zec wrote: > On Sunday 20 May 2012 09:25:59 Alan Cox wrote: >> On Sun, May 20, 2012 at 2:01 AM, Marko Zec wrote: >>> Hi all, >>> >>> I'm playing with an algorithm which makes use of large contiguous blocks >>> of kernel memory (ranging from 1M to 1G in size), so it would be nice if >>> those could be somehow forcibly mapped to superpages. I was hoping that >>> the VM system would automagically map (merge) contiguous 4k pages to >>> superpages, but >>> apparently it doesn't: >>> >>> vm.pmap.pdpe.demotions: 2 >>> vm.pmap.pde.promotions: 543 >>> vm.pmap.pde.p_failures: 266253 >>> vm.pmap.pde.mappings: 0 >>> vm.pmap.pde.demotions: 31 >> No, your conclusion is incorrect. These counts show that 543 superpage >> mappings were created by promotion. > OK, that sounds promising. Does "created by promotion" count reflect > historic / cumulative stats, or is vm.pmap.pde.promotions the actual number > of superpages active? Or should we subtract vm.pmap.pde.demotions from it to > get the current value? The count is cumulative. There is no instantaneous count. Subtracting demotions from promotions plus mappings is not a reliable way to get the instantaneous total because a superpage mapping can be destroyed without first being demoted. > In any case, I wish to be certain that a particular kmem virtual address range > is mapped to superpages - how can I enforce that at malloc time, and / or > find out later if I really got my kmem mapped to superpages? Perhaps > vm_map_lookup() could provide more info, but I'm wondering if someone already > wrote a wrapper function for that, which takes only the base virtual address > as a single argument? Try using pmap_mincore() to verify that the mappings are superpages. > BTW, apparently malloc(size, M_TEMP, M_NOWAIT) requests fail for size> 1G, > even at boot time. Any ideas how to circumvent that (8.3-STABLE, amd64, 4G > physical RAM)? I suspect that you need to increase the size of your kmem map. Alan From owner-freebsd-amd64@FreeBSD.ORG Sun May 20 22:48:58 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D15C3106564A; Sun, 20 May 2012 22:48:58 +0000 (UTC) (envelope-from zec@fer.hr) Received: from mail.zvne.fer.hr (slavko2.zvne.fer.hr [161.53.66.5]) by mx1.freebsd.org (Postfix) with ESMTP id 587798FC18; Sun, 20 May 2012 22:48:57 +0000 (UTC) Received: from munja.zvne.fer.hr (161.53.66.248) by mail.zvne.fer.hr (161.53.66.5) with Microsoft SMTP Server id 14.2.298.4; Mon, 21 May 2012 00:48:55 +0200 Received: from sluga.fer.hr ([161.53.66.244]) by munja.zvne.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Mon, 21 May 2012 00:48:23 +0200 Received: from localhost ([161.53.19.8]) by sluga.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Mon, 21 May 2012 00:48:22 +0200 From: Marko Zec To: Alan Cox Date: Mon, 21 May 2012 00:48:16 +0200 User-Agent: KMail/1.9.10 References: <201205200901.32613.zec@fer.hr> <201205201643.01194.zec@fer.hr> <4FB92B22.5020304@rice.edu> In-Reply-To: <4FB92B22.5020304@rice.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <201205210048.16877.zec@fer.hr> X-OriginalArrivalTime: 20 May 2012 22:48:22.0826 (UTC) FILETIME=[A8E988A0:01CD36DA] Cc: alc@freebsd.org, freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: superpages and kmem on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 22:48:58 -0000 On Sunday 20 May 2012 19:34:26 Alan Cox wrote: ... > > In any case, I wish to be certain that a particular kmem virtual address > > range is mapped to superpages - how can I enforce that at malloc time, > > and / or find out later if I really got my kmem mapped to superpages? > > Perhaps vm_map_lookup() could provide more info, but I'm wondering if > > someone already wrote a wrapper function for that, which takes only the > > base virtual address as a single argument? > > Try using pmap_mincore() to verify that the mappings are superpages. flags = pmap_mincore(vmspace_pmap(curthread->td_proc->p_vmspace), (vm_offset_t) addr)); OK, that works, and now I know my kmem chunk is on a superpage, horray!!! Thanks! > > BTW, apparently malloc(size, M_TEMP, M_NOWAIT) requests fail for size> > > 1G, even at boot time. Any ideas how to circumvent that (8.3-STABLE, > > amd64, 4G physical RAM)? > > I suspect that you need to increase the size of your kmem map. Huh any hints how should I achieve that? In desperation I placed vm.kmem_size=8G in /boot/loader.conf and got this: vm.kmem_map_free: 8123924480 vm.kmem_map_size: 8364032 vm.kmem_size_scale: 1 vm.kmem_size_max: 329853485875 vm.kmem_size_min: 0 vm.kmem_size: 8132288512 but malloc(2G) still fails... Thanks, Marko From owner-freebsd-amd64@FreeBSD.ORG Sun May 20 20:18:57 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 537731065673; Sun, 20 May 2012 20:18:57 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id BAD188FC0A; Sun, 20 May 2012 20:18:56 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q4KKImis049460; Sun, 20 May 2012 22:18:48 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q4KKImRo049448; Sun, 20 May 2012 22:18:48 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 20 May 2012 22:18:48 +0200 (CEST) From: User Wojtek To: Marko Zec In-Reply-To: <201205201643.01194.zec@fer.hr> Message-ID: References: <201205200901.32613.zec@fer.hr> <201205201643.01194.zec@fer.hr> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Sun, 20 May 2012 22:18:48 +0200 (CEST) X-Mailman-Approved-At: Sun, 20 May 2012 22:59:06 +0000 Cc: alc@freebsd.org, freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: superpages and kmem on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 20:18:57 -0000 > historic / cumulative stats, or is vm.pmap.pde.promotions the actual number > of superpages active? Or should we subtract vm.pmap.pde.demotions from it to > get the current value? yes substracting gives current value. From owner-freebsd-amd64@FreeBSD.ORG Sun May 20 20:22:23 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 550CE1065673; Sun, 20 May 2012 20:22:23 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id B47638FC16; Sun, 20 May 2012 20:22:22 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q4KKMIcA058093; Sun, 20 May 2012 22:22:18 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q4KKMIPf058086; Sun, 20 May 2012 22:22:18 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 20 May 2012 22:22:18 +0200 (CEST) From: User Wojtek To: Marko Zec In-Reply-To: <201205201643.01194.zec@fer.hr> Message-ID: References: <201205200901.32613.zec@fer.hr> <201205201643.01194.zec@fer.hr> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Sun, 20 May 2012 22:22:18 +0200 (CEST) X-Mailman-Approved-At: Sun, 20 May 2012 23:29:52 +0000 Cc: alc@freebsd.org, freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: superpages and kmem on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 20:22:23 -0000 >>> vm.pmap.pde.demotions: 31 >> >> No, your conclusion is incorrect. These counts show that 543 superpage >> mappings were created by promotion. > > OK, that sounds promising. Does "created by promotion" count reflect > historic / cumulative stats, or is vm.pmap.pde.promotions the actual number > of superpages active? Or should we subtract vm.pmap.pde.demotions from it to > get the current value? correction to my last answer. something is just wrong IMHO on my 2GB laptop: [root@wojtek ~]# sysctl -ad vm.pmap.pde vm.pmap.pde: 2MB page mapping counters vm.pmap.pde.promotions: 2MB page promotions vm.pmap.pde.p_failures: 2MB page promotion failures vm.pmap.pde.mappings: 2MB page mappings vm.pmap.pde.demotions: 2MB page demotions [root@wojtek ~]# sysctl -a vm.pmap.pde vm.pmap.pde.promotions: 61196 vm.pmap.pde.p_failures: 4796 vm.pmap.pde.mappings: 3051 vm.pmap.pde.demotions: 2306 from description seems like mappings could be current amount , but both it's value as well as promotions-demotions gives nonsense. with 2GB RAM there can not be 3051 or more 2MB pages mapped! and i - at present - doesn't run many large programs actually only some xterms and one compiling task. From owner-freebsd-amd64@FreeBSD.ORG Sun May 20 23:29:52 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E4F31065675; Sun, 20 May 2012 23:29:52 +0000 (UTC) (envelope-from zec@fer.hr) Received: from mail.zvne.fer.hr (mail.zvne.fer.hr [161.53.66.5]) by mx1.freebsd.org (Postfix) with ESMTP id 159248FC14; Sun, 20 May 2012 23:29:51 +0000 (UTC) Received: from munja.zvne.fer.hr (161.53.66.248) by mail.zvne.fer.hr (161.53.66.5) with Microsoft SMTP Server id 14.2.298.4; Mon, 21 May 2012 01:29:50 +0200 Received: from sluga.fer.hr ([161.53.66.244]) by munja.zvne.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Mon, 21 May 2012 01:29:20 +0200 Received: from localhost ([161.53.19.8]) by sluga.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Mon, 21 May 2012 01:29:20 +0200 From: Marko Zec To: Alan Cox Date: Mon, 21 May 2012 01:29:14 +0200 User-Agent: KMail/1.9.10 References: <201205200901.32613.zec@fer.hr> <201205210048.16877.zec@fer.hr> <4FB97A41.70405@rice.edu> In-Reply-To: <4FB97A41.70405@rice.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <201205210129.14718.zec@fer.hr> X-OriginalArrivalTime: 20 May 2012 23:29:20.0682 (UTC) FILETIME=[61E898A0:01CD36E0] Cc: alc@freebsd.org, freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: superpages and kmem on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 23:29:52 -0000 On Monday 21 May 2012 01:12:01 Alan Cox wrote: ... > >>> BTW, apparently malloc(size, M_TEMP, M_NOWAIT) requests fail for size> > >>> 1G, even at boot time. Any ideas how to circumvent that (8.3-STABLE, > >>> amd64, 4G physical RAM)? > >> > >> I suspect that you need to increase the size of your kmem map. > > > > Huh any hints how should I achieve that? In desperation I placed > > > > vm.kmem_size=8G > > > > in /boot/loader.conf and got this: > > > > vm.kmem_map_free: 8123924480 > > vm.kmem_map_size: 8364032 > > vm.kmem_size_scale: 1 > > vm.kmem_size_max: 329853485875 > > vm.kmem_size_min: 0 > > vm.kmem_size: 8132288512 > > > > but malloc(2G) still fails... > > Here is at least one reason why it fails: > > void * > uma_large_malloc(int size, int wait) > > Note the type of "size". Can you malloc 1GB? Uff, good catch... malloc(1G) works, malloc(1.99G) works, malloc(2G) doesn't! Anyhow, malloc(1G) is big enough for what I want to do ATM, I was just curious why it breaks with bigger requests. Thanks, Marko From owner-freebsd-amd64@FreeBSD.ORG Sun May 20 23:12:04 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67B04106566B; Sun, 20 May 2012 23:12:04 +0000 (UTC) (envelope-from alc@rice.edu) Received: from mh11.mail.rice.edu (mh11.mail.rice.edu [128.42.199.30]) by mx1.freebsd.org (Postfix) with ESMTP id 381728FC0A; Sun, 20 May 2012 23:12:04 +0000 (UTC) Received: from mh11.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh11.mail.rice.edu (Postfix) with ESMTP id 456854C01A3; Sun, 20 May 2012 18:12:03 -0500 (CDT) Received: from mh11.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh11.mail.rice.edu (Postfix) with ESMTP id 43DD54C01A0; Sun, 20 May 2012 18:12:03 -0500 (CDT) X-Virus-Scanned: by amavis-2.7.0 at mh11.mail.rice.edu, auth channel Received: from mh11.mail.rice.edu ([127.0.0.1]) by mh11.mail.rice.edu (mh11.mail.rice.edu [127.0.0.1]) (amavis, port 10026) with ESMTP id p5KMCTUttkT3; Sun, 20 May 2012 18:12:03 -0500 (CDT) Received: from adsl-216-63-78-18.dsl.hstntx.swbell.net (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: alc) by mh11.mail.rice.edu (Postfix) with ESMTPSA id C51E34C0199; Sun, 20 May 2012 18:12:02 -0500 (CDT) Message-ID: <4FB97A41.70405@rice.edu> Date: Sun, 20 May 2012 18:12:01 -0500 From: Alan Cox User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:8.0) Gecko/20111113 Thunderbird/8.0 MIME-Version: 1.0 To: Marko Zec References: <201205200901.32613.zec@fer.hr> <201205201643.01194.zec@fer.hr> <4FB92B22.5020304@rice.edu> <201205210048.16877.zec@fer.hr> In-Reply-To: <201205210048.16877.zec@fer.hr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 20 May 2012 23:40:23 +0000 Cc: alc@freebsd.org, freebsd-hackers@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: superpages and kmem on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 23:12:04 -0000 On 05/20/2012 17:48, Marko Zec wrote: > On Sunday 20 May 2012 19:34:26 Alan Cox wrote: > ... >>> In any case, I wish to be certain that a particular kmem virtual address >>> range is mapped to superpages - how can I enforce that at malloc time, >>> and / or find out later if I really got my kmem mapped to superpages? >>> Perhaps vm_map_lookup() could provide more info, but I'm wondering if >>> someone already wrote a wrapper function for that, which takes only the >>> base virtual address as a single argument? >> Try using pmap_mincore() to verify that the mappings are superpages. > flags = pmap_mincore(vmspace_pmap(curthread->td_proc->p_vmspace), > (vm_offset_t) addr)); > > OK, that works, and now I know my kmem chunk is on a superpage, horray!!! > Thanks! > >>> BTW, apparently malloc(size, M_TEMP, M_NOWAIT) requests fail for size> >>> 1G, even at boot time. Any ideas how to circumvent that (8.3-STABLE, >>> amd64, 4G physical RAM)? >> I suspect that you need to increase the size of your kmem map. > Huh any hints how should I achieve that? In desperation I placed > > vm.kmem_size=8G > > in /boot/loader.conf and got this: > > vm.kmem_map_free: 8123924480 > vm.kmem_map_size: 8364032 > vm.kmem_size_scale: 1 > vm.kmem_size_max: 329853485875 > vm.kmem_size_min: 0 > vm.kmem_size: 8132288512 > > but malloc(2G) still fails... Here is at least one reason why it fails: void * uma_large_malloc(int size, int wait) Note the type of "size". Can you malloc 1GB? From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 08:37:03 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D148106564A; Mon, 21 May 2012 08:37:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50F0D8FC21; Mon, 21 May 2012 08:37:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4L8b3Bm001821; Mon, 21 May 2012 08:37:03 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4L8b3p1001817; Mon, 21 May 2012 08:37:03 GMT (envelope-from linimon) Date: Mon, 21 May 2012 08:37:03 GMT Message-Id: <201205210837.q4L8b3p1001817@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/167899: build of lang/eperl fails on amd64 (others?) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 08:37:03 -0000 Synopsis: build of lang/eperl fails on amd64 (others?) Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon May 21 08:36:48 UTC 2012 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=167899 From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 08:39:34 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 525651065680; Mon, 21 May 2012 08:39:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE4168FC19; Mon, 21 May 2012 08:39:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4L8dXEN002046; Mon, 21 May 2012 08:39:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4L8dXcx002042; Mon, 21 May 2012 08:39:33 GMT (envelope-from linimon) Date: Mon, 21 May 2012 08:39:33 GMT Message-Id: <201205210839.q4L8dXcx002042@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, vbox@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/167720: emulators/virtualbox-ose: VirtualBox 4.1.14- Guest: Freebsd9.0- Xorg with driver vboxvideo is failed X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 08:39:34 -0000 Old Synopsis: VirtualBox 4.1.14- Guest: Freebsd9.0- Xorg with driver vboxvideo is failed New Synopsis: emulators/virtualbox-ose: VirtualBox 4.1.14- Guest: Freebsd9.0- Xorg with driver vboxvideo is failed Responsible-Changed-From-To: freebsd-amd64->vbox Responsible-Changed-By: linimon Responsible-Changed-When: Mon May 21 08:37:22 UTC 2012 Responsible-Changed-Why: Make this a ports PR and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=167720 From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 11:07:08 2012 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC55A1065680 for ; Mon, 21 May 2012 11:07:08 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7BD018FC16 for ; Mon, 21 May 2012 11:07:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4LB78kg049028 for ; Mon, 21 May 2012 11:07:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4LB77QT049025 for freebsd-amd64@FreeBSD.org; Mon, 21 May 2012 11:07:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 May 2012 11:07:07 GMT Message-Id: <201205211107.q4LB77QT049025@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 11:07:09 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/167582 amd64 Compile of MySQL NDB Cluster Fails 8.2 AMD64 o amd64/167543 amd64 [kernel] Install FreeBSD can show error message with c o amd64/167393 amd64 [boot] MacBook4,1 hangs on SMP boot o amd64/166639 amd64 [boot] Syscons issue Intel D2700 o amd64/166229 amd64 [boot] Unable to install FreeBSD 9 on Acer Extensa 522 o amd64/165850 amd64 [build] 8.3-RC1 (amd64): world doesn't build with CPUT o amd64/165845 amd64 [build] Unable to build kernel on 8.2-STABLE o amd64/165351 amd64 [boot] Error while installing or booting the freeBSD O o amd64/164773 amd64 [boot] 9.0 amd64 fails to boot on HP DL145 G3 [regress o amd64/164707 amd64 FreeBSD 9 installer does not work with IBM uefi o amd64/164643 amd64 Kernel Panic at 9.0-RELEASE o amd64/164619 amd64 when logged in as root the user and group applications o amd64/164457 amd64 [install] Can't install FreeBSD 9.0 (amd64) on HP Blad o amd64/164301 amd64 [install] 9.0 - Can't install, no DHCP lease o amd64/164136 amd64 after fresh install 8.1 release or 8.2 release the har o amd64/164116 amd64 [boot] FreeBSD 9.0-RELEASE installations mediums fails o amd64/164089 amd64 FreeBSD-9.0-RELEASE-amd64-memstick.img does not boot o amd64/164073 amd64 /etc/rc warning after booting o amd64/164036 amd64 [keyboard] Moused fails on 9_0_RELENG o amd64/163736 amd64 Freebsd 8.2 with MPD5 and about 100 PPPoE clients pani o amd64/163710 amd64 setjump in userboot.so causes stack corruption o amd64/163625 amd64 Install problems of RC3 amd64 on ASRock N68 GE3 UCC o amd64/163568 amd64 hard drive naming o amd64/163285 amd64 when installing gnome2-lite not all dependent packages o amd64/163284 amd64 print manager failed to install correctly o amd64/163114 amd64 no boot on Via Nanao netbook Samsung NC20 o amd64/163092 amd64 FreeBSD 9.0-RC2 fails to boot from raid-z2 if AHCI is o amd64/163048 amd64 normal user cant mount ntfs-3g o amd64/162936 amd64 fails boot and destabilizes other OSes on FreeBSD 9 RC o amd64/162489 amd64 After some time X blanks the screen and does not respo o amd64/162314 amd64 not able to install FreeBSD-8.2-RELEASE-amd64-dvd1 as o amd64/162219 amd64 [REGRESSION] In KDE 4.7.2 cant enable OpenGL,in 4.6.5 o amd64/162170 amd64 Unable to install due to freeze at "run_interrupt_driv o amd64/161974 amd64 FreeBSD 9 new installer installs succesful, renders ma o kern/160833 amd64 Keyboard USB doesn't work o amd64/157386 amd64 [powerd] Enabling powerd(8) with default settings on I o amd64/156106 amd64 [boot] boot0 fails to start o amd64/155135 amd64 [boot] Does Not Boot On a Very Standard Hardware o amd64/154957 amd64 [boot] Install boot CD won't boot up - keeps rebooting o amd64/154629 amd64 [panic] Fatal trap 9: general protection fault while i o amd64/153935 amd64 [hang] system hangs while trying to do 'shutdown -h no o amd64/153831 amd64 [boot] CD bootloader won't on Tyan s2912G2nr o amd64/153496 amd64 [hyper-v] [install] Install on Hyper-V leaves corrupt o amd64/153372 amd64 [panic] kernel panic o amd64/153175 amd64 [amd64] Kernel Panic on only FreeBSD 8 amd64 o amd64/152874 amd64 [install] 8.1 install fails where 7.3 works due to lac o amd64/152430 amd64 [boot] HP ProLiant Microserver n36l cannot boot into i o amd64/145991 amd64 [NOTES] [patch] Add a requires line to /sys/amd64/conf o amd64/144405 amd64 [build] [patch] include /usr/obj/lib32 in cleanworld t s amd64/143173 amd64 [ata] Promise FastTrack TX4 + SATA DVD, installer can' p amd64/141413 amd64 [hang] Tyan 2881 m3289 SMDC freeze o amd64/137942 amd64 [pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu o amd64/127640 amd64 [amd64] gcc(1) will not build shared libraries with -f o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c 54 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 15:40:31 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0D2E106564A; Mon, 21 May 2012 15:40:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 504328FC17; Mon, 21 May 2012 15:40:31 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LFeP6U002982; Mon, 21 May 2012 11:40:25 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LFePvN002976; Mon, 21 May 2012 15:40:25 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 15:40:25 GMT Message-Id: <201205211540.q4LFePvN002976@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 15:40:31 -0000 TB --- 2012-05-21 15:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 15:20:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 15:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 15:20:00 - cleaning the object tree TB --- 2012-05-21 15:20:00 - cvsupping the source tree TB --- 2012-05-21 15:20:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 15:22:26 - building world TB --- 2012-05-21 15:22:26 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 15:22:26 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 15:22:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 15:22:26 - SRCCONF=/dev/null TB --- 2012-05-21 15:22:26 - TARGET=amd64 TB --- 2012-05-21 15:22:26 - TARGET_ARCH=amd64 TB --- 2012-05-21 15:22:26 - TZ=UTC TB --- 2012-05-21 15:22:26 - __MAKE_CONF=/dev/null TB --- 2012-05-21 15:22:26 - cd /src TB --- 2012-05-21 15:22:26 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 15:22:27 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 15:40:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 15:40:25 - ERROR: failed to build world TB --- 2012-05-21 15:40:25 - 725.13 user 97.95 system 1225.38 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 16:21:04 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D4431065674; Mon, 21 May 2012 16:21:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id ABD488FC08; Mon, 21 May 2012 16:21:03 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LGL3ZZ095167; Mon, 21 May 2012 12:21:03 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LGL3dm095166; Mon, 21 May 2012 16:21:03 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 16:21:03 GMT Message-Id: <201205211621.q4LGL3dm095166@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 16:21:04 -0000 TB --- 2012-05-21 16:00:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 16:00:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 16:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 16:00:00 - cleaning the object tree TB --- 2012-05-21 16:01:16 - cvsupping the source tree TB --- 2012-05-21 16:01:16 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 16:02:57 - building world TB --- 2012-05-21 16:02:57 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 16:02:57 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 16:02:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 16:02:57 - SRCCONF=/dev/null TB --- 2012-05-21 16:02:57 - TARGET=amd64 TB --- 2012-05-21 16:02:57 - TARGET_ARCH=amd64 TB --- 2012-05-21 16:02:57 - TZ=UTC TB --- 2012-05-21 16:02:57 - __MAKE_CONF=/dev/null TB --- 2012-05-21 16:02:57 - cd /src TB --- 2012-05-21 16:02:57 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 16:02:58 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 16:21:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 16:21:03 - ERROR: failed to build world TB --- 2012-05-21 16:21:03 - 728.31 user 102.14 system 1262.53 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 17:11:19 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 315AF1065672; Mon, 21 May 2012 17:11:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id D57DD8FC17; Mon, 21 May 2012 17:11:18 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LHBIkI007267; Mon, 21 May 2012 13:11:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LHBInC007263; Mon, 21 May 2012 17:11:18 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 17:11:18 GMT Message-Id: <201205211711.q4LHBInC007263@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 17:11:19 -0000 TB --- 2012-05-21 16:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 16:50:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 16:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 16:50:00 - cleaning the object tree TB --- 2012-05-21 16:51:42 - cvsupping the source tree TB --- 2012-05-21 16:51:42 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 16:53:19 - building world TB --- 2012-05-21 16:53:19 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 16:53:19 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 16:53:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 16:53:19 - SRCCONF=/dev/null TB --- 2012-05-21 16:53:19 - TARGET=amd64 TB --- 2012-05-21 16:53:19 - TARGET_ARCH=amd64 TB --- 2012-05-21 16:53:19 - TZ=UTC TB --- 2012-05-21 16:53:19 - __MAKE_CONF=/dev/null TB --- 2012-05-21 16:53:19 - cd /src TB --- 2012-05-21 16:53:19 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 16:53:20 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 17:11:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 17:11:18 - ERROR: failed to build world TB --- 2012-05-21 17:11:18 - 725.61 user 99.34 system 1277.38 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 17:50:59 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4E2910656DB; Mon, 21 May 2012 17:50:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 94A1B8FC0C; Mon, 21 May 2012 17:50:58 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LHowjf099878; Mon, 21 May 2012 13:50:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LHowji099877; Mon, 21 May 2012 17:50:58 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 17:50:58 GMT Message-Id: <201205211750.q4LHowji099877@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 17:50:59 -0000 TB --- 2012-05-21 17:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 17:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 17:30:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 17:30:00 - cleaning the object tree TB --- 2012-05-21 17:31:09 - cvsupping the source tree TB --- 2012-05-21 17:31:09 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 17:33:00 - building world TB --- 2012-05-21 17:33:00 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 17:33:00 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 17:33:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 17:33:00 - SRCCONF=/dev/null TB --- 2012-05-21 17:33:00 - TARGET=amd64 TB --- 2012-05-21 17:33:00 - TARGET_ARCH=amd64 TB --- 2012-05-21 17:33:00 - TZ=UTC TB --- 2012-05-21 17:33:00 - __MAKE_CONF=/dev/null TB --- 2012-05-21 17:33:00 - cd /src TB --- 2012-05-21 17:33:00 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 17:33:00 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 17:50:57 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 17:50:57 - ERROR: failed to build world TB --- 2012-05-21 17:50:57 - 729.73 user 103.05 system 1257.70 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 18:40:57 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC93A106566C; Mon, 21 May 2012 18:40:57 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 95E9D8FC08; Mon, 21 May 2012 18:40:57 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LIevEI010699; Mon, 21 May 2012 14:40:57 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LIevjT010697; Mon, 21 May 2012 18:40:57 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 18:40:57 GMT Message-Id: <201205211840.q4LIevjT010697@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 18:40:58 -0000 TB --- 2012-05-21 18:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 18:20:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 18:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 18:20:00 - cleaning the object tree TB --- 2012-05-21 18:21:48 - cvsupping the source tree TB --- 2012-05-21 18:21:48 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 18:23:33 - building world TB --- 2012-05-21 18:23:33 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 18:23:33 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 18:23:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 18:23:33 - SRCCONF=/dev/null TB --- 2012-05-21 18:23:33 - TARGET=amd64 TB --- 2012-05-21 18:23:33 - TARGET_ARCH=amd64 TB --- 2012-05-21 18:23:33 - TZ=UTC TB --- 2012-05-21 18:23:33 - __MAKE_CONF=/dev/null TB --- 2012-05-21 18:23:33 - cd /src TB --- 2012-05-21 18:23:33 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 18:23:34 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 18:40:57 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 18:40:57 - ERROR: failed to build world TB --- 2012-05-21 18:40:57 - 725.79 user 98.55 system 1256.71 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 19:21:31 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EBD01065748; Mon, 21 May 2012 19:21:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id DFC558FC17; Mon, 21 May 2012 19:21:30 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LJLUJA004286; Mon, 21 May 2012 15:21:30 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LJLUsL004285; Mon, 21 May 2012 19:21:30 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 19:21:30 GMT Message-Id: <201205211921.q4LJLUsL004285@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 19:21:31 -0000 TB --- 2012-05-21 19:00:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 19:00:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 19:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 19:00:00 - cleaning the object tree TB --- 2012-05-21 19:01:08 - cvsupping the source tree TB --- 2012-05-21 19:01:08 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 19:02:54 - building world TB --- 2012-05-21 19:02:54 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 19:02:54 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 19:02:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 19:02:54 - SRCCONF=/dev/null TB --- 2012-05-21 19:02:54 - TARGET=amd64 TB --- 2012-05-21 19:02:54 - TARGET_ARCH=amd64 TB --- 2012-05-21 19:02:54 - TZ=UTC TB --- 2012-05-21 19:02:54 - __MAKE_CONF=/dev/null TB --- 2012-05-21 19:02:54 - cd /src TB --- 2012-05-21 19:02:54 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 19:02:54 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 19:21:30 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 19:21:30 - ERROR: failed to build world TB --- 2012-05-21 19:21:30 - 729.18 user 101.98 system 1289.72 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 20:11:08 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9BBD106566B; Mon, 21 May 2012 20:11:07 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 9BCE28FC18; Mon, 21 May 2012 20:11:07 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LKB7uG013573; Mon, 21 May 2012 16:11:07 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LKB7Av013572; Mon, 21 May 2012 20:11:07 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 20:11:07 GMT Message-Id: <201205212011.q4LKB7Av013572@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 20:11:08 -0000 TB --- 2012-05-21 19:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 19:50:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 19:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 19:50:00 - cleaning the object tree TB --- 2012-05-21 19:51:40 - cvsupping the source tree TB --- 2012-05-21 19:51:40 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 19:53:35 - building world TB --- 2012-05-21 19:53:35 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 19:53:35 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 19:53:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 19:53:35 - SRCCONF=/dev/null TB --- 2012-05-21 19:53:35 - TARGET=amd64 TB --- 2012-05-21 19:53:35 - TARGET_ARCH=amd64 TB --- 2012-05-21 19:53:35 - TZ=UTC TB --- 2012-05-21 19:53:35 - __MAKE_CONF=/dev/null TB --- 2012-05-21 19:53:35 - cd /src TB --- 2012-05-21 19:53:35 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 19:53:36 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 20:11:07 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 20:11:07 - ERROR: failed to build world TB --- 2012-05-21 20:11:07 - 724.15 user 99.18 system 1266.44 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 20:51:20 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E1651065770; Mon, 21 May 2012 20:51:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id E79CB8FC1F; Mon, 21 May 2012 20:51:19 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LKpJLB008577; Mon, 21 May 2012 16:51:19 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LKpJp5008576; Mon, 21 May 2012 20:51:19 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 20:51:19 GMT Message-Id: <201205212051.q4LKpJp5008576@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 20:51:20 -0000 TB --- 2012-05-21 20:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 20:30:01 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 20:30:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 20:30:01 - cleaning the object tree TB --- 2012-05-21 20:31:12 - cvsupping the source tree TB --- 2012-05-21 20:31:12 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 20:33:00 - building world TB --- 2012-05-21 20:33:00 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 20:33:00 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 20:33:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 20:33:00 - SRCCONF=/dev/null TB --- 2012-05-21 20:33:00 - TARGET=amd64 TB --- 2012-05-21 20:33:00 - TARGET_ARCH=amd64 TB --- 2012-05-21 20:33:00 - TZ=UTC TB --- 2012-05-21 20:33:00 - __MAKE_CONF=/dev/null TB --- 2012-05-21 20:33:00 - cd /src TB --- 2012-05-21 20:33:00 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 20:33:01 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 20:51:19 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 20:51:19 - ERROR: failed to build world TB --- 2012-05-21 20:51:19 - 731.38 user 101.35 system 1278.41 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 21:41:13 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7520E1065672; Mon, 21 May 2012 21:41:13 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 2E7FD8FC15; Mon, 21 May 2012 21:41:13 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LLfCQY018482; Mon, 21 May 2012 17:41:12 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LLfCWi018481; Mon, 21 May 2012 21:41:12 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 21:41:12 GMT Message-Id: <201205212141.q4LLfCWi018481@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 21:41:13 -0000 TB --- 2012-05-21 21:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 21:20:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 21:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 21:20:00 - cleaning the object tree TB --- 2012-05-21 21:21:32 - cvsupping the source tree TB --- 2012-05-21 21:21:32 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 21:23:19 - building world TB --- 2012-05-21 21:23:19 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 21:23:19 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 21:23:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 21:23:19 - SRCCONF=/dev/null TB --- 2012-05-21 21:23:19 - TARGET=amd64 TB --- 2012-05-21 21:23:19 - TARGET_ARCH=amd64 TB --- 2012-05-21 21:23:19 - TZ=UTC TB --- 2012-05-21 21:23:19 - __MAKE_CONF=/dev/null TB --- 2012-05-21 21:23:19 - cd /src TB --- 2012-05-21 21:23:19 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 21:23:19 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 21:41:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 21:41:12 - ERROR: failed to build world TB --- 2012-05-21 21:41:12 - 725.46 user 98.44 system 1272.30 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 22:21:19 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18FEF1065A56; Mon, 21 May 2012 22:21:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id C54738FC1A; Mon, 21 May 2012 22:21:18 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LMLIBp012879; Mon, 21 May 2012 18:21:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LMLIW0012878; Mon, 21 May 2012 22:21:18 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 22:21:18 GMT Message-Id: <201205212221.q4LMLIW0012878@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 22:21:19 -0000 TB --- 2012-05-21 22:00:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 22:00:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 22:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 22:00:00 - cleaning the object tree TB --- 2012-05-21 22:01:07 - cvsupping the source tree TB --- 2012-05-21 22:01:07 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 22:02:58 - building world TB --- 2012-05-21 22:02:58 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 22:02:58 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 22:02:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 22:02:58 - SRCCONF=/dev/null TB --- 2012-05-21 22:02:58 - TARGET=amd64 TB --- 2012-05-21 22:02:58 - TARGET_ARCH=amd64 TB --- 2012-05-21 22:02:58 - TZ=UTC TB --- 2012-05-21 22:02:58 - __MAKE_CONF=/dev/null TB --- 2012-05-21 22:02:58 - cd /src TB --- 2012-05-21 22:02:58 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 22:02:58 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 22:21:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 22:21:18 - ERROR: failed to build world TB --- 2012-05-21 22:21:18 - 728.59 user 101.75 system 1278.05 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 23:10:59 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0F3D106568A; Mon, 21 May 2012 23:10:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 906888FC20; Mon, 21 May 2012 23:10:59 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LNAxt2023832; Mon, 21 May 2012 19:10:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LNAwrH023830; Mon, 21 May 2012 23:10:58 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 23:10:58 GMT Message-Id: <201205212310.q4LNAwrH023830@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 23:11:00 -0000 TB --- 2012-05-21 22:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 22:50:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 22:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 22:50:00 - cleaning the object tree TB --- 2012-05-21 22:51:32 - cvsupping the source tree TB --- 2012-05-21 22:51:33 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 22:53:20 - building world TB --- 2012-05-21 22:53:20 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 22:53:20 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 22:53:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 22:53:20 - SRCCONF=/dev/null TB --- 2012-05-21 22:53:20 - TARGET=amd64 TB --- 2012-05-21 22:53:20 - TARGET_ARCH=amd64 TB --- 2012-05-21 22:53:20 - TZ=UTC TB --- 2012-05-21 22:53:20 - __MAKE_CONF=/dev/null TB --- 2012-05-21 22:53:20 - cd /src TB --- 2012-05-21 22:53:20 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 22:53:22 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 23:10:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 23:10:58 - ERROR: failed to build world TB --- 2012-05-21 23:10:58 - 727.01 user 97.73 system 1258.22 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon May 21 23:51:31 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A9A31065849; Mon, 21 May 2012 23:51:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id C0DD38FC08; Mon, 21 May 2012 23:51:30 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4LNpTxk017170; Mon, 21 May 2012 19:51:29 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4LNpTmt017169; Mon, 21 May 2012 23:51:29 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 21 May 2012 23:51:29 GMT Message-Id: <201205212351.q4LNpTmt017169@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 23:51:31 -0000 TB --- 2012-05-21 23:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-21 23:30:01 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-21 23:30:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-21 23:30:01 - cleaning the object tree TB --- 2012-05-21 23:31:06 - cvsupping the source tree TB --- 2012-05-21 23:31:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-21 23:32:57 - building world TB --- 2012-05-21 23:32:57 - CROSS_BUILD_TESTING=YES TB --- 2012-05-21 23:32:57 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-21 23:32:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-21 23:32:57 - SRCCONF=/dev/null TB --- 2012-05-21 23:32:57 - TARGET=amd64 TB --- 2012-05-21 23:32:57 - TARGET_ARCH=amd64 TB --- 2012-05-21 23:32:57 - TZ=UTC TB --- 2012-05-21 23:32:57 - __MAKE_CONF=/dev/null TB --- 2012-05-21 23:32:57 - cd /src TB --- 2012-05-21 23:32:57 - /usr/bin/make -B buildworld >>> World build started on Mon May 21 23:32:58 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-21 23:51:29 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-21 23:51:29 - ERROR: failed to build world TB --- 2012-05-21 23:51:29 - 731.10 user 100.98 system 1288.73 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue May 22 00:40:45 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7991106568D; Tue, 22 May 2012 00:40:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 7F23C8FC19; Tue, 22 May 2012 00:40:45 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4M0ejbl024787; Mon, 21 May 2012 20:40:45 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4M0eim6024786; Tue, 22 May 2012 00:40:44 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 22 May 2012 00:40:44 GMT Message-Id: <201205220040.q4M0eim6024786@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 00:40:46 -0000 TB --- 2012-05-22 00:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-22 00:20:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-22 00:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-22 00:20:00 - cleaning the object tree TB --- 2012-05-22 00:21:58 - cvsupping the source tree TB --- 2012-05-22 00:21:58 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-22 00:23:02 - building world TB --- 2012-05-22 00:23:02 - CROSS_BUILD_TESTING=YES TB --- 2012-05-22 00:23:02 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-22 00:23:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-22 00:23:02 - SRCCONF=/dev/null TB --- 2012-05-22 00:23:02 - TARGET=amd64 TB --- 2012-05-22 00:23:02 - TARGET_ARCH=amd64 TB --- 2012-05-22 00:23:02 - TZ=UTC TB --- 2012-05-22 00:23:02 - __MAKE_CONF=/dev/null TB --- 2012-05-22 00:23:02 - cd /src TB --- 2012-05-22 00:23:02 - /usr/bin/make -B buildworld >>> World build started on Tue May 22 00:23:03 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-22 00:40:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-22 00:40:44 - ERROR: failed to build world TB --- 2012-05-22 00:40:44 - 725.71 user 98.94 system 1244.32 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue May 22 01:30:59 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1BD2106566C; Tue, 22 May 2012 01:30:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 620788FC0A; Tue, 22 May 2012 01:30:59 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4M1UwZQ031053; Mon, 21 May 2012 21:30:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4M1UwRY031051; Tue, 22 May 2012 01:30:58 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 22 May 2012 01:30:58 GMT Message-Id: <201205220130.q4M1UwRY031051@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 01:30:59 -0000 TB --- 2012-05-22 01:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-22 01:10:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-22 01:10:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-22 01:10:00 - cleaning the object tree TB --- 2012-05-22 01:11:18 - cvsupping the source tree TB --- 2012-05-22 01:11:18 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-22 01:13:09 - building world TB --- 2012-05-22 01:13:09 - CROSS_BUILD_TESTING=YES TB --- 2012-05-22 01:13:09 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-22 01:13:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-22 01:13:09 - SRCCONF=/dev/null TB --- 2012-05-22 01:13:09 - TARGET=amd64 TB --- 2012-05-22 01:13:09 - TARGET_ARCH=amd64 TB --- 2012-05-22 01:13:09 - TZ=UTC TB --- 2012-05-22 01:13:09 - __MAKE_CONF=/dev/null TB --- 2012-05-22 01:13:09 - cd /src TB --- 2012-05-22 01:13:09 - /usr/bin/make -B buildworld >>> World build started on Tue May 22 01:13:10 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/amd64.amd64/src/lib/libc -I/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/src/lib/libc/../../contrib/jemalloc/include -I/src/lib/libc/../../contrib/tzcode/stdtime -I/src/lib/libc/stdtime -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o nsparser.o cc1: warnings being treated as errors /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free' In file included from nsparser.c:398: /src/lib/libc/../../include/stdlib.h: At top level: /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here *** Error code 1 Stop in /src/lib/libc. *** 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 --- 2012-05-22 01:30:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-22 01:30:58 - ERROR: failed to build world TB --- 2012-05-22 01:30:58 - 725.20 user 99.18 system 1258.38 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue May 22 03:50:44 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B031E10656D4; Tue, 22 May 2012 03:50:44 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 81C968FC15; Tue, 22 May 2012 03:50:44 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4M3oi7c088407; Mon, 21 May 2012 23:50:44 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4M3oisj088402; Tue, 22 May 2012 03:50:44 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 22 May 2012 03:50:44 GMT Message-Id: <201205220350.q4M3oisj088402@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 03:50:44 -0000 TB --- 2012-05-22 01:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-22 01:50:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-22 01:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-22 01:50:00 - cleaning the object tree TB --- 2012-05-22 01:51:09 - cvsupping the source tree TB --- 2012-05-22 01:51:09 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-22 01:52:56 - building world TB --- 2012-05-22 01:52:56 - CROSS_BUILD_TESTING=YES TB --- 2012-05-22 01:52:56 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-22 01:52:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-22 01:52:56 - SRCCONF=/dev/null TB --- 2012-05-22 01:52:56 - TARGET=amd64 TB --- 2012-05-22 01:52:56 - TARGET_ARCH=amd64 TB --- 2012-05-22 01:52:56 - TZ=UTC TB --- 2012-05-22 01:52:56 - __MAKE_CONF=/dev/null TB --- 2012-05-22 01:52:56 - cd /src TB --- 2012-05-22 01:52:56 - /usr/bin/make -B buildworld >>> World build started on Tue May 22 01:52:57 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -DDES -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/bin/ed/undo.c cc -O2 -pipe -DDES -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o ed buf.o cbc.o glbl.o io.o main.o re.o sub.o undo.o -lcrypto gzip -cn /src/bin/ed/ed.1 > ed.1.gz ===> bin/expr (all) cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c expr.c cc1: warnings being treated as errors expr.c:138: warning: redundant redeclaration of 'yyparse' /src/bin/expr/expr.y:77: warning: previous declaration of 'yyparse' was here *** Error code 1 Stop in /src/bin/expr. *** Error code 1 Stop in /src/bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-05-22 03:50:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-22 03:50:43 - ERROR: failed to build world TB --- 2012-05-22 03:50:43 - 5113.99 user 710.13 system 7243.69 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue May 22 08:10:15 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60FDD106564A; Tue, 22 May 2012 08:10:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 013858FC0A; Tue, 22 May 2012 08:10:14 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4M8AE9c013475; Tue, 22 May 2012 04:10:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4M8AEfY013462; Tue, 22 May 2012 08:10:14 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 22 May 2012 08:10:14 GMT Message-Id: <201205220810.q4M8AEfY013462@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 08:10:15 -0000 TB --- 2012-05-22 05:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-22 05:50:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-22 05:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-22 05:50:00 - cleaning the object tree TB --- 2012-05-22 05:53:53 - cvsupping the source tree TB --- 2012-05-22 05:53:53 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-22 05:56:24 - building world TB --- 2012-05-22 05:56:24 - CROSS_BUILD_TESTING=YES TB --- 2012-05-22 05:56:24 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-22 05:56:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-22 05:56:24 - SRCCONF=/dev/null TB --- 2012-05-22 05:56:24 - TARGET=amd64 TB --- 2012-05-22 05:56:24 - TARGET_ARCH=amd64 TB --- 2012-05-22 05:56:24 - TZ=UTC TB --- 2012-05-22 05:56:24 - __MAKE_CONF=/dev/null TB --- 2012-05-22 05:56:24 - cd /src TB --- 2012-05-22 05:56:24 - /usr/bin/make -B buildworld >>> World build started on Tue May 22 05:56:24 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] from /obj/amd64.amd64/src/tmp/usr/include/sys/_types.h:33, from /obj/amd64.amd64/src/tmp/usr/include/stdio.h:41, from /src/sbin/devd/parse.y:33: /obj/amd64.amd64/src/tmp/usr/include/x86/_types.h:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef' /obj/amd64.amd64/src/tmp/usr/include/x86/_types.h:96: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__int_least8_t' cc1: warnings being treated as errors /src/sbin/devd/parse.y: In function 'yyparse': /src/sbin/devd/parse.y:103: warning: implicit declaration of function 'add_attach' *** Error code 1 Stop in /src/sbin/devd. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-05-22 08:10:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-22 08:10:14 - ERROR: failed to build world TB --- 2012-05-22 08:10:14 - 5837.08 user 800.96 system 8413.72 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue May 22 12:05:47 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3C1E1065674; Tue, 22 May 2012 12:05:47 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 88ED68FC1B; Tue, 22 May 2012 12:05:47 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4MC5lrf010560; Tue, 22 May 2012 08:05:47 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4MC5lt5010559; Tue, 22 May 2012 12:05:47 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 22 May 2012 12:05:47 GMT Message-Id: <201205221205.q4MC5lt5010559@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 12:05:48 -0000 TB --- 2012-05-22 09:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-22 09:50:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-22 09:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-22 09:50:00 - cleaning the object tree TB --- 2012-05-22 09:54:03 - cvsupping the source tree TB --- 2012-05-22 09:54:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-22 09:56:18 - building world TB --- 2012-05-22 09:56:18 - CROSS_BUILD_TESTING=YES TB --- 2012-05-22 09:56:18 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-22 09:56:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-22 09:56:18 - SRCCONF=/dev/null TB --- 2012-05-22 09:56:18 - TARGET=amd64 TB --- 2012-05-22 09:56:18 - TARGET_ARCH=amd64 TB --- 2012-05-22 09:56:18 - TZ=UTC TB --- 2012-05-22 09:56:18 - __MAKE_CONF=/dev/null TB --- 2012-05-22 09:56:18 - cd /src TB --- 2012-05-22 09:56:18 - /usr/bin/make -B buildworld >>> World build started on Tue May 22 09:56:19 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] from /obj/amd64.amd64/src/tmp/usr/include/sys/_types.h:33, from /obj/amd64.amd64/src/tmp/usr/include/stdio.h:41, from /src/sbin/devd/parse.y:33: /obj/amd64.amd64/src/tmp/usr/include/x86/_types.h:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef' /obj/amd64.amd64/src/tmp/usr/include/x86/_types.h:96: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__int_least8_t' cc1: warnings being treated as errors /src/sbin/devd/parse.y: In function 'yyparse': /src/sbin/devd/parse.y:103: warning: implicit declaration of function 'add_attach' *** Error code 1 Stop in /src/sbin/devd. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-05-22 12:05:47 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-22 12:05:47 - ERROR: failed to build world TB --- 2012-05-22 12:05:47 - 5852.83 user 793.27 system 8146.49 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue May 22 16:28:24 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 275DA1065673; Tue, 22 May 2012 16:28:24 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id BE0E88FC08; Tue, 22 May 2012 16:28:23 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4MGSNaO041313; Tue, 22 May 2012 12:28:23 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4MGSNlu041311; Tue, 22 May 2012 16:28:23 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 22 May 2012 16:28:23 GMT Message-Id: <201205221628.q4MGSNlu041311@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 16:28:24 -0000 TB --- 2012-05-22 14:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-22 14:10:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-22 14:10:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-22 14:10:00 - cleaning the object tree TB --- 2012-05-22 14:13:58 - cvsupping the source tree TB --- 2012-05-22 14:13:58 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-22 14:16:37 - building world TB --- 2012-05-22 14:16:37 - CROSS_BUILD_TESTING=YES TB --- 2012-05-22 14:16:37 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-22 14:16:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-22 14:16:37 - SRCCONF=/dev/null TB --- 2012-05-22 14:16:37 - TARGET=amd64 TB --- 2012-05-22 14:16:37 - TARGET_ARCH=amd64 TB --- 2012-05-22 14:16:37 - TZ=UTC TB --- 2012-05-22 14:16:37 - __MAKE_CONF=/dev/null TB --- 2012-05-22 14:16:37 - cd /src TB --- 2012-05-22 14:16:37 - /usr/bin/make -B buildworld >>> World build started on Tue May 22 14:16:39 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] from /obj/amd64.amd64/src/tmp/usr/include/sys/_types.h:33, from /obj/amd64.amd64/src/tmp/usr/include/stdio.h:41, from /src/sbin/devd/parse.y:33: /obj/amd64.amd64/src/tmp/usr/include/x86/_types.h:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef' /obj/amd64.amd64/src/tmp/usr/include/x86/_types.h:96: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__int_least8_t' cc1: warnings being treated as errors /src/sbin/devd/parse.y: In function 'yyparse': /src/sbin/devd/parse.y:103: warning: implicit declaration of function 'add_attach' *** Error code 1 Stop in /src/sbin/devd. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-05-22 16:28:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-22 16:28:23 - ERROR: failed to build world TB --- 2012-05-22 16:28:23 - 5845.81 user 802.84 system 8303.03 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Wed May 23 01:50:08 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5394106564A for ; Wed, 23 May 2012 01:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE33D8FC08 for ; Wed, 23 May 2012 01:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4N1o8xo074465 for ; Wed, 23 May 2012 01:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4N1o8P0074464; Wed, 23 May 2012 01:50:08 GMT (envelope-from gnats) Date: Wed, 23 May 2012 01:50:08 GMT Message-Id: <201205230150.q4N1o8P0074464@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: X-Mailman-Approved-At: Wed, 23 May 2012 03:10:29 +0000 Cc: Subject: RE: RE: amd64/167543: Install FreeBSD can show error message with config 256G DIMM. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kunlin_Cheng@wistron.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 01:50:08 -0000 The following reply was made to PR amd64/167543; it has been noted by GNATS. From: To: , , Cc: Subject: RE: RE: amd64/167543: Install FreeBSD can show error message with config 256G DIMM. Date: Wed, 23 May 2012 09:36:32 +0800 This is a multi-part message in MIME format. ------_=_NextPart_001_01CD3884.7C7D54FC Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Peter, =20 Is there any progress? Thanks. =20 BR Kunlin From: Kunlin Cheng/WHQ/Wistron=20 Sent: Friday, May 04, 2012 10:47 AM To: 'Peter Jeremy'; Gordon YS Chen/WHQ/Wistron; Janus Yang/WHQ/Wistron Cc: freebsd-gnats-submit@FreeBSD.org Subject: RE: amd64/167543: Install FreeBSD can show error message with config 256G DIMM. =20 Hi Peter, =20 Use Romley Platform and CPU:E5-2609 2.4GHz *2. =20 Please refer FreeBSD screen, thanks. =20 =20 =20 =20 =20 =20 =20 Best Regards, Kunlin =20 =20 Wistron Corporation Phone : +886-2-6612-3302 Email : Kunlin_Cheng@wistron.com =20 -----Original Message----- From: Peter Jeremy [mailto:peterjeremy@acm.org]=20 Sent: Friday, May 04, 2012 5:09 AM To: Kunlin Cheng/WHQ/Wistron Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/167543: Install FreeBSD can show error message with config 256G DIMM. =20 On 2012-May-03 02:12:20 +0000, Kunlin Cheng wrote: >>Environment: >CPU:Intel chip 2.4GHz *2 >DIMM:Hynix 16G 1333MHz *16 =20 Can you please provide more details of your hardware configuration. What motherboard & chipset is this? Are you able to provide a verbose boot log and indicate which device(s) you were installing from and to. =20 -- Peter Jeremy =20 ------_=_NextPart_001_01CD3884.7C7D54FC Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi Peter,

 

Is there = any progress?

Thanks.

 

BR

Kunlin

From:= Kunlin = Cheng/WHQ/Wistron
Sent: Friday, May 04, 2012 10:47 = AM
To: 'Peter Jeremy'; Gordon YS Chen/WHQ/Wistron; Janus = Yang/WHQ/Wistron
Cc: = freebsd-gnats-submit@FreeBSD.org
Subject: RE: amd64/167543: = Install FreeBSD can show error message with config 256G = DIMM.

 

Hi Peter,

 

Use Romley Platform and = CPU:E5-2609 2.4GHz *2.

 

Please refer FreeBSD screen, = thanks.

 

 

 

 

 

 

 

Best Regards,

Kunlin

 

 

Wistron = Corporation

Phone : +886-2-6612-3302

Email : Kunlin_Cheng@wistron.com

 

-----Original Message-----
From: Peter Jeremy = [mailto:peterjeremy@acm.org]
Sent: Friday, May 04, 2012 5:09 = AM
To: Kunlin Cheng/WHQ/Wistron
Cc: = freebsd-gnats-submit@FreeBSD.org
Subject: Re: amd64/167543: Install = FreeBSD can show error message with config 256G = DIMM.

 

On 2012-May-03 02:12:20 +0000, Kunlin Cheng = <Kunlin_Cheng@wistron.com> wrote:

>>Environment:

>CPU:Intel chip 2.4GHz = *2

>DIMM:Hynix 16G 1333MHz *16

 

Can you please provide more = details of your hardware configuration.

What motherboard & chipset = is this?  Are you able to provide a verbose boot log and indicate = which device(s) you were installing from and to.

 

--

Peter = Jeremy

 

------_=_NextPart_001_01CD3884.7C7D54FC-- From owner-freebsd-amd64@FreeBSD.ORG Wed May 23 04:22:17 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C2E21065676; Wed, 23 May 2012 04:22:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id D77048FC0A; Wed, 23 May 2012 04:22:16 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4N4MFRT078407; Wed, 23 May 2012 00:22:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4N4MFZU078402; Wed, 23 May 2012 04:22:15 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 23 May 2012 04:22:15 GMT Message-Id: <201205230422.q4N4MFZU078402@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 04:22:17 -0000 TB --- 2012-05-23 01:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-23 01:50:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-23 01:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-23 01:50:00 - cleaning the object tree TB --- 2012-05-23 01:50:00 - cvsupping the source tree TB --- 2012-05-23 01:50:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-23 01:52:28 - building world TB --- 2012-05-23 01:52:28 - CROSS_BUILD_TESTING=YES TB --- 2012-05-23 01:52:28 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-23 01:52:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-23 01:52:28 - SRCCONF=/dev/null TB --- 2012-05-23 01:52:28 - TARGET=amd64 TB --- 2012-05-23 01:52:28 - TARGET_ARCH=amd64 TB --- 2012-05-23 01:52:28 - TZ=UTC TB --- 2012-05-23 01:52:28 - __MAKE_CONF=/dev/null TB --- 2012-05-23 01:52:28 - cd /src TB --- 2012-05-23 01:52:28 - /usr/bin/make -B buildworld >>> World build started on Wed May 23 01:52:29 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] /src/usr.sbin/ppp/throughput.c:124: warning: format '%6qu' expects type 'long unsigned int', but argument 4 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c:124: warning: format '%6qu' expects type 'long unsigned int', but argument 5 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c:126: warning: format '%6qu' expects type 'long unsigned int', but argument 3 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c: In function 'throughput_clear': /src/usr.sbin/ppp/throughput.c:270: warning: format '%6qu' expects type 'long unsigned int', but argument 3 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c:279: warning: format '%6qu' expects type 'long unsigned int', but argument 3 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c:279: warning: format '%6qu' expects type 'long unsigned int', but argument 4 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c:291: warning: format '%6qu' expects type 'long unsigned int', but argument 3 has type 'long long unsigned int' *** Error code 1 Stop in /src/usr.sbin/ppp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-05-23 04:22:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-23 04:22:15 - ERROR: failed to build world TB --- 2012-05-23 04:22:15 - 6442.88 user 885.11 system 9135.45 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Wed May 23 09:24:23 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B6521065672; Wed, 23 May 2012 09:24:23 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id DE9D78FC0A; Wed, 23 May 2012 09:24:22 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q4N9OMct088327; Wed, 23 May 2012 05:24:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q4N9OMDP088320; Wed, 23 May 2012 09:24:22 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 23 May 2012 09:24:22 GMT Message-Id: <201205230924.q4N9OMDP088320@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 09:24:23 -0000 TB --- 2012-05-23 06:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-05-23 06:40:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-05-23 06:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-05-23 06:40:00 - cleaning the object tree TB --- 2012-05-23 06:43:57 - cvsupping the source tree TB --- 2012-05-23 06:43:57 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-05-23 06:50:32 - building world TB --- 2012-05-23 06:50:32 - CROSS_BUILD_TESTING=YES TB --- 2012-05-23 06:50:32 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-23 06:50:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-23 06:50:32 - SRCCONF=/dev/null TB --- 2012-05-23 06:50:32 - TARGET=amd64 TB --- 2012-05-23 06:50:32 - TARGET_ARCH=amd64 TB --- 2012-05-23 06:50:32 - TZ=UTC TB --- 2012-05-23 06:50:32 - __MAKE_CONF=/dev/null TB --- 2012-05-23 06:50:32 - cd /src TB --- 2012-05-23 06:50:32 - /usr/bin/make -B buildworld >>> World build started on Wed May 23 06:50:33 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] /src/usr.sbin/ppp/throughput.c:124: warning: format '%6qu' expects type 'long unsigned int', but argument 4 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c:124: warning: format '%6qu' expects type 'long unsigned int', but argument 5 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c:126: warning: format '%6qu' expects type 'long unsigned int', but argument 3 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c: In function 'throughput_clear': /src/usr.sbin/ppp/throughput.c:270: warning: format '%6qu' expects type 'long unsigned int', but argument 3 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c:279: warning: format '%6qu' expects type 'long unsigned int', but argument 3 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c:279: warning: format '%6qu' expects type 'long unsigned int', but argument 4 has type 'long long unsigned int' /src/usr.sbin/ppp/throughput.c:291: warning: format '%6qu' expects type 'long unsigned int', but argument 3 has type 'long long unsigned int' *** Error code 1 Stop in /src/usr.sbin/ppp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-05-23 09:24:22 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-23 09:24:22 - ERROR: failed to build world TB --- 2012-05-23 09:24:22 - 6442.97 user 881.05 system 9861.28 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Wed May 23 09:40:04 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28596106566C for ; Wed, 23 May 2012 09:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 132068FC14 for ; Wed, 23 May 2012 09:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4N9e3sU031150 for ; Wed, 23 May 2012 09:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4N9e3eS031149; Wed, 23 May 2012 09:40:03 GMT (envelope-from gnats) Date: Wed, 23 May 2012 09:40:03 GMT Message-Id: <201205230940.q4N9e3eS031149@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Peter Jeremy Cc: Subject: Re: amd64/167543: Install FreeBSD can show error message with config 256G DIMM. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Jeremy List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 09:40:04 -0000 The following reply was made to PR amd64/167543; it has been noted by GNATS. From: Peter Jeremy To: Kunlin_Cheng@wistron.com Cc: GORDON_YS_CHEN@wistron.com, Janus_Yang@wistron.com, freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/167543: Install FreeBSD can show error message with config 256G DIMM. Date: Wed, 23 May 2012 19:29:57 +1000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Kunlin, On 2012-May-23 09:36:32 +0800, Kunlin_Cheng@wistron.com wrote: >Is there any progress? Sorry, I got sidetracked. Unfortunately, you haven't provided any information that would allow me to investigate the problem further. Can you please provide more details of your hardware configuration. What motherboard & chipset is this? Please provide a verbose boot log and indicate which device(s) you were installing from and to. You indicate that you can install FreeBSD 9.0 with 240GB RAM. Can you please do so and then do a verbose boot and post the boot log (/var/run/dmesg.boot once you get to multi-user) and the output =66rom "kenv". --=20 Peter Jeremy --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAk+8rhUACgkQ/opHv/APuIeMKACfZtuLvFKram07kNY7gH0oC9oU ENsAoLvW4qbFSJTQ87+9ZooM4zhk6pOH =qox1 -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-freebsd-amd64@FreeBSD.ORG Thu May 24 22:20:06 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A4D61065677 for ; Thu, 24 May 2012 22:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E887F8FC1A for ; Thu, 24 May 2012 22:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4OMK5EQ054073 for ; Thu, 24 May 2012 22:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4OMK5re054072; Thu, 24 May 2012 22:20:05 GMT (envelope-from gnats) Resent-Date: Thu, 24 May 2012 22:20:05 GMT Resent-Message-Id: <201205242220.q4OMK5re054072@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Richard Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3188C1065675 for ; Thu, 24 May 2012 22:11:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1BD938FC12 for ; Thu, 24 May 2012 22:11:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4OMBHBu007766 for ; Thu, 24 May 2012 22:11:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q4OMBHDd007765; Thu, 24 May 2012 22:11:17 GMT (envelope-from nobody) Message-Id: <201205242211.q4OMBHDd007765@red.freebsd.org> Date: Thu, 24 May 2012 22:11:17 GMT From: Richard To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Fri, 25 May 2012 01:14:08 +0000 Cc: Subject: amd64/168320: hptiop driver should support the RR4310 controller card. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2012 22:20:06 -0000 >Number: 168320 >Category: amd64 >Synopsis: hptiop driver should support the RR4310 controller card. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 24 22:20:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Richard >Release: 8.2 >Organization: >Environment: FreeBSD Filenest.eagleserv.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The RocketRaid 4310 controller card from HighPoint Technologies is not recognized by the hptiop driver. This is due to the source code lacking the correct case(s) for the 4310 (and also lacking for the 4322). After adding in the case in the correct switch statement, the controller should be recognized and the driver attached. >How-To-Repeat: Build the hptiop.ko module from the current source using hptiop.c and the Makefile found in the dev environment at '/usr/src/sys/modules/hptiop/Makefile' and specify it to load at boot. With the 4310 controller card installed, boot the machine with the module installed and see that it is recognized by pciconf and the driver is loaded, but dmesg reports "pci1: at device 0.0 (no driver attached)", and any array or disks attached to the controller are not shown in /dev/. >Fix: In the source code hptiop.c, find the "switch (id) {" statement which is followed by the case "case 0x4320:". In new lines, add "case 0x4322:" and "case 0x4310:" prior to the statement "sas = 1;", and recompile. Upon repeating the test in "How to repeat the problem", it should be found that the driver is attached for the controller and any arrays or disks show up in /dev/. dmesg will also report: " hptiop0: adapter at PCI 1:0:0, IRQ 16 hptiop0: mem 0xe1000000-0xe17fffff irq 16 at device 0.0 on pci1 hptiop0: 0 RocketRAID 3xxx/4xxx controller driver v1.3 (010208) hptiop0: Reserved 0x800000 bytes for rid 0x10 type 3 at 0xe1000000 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 49 hptiop0: [GIANT-LOCKED] hptiop0: [ITHREAD] " >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Fri May 25 20:40:02 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A34A106566C for ; Fri, 25 May 2012 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6295B8FC18 for ; Fri, 25 May 2012 20:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4PKe2sb040732 for ; Fri, 25 May 2012 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4PKe24v040731; Fri, 25 May 2012 20:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 25 May 2012 20:40:02 GMT Resent-Message-Id: <201205252040.q4PKe24v040731@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ziyan Maraikar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED18B1065672 for ; Fri, 25 May 2012 20:34:23 +0000 (UTC) (envelope-from admin@nanuoya.pdn.ac.lk) Received: from nanuoya.pdn.ac.lk (unknown [IPv6:2401:dd00:30::1f00]) by mx1.freebsd.org (Postfix) with ESMTP id 4DD2C8FC17 for ; Fri, 25 May 2012 20:34:22 +0000 (UTC) Received: from nanuoya.pdn.ac.lk (localhost [127.0.0.1]) by nanuoya.pdn.ac.lk (8.14.5/8.14.5) with ESMTP id q4PKYKAj038871; Sat, 26 May 2012 02:04:20 +0530 (IST) (envelope-from admin@nanuoya.pdn.ac.lk) Received: (from admin@localhost) by nanuoya.pdn.ac.lk (8.14.5/8.14.5/Submit) id q4PKYKcB038870; Sat, 26 May 2012 02:04:20 +0530 (IST) (envelope-from admin) Message-Id: <201205252034.q4PKYKcB038870@nanuoya.pdn.ac.lk> Date: Sat, 26 May 2012 02:04:20 +0530 (IST) From: Ziyan Maraikar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Mailman-Approved-At: Fri, 25 May 2012 21:55:31 +0000 Cc: Darshana Jayasinghe Subject: amd64/168342: mbuf exhaustion hangs all daemons in keglimit state X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ziyan Maraikar List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 20:40:02 -0000 >Number: 168342 >Category: amd64 >Synopsis: mbuf exhaustion hangs all daemons in keglimit state >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 25 20:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ziyan Maraikar >Release: FreeBSD 9.0-RELEASE amd64 >Organization: Department of computer engineering, University of Peradeniya >Environment: System: FreeBSD nanuoya.pdn.ac.lk 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 HP Proliant DL165 4-core, 8G RAM 4x igb NICs -- 1 interface assigned 6 IPv4 aliases. 3x 1TB SATA zfs RAID-Z pool (zfs boot) >Description: This machine has been running DHCP, BIND, NFS and, openldap serving a lab of about 40 machines. The machine recently began to experience very frequentlockups in all network services including, ssh. The services all hang in state keglimit, even under very light load. I have tried disbling TSO and hardware checksum on igb as suggested in related mailing list posts, but it has no effect. >How-To-Repeat: Several ssh attempts after boot is enough to make all daemons hang in keglimit. # netstat -m 25034/1602/26636 mbufs in use (current/cache/total) 24892/708/25600/25600 mbuf clusters in use (current/cache/total/max) 24642/708 mbuf+clusters out of packet secondary zone in use (current/cache) 0/9/9/12800 4k (page size) jumbo clusters in use (current/cache/total/max) 0/0/0/6400 9k jumbo clusters in use (current/cache/total/max) 0/0/0/3200 16k jumbo clusters in use (current/cache/total/max) 56053K/1852K/57905K bytes allocated to network (current/cache/total) 0/1697/1209 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) 0/0/0 sfbufs in use (current/peak/max) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 0 calls to protocol drain routines >Fix: >Release-Note: >Audit-Trail: >Unformatted: