From owner-freebsd-git@freebsd.org Thu Nov 12 15:57:12 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 499882ED8EE for ; Thu, 12 Nov 2020 15:57:12 +0000 (UTC) (envelope-from david@isnic.is) Received: from mx01.isnic.is (mx01.isnic.is [IPv6:2001:67c:6c:58::133]) by mx1.freebsd.org (Postfix) with ESMTP id 4CX5nz33WWz4S1p for ; Thu, 12 Nov 2020 15:57:11 +0000 (UTC) (envelope-from david@isnic.is) Received: from localhost (wg-client01.isnic.is [185.93.159.98]) by mx01.isnic.is (Postfix) with ESMTPS id 692412223B for ; Thu, 12 Nov 2020 15:57:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isnic.is; s=20200921; t=1605196622; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=BQD/A5WsQgZS/ch+9zTCWF6OozN2x1qDR7Jd7shGQ20=; b=FWPvGb4SyFao1J8gd/IItsLZJBCwpTTxnLCuRI5PtgPapvbwIIB/m3A4G2MCtBPBkjLtKZ xM1f33PmlAbH76r4ToNMnLLK42a2aMVszAvvPaf9pWgJyAg8iz38tHXciiFNeKSEW8C9Dx jQTJych136FDoxqPwkSjTo8YZlguF1/pYZr4D3Gs20msxIXosJlVD2x3eRskXPMv74vCcg XmP7sxTEiuTYRx3fp+Fkn6n3GL+6DdeE0iRQwQ9y/R+nra40wMu2SDvbQQ9xO8hMlrTW1b /Tul/CT6jtvvt1/btzEfXjTtwJ4tC/MVreg/M/hkdX8Wvp6XhIejUhkT0fQbYA== Date: Thu, 12 Nov 2020 15:56:59 +0000 From: =?iso-8859-1?B?RGF27fA=?= Steinn Geirsson To: freebsd-git@freebsd.org Subject: 504 errors from cgit-beta Message-ID: <20201112155659.GQ913@mail> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tZCmRiovzb4sxAVa" Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 4CX5nz33WWz4S1p X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=isnic.is header.s=20200921 header.b=FWPvGb4S; dmarc=none; spf=pass (mx1.freebsd.org: domain of david@isnic.is designates 2001:67c:6c:58::133 as permitted sender) smtp.mailfrom=david@isnic.is X-Spamd-Result: default: False [-1.75 / 15.00]; R_SPF_ALLOW(-0.20)[+ip6:2001:67c:6c::/48]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[isnic.is:+]; SIGNED_PGP(-2.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:67c:6c:58::133:from]; R_MIXED_CHARSET(1.25)[subject]; ASN(0.00)[asn:1850, ipnet:2001:67c:6c::/48, country:EU]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[isnic.is:s=20200921]; FREEFALL_USER(0.00)[david]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-git@freebsd.org]; DMARC_NA(0.00)[isnic.is]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2001:67c:6c:58::133:from:127.0.2.255]; NEURAL_SPAM_SHORT(1.00)[1.000]; MID_RHS_NOT_FQDN(0.50)[]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-git] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2020 15:57:12 -0000 --tZCmRiovzb4sxAVa Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, We are getting frequent 504 errors when running `git fetch` against an existing checkout of `ports.git` from https://cgit-beta.freebsd.org/ports.g= it: ``` $ git fetch cgit-beta error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 fatal: the remote end hung up unexpectedly ``` We have a scheduled CI pipeline that runs every 4 hours and pulls in new changes from https://cgit-beta.freebsd.org/ports.git and it seems to fail about half of the time. Just looking at the last 24 hours: Thu, 12 Nov 2020 12:29:26 +0000 - failed Thu, 12 Nov 2020 08:28:49 +0000 - success Thu, 12 Nov 2020 04:28:44 +0000 - failed Thu, 12 Nov 2020 00:28:25 +0000 - success Wed, 11 Nov 2020 20:27:53 +0000 - failed Wed, 11 Nov 2020 16:29:27 +0000 - success Wed, 11 Nov 2020 12:29:09 +0000 - failed I saw the recent discussion on the change in GC settings (https://lists.freebsd.org/pipermail/freebsd-git/2020-October/000466.html) and tried to reset our checkout (deleted the ports project in our gitlab, created a new clone from cgit-beta and pushed into a new, clean project), but it did not have any effect. Any ideas what could be causing this? PS: Has any date been decided on when the switchover will happen and git becomes the canonical source of truth? I am excited to not have to touch subversion again :) Thanks, -Dav=ED=F0 --tZCmRiovzb4sxAVa Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEvylfYbt7o3c60Grm/+HlKLuPmJoFAl+tW0sACgkQ/+HlKLuP mJoUSQf9GO1Tf2XR4Kb37EFuMXlxW9jX0sHC1pEdCCg64J87P/08VnuHjJuoE31D ne1Y8i4BRrLMHN5lRHNM/OTukiIMD+7owreB4NyVzp/asRVKqtP3dkz33RBJ4AyR 8EV7sUWeeAzeP2g7xiHOZ2xsKGb7bI8c5lFkLgxUn1cr6FdWoh5masBS0s6gpqZj RBm5BTORu6Mj8FTpDtH0hTRGkZTeH5qh2vqhec4QXZYLKXbMcGjFCBR+fpi7CUcL mId14bwHc7MowMibq2uQsRo0LfakK1/GXT6ndIJX+cqxqhNb72RS2rz/9xhq/mxy 7rj0Qm0U/+myb9YgU4cHF3b07y/bWQ== =OcL7 -----END PGP SIGNATURE----- --tZCmRiovzb4sxAVa--