From owner-freebsd-current@FreeBSD.ORG Mon Oct 13 02:07:14 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17CC451A; Mon, 13 Oct 2014 02:07:14 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 06B938C8; Mon, 13 Oct 2014 02:07:14 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 6E721A60; Mon, 13 Oct 2014 02:07:14 +0000 (UTC) Date: Mon, 13 Oct 2014 02:07:12 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, yongari@FreeBSD.org, jch@FreeBSD.org, jhibbits@FreeBSD.org, ngie@FreeBSD.org, mav@FreeBSD.org, hrs@FreeBSD.org Message-ID: <2040945122.30.1413166034409.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #1617 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 13 Oct 2014 02:07:14 -0000 See Changes: [ngie] Do initial port of contrib/netbsd-tests/lib/libc/locale t_io: - Expect failures potentially related to implementation-specific knowledge of the zh_TW.Big5 locale [*] t_mbrtowc: - Handle unknown locales more gracefully (do not test if the locale doesn't exist) - Expect failure with mbrtowc_internal dealing with Japanese locales (potentially related to implementation detail knowledge of the ja_* locales) [*]. t_mbstowcs, t_mbtowc, t_wctomb: - Handle unknown locales more gracefully (do not test if the locale doesn't exist) t_wcstod: - Treat FreeBSD like NetBSD and Linux in the XXX: FIXME section [*] More investigation is required to determine the root cause of the failures Submitted by: pho Sponsored by: EMC / Isilon Storage Division [yongari] Remove ALC_LOCK_ASSERT in alc_stop_queue(). This function is now called in device attach without holding a driver lock so it resulted in panic. Reported by: markj [ngie] Add #include for printf Sponsored by: EMC / Isilon Storage Division [jhibbits] Check error return from reading integer part of temperature. There's a very remote, but possible, chance that the integer part read will fail, but the fraction read succeeds, at which point the reported temperature is invalid. Reported by: Matthew Rezny MFC after: 3 weeks [ngie] Expect nice_err to fail on FreeBSD with unprivileged users PR: 189821 Sponsored by: EMC / Isilon Storage Division [jch] A connection in TIME_WAIT state before calling close() actually did not received any RST packet. Do not set error to ECONNRESET in this case. Differential Revision: https://reviews.freebsd.org/D879 Reviewed by: rpaulo, adrian Approved by: jhb (mentor) Sponsored by: Verisign, Inc. [hrs] s/-/_/ in name. [ngie] - Add libutil #include for fparseln - Change ATF_REQUIRE_EQ_MSG to ATF_CHECK_EQ_MSG to gather all failing results possible (currently 12 with leftassoc) - Mark leftassoc "atf_tc_expect_fail" on FreeBSD (PR coming soon after further analysis is done on the code) In collaboration with: pho Sponsored by: EMC / Isilon Storage Division [ngie] Fix compilation errors with missing wide-type headers and fix compilation warnings with -Wformat In collaboration with: pho Sponsored by: EMC / Isilon Storage Division [ngie] Implement 64MB memory limit for test to ensure that it fails reliably in 600 seconds; it would previously fail inconsistently when run in some virtual machine configurations This patch might need to be reverted or revisited later (see the attached PR for more details) PR: 169302 Submitted by: pho Sponsored by: EMC / Isilon Storage Division [jhibbits] Add an AC line monitor so power_profile can work Summary: Add a polling loop (1Hz) to monitor the battery and AC status, to notify devd like ACPI does for power monitoring. This allows /etc/rc.d/power_profile to work on PowerPC laptops Test Plan: Tested on a Titanium PowerBook, configuring economy_cpu_freq and performance_cpu_freq, disabling powerd. Reviewers: #powerpc, nwhitehorn Reviewed By: nwhitehorn Subscribers: rpaulo Differential Revision: https://reviews.freebsd.org/D937 [mav] Remove stale comments. ------------------------------------------ Started by user rodrigc Building remotely on jenkins-10.freebsd.org (FreeBSD-10) in workspace Updating svn://svn.freebsd.org/base/head at revision '2014-10-13T02:05:27.126 +0000' U contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c U contrib/netbsd-tests/lib/libc/locale/t_wcstod.c U contrib/netbsd-tests/lib/libc/locale/t_io.c U contrib/netbsd-tests/lib/libc/locale/t_mbtowc.c U contrib/netbsd-tests/lib/libc/locale/t_wctomb.c U contrib/netbsd-tests/lib/libc/locale/t_mbrtowc.c U contrib/netbsd-tests/lib/libc/gen/t_nice.c U contrib/netbsd-tests/lib/libc/regex/t_exhaust.c U contrib/netbsd-tests/lib/libc/regex/t_regex_att.c U contrib/netbsd-tests/lib/libc/regex/debug.c U etc/devd/apple.conf U etc/rc.d/bgfsck U sys/dev/alc/if_alc.c U sys/dev/iicbus/max6690.c U sys/powerpc/powermac/pmu.c U sys/cam/ctl/scsi_ctl.c U sys/netinet/tcp_usrreq.c At revision 273019 [FreeBSD_HEAD] $ /bin/sh -xe /tmp/hudson5455479227585742006.sh + cat + make -j 4 buildworld __MAKE_CONF= make: " line 1: Need an operator make: Fatal errors encountered -- cannot continue make: stopped in Build step 'Execute shell' marked build as failure