From owner-freebsd-current@FreeBSD.ORG Sun May 11 10:40:34 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67C5A5A5; Sun, 11 May 2014 10:40:34 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 51AA327B8; Sun, 11 May 2014 10:40:34 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id BBD675F4; Sun, 11 May 2014 10:40:33 +0000 (UTC) Date: Sun, 11 May 2014 10:40:29 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, andrew@FreeBSD.org, imp@FreeBSD.org, ian@FreeBSD.org, loos@FreeBSD.org, grehan@FreeBSD.org, adrian@FreeBSD.org, cperciva@FreeBSD.org, nwhitehorn@FreeBSD.org, alc@FreeBSD.org, hselasky@FreeBSD.org, kib@FreeBSD.org, tuexen@FreeBSD.org Message-ID: <1745000634.11.1399804832712.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1355304498.10.1399793946486.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1355304498.10.1399793946486.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD-modules #397 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: FreeBSD_HEAD-modules X-Jenkins-Result: FAILURE X-Mailman-Approved-At: Sun, 11 May 2014 16:56:51 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 10:40:34 -0000 See Changes: [cperciva] In cf_get_method, when we don't already know what clock speed the CPU is running at, guess the nearest value instead of looking for a value within 25 MHz of the observed frequency. Prior to this change, if a system booted with Intel Turbo Boost enabled, the dev.cpu.0.freq sysctl is nonfunctional, since the ACPI-reported frequency for Turbo Boost states does not match the actual clock frequency (and thus no levels are within 25 MHz of the observed frequency) and the current performance level is read before a new level is set. MFC after: 3 days Relnotes: Bug fix in power management on CPUs with Intel Turbo Boost [hselasky] Optimise host mode data roundtrip time. When BULK data is submitted to the main processing queue, clear the NAK counter for any associated BULK or CONTROL transfers and poll the endpoint(s) for 1 millisecond at 125us rate interval, before going into slow, 10ms, NAK polling mode again. This has the effect that typical ping-ping protocols respond quicker when initiated from the USB host. MFC after: 2 weeks ------------------------------------------ Started by upstream project "FreeBSD_HEAD" build number 647 originally caused by: Started by an SCM change Building remotely on jenkins-10.freebsd.org (FreeBSD-10) in workspace Updating svn://svn.freebsd.org/base/head/sys at revision '2014-05-11T10:39:51.794 +0000' U kern/kern_cpu.c U dev/usb/controller/dwc_otg.c U dev/usb/controller/dwc_otg.h At revision 265876 Updating svn://svn.freebsd.org/base/head/share/mk at revision '2014-05-11T10:39:51.794 +0000' At revision 265876 no change for svn://svn.freebsd.org/base/head/share/mk since the previous build [FreeBSD_HEAD-modules] $ /bin/sh -xe /tmp/hudson1951992605594906963.sh + export JFLAG=-j4 + export MAKESYSPATH= + cd + echo '=== make cleandir ===' === make cleandir === + make cleandir ===> aac (cleandir) make[1]: " line 24: Could not find ../../share/mk/bsd.mkopt.mk make[1]: " line 38: Malformed conditional (${MK_FORMAT_EXTENSIONS} == "no") make[1]: Fatal errors encountered -- cannot continue make[1]: stopped in *** Error code 1 Stop. make: stopped in Build step 'Execute shell' marked build as failure