From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS54825 139.178.80.0/21 X-Spam-Status: No, score=-3.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9C2601F452 for ; Wed, 15 Nov 2023 00:07:33 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=LDtZp5jH; dkim-atps=neutral Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0C80E614B0; Wed, 15 Nov 2023 00:07:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 76C13C433C8; Wed, 15 Nov 2023 00:07:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700006851; bh=jSpWy1oNf+Yil4LWPjz8oYX/vyNJYUsJDuuQqUFLaAA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LDtZp5jHZSrnMifQoklmv6RQ1a6DzUjEpM7uac7Jhn+eCj2vkgul5bthl8iLscKd5 mBZGB1bSD/1W4s+YUHnBytquLRYQLIg7Hek4GQZFOjKx19AlNR0wwrnQ+rxUtnGOj6 Mj7EBfayaRIEGR5n8NSKTVZ3YYEljdqji+sA8pVE= Date: Tue, 14 Nov 2023 19:07:24 -0500 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: t/cindex.t "associate w/o search" test hangs for me Message-ID: <20231114-futuristic-orchid-mosquito-81babd@nitro> References: <20231114-idealistic-marvellous-dove-dd143e@nitro> <20231114221653.M550291@dcvr> <20231114-prompt-sage-bobcat-0e6bec@nitro> <20231114224657.M270072@dcvr> <20231114-accelerated-myrtle-fulmar-2ea0df@nitro> <20231114234620.M78107@dcvr> <20231114-voracious-diamond-cicada-ac568b@nitro> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231114-voracious-diamond-cicada-ac568b@nitro> List-Id: On Tue, Nov 14, 2023 at 06:51:00PM -0500, Konstantin Ryabitsev wrote: > On Tue, Nov 14, 2023 at 11:46:20PM +0000, Eric Wong wrote: > > My, that's a lot of pipes... > > > > I should've told you to try this debug patch earlier, but this > > might help... (and our test suite should really be able to > > watch messages like this while capturing) > > Will try this shorty -- currently running a git bisect to find the last time > when tests passed on this system. Looks like the last time I am able to successfully run "make test" is before this commit: b231d91f42d791becf7b6861e723833d71e73237 is the first bad commit The error I start getting after this commit is: t/extsearch.t ................ 160/? # Failed test 'lei_err=unindexed extindex /tmp/pi-extsearch-12765-FmsY/extindex not supported # # Argument "-TERM" isn't numeric in kill at /home/mricon/public-inbox-test/blib/lib/PublicInbox/IPC.pm line 442. # Argument "-TERM" isn't numeric in kill at /home/mricon/public-inbox-test/blib/lib/PublicInbox/IPC.pm line 442. # # converted 0 messages # ' # at /home/mricon/public-inbox-test/blib/lib/PublicInbox/TestCommon.pm line 579. # Looks like you failed 1 test of 172. t/extsearch.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/172 subtests It is repeated multiple times after. HTH. -K