From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id DB3233858426 for ; Wed, 2 Nov 2022 12:06:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DB3233858426 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 53D983061FA5 for ; Wed, 2 Nov 2022 13:06:46 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 10D98413CD0E; Wed, 2 Nov 2022 13:06:46 +0100 (CET) Message-ID: Subject: Re: =?UTF-8?Q?=E2=98=A0?= Buildbot (GNU Toolchain): elfutils - failed test (failure) (master) From: Mark Wielaard To: elfutils-devel@sourceware.org Date: Wed, 02 Nov 2022 13:06:45 +0100 In-Reply-To: <20221102011525.8E1153858417@sourceware.org> References: <20221102011525.8E1153858417@sourceware.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3033.1 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, On Wed, 2022-11-02 at 01:15 +0000, builder--- via Elfutils-devel wrote: > A new failure has been detected on builder elfutils-fedora-ppc64le > while building elfutils. >=20 > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/55/builds/96 >=20 > Build state: failed test (failure) > Revision: f0f155569c6859c5bc529c0279a6b4803aac950f > Worker: fedora-ppc64le > Build Reason: (unknown) > Blamelist: Aaron Merey >=20 > Steps: > [...] > - 7: make check ( failure ) > Logs: > - stdio:=20 > https://builder.sourceware.org/buildbot/#builders/55/builds/96/steps/7/lo= gs/stdio > - test-suite.log:=20 > https://builder.sourceware.org/buildbot/#builders/55/builds/96/steps/7/lo= gs/test-suite_log This was not because of any of Aaron's commits (thanks for the fixups!). This is the run-debuginfod-federation-metrics.sh crash in libmicrohttpd (version 0.9.75): libmicrohttpd error: Call to epoll_ctl failed: Bad file descriptor Fatal error in GNU libmicrohttpd daemon.c:2927: Close socket failed. Still don't know why that is sometimes triggered. It does seem to be caused by the latest libmicrohttpd release. But only occasionally. Cheers, Mark