From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 34CC1C2FD for ; Sat, 11 May 2024 06:50:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715410224; cv=none; b=fxB/YMvHVn8sVfczH7Wej9nP9NBS10iLuwbMm2MN+Xk8JGYb0lJNrrFLGKrM4AoxkYa+gZUq7hx4YbRSEwCpr+BkRzLpeI0eraKZjULRgfu2qrkyt0SD6CBxZTN5TCoT5ft1HEdJ/p+7GGQirJ96lQtWvCNOXOjxswfQ/w9s0Dc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715410224; c=relaxed/simple; bh=4EeXPkw9b3PyURqE69hG6Okyj1vluYDywdgpt+bAYms=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ABCFNvvD04H8WYM3JsJt2QAndJS4NR8eWsq6+dC1lW1SK+amVHxqwh3djHOuq4lG3GsmtOEJxWYIiXROHiGvFpbbZMDl44ye6fnIYFKRQOKAnF4Mo+x2gNov4LLBC96/N6JVulAuOFVgQxnQIc21uHhWUwRw1TmSTptFGQ/2SFA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1s5gYj-0003qH-Fk; Sat, 11 May 2024 08:50:17 +0200 Date: Sat, 11 May 2024 08:50:17 +0200 From: Florian Westphal To: Jakub Kicinski Cc: Florian Westphal , Simon Horman , Hangbin Liu , Jaehee Park , Petr Machata , Nikolay Aleksandrov , Ido Schimmel , Davide Caratti , Matthieu Baerts , netdev@vger.kernel.org Subject: Re: [TEST] Flake report Message-ID: <20240511065017.GA31232@breakpoint.cc> References: <20240509160958.2987ef50@kernel.org> <20240510083551.GB16079@breakpoint.cc> <20240510074716.1bbb8de8@kernel.org> <20240510090336.54180074@kernel.org> <20240510164147.GE16079@breakpoint.cc> <20240510110243.08eed391@kernel.org> <20240510171441.3a287dcd@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240510171441.3a287dcd@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Jakub Kicinski wrote: > > Picked the old tree. Let's see.. > > Looks like that worked!! Great, thanks a lot! > So the last fail we see for netfilter is nft-flowtable-sh with kernel > debug enabled: > > https://netdev.bots.linux.dev/contest.html?executor=vmksft-nf-dbg&test=nft-flowtable-sh I'd guess socat gets killed off before it hits EOF, I sent a patch to bump the timeout to 1m. Lets see if thats enough to make it fly.