From owner-freebsd-current@freebsd.org Tue Oct 13 22:17:48 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E17B1A133AE for ; Tue, 13 Oct 2015 22:17:48 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (mail.xzibition.com [52.11.127.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF2F71F20; Tue, 13 Oct 2015 22:17:48 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 4764A13DFC; Tue, 13 Oct 2015 22:08:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 25K3iYDQA-vZ; Tue, 13 Oct 2015 22:08:50 +0000 (UTC) Subject: Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #652 - Failure DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 94EEA13DF4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shatow.net; s=mxc204805312015; t=1444774129; bh=qLemkGm90Q4N/EgNftVQaQriJzQt0/ZGuE5oa7aliDE=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=l4XYtwsrc3lt4+UetZdGUYQmaggV3f73UVN+vn+c1MaN0eMnPARc7xb1HtnIvNFLC ZhrhE+UxGxNF9dVt25al3exukyp5ZKxUWmCZ9EyRVpeRCynrZWizOiRLBxoYOGutZ9 YS+0v0bV7ODV1p/2g+d686dQMPQZ0RxNdDD1kAIksIqlEQyYQ8+ahWsFZV59F0tkL+ 4Xwj04wffZFP+KbtVecbDli1Udlp/h9TC4GDyDHFLvYDIy5tqDAuePqjmJ8TD/uFj9 pLjW5jAGV14F88FVNZavDvOYO56YthOXZugX3mesblZ7a0+oMOuIUpZ28bxO5A8lfo XQK4t+VytP4Cg== To: Craig Rodrigues , "jenkins-admin@freebsd.org" References: <346597700.1.1444719969115.JavaMail.jenkins@jenkins-9.freebsd.org> Cc: freebsd-current Current From: Bryan Drewery Message-ID: <561D80F4.8090502@shatow.net> Date: Tue, 13 Oct 2015 15:08:52 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 13 Oct 2015 22:17:49 -0000 On 10/13/2015 12:24 PM, Craig Rodrigues wrote: > On Tue, Oct 13, 2015 at 12:05 AM, wrote: > >> --- env_test --- >> /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem >> /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include >> -L/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/lib >> --sysroot=/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp >> -B/usr/local/x86_64-freebsd/bin/ >> -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include/c++/v1 >> -std=gnu++11 >> -L/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/../lib/libc++ >> --sysroot=/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp >> -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe -DHAVE_CONFIG_H >> -DATF_C_TESTS_BASE='"/usr/tests/lib/atf/libatf-c"' >> -DATF_INCLUDEDIR='"/usr/include"' >> -I/builds/FreeBSD_HEAD_amd64_gcc4.9/contrib/atf -fstack-protector-strong >> -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter >> -Wpointer-arith -Wno-uninitialized -o env_test env_test.o test_helpers.o >> -lprivateatf-c++ -lprivateatf-c -lprivateatf-c >> test_helpers.o: file not recognized: File truncated >> > > > I think that there is a race condition in > src//lib/atf/libatf-c++/tests/detail/Makefile , > where if built with parallel jobs ( -j ), once in a while, test_helpers.o > is not fully built > before another job tries to link it. This doesn't fail all the time, but > fails intermittently, > which makes it hard to spot. > It looks like a bsd.progs.mk issue. I'll look more. -- Regards, Bryan Drewery bdrewery@freenode/EFNet