From owner-freebsd-current@FreeBSD.ORG Wed Nov 23 07:57:53 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7758106564A; Wed, 23 Nov 2011 07:57:53 +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 A300F8FC0C; Wed, 23 Nov 2011 07:57:53 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id pAN7vqTU075049; Wed, 23 Nov 2011 02:57:53 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id pAN7vqEG075030; Wed, 23 Nov 2011 07:57:52 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 23 Nov 2011 07:57:52 GMT Message-Id: <201111230757.pAN7vqEG075030@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-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2011 07:57:54 -0000 TB --- 2011-11-23 05:10:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-11-23 05:10:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2011-11-23 05:10:00 - cleaning the object tree TB --- 2011-11-23 05:10:28 - cvsupping the source tree TB --- 2011-11-23 05:10:28 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2011-11-23 05:10:56 - building world TB --- 2011-11-23 05:10:56 - CROSS_BUILD_TESTING=YES TB --- 2011-11-23 05:10:56 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-23 05:10:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-23 05:10:56 - SRCCONF=/dev/null TB --- 2011-11-23 05:10:56 - TARGET=amd64 TB --- 2011-11-23 05:10:56 - TARGET_ARCH=amd64 TB --- 2011-11-23 05:10:56 - TZ=UTC TB --- 2011-11-23 05:10:56 - __MAKE_CONF=/dev/null TB --- 2011-11-23 05:10:56 - cd /src TB --- 2011-11-23 05:10:56 - /usr/bin/make -B buildworld >>> World build started on Wed Nov 23 05:10:57 UTC 2011 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Wed Nov 23 07:49:49 UTC 2011 TB --- 2011-11-23 07:49:49 - generating LINT kernel config TB --- 2011-11-23 07:49:49 - cd /src/sys/amd64/conf TB --- 2011-11-23 07:49:49 - /usr/bin/make -B LINT TB --- 2011-11-23 07:49:49 - cd /src/sys/amd64/conf TB --- 2011-11-23 07:49:49 - /usr/sbin/config -m LINT-NOINET TB --- 2011-11-23 07:49:49 - building LINT-NOINET kernel TB --- 2011-11-23 07:49:49 - CROSS_BUILD_TESTING=YES TB --- 2011-11-23 07:49:49 - MAKEOBJDIRPREFIX=/obj TB --- 2011-11-23 07:49:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-11-23 07:49:49 - SRCCONF=/dev/null TB --- 2011-11-23 07:49:49 - TARGET=amd64 TB --- 2011-11-23 07:49:49 - TARGET_ARCH=amd64 TB --- 2011-11-23 07:49:49 - TZ=UTC TB --- 2011-11-23 07:49:49 - __MAKE_CONF=/dev/null TB --- 2011-11-23 07:49:49 - cd /src TB --- 2011-11-23 07:49:49 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET >>> Kernel build for LINT-NOINET started on Wed Nov 23 07:49:49 UTC 2011 >>> 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 [...] cc1: warnings being treated as errors /src/sys/dev/netmap/netmap.c: In function 'netmap_memory_init': /src/sys/dev/netmap/netmap.c:1626: warning: format '%d' expects type 'int', but argument 7 has type 'size_t' [-Wformat] /src/sys/dev/netmap/netmap.c:1634: warning: format '%d' expects type 'int', but argument 7 has type 'size_t' [-Wformat] /src/sys/dev/netmap/netmap.c: In function 'netmap_memory_fini': /src/sys/dev/netmap/netmap.c:1677: warning: format '%d' expects type 'int', but argument 2 has type 'size_t' [-Wformat] /src/sys/dev/netmap/netmap.c: In function 'netmap_init': /src/sys/dev/netmap/netmap.c:1707: warning: format '%d' expects type 'int', but argument 2 has type 'size_t' [-Wformat] *** Error code 1 Stop in /obj/amd64.amd64/src/sys/LINT-NOINET. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-11-23 07:57:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-11-23 07:57:52 - ERROR: failed to build LINT-NOINET kernel TB --- 2011-11-23 07:57:52 - 7973.36 user 1507.55 system 10071.61 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full