From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id 24CC53858004 for ; Mon, 14 Dec 2020 10:18:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 24CC53858004 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-128-Ck8HRS6IOUmVMBhTis6zAg-1; Mon, 14 Dec 2020 05:18:47 -0500 X-MC-Unique: Ck8HRS6IOUmVMBhTis6zAg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 10DBA800D53; Mon, 14 Dec 2020 10:18:46 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-112-11.ams2.redhat.com [10.36.112.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A04671971D; Mon, 14 Dec 2020 10:18:45 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.16.1/8.16.1) with ESMTPS id 0BEAIh5k1102888 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Mon, 14 Dec 2020 11:18:43 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.16.1/8.16.1/Submit) id 0BEAIfBB1102887; Mon, 14 Dec 2020 11:18:41 +0100 Date: Mon, 14 Dec 2020 11:18:41 +0100 From: Jakub Jelinek To: Andreas Schwab Cc: Martin =?utf-8?B?TGnFoWth?= , gcc@gcc.gnu.org Subject: Re: gcc/DATESTAMP not updated any longer Message-ID: <20201214101841.GC3788@tucnak> Reply-To: Jakub Jelinek References: <20201211182624.GZ3788@tucnak> <5d853a91-75b3-6c8f-d60b-2d78cbee168d@suse.cz> <875z54ln7f.fsf@igel.home> MIME-Version: 1.0 In-Reply-To: <875z54ln7f.fsf@igel.home> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2020 10:18:52 -0000 On Mon, Dec 14, 2020 at 11:02:44AM +0100, Andreas Schwab wrote: > On Dez 14 2020, Martin Liška wrote: > > > On 12/11/20 7:26 PM, Jakub Jelinek wrote: > >> When running it manually it just completed without problems. > >> So, no idea what happened. > > > > Morning. > > > > Unfortunately, today we have similar problem. Master was bumped, but > > not any of the release branches: > > Perhaps it was competing with an ongoing push? Unlikely. Because last successful commit to the repo before has been more than 3 hours before the datestamp update time and first successful commit to the repo after it has been more than 6 hours after it. Jakub