From owner-freebsd-tinderbox@FreeBSD.ORG Thu May 17 10:50:08 2012 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04C57106566B; Thu, 17 May 2012 10:50:07 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id B2E948FC14; Thu, 17 May 2012 10:50:07 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id q4HAo7I5072262; Thu, 17 May 2012 10:50:07 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id q4HAo7L6072261; Thu, 17 May 2012 10:50:07 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 17 May 2012 10:50:07 GMT Message-Id: <201205171050.q4HAo7L6072261@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_9 tinderbox] failure on powerpc64/powerpc X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 10:50:08 -0000 TB --- 2012-05-17 08:20:13 - tinderbox 2.9 running on freebsd-stable.sentex.ca TB --- 2012-05-17 08:20:13 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 mdtancsa@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server amd64 TB --- 2012-05-17 08:20:13 - starting RELENG_9 tinderbox run for powerpc64/powerpc TB --- 2012-05-17 08:20:13 - cleaning the object tree TB --- 2012-05-17 08:20:50 - cvsupping the source tree TB --- 2012-05-17 08:20:50 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_9/powerpc64/powerpc/supfile TB --- 2012-05-17 08:22:36 - building world TB --- 2012-05-17 08:22:36 - CROSS_BUILD_TESTING=YES TB --- 2012-05-17 08:22:36 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-17 08:22:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-17 08:22:36 - SRCCONF=/dev/null TB --- 2012-05-17 08:22:36 - TARGET=powerpc TB --- 2012-05-17 08:22:36 - TARGET_ARCH=powerpc64 TB --- 2012-05-17 08:22:36 - TZ=UTC TB --- 2012-05-17 08:22:36 - __MAKE_CONF=/dev/null TB --- 2012-05-17 08:22:36 - cd /src TB --- 2012-05-17 08:22:36 - /usr/bin/make -B buildworld >>> World build started on Thu May 17 08:22:38 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 Thu May 17 10:46:54 UTC 2012 TB --- 2012-05-17 10:46:54 - generating LINT kernel config TB --- 2012-05-17 10:46:54 - cd /src/sys/powerpc/conf TB --- 2012-05-17 10:46:54 - /usr/bin/make -B LINT TB --- 2012-05-17 10:46:55 - cd /src/sys/powerpc/conf TB --- 2012-05-17 10:46:55 - /usr/sbin/config -m LINT TB --- 2012-05-17 10:46:55 - building LINT kernel TB --- 2012-05-17 10:46:55 - CROSS_BUILD_TESTING=YES TB --- 2012-05-17 10:46:55 - MAKEOBJDIRPREFIX=/obj TB --- 2012-05-17 10:46:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-05-17 10:46:55 - SRCCONF=/dev/null TB --- 2012-05-17 10:46:55 - TARGET=powerpc TB --- 2012-05-17 10:46:55 - TARGET_ARCH=powerpc64 TB --- 2012-05-17 10:46:55 - TZ=UTC TB --- 2012-05-17 10:46:55 - __MAKE_CONF=/dev/null TB --- 2012-05-17 10:46:55 - cd /src TB --- 2012-05-17 10:46:55 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu May 17 10:46:55 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 [...] cc1: warnings being treated as errors /src/sys/dev/e1000/if_em.c: In function 'em_setup_transmit_ring': /src/sys/dev/e1000/if_em.c:3332: warning: implicit declaration of function 'netmap_idx_n2k' /src/sys/dev/e1000/if_em.c:3332: warning: nested extern declaration of 'netmap_idx_n2k' [-Wnested-externs] /src/sys/dev/e1000/if_em.c: In function 'em_txeof': /src/sys/dev/e1000/if_em.c:3795: error: 'struct netmap_adapter' has no member named 'tx_si' /src/sys/dev/e1000/if_em.c: In function 'em_rxeof': /src/sys/dev/e1000/if_em.c:4407: error: 'struct netmap_adapter' has no member named 'rx_si' *** Error code 1 Stop in /obj/powerpc.powerpc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-05-17 10:50:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-05-17 10:50:06 - ERROR: failed to build LINT kernel TB --- 2012-05-17 10:50:06 - 6759.96 user 974.82 system 8993.11 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-powerpc64-powerpc.full