From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111411 invoked by alias); 26 Feb 2020 21:59:19 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 111401 invoked by uid 89); 26 Feb 2020 21:59:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-Spam-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Feb 2020 21:59:17 +0000 Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 13EA0300B31A for ; Wed, 26 Feb 2020 22:59:14 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 6D255C37ED; Wed, 26 Feb 2020 22:58:57 +0100 (CET) Date: Wed, 26 Feb 2020 21:59:00 -0000 From: Mark Wielaard To: elfutils-devel@sourceware.org Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset Message-ID: <20200226215857.GC3970@wildebeest.org> References: <20200226214226.BA71390EA01@builder.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200226214226.BA71390EA01@builder.wildebeest.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2020-q1/txt/msg00155.txt On Wed, Feb 26, 2020 at 09:42:26PM +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a failed build on builder whole buildset while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/16/builds/277 > > Buildbot URL: https://builder.wildebeest.org/buildbot/ > > Worker for this Build: centos-aarch64 > > Build Reason: > Blamelist: Konrad Kleine > > BUILD FAILED: failed test (failure) This is really strange. It doesn't seem to be related to the latest commit. It seems to be some internal valgrind issue with the address space manager: https://builder.wildebeest.org/buildbot/#/builders/16/builds/277/steps/8/logs/test-suite_log FAIL: run-nm-self.sh ==================== --18155:0: aspacem Valgrind: FATAL: aspacem assertion failed: --18155:0: aspacem sane_NSegment(&nsegments[i]) --18155:0: aspacem at m_aspacemgr/aspacemgr-linux.c:728 (preen_nsegments) --18155:0: aspacem Exiting now. I'll try to replicate it and figure this out. But I think it doesn't have to do anything with the elfutils code. Cheers, Mark