From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vmicros1.altlinux.org (vmicros1.altlinux.org [194.107.17.57]) by sourceware.org (Postfix) with ESMTP id D361E3858415 for ; Tue, 7 Sep 2021 08:34:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D361E3858415 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=altlinux.org Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id 140F472C8D0 for ; Tue, 7 Sep 2021 11:34:17 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id D2AB17CF779; Tue, 7 Sep 2021 11:34:16 +0300 (MSK) Date: Tue, 7 Sep 2021 11:34:16 +0300 From: "Dmitry V. Levin" To: elfutils-devel@sourceware.org Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset Message-ID: <20210907083416.GA27352@altlinux.org> References: <20210903140840.A291B8026A2@builder.wildebeest.org> <31a5a4ff4a158f1e794a28defc30eb14423208ac.camel@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2021 08:34:19 -0000 On Tue, Sep 07, 2021 at 02:12:18AM +0200, Mark Wielaard wrote: [...] > Subject: [PATCH] tests: Make sure to wait for initial scan and groom cycle > > At startup the debuginfod server does a scan and groom cycle. Make > sure to wait for that before triggering a new one with SIGUSR1 or > SIGURST2. Did you mean SIGUSR2? -- ldv