From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755344Ab3LEKiF (ORCPT ); Thu, 5 Dec 2013 05:38:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6430 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754302Ab3LEKiB (ORCPT ); Thu, 5 Dec 2013 05:38:01 -0500 Date: Thu, 5 Dec 2013 11:37:07 +0100 From: Jiri Olsa To: Ingo Molnar Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Andi Kleen , Corey Ashford , David Ahern , Dongsheng Yang , Frederic Weisbecker , Jeremy Fitzhardinge , "Martin K. Petersen" , Mike Galbraith , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Steven Rostedt , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/38] perf/core improvements and fixes Message-ID: <20131205103707.GC21600@krava.brq.redhat.com> References: <1386187622-2928-1-git-send-email-acme@infradead.org> <20131205100429.GC16749@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131205100429.GC16749@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 05, 2013 at 11:04:29AM +0100, Ingo Molnar wrote: > > * Arnaldo Carvalho de Melo wrote: > > > From: Arnaldo Carvalho de Melo > > > > Hi Ingo, > > > > Please consider pulling, > > > > - Arnaldo > > > > The following changes since commit 89e3bbd58a6186b832fe2b9419ac2f9ab90e9089: > > > > Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2013-12-04 10:17:17 +0100) > > > > are available in the git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo > > Hm, I saw such a build failure: > > CC FPIC plugin_kmem.o > BUILD PLUGIN plugin_jbd2.so > plugin_jbd2.o: file not recognized: File truncated > collect2: error: ld returned 1 exit status > make[2]: *** [plugin_jbd2.so] Error 1 > make[1]: *** [install-traceevent-plugins] Error 2 > make[1]: *** Waiting for unfinished jobs.... > CC FPIC plugin_kvm.o > CC FPIC plugin_mac80211.o > > which suggests some sort of build race ... > > I was doing several 'make clean; make install' runs - and the second > run failed. Unfortunately the failure was not reproducible after that > point - and I tried dozens of times. The test system has 12 CPUs. > > The following loop attempts to build until a failure occurs: > > cd tools/perf/ > while make install; do make clean; done > > Any ideas? never saw that one.. starting your test on 24 CPUs server now jirka