From owner-freebsd-stable@FreeBSD.ORG Thu Aug 21 13:35:09 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8D3CB08; Thu, 21 Aug 2014 13:35:09 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 8D7B536F4; Thu, 21 Aug 2014 13:35:09 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 52A8E26F; Thu, 21 Aug 2014 13:35:09 +0000 (UTC) Date: Thu, 21 Aug 2014 13:35:01 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-stable@freebsd.org, dumbbell@FreeBSD.org, eadler@FreeBSD.org, rmacklem@FreeBSD.org, grehan@FreeBSD.org, loos@FreeBSD.org, markj@FreeBSD.org, marck@FreeBSD.org, kib@FreeBSD.org, asomers@FreeBSD.org, davide@FreeBSD.org, slm@FreeBSD.org, luigi@FreeBSD.org, ian@FreeBSD.org, jilles@FreeBSD.org, peter@FreeBSD.org Message-ID: <380483260.5.1408628109182.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <498397041.3.1408604648545.JavaMail.jenkins@jenkins-9.freebsd.org> References: <498397041.3.1408604648545.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_stable_10 #643 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: FAILURE X-Mailman-Approved-At: Thu, 21 Aug 2014 13:56:19 +0000 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 13:35:09 -0000 See Changes: [marck] MFC: Make BSD tree more contemporary-looking. This is actually batch of MFCs from the beginning of stable/10 branch. [kib] MFC r269656: Implement and use proc_realparent(9). MFC r270024 (by markj): Correct the order of arguments passed to LIST_INSERT_AFTER(). For merge, the p_treeflag member of struct proc was moved to the end of the structure, to keep KBI intact. [dumbbell] vt(4): Colors are indexed against a console palette, not a VGA palette Rename vt_generate_vga_palette() to vt_generate_cons_palette() and change it to build a palette where the color index is the same than in terminal escape codes, not the VGA index. That's what TCHAR_CREATE() uses and passes to vt(4). The main differences between both orders are: o Blue and red are swapped (1 <-> 4) o Yellow and cyan are swapped (3 <-> 6) The problem remained unnoticed, because the RGB bit indexes passed to vt_generate_vga_palette() were reversed. This inversion was cancelled by the colors inversions in the generated palette. For instance, red (0xff0000) and blue (0x0000ff) have bytes in opposite order, but were swapped in the palette. But after changing the value of blue (see last paragraph), the modified color was in fact the red one. While here, tune the palette to better match console colors and improve the readability (especially the dark blue). This is an MFC of r269783 and r269791. ------------------------------------------ [...truncated 228902 lines...] --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/usr/obj -std=iso9899:1999 --- depend_subdir_ahci --- awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h --- depend_subdir_acpi --- --- device_if.h --- awk -f @/tools/makeobjops.awk @/kern/device_if.m -h --- bus_if.h --- awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h --- depend_subdir_ahci --- --- pci_if.h --- awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h --- opt_cam.h --- ln -sf /usr/obj opt_cam.h --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/usr/obj -std=iso9899:1999 --- depend_subdir_acpi --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/usr/obj -std=iso9899:1999 --- ac97_if.c --- awk -f -c --- channel_if.c --- awk -f -c --- modules-depend --- ===> acpi/acpi_hp (depend) --- depend_subdir_aic7xxx --- ===> aic7xxx (depend) --- depend_subdir_aio --- ===> aio (depend) --- depend_subdir_aic7xxx --- --- _sub.depend --- ===> aic7xxx/aicasm (depend) --- depend_subdir_acpi --- --- /usr/obj --- @ -> --- /usr/obj --- machine -> --- depend_subdir_aio --- --- /usr/obj --- @ -> --- depend_subdir_acpi --- --- /usr/obj --- --- depend_subdir_aio --- --- /usr/obj --- machine -> --- /usr/obj --- x86 -> --- depend_subdir_acpi --- x86 -> --- opt_acpi.h --- ln -sf /usr/obj opt_acpi.h --- feeder_if.c --- --- modules-depend --- --- depend_subdir_aio --- --- opt_vfs_aio.h --- ln -sf /usr/obj opt_vfs_aio.h --- feeder_if.c --- awk -f -c --- modules-depend --- --- depend_subdir_acpi --- --- acpi_if.h --- awk -f @/tools/makeobjops.awk @/dev/acpica/acpi_if.m -h --- depend_subdir_aic7xxx --- ===> aic7xxx/ahc (depend) --- depend_subdir_aio --- --- vnode_if_newproto.h --- awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p --- depend_subdir_acpi --- --- acpi_wmi_if.h --- awk -f @/tools/makeobjops.awk @/dev/acpi_support/acpi_wmi_if.m -h --- mixer_if.c --- --- modules-depend --- --- depend_subdir_aio --- --- vnode_if_typedef.h --- awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q --- mixer_if.c --- awk -f -c --- modules-depend --- --- depend_subdir_acpi --- --- device_if.h --- awk -f @/tools/makeobjops.awk @/kern/device_if.m -h --- depend_subdir_aio --- --- opt_compat.h --- ln -sf /usr/obj opt_compat.h --- depend_subdir_acpi --- --- bus_if.h --- awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h --- depend_subdir_aio --- --- vnode_if.h --- --- depend_subdir_acpi --- --- .depend --- --- depend_subdir_aic7xxx --- --- /usr/obj --- @ -> --- depend_subdir_acpi --- rm -f .depend CC='cc ' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/usr/obj -std=iso9899:1999 --- depend_subdir_aic7xxx --- --- /usr/obj --- --- mpu_if.c --- --- modules-depend --- --- depend_subdir_aio --- awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h --- mpu_if.c --- awk -f -c --- modules-depend --- --- depend_subdir_aic7xxx --- machine -> --- /usr/obj --- --- depend_subdir_alc --- --- depend_subdir_aio --- --- .depend --- rm -f .depend --- depend_subdir_aic7xxx --- x86 -> --- depend_subdir_alc --- ===> alc (depend) --- depend_subdir_aic7xxx --- --- _sub.depend --- ===> aic7xxx/ahc/ahc_eisa (depend) --- depend_subdir_aio --- CC='cc ' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/usr/obj -std=iso9899:1999 --- depend_subdir_acpi --- ===> acpi/acpi_ibm (depend) --- depend_subdir_alc --- --- /usr/obj --- @ -> --- /usr/obj --- --- depend_subdir_aic7xxx --- --- /usr/obj --- --- depend_subdir_alc --- machine -> --- /usr/obj --- x86 -> --- depend_subdir_aic7xxx --- @ -> --- depend_subdir_alc --- --- device_if.h --- awk -f @/tools/makeobjops.awk @/kern/device_if.m -h --- depend_subdir_acpi --- --- /usr/obj --- --- depend_subdir_aic7xxx --- --- /usr/obj --- --- depend_subdir_alc --- --- bus_if.h --- --- depend_subdir_aic7xxx --- machine -> --- depend_subdir_acpi --- @ -> --- depend_subdir_alc --- awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h --- depend_subdir_aic7xxx --- --- /usr/obj --- --- depend_subdir_acpi --- --- /usr/obj --- --- depend_subdir_aic7xxx --- x86 -> --- ../aic7xxx_reg.h --- ( cd .. ; make aic7xxx_reg.h ) --- depend_subdir_acpi --- machine -> --- depend_subdir_alc --- --- pci_if.h --- --- depend_subdir_aic7xxx --- make[7]: make[7]: don't know how to make aic7xxx_reg.h. Stop make[7]: stopped in /usr/obj *** [../aic7xxx_reg.h] Error code 2 make[6]: stopped in 1 error make[6]: stopped in *** [_sub.depend] Error code 2 make[5]: stopped in --- depend_subdir_acpi --- --- /usr/obj --- --- depend_subdir_aic7xxx --- 1 error make[5]: stopped in *** [_sub.depend] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [depend_subdir_aic7xxx] Error code 2 make[3]: stopped in --- depend_subdir_acpi --- x86 -> A failure has been detected in another branch of the parallel make make[5]: stopped in --- depend_subdir_aio --- A failure has been detected in another branch of the parallel make --- depend_subdir_acpi --- *** [_sub.depend] Error code 2 make[4]: stopped in 1 error make[4]: stopped in --- depend_subdir_aio --- make[4]: stopped in --- depend_subdir_acpi --- *** [depend_subdir_acpi] Error code 2 make[3]: stopped in --- depend_subdir_aio --- *** [depend_subdir_aio] Error code 2 make[3]: stopped in --- depend_subdir_alc --- awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h A failure has been detected in another branch of the parallel make make[4]: stopped in *** [depend_subdir_alc] Error code 2 make[3]: stopped in 4 errors make[3]: stopped in *** [modules-depend] Error code 2 make[2]: stopped in /usr/obj 1 error make[2]: stopped in /usr/obj *** [buildkernel] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildkernel] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure