From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id BBE5D387089F for ; Wed, 12 Jun 2024 12:14:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BBE5D387089F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org BBE5D387089F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718194490; cv=none; b=rL7UTn795bQX3IHZuutmWUN+DCMp3bliamhQTIsLKSb2Tx5bBFekjZR5H2tEYQuxQkO696p/5/0v4oAq5L+d1kmkoO5ACOwI+FtqlaQZ6JDLFDg+Kw+cOD8w2njYPUUl6eRgICUC9NT3Ol241znMt8IfSFDokBsmleuzgTazMbs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718194490; c=relaxed/simple; bh=S8xEGcWsSN1hbEWCVPRF4eXv8/yeG6H2LbaLdWKKET8=; h=Message-ID:Subject:From:To:Date:MIME-Version; b=wl1BQLC9nhHt2NriENBSGdqIWnyvdXSF1XjA4k+RO9G6CfgwiSQx4g2SS/48XYaQvuoVVQvC9Um+Il8DadlBQxGm4XA/GilmpkwDIRZnrVe0LtKdD2Pdl96D64QSjy1ds1cTKlyRX4SvfburEw5FeONGF9+HJEWKaxyKzRTIS+I= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 6EA0030291A9; Wed, 12 Jun 2024 14:14:46 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id 956843402AB; Wed, 12 Jun 2024 14:14:45 +0200 (CEST) Message-ID: <918a2bce294f5c91b4f119e692b8122706b7a883.camel@klomp.org> Subject: Re: gcc git locked out for hours second day in a row From: Mark Wielaard To: Jakub Jelinek , Mikael Morin Cc: gcc@gcc.gnu.org, Frank Eigler Date: Wed, 12 Jun 2024 14:14:45 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.52.1 (3.52.1-1.fc40) MIME-Version: 1.0 X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, On Wed, 2024-06-12 at 13:48 +0200, Jakub Jelinek via Gcc wrote: > Yesterday the gcc git repository was locked for 3 hours > locked by user mikael at 2024-06-11 13:27:44.301067 (pid =3D 974167) > 78:06 python hooks/update.py refs/users/mikael/tags/fortran-dev_merges/r1= 0-1545 0000000000000000000000000000000000000000 c2f9fe1d8111b9671bf0aa83624= 46516fd942f1d > process until overseers killed it but today we have the same > situation for 3 ours and counting again: > locked by user mikael at 2024-06-12 08:35:48.137564 (pid =3D 2219652) > 78:06 python hooks/update.py refs/users/mikael/tags/toto 0000000000000000= 000000000000000000000000 cca005166dba2cefeb51afac3ea629b3972acea3 Just for the record, I kill the process and removed the git- hooks::update.token.lock file. Sorry that killed mikael's push, but hopefully that makes it possible for others to push again. Cheers, Mark