From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DAE35C07E9A for ; Tue, 13 Jul 2021 03:32:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B2AEE61042 for ; Tue, 13 Jul 2021 03:32:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230237AbhGMDel (ORCPT ); Mon, 12 Jul 2021 23:34:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229571AbhGMDei (ORCPT ); Mon, 12 Jul 2021 23:34:38 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 036E7C0613DD; Mon, 12 Jul 2021 20:31:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:References:Cc:To:From: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=N9iPnfeFi3bu3+N51yDyZ0F7PsjrvY2hj036hiPLuuE=; b=vRMIz/FHPFGTLcXpZet0WWw85o Qy7a6dQ3sNqYBIKbQxyUtxsVWqcEVuu4lcPshc0n0OIJ/pAsPk9W2ao7zYxH52ZVqJ6BOzrvenzkI sAz3LB9fortPR3ZwBlB/gAAVJqvzzO+EvSEj1cEaR0e0RHT+7DQn4psuewHGhtLMyGnQ5x+PBqVQV aRyF9JnyWePWudJG48rOAPaQZJv4pr6TuzpqNd+y2CLluTHT/NlPPaGzkthJ5LIOUYH6l/UGyRksH lRffszMrBboEfyDnF6woO/QShMJyHOd9OicfE/YFO3nEF+apAL0IfvLg3tKbTsL5dkDxHYVsh773R G/VuDK/Q==; Received: from [2601:1c0:6280:3f0::aefb] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1m3999-0091TQ-Bt; Tue, 13 Jul 2021 03:31:47 +0000 Subject: Re: linux-next: Tree for Jul 12 (no Rust) From: Randy Dunlap To: Stephen Rothwell Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Masahiro Yamada , Miguel Ojeda References: <20210712120828.5c480cdc@canb.auug.org.au> <20210713111029.77bfb9bb@elm.ozlabs.ibm.com> <56341950-abd6-8a9c-42ca-7eb91c55cc90@infradead.org> <8ed74a96-7309-3370-4b8b-376bface7cc6@infradead.org> Message-ID: <47f394e5-c319-3b79-92ad-d33b0d96993e@infradead.org> Date: Mon, 12 Jul 2021 20:31:46 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <8ed74a96-7309-3370-4b8b-376bface7cc6@infradead.org> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/12/21 8:03 PM, Randy Dunlap wrote: > On 7/12/21 6:43 PM, Randy Dunlap wrote: >> On 7/12/21 6:10 PM, Stephen Rothwell wrote: >>> Hi Randy, >>> >>> On Mon, 12 Jul 2021 08:24:16 -0700 Randy Dunlap wrote: >>>> >>>> I am getting no builds completing. I see this: >>>> >>>> Error: No compiler specified. >>>> Usage: >>>> ../scripts/rust-version.sh >>>> init/Kconfig:71: syntax error >>>> init/Kconfig:70: invalid statement >>>> >>>> and then 'bc' running continuously until I kill it. >>> >>> OK, this is weird. init/Kconfig has not changed from Friday and I >>> don't see these errors at all in my builds. I also have no rust >>> compiler installed. And the kernel ci bot seems happy (well nothing >>> like this anyway). >>> >> >> Hm, OK, I'll check for patch/merge problems (since I am using >> tarballs and patches). > > I'm still checking. I see a bunch of build errors in 2021-07-12 but > they could just be source tree problems -- I don't have much confidence > in them. I'll hope for better results tomorrow (07-13) but see if I > can determine what is going on here. > > thanks. > OK, I found some 'patch' failures in my download logs, so something in my scripts didn't do its job. Thanks for bringing it up! -- ~Randy