From nobody Fri Nov 10 18:00:41 2023 X-Original-To: freebsd-git@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SRmpD1Tfvz50QBd for ; Fri, 10 Nov 2023 18:00:52 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:151:4202::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SRmpC0yQzz4HsX for ; Fri, 10 Nov 2023 18:00:51 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=softfail (mx1.freebsd.org: 2a01:4f8:151:4202::3 is neither permitted nor denied by domain of joneum@FreeBSD.org) smtp.mailfrom=joneum@FreeBSD.org; dmarc=none Received: from [192.168.188.37] (p579938da.dip0.t-ipconnect.de [87.153.56.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 4357F21D7B1 for ; Fri, 10 Nov 2023 19:00:42 +0100 (CET) Content-Type: multipart/alternative; boundary="------------9Nlpw4WAPw3GOBzDcCmC8tX0" Message-ID: <4949e29a-dc01-4289-971d-0c61313fd463@FreeBSD.org> Date: Fri, 10 Nov 2023 19:00:41 +0100 List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: de-DE From: Jochen Neumeister To: freebsd-git@freebsd.org Subject: commit error: Non-standard/badly formatted template - found X-Spamd-Result: default: False [-1.08 / 15.00]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; NEURAL_HAM_LONG(-1.00)[-0.998]; NEURAL_HAM_SHORT(-0.99)[-0.989]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; XM_UA_NO_VERSION(0.01)[]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-git@freebsd.org]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; R_DKIM_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; DMARC_NA(0.00)[freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; R_SPF_SOFTFAIL(0.00)[~all:c]; FREEFALL_USER(0.00)[joneum]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-git@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; TO_DOM_EQ_FROM_DOM(0.00)[] X-Rspamd-Queue-Id: 4SRmpC0yQzz4HsX X-Spamd-Bar: - This is a multi-part message in MIME format. --------------9Nlpw4WAPw3GOBzDcCmC8tX0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi all, There is an error when I want to publish a commit: remote: remote: ================================================================ remote: Non-standard/badly formatted template - found 'Reviewers:' instead of 'Reviewed by:'. remote: ================================================================ remote: To ssh://repo.freebsd.org/ports.git I cannot find any errors in my commit message: databases/mysql57-{client, server}: Update to 5.7.43 Bugs Fixed: Group Replication: After one machine halted and restarted in a three-node MySQL InnoDB Cluster, one node failed to start; after restarting all nodes, the cluster shut down unexpectedly. Our thanks to Zetang Zeng for the contribution. (Bug #34976442) Fortified parsing of the network packet data sent by the server to the client. (Bug #35374491) Some floating-point literals were not always handled correctly. (Bug Executing a query with an implicit aggregation should return exactly one row, unless the query has a HAVING clause that filters out the row, but a query with a HAVING clause which evaluated to FALSE sometimes ignored this, and returned a row regardless. (Bug #14272020) During optimization, range-select tree creation uses logic which differs based on the left-hand side of the IN() predicate. For a field item, each value on the right-hand side is added to an OR tree to create the necessary expression. In the case of a row item comparison (example: WHERE (a,b) IN ((n1,m1), (n2, m2), ...)), an expression in disjunctive normal form (DNF) is needed. A DNF expression is created by adding an AND tree with column values to an OR tree for each set of RHS values, but instead the OR tree was added to the AND tree causing the tree merge to require exponential time due to O(n2) runtime complexity. (Bug See full Changlog here: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-43.html Sponsored by:   Netzkommune GmbH # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # category/port: Subject goes here, max 50 cols -| # #                                                         72 columns --| # # Do not add a Submitted by line.  If someone besides the committer sent in the # change, the commit author should be set using `git commit --author`. # # Uncomment and complete these metadata fields, as appropriate: # # PR:           # Reported by:  # Reviewed by:  # Tested by:    # Approved by:  # Obtained from:        # Fixes:        # MFH:          # Relnotes:     # Security:     # Sponsored by: # Pull Request: # Differential Revision: # # "Pull Request" and "Differential Revision" require the *full* GitHub or # Phabricator URL. # # Date:      Fri Nov 10 18:25:02 2023 +0100 # # On branch main # Your branch is ahead of 'origin/main' by 2 commits. #   (use "git push" to publish your local commits) # # Changes to be committed: #       modified: databases/mysql57-client/files/patch-cmake_ssl.cmake #       modified:   databases/mysql57-server/Makefile #       modified:   databases/mysql57-server/distinfo #       modified: databases/mysql57-server/files/patch-cmake_ssl.cmake I have set up my git according to this guideline: https://docs.freebsd.org/en/articles/committers-guide/#git-mini-daily-use Does anyone here have any tips? Cheers jochen --------------9Nlpw4WAPw3GOBzDcCmC8tX0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

Hi all,

There is an error when I want to publish a commit:

remote:
remote: ================================================================
remote: Non-standard/badly formatted template - found 'Reviewers:' instead of 'Reviewed by:'.
remote: ================================================================
remote:
To ssh://repo.freebsd.org/ports.git

I cannot find any errors in my commit message:

databases/mysql57-{client, server}: Update to 5.7.43

Bugs Fixed:
Group Replication: After one machine halted and restarted in a
three-node MySQL InnoDB Cluster, one node failed to start; after
restarting all nodes, the cluster shut down unexpectedly.

Our thanks to Zetang Zeng for the contribution. (Bug #34976442)

Fortified parsing of the network packet data sent by the server to
the client. (Bug #35374491)

Some floating-point literals were not always handled correctly. (Bug

Executing a query with an implicit aggregation should return exactly
one row, unless the query has a HAVING clause that filters out the row,
but a query with a HAVING clause which evaluated to FALSE sometimes
ignored this, and returned a row regardless. (Bug #14272020)

During optimization, range-select tree creation uses logic which
differs based on the left-hand side of the IN() predicate. For a field
item, each value on the right-hand side is added to an OR tree to create
the necessary expression. In the case of a row item comparison (example:
WHERE (a,b) IN ((n1,m1), (n2, m2), ...)), an expression in disjunctive
normal form (DNF) is needed. A DNF expression is created by adding an
AND tree with column values to an OR tree for each set of RHS values,
but instead the OR tree was added to the AND tree causing the tree merge
to require exponential time due to O(n2) runtime complexity. (Bug

See full Changlog here: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-43.html

Sponsored by:   Netzkommune GmbH

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# category/port: Subject goes here, max 50 cols -|
# <then a blank line>
#                                                         72 columns --|
#
# Do not add a Submitted by line.  If someone besides the committer sent in the
# change, the commit author should be set using `git commit --author`.
#
# Uncomment and complete these metadata fields, as appropriate:
#
# PR:           <If and which Problem Report is related.>
# Reported by:  <If someone else reported the issue.>
# Reviewed by:  <If someone else reviewed your modification.>
# Tested by:    <If someone else tested the change.>
# Approved by:  <If you needed approval for this commit.>
# Obtained from:        <If the change is from a third party.>
# Fixes:        <Short hash and title line of commit fixed by this change>
# MFH:          <Ports tree branch name you plan to merge to.>
# Relnotes:     <Set to 'yes' for mention in release notes.>
# Security:     <Vulnerability reference (one per line) or description.>
# Sponsored by: <If the change was sponsored by an organization.>
# Pull Request: <https://github.com/freebsd/freebsd-ports/pull/###>
# Differential Revision:        <https://reviews.freebsd.org/D###>
#
# "Pull Request" and "Differential Revision" require the *full* GitHub or
# Phabricator URL.
#
# Date:      Fri Nov 10 18:25:02 2023 +0100
#
# On branch main
# Your branch is ahead of 'origin/main' by 2 commits.
#   (use "git push" to publish your local commits)
#
# Changes to be committed:
#       modified:   databases/mysql57-client/files/patch-cmake_ssl.cmake
#       modified:   databases/mysql57-server/Makefile
#       modified:   databases/mysql57-server/distinfo
#       modified:   databases/mysql57-server/files/patch-cmake_ssl.cmake

I have set up my git according to this guideline: https://docs.freebsd.org/en/articles/committers-guide/#git-mini-daily-use

Does anyone here have any tips?


Cheers
jochen


--------------9Nlpw4WAPw3GOBzDcCmC8tX0-- From nobody Fri Dec 8 21:34:05 2023 X-Original-To: freebsd-git@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Sn4Cj2JPlz53RcK for ; Fri, 8 Dec 2023 21:34:25 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic305-21.consmr.mail.gq1.yahoo.com (sonic305-21.consmr.mail.gq1.yahoo.com [98.137.64.84]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Sn4Cg72v6z4Pm5 for ; Fri, 8 Dec 2023 21:34:23 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yahoo.com header.s=s2048 header.b=eWT3BM7S; spf=pass (mx1.freebsd.org: domain of marklmi@yahoo.com designates 98.137.64.84 as permitted sender) smtp.mailfrom=marklmi@yahoo.com; dmarc=pass (policy=reject) header.from=yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1702071261; bh=YhMcJYIyXj52ITmt6rwcIHAJPDjq0Bc3nONPqgEyxfs=; h=From:Subject:Date:To:References:From:Subject:Reply-To; b=eWT3BM7S6YxeAejlbTeYQhkijOMj9ZBxQOyCm0Z65BjU9YIks3+cU86jLHSDBlTdLq9xYDWHpZJXPJ1I+z09rhkl3fp5JSSicC65Yyw93oaZHsbxXFERR4oo0IiWgC5mNTY4nAEa8gEcWob9UG/8DnaFYd6wxOFNP5XU/h9a2pC6eEyXARjuWK9d5r2yaZCgb4flXJV2jse5V+HL+K7S0P6/QnTHhqxemWPIZQySwvWi0hJlI9ANbWTKv3RqtdiEi9+s3T2eXIk43hyWcjFXvrR1QqkEzoA2QkZZNXbmgXR2Uhfh7d4ebG/Na+Mwb1kNEO69c00ZfaWdFvod64mreg== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1702071261; bh=jI0I//p0yIxDoUNzkkdDWTEVxCWLIspM1y3qT3zoFMn=; h=X-Sonic-MF:From:Subject:Date:To:From:Subject; b=DSKGY+uQij5nDfhsstIgukmBd+hA1gnvCKqzI8PVjk3XrRbgsfnB2syQJw87/sEqmaaE8usLH5yD3cjYC+XsFNATJMTM3trsEcwqQ9ZAiGNcJDRc3yftqp8jZ8fb74PXtDb6KH2KNjv3gAYOfFMi2/WtUSx0L2hObL+l+i1Q3OfUkLHcHtBolKs+B4YQiskiRZUtdEs0cI9VGQrKbbzdpZYaQ2ngG7m6zKuDSBjLqnCSJOU/20fUQWNh1bGhqUgQDRvbntOhSDRMJwb4vNFjaZNgh3aKJa9diSN2r+cN8m2qSO7rdK9IYDM68AoxSVVNDo+faqAWn3FbwCQOvvaWUQ== X-YMail-OSG: .mFHgksVM1kw4H7djfxqpnLQ2S20Gqh3x9s1sHSYnOLUcQj9Y.z7W_EOp4Z1721 5BtEcfZoi5UpPIYrZHosqcm9pnPcmagzczLFb6wKi3o8P98OX1AxTiGR3iz4uajIgzLDGowD2Sqc bEooEMUsxovrRB89TozZiGV.mmP9cS1nTZapgKj.J2CvOD0QvqWAkRZjMds5MxqsB73AFgisXvV0 nA4ZIg_8zSnjqDFhBY7qZfynbUmaPD2nvh6jFveB5ibYiteZx3hcnrh6Zsau9pE3WllMM2flKYI3 zMgm5WKbVO_o0hcgdkXMBreXjtl0FRQWuf93EkHnlAyMqIBdSaQSu3PEaZ5BIuTuKh1MlLPObkQa xyWzjYZKxAjNIHzuCNFXczPc_c.8SOuutY30v.iBHufhE7U0XBf9N4giE3_7nNyYcA.K..lRD974 Gz3Rk9y9wJFjwxo0CHZMOC37v39_gOqCk1fh_VWOIxmU0TVEEO56mlD5XO0regMyo.MtoMqL7zxq P04MUBl.Hnj6I1JVG0zNw0L0mpX5EmIFuHGmoS5r0pPF.hsfe9dO4RD4Ui87OPCCU_bOC80u1tNQ xpieBJ9psUngB9cgpNmQDjW2j6W9ozdquvplO9s8NMk4MppUJnzGXsj3sW95ZyWytU2wOlTk8FGu 9u_qbY8YeJRiiy85V2.wTQxzQ0xYXt_cmefth32RHnbiiK5rJwKQGPlw0iryupzTJHBWEcf1pi28 Uo4DAFK_5qdhKVqr4Q9NiPacuIYUk2tTan9Qj5ijZH2Xn_4q9_6sjoZ1apEB9R6_JYaF1PF3w2fP MaBhbMp8Il7hhWn5ee8KiRCngtN7_OGQP7Vv7e.K0nNM14575K0Z.i_mhr0v8CU2SZnmgKQpL53r nafstfA8mDZ_dSMnO6OmNdft08UwTWgAXWmf7nKaT68NLepqAmODA5HhcTlikO9pk6VOyY8NweWf xaqtzK45Cv.bb9Yu1nzPNn9G72FCkX.AvXZlY8iwRt4axOFmhiua56L6yRpiPrlx1V1w8QN7trKh zfT8pNFQZ6ZdZ82YfrMtiBxV3LbPdEM5MhwEBeIExwfAPPhU41Psx24GyiOqC3itU1jDXa5gvGKC vOC_O30PXldQdMxQIo0nULS8hYNOulURdgsa2d4kC6lIuD2Rml_sfsk.aVAD2OyVGog6dqDLOSsA 89sU94zZw3UURWgJ7beVbrtSdKxbTnSQA8WceQOZqcdnp9GLHykELbfrJZZ2gnQU1l_p0OhGbE4Q c8zo.5pRMFH3bmUknKPZTsPxoK6OukOTcj0wrwtLo5zl.qncBoT2Ea1yUP0K4Q7pqIEL2IemXhda M3I6qxBaGtzXDus097FWwG7hVNMyfrQz5ImXqZDwDD.WgFhlTCYYPKjGSJtKoKthxcVnQj0dsex0 5Yl5RxwTYX.YrMHvWAndr674_0S8Qnhs8Iwwt8ot0lxaOrf8febjM7TbQa.vQBpDUu6Sn55Qcf3b 74wVIGv0xfaANz2ZsLBnFTSz6mXVoERHf9JSF5w7XLXxMBTJuWHcbAnEmzQYeqyVeyQ5seR1t4xf 8IHDI_ITpnciuUv8.WouzM4MoNAYk5_SpkT9CYv6Os8lLlpwERYkHfsYuwp_a1vmiFHC_ETRFjOh TMTu3ImIjhajED54bcUwY81xbXxnDphSwJlB9Rs5p7VfenmOBZXbf4SaobLkrcz5pon6k4d6_TOl 5wIoU9gPQV0ZGYtJ4Lbu_yt2ru0la168V9jElw6rCBXRzo7C3mY_BY2WtqxJqMVWarzCBCxMYLeM yBfdkFsGEemubROSeeZYFS7SwVlFM8GbpGmbdz2pnIv9Jj9PwgPRsxYrTkS_Y8lHfz3lzkfbnA2y vdt_FpPqRp4.zAUhKVQlCsTfRVhjuPzFM5tiBrxfg7CGiPivN6yVUTn_RNDLTS8YCr_1iA0bofRz rD5C_jC9cMSj1pVDhCbJzVR6hFKF7DFeNuqAXU9I_tJud4au88nySO5u6rqEGiKpGlGMqt0QxN_1 VRU4wa3UnBXVoK25yLATGwhqllKqWJO4cFXIb3ZwsLKQloedGrAR28FMv3TkQoL8NJISK1UA4c57 Ok0GZ_VqnAevWwA2FHf2h7nsEhoyf1stxPZTyXV7w42T3gDsSB0Tvqv6SwV1RvfKdFYuMGj7Cn3F xNY.0LHhJVCHjEZiNZqU_hW3ZbXLn9KVVYv0ytmCihTh6G2sdGaObYCKfSSn7FAaQpE9Iynksa7l 0rfRxkRkTpmEPqOhzUeUO9Bmvpf2vg21ik8FKxHWQ.XSGMMj7fvMhs8ByIT6OAw-- X-Sonic-MF: X-Sonic-ID: 64a1f57f-ccfb-453b-819e-29c5cbaae5c1 Received: from sonic.gate.mail.ne1.yahoo.com by sonic305.consmr.mail.gq1.yahoo.com with HTTP; Fri, 8 Dec 2023 21:34:21 +0000 Received: by hermes--production-gq1-64499dfdcc-95tsn (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID fdbd864d3803cc4b2c4fa4520927b754; Fri, 08 Dec 2023 21:34:15 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.200.91.1.1\)) Subject: Odd fetch failure when using https://git.FreeBSD.org/src.git ("curl 18 transfer closed with outstanding read data remaining") Message-Id: Date: Fri, 8 Dec 2023 13:34:05 -0800 To: freebsd-git X-Mailer: Apple Mail (2.3774.200.91.1.1) References: X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; MV_CASE(0.50)[]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[98.137.64.84:from]; RCPT_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-git@freebsd.org]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[98.137.64.84:from]; DKIM_TRACE(0.00)[yahoo.com:+]; TO_DN_ALL(0.00)[]; FREEMAIL_FROM(0.00)[yahoo.com]; DWL_DNSWL_NONE(0.00)[yahoo.com:dkim]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/20, country:US]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4Sn4Cg72v6z4Pm5 X-Spamd-Bar: --- On multiple system on the same local network, when I have: [remote "freebsd"] fetch =3D +refs/notes/*:refs/notes/* url =3D https://git.FreeBSD.org/src.git fetch =3D +refs/heads/*:refs/remotes/freebsd/* I've been getting: # git -C /usr/main-src/ fetch error: RPC failed; curl 18 transfer closed with outstanding read data = remaining error: 59 bytes of body are still expected fatal: expected flush after ref listing But with: [remote "freebsd"] fetch =3D +refs/notes/*:refs/notes/* url =3D ssh://anongit@git.FreeBSD.org/src.git fetch =3D +refs/heads/*:refs/remotes/freebsd/* I got on those same systems: # git -C /usr/main-src/ fetch The authenticity of host 'git.freebsd.org (192.158.248.9)' can't be = established. ED25519 key fingerprint is . . . . . . remote: Enumerating objects: 1736, done. remote: Counting objects: 100% (626/626), done. remote: Compressing objects: 100% (4/4), done. remote: Total 1736 (delta 622), reused 622 (delta 622), pack-reused 1110 Receiving objects: 100% (1736/1736), 1.96 MiB | 2.76 MiB/s, done. Resolving deltas: 100% (1096/1096), completed with 306 local objects. =46rom ssh://git.FreeBSD.org/src 7d0ee5ebd052..c711af772782 main -> freebsd/main 7f1c8b021bfe..da6997b05390 releng/12.3 -> = freebsd/releng/12.3 1f71f08e3b18..b5ad6b488d9e releng/12.4 -> = freebsd/releng/12.4 08225c10315a..e8439726cfa5 releng/13.2 -> = freebsd/releng/13.2 305be1f36b3e..06497fbd52e2 releng/14.0 -> = freebsd/releng/14.0 2e6541b943ef..80560eec655a stable/12 -> = freebsd/stable/12 336d8c4a79e9..07fa8d431c0e stable/13 -> = freebsd/stable/13 118b866d9c39..4161f141aa79 stable/14 -> = freebsd/stable/14 a03ebd9beec6..450f2d0b08e7 vendor/openzfs/master -> = freebsd/vendor/openzfs/master Reverting to: url =3D https://git.FreeBSD.org/src.git # git -C /usr/main-src/ fetch error: RPC failed; curl 18 transfer closed with outstanding read data = remaining error: 59 bytes of body are still expected fatal: expected flush after ref listing on all those systems. For reference (examples): # uname -apKU FreeBSD 7950X3D-ZFS 15.0-CURRENT FreeBSD 15.0-CURRENT #132 = main-n266795-7d0ee5ebd052-dirty: Sun Dec 3 15:07:48 PST 2023 = root@7950X3D-ZFS:/usr/obj/BUILDs/main-amd64-nodbg-clang/usr/main-src/amd64= .amd64/sys/GENERIC-NODBG amd64 amd64 1500005 1500005 # uname -apKU FreeBSD CA72-16Gp-ZFS 15.0-CURRENT FreeBSD 15.0-CURRENT #122 = main-n266795-7d0ee5ebd052-dirty: Sun Dec 3 15:20:34 PST 2023 = root@CA72-16Gp-ZFS:/usr/obj/BUILDs/main-CA72-nodbg-clang/usr/main-src/arm6= 4.aarch64/sys/GENERIC-NODBG-CA72 arm64 aarch64 1500005 1500005 =3D=3D=3D Mark Millard marklmi at yahoo.com From nobody Fri Dec 8 23:22:08 2023 X-Original-To: freebsd-git@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Sn6gc256Qz53bny for ; Fri, 8 Dec 2023 23:25:16 +0000 (UTC) (envelope-from naddy@mips.inka.de) Received: from mail.inka.de (mail.inka.de [IPv6:2a04:c9c7:0:1073:217:a4ff:fe3b:e77c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Sn6gb2Y3Vz3Cd5 for ; Fri, 8 Dec 2023 23:25:15 +0000 (UTC) (envelope-from naddy@mips.inka.de) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of naddy@mips.inka.de has no SPF policy when checking 2a04:c9c7:0:1073:217:a4ff:fe3b:e77c) smtp.mailfrom=naddy@mips.inka.de; dmarc=none Received: from mips.inka.de (naddy@[127.0.0.1]) by mail.inka.de with uucp (rmailwrap 0.5) id 1rBkDQ-005lSV-PV; Sat, 09 Dec 2023 00:25:04 +0100 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.17.1/8.17.1) with ESMTP id 3B8NM8D8025209 for ; Sat, 9 Dec 2023 00:22:08 +0100 (CET) (envelope-from naddy@lorvorc.mips.inka.de) Received: (from naddy@localhost) by lorvorc.mips.inka.de (8.17.1/8.17.1/Submit) id 3B8NM85H025208 for freebsd-git@freebsd.org; Sat, 9 Dec 2023 00:22:08 +0100 (CET) (envelope-from naddy) Date: Sat, 9 Dec 2023 00:22:08 +0100 From: Christian Weisgerber To: freebsd-git@freebsd.org Subject: Re: Odd fetch failure when using https://git.FreeBSD.org/src.git ("curl 18 transfer closed with outstanding read data remaining") Message-ID: References: List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-1.07 / 15.00]; AUTH_NA(1.00)[]; URL_IN_SUBJECT(1.00)[git.freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.99)[-0.987]; NEURAL_HAM_LONG(-0.98)[-0.984]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-git@freebsd.org]; DMARC_NA(0.00)[inka.de]; R_SPF_NA(0.00)[no SPF record]; ARC_NA(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROMTLD(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:202113, ipnet:2a04:c9c7::/32, country:DE]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[naddy]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-git@freebsd.org]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Queue-Id: 4Sn6gb2Y3Vz3Cd5 X-Spamd-Bar: - Mark Millard: > # git -C /usr/main-src/ fetch > error: RPC failed; curl 18 transfer closed with outstanding read data remaining > error: 59 bytes of body are still expected > fatal: expected flush after ref listing As per a discussion elsewhere: One of the geographically distributed mirrors to which git.freebsd.org resolves is having trouble. This was fixed, but appeared again. I expect this will get fixed soon. -- Christian "naddy" Weisgerber naddy@mips.inka.de From nobody Sat Dec 9 02:19:02 2023 X-Original-To: freebsd-git@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SnBXH1ckxz53q9w for ; Sat, 9 Dec 2023 02:19:11 +0000 (UTC) (envelope-from philip@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SnBXH129fz3Ssd; Sat, 9 Dec 2023 02:19:11 +0000 (UTC) (envelope-from philip@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702088351; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=J3KMgrEq2gyFxQjeIEkwpnvg2P953nCAPMIpvlNQ6fQ=; b=Ds19TsC8coyaODrXsauBhypZwWiFb014wtMMgE7mKHQJEbSYEOKgBBfMmobUKIIpyqPUGl Pk4e3gThZHTYKHfRQd0umvqZXi/iBBfrz1zNcplPi9qoEU/1KQXgIykXW/ogiaIRAwZcxa D1pouvKkAbeC2ATHdPgjIWy1/UpeR5YHLhh7sbqLS8lwdSw0CYDfvTumA/R76bY4/jJTtH 6SNsS67sIgq9aXIfYzQJ6Z0k19rWYVj28qy/Va9H11fmOWiLd72eIyQeqn47eaM3rRpep2 pP4OO+QZG0fsNSZAcYAro1Gy+Y7TcfBziWwlB4mRhH1f69inPaZwtebyx7bjUg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1702088351; a=rsa-sha256; cv=none; b=e3KE9tVcsQ6noQ59uEt1CLwZqiewnhdyeSXzsEN1YGmoVKmLOgjW67HI9YPVgyMEy++++B 80fBmg9LbEzF8N4PiMXIbp4PpOsyjchfkvaHOvgidRkKFvTO7+JIYV8K1ZpFNnTFnxQHbJ 1XT4xsTeLh3+/TTjKk02Xv2hS4t2w/k3LeXNVlznQPczwYh9ygz9vxJGmpfeSRs5Qfshh2 JTKbI1OsYxVQxRzaeubO0W1E9GwZ5f5p2u9jaUlW0pcFxnSe3NfEkAYi06iRTb0ZENnMqz NLAByl6kGzE7ia5luL5dSexV/6BITiAC9idu4hJvML+ogWhjoOLiMqpXIfh2cg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702088351; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=J3KMgrEq2gyFxQjeIEkwpnvg2P953nCAPMIpvlNQ6fQ=; b=qWdCmX1kU1HgW5wlIXHN5LOdT5jeeh0U+N/6KdiHSG56IghHf/RC90buiG8h94WIhmEZZx +ooTwoi8eTdi7gvSb8iHzQFP6qgbMCZ/Uo+y72Irp26Y1Vy3dP7h4uRtb1JZW7fIz+yjCv 2vol8D+TB21xO0/24ijv09GhQ1npVgAw5XZ9iqLWI8HaTkezxyL3e17NVKfzD69R4+4vRm /8jlYHCOn+jvRXCsNIZDFi5FKGPIIMl2qBuAjYQqMwMZ8iqwvRlHXDP3tsSi9m+AI0DpDj VnxRxfNXIndQGS0h6hkTN7KAyJXKDh32iaxGZ4WvIJ9ezsh6/Ktc+M/+AERRrQ== Received: from auth1-smtp.messagingengine.com (auth1-smtp.messagingengine.com [66.111.4.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: philip/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4SnBXG6xqtz1MPm; Sat, 9 Dec 2023 02:19:10 +0000 (UTC) (envelope-from philip@freebsd.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id D21F527C0054; Fri, 8 Dec 2023 21:19:10 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 08 Dec 2023 21:19:10 -0500 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrudekjedggeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffokfgjfhggtgesthdtmhdtredttdenucfhrhhomheprfhhihhl ihhpucfrrggvphhsuceophhhihhlihhpsehfrhgvvggsshgurdhorhhgqeenucggtffrrg htthgvrhhnpedvheehkefghfeiteehteduudeuhfdvgeettdeihfffleeuteeggeetuddt tddufeenucffohhmrghinhepfhhrvggvsghsugdrohhrghenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehphhhilhhiphdomhgvshhmthhprghu thhhphgvrhhsohhnrghlihhthidqudduieeivdeivdegkedqvdefhedukedttdekqdhphh hilhhipheppehfrhgvvggsshgurdhorhhgsehtrhhouhgslhgvrdhish X-ME-Proxy: Feedback-ID: ia691475d:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 8 Dec 2023 21:19:09 -0500 (EST) From: Philip Paeps To: Mark Millard Cc: freebsd-git Subject: Re: Odd fetch failure when using https://git.FreeBSD.org/src.git ("curl 18 transfer closed with outstanding read data remaining") Date: Sat, 09 Dec 2023 10:19:02 +0800 X-Mailer: MailMate (1.14r6005) Message-ID: <83B56C30-E729-4BAB-8AEC-06869DE9AC4F@freebsd.org> In-Reply-To: References: List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; format=flowed On 2023-12-09 05:34:05 (+0800), Mark Millard wrote: > On multiple system on the same local network, when I have: > > [remote "freebsd"] > fetch = +refs/notes/*:refs/notes/* > url = https://git.FreeBSD.org/src.git > fetch = +refs/heads/*:refs/remotes/freebsd/* > > I've been getting: > > # git -C /usr/main-src/ fetch > error: RPC failed; curl 18 transfer closed with outstanding read data > remaining > error: 59 bytes of body are still expected > fatal: expected flush after ref listing Some of the mirrors are running out of space. We're really tight on space in a couple of locations while we have to support 12.4, 13.2, 14.0 and 15-CURRENT packages. We'll be in much better shape again when we can stop building/distributing 12.4 packages at the end of this year. (We do monitor disk space. We also have automation that tries to stop disks from getting full. Unfortunately, the automation struggles when there is very little margin. And we don't have human bandwidth to babysit the automation.) Philip -- Philip Paeps Senior Reality Engineer Alternative Enterprises From nobody Sat Dec 9 02:48:49 2023 X-Original-To: freebsd-git@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SnCBp0Jgqz53rmS for ; Sat, 9 Dec 2023 02:49:06 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic316-55.consmr.mail.gq1.yahoo.com (sonic316-55.consmr.mail.gq1.yahoo.com [98.137.69.31]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SnCBn4jPtz3W5T for ; Sat, 9 Dec 2023 02:49:05 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1702090143; bh=FMjboMXeCkupk4S5WzAfuthzidt77Q7OmUb9wX9w5Co=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From:Subject:Reply-To; b=eaFoo7KUjoNehmE+6wkZKGOq+NWPhtMU1XOOWWxmhTuFJXFEojDH6yglkk0QRCUnlhDFZFGHY97jn0h2H0kgO2Cf6uDcaY8+MojfVl2pz03I76zvm0g9GUaRIRmw8+6UZsl2DsM24TBHOu39IzRkmWtcwkIzh3tn7g350LwtEDmYHu6kItRBO/hpn2vx/A5sRilcZYOt/JeCPcX6KhA3cW+fi17rqAYVBP7XG+w+iqauEd16pP9bdrjj1/eLthQYD4Xc47ZLtJSvytykb6eJfG4iQVQp4ztNQzmDik37e1Y0BEk+JCXxGyec7vYxSX8X+I2lRPJLub9tREDCFkAsvw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1702090143; bh=i48RqxBYLBRq55Lf6owrkbTt9QvBFYluyMiWk/QcmG4=; h=X-Sonic-MF:Subject:From:Date:To:From:Subject; b=TJEZPVVp7rfSt9umDrQsGwQvR/L7yGHz29VjUKqDc1RkWnmGvSmvIczroFn8cqxUZ7D4XiN6eyXY6kRrliOW+uNoHf0Ox4RHWuKkfccfZHzsymp88JPo4sKHzNhXA1+9oLFxEMcsR/MgCifZUvU/Tje7Fu2WwbvQ6Wv5+NQFHzl2QxEDCyqWuL/tcar14joabxjp/cbz3bxUvEqrH3SUPnblbHuxpPCOLz4/HmokHtQ0ZXl0TCatnclYAi6+b7UBAXJtXQTCIBlNc2iOdXGSeKOvdt4LgJd3F5lRaQNK+kDJPs4VmFF+uwWX3N1C3ZKTLq2ROqu48Llik7KbuCCO0A== X-YMail-OSG: td.xGXEVM1nTqwuzivgqOniMcqLyrg6ALIAQBdHHS2RMqFJptnqfkAidvfBFhnz AcO5mH_GyrSjrjEdSy4ewMFFY3.y0lIlea7MylsHavh94Zo2Sq38DMHG9mD_jnd8QrmqdgU4wYK_ Y2z91BdF7k5vgcU5JOkvceZ19DEoG4lav2ULLsDvWPOdF0MEESlzbxtoYGjePtyV_3NKVt2546DY T76fv2BmBkaS97qa0.KaKeFAK.8kldgp4uPtmLRwvJOcq3IzAuKszXY1r9NXhsEt3PeAY74DtNh_ rMMInJ6j8El7PKpd2bubBAr4LjZtVySqL4BTUIDahRuUTySrGAi8hlaszcrW.07pnWNi5IYw.WP4 HUI2j3AdjgEWc4l.vShZx_2_bEfhnWTWgo0ToKLsPy9sdOVSVI.f1.MJSll0Vluk6kX8PfRCK3fu brtE9hO7suD8A7CPMGq4UZYtCLhe9sLt1.rh5pGSPOqokZMiU4Ax2Qxu87AyC2.kmOCg0Ohrkd9f I2RUh9KLydeYFQQqRIammxywDCYJ_E8KnGZu.SYypfZR8_nzFNPHplBICKn8yEyrE6vRC_vx3Fr5 I3NCmPnpNI8ULZ3GX_htlZqYk.YhrycUHbPtzZDpR4Gf8I95uYOk48vDYffeIOerpY0FfAc2J5Qo jTN.MHYD3LmF1wZgVCGbJaklLGB3GsBL9HuzCed22XXYtsTN8H6fSmJi4R05WBKtm6FFMC9py7Ho ZTBpk0NoK54ZlFzKo7XPchqTGhQfJjAkotRLMT811FrFEfq3Wfecz6.DupES4ZpyQcfO9sB7D.Bu 1Jn_pXt.SHaetaO42JiKkHl8TFQecVI0B6LLaMksvrPps4PQDrnejfnooGGnq1IHYBkjY8LsnXea Jv8QLdtxBRZLJaOyURNMln7Y_743E3Vdvibxdey4VOd7dGmqJyD5qrRQYRrrlGSXNbaUKMPYetsE g68crhho4fxuG51ZlTgFg.MNeAymtdD9L0tn65vKibgYfCZ5j0zmTbtBeWqbBLzlKc_2AW1y5bQb I_0cOLp1Yjy7ADdNswz82vf_2pe47luRvFYljUsn1j1qM1o2KbiEWoH.z0kQoxiU7z2ozIPcIDbK wICBIDg0lDmsoj5FiEdbzN2mtiL8Do1ievFRY1cR.Ruv3tgoP2B9oGsLwFYBcMZqeLa14LfBypf8 1RRaJKsyCmxjtlmUe3TMu_L_XyXllNIr6jbsBOQlG93XIUs6I0Hl6DhHj3r5TI39M09xI6X.TwK_ nbg5PVS_7WVago.QVE6SG5.hrlB425yXxJVbg2DkmAuIMj6UA6Dg9z_4HDiWd25BsIjTTfwikDHs AoyOZXaqc.9m8fnjcnOsMgw0_wVymMMN2TcN_FthI102zoQ174pnZ7W0aDIKSDlS9a.Aibo9hWXw bAmAJnDTFyKApWI6s25IYB0K6CFEtjVmmhAVVFmvXLrK3MNfLtKBuAjEygDgAUH1IRYgCrjfYBAr e.GnrZyxoCXcEdW1SRBL46iU5_diSDeJ98H3E5s5Zd_gGxU9iVd.M5Jl1dfUMrIGmyNrs6auqqUg fGVn0CPDesWncYBDA5.2FA0.kvK4l18Da.khX5QO4bSq.YjtAflnZpbncYrE0CLI_OGgaJW3rbHf pVrOaxzLEOeG3EgZg1V9P20pysam3aSXtT_R1EK6FzJ2kGDoAocg8_wkuDU6RowH1UdfYdfxDdmf t7OUUnum7UgN0lSgBPWDUgjDbFxeaAY.ZmBx6S_Hoa.oshvpzB3Io61dTGewxguJYEUsMur2s5Pg F0TBBsgUrOVd5VPdKUjB.lMde2Jbb2c9dKiTC.rUpwfzZdFIYHLfOEVe04533QfyIGo725L3sRu2 5ko8CMyq1jLs4tLlC2y8O56ZJ71WeenmNSmzRKDMNfMDS_iBj6pTEhxOiXX2vRNs51FDeCu7vgMW Uc5PcqyNZlnp4eYsz81JSXykIc9wyd2SedEp1Qlh6PhcNYKcwpbyVB9lFHncs.faF_LBnSPmFOUB PuRJyz8298yPwD4wlGcKS2rBG7WAUIYdnEI287YdXFJ3XgVBehYRnVMF4fpJnt2o5R2j8up6zfqW NUN8H2nCFIdee4pqWk.G6l4sQVTlpgulVSlX2xk_Da4KEyD3pAOyFeKocqsyeOK1GWxOBqvTuFNf AupwkdCAylIjedOV0iwn8tAntadFrtgIvUt9rLDdb3LSUAffTKIa7m_h_gUnMmfTeS94sotf_szv mkXY1dnjYi8bBM6rLhwmtM2O8ss78OGGl5.r56ES._VHTSBqkT40oiIDCinw7jfXOsbXh1HuU9Do s X-Sonic-MF: X-Sonic-ID: 8d24947b-837c-49b6-8696-7aab6b63c3a8 Received: from sonic.gate.mail.ne1.yahoo.com by sonic316.consmr.mail.gq1.yahoo.com with HTTP; Sat, 9 Dec 2023 02:49:03 +0000 Received: by hermes--production-gq1-64499dfdcc-m6m9b (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 4fe89b216fd823b0ccaeae02590c7382; Sat, 09 Dec 2023 02:49:00 +0000 (UTC) Content-Type: text/plain; charset=us-ascii List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.200.91.1.1\)) Subject: Re: Odd fetch failure when using https://git.FreeBSD.org/src.git ("curl 18 transfer closed with outstanding read data remaining") From: Mark Millard In-Reply-To: <83B56C30-E729-4BAB-8AEC-06869DE9AC4F@freebsd.org> Date: Fri, 8 Dec 2023 18:48:49 -0800 Cc: freebsd-git Content-Transfer-Encoding: quoted-printable Message-Id: References: <83B56C30-E729-4BAB-8AEC-06869DE9AC4F@freebsd.org> To: Philip Paeps X-Mailer: Apple Mail (2.3774.200.91.1.1) X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/20, country:US] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4SnCBn4jPtz3W5T On Dec 8, 2023, at 18:19, Philip Paeps wrote: > On 2023-12-09 05:34:05 (+0800), Mark Millard wrote: >> On multiple system on the same local network, when I have: >>=20 >> [remote "freebsd"] >> fetch =3D +refs/notes/*:refs/notes/* >> url =3D https://git.FreeBSD.org/src.git >> fetch =3D +refs/heads/*:refs/remotes/freebsd/* >>=20 >> I've been getting: >>=20 >> # git -C /usr/main-src/ fetch >> error: RPC failed; curl 18 transfer closed with outstanding read data = remaining >> error: 59 bytes of body are still expected >> fatal: expected flush after ref listing >=20 > Some of the mirrors are running out of space. We're really tight on = space in a couple of locations while we have to support 12.4, 13.2, 14.0 = and 15-CURRENT packages. We'll be in much better shape again when we = can stop building/distributing 12.4 packages at the end of this year. >=20 > (We do monitor disk space. We also have automation that tries to stop = disks from getting full. Unfortunately, the automation struggles when = there is very little margin. And we don't have human bandwidth to = babysit the automation.) armv6 is tier 3 for 14.x : https://www.freebsd.org/platforms/ Would temporarily removing having: https://pkg.freebsd.org/FreeBSD:14:armv6/latest/... files on the various mirrors until 12.x is gone be of some use? (May be even removed on the original servers.) (Just an idea, given the lack of guarantees for tier 3.) https://pkg.freebsd.org/FreeBSD:14:armv6/latest/... could be repopulated after 12's materials are gone from the mirrors (and other servers). =3D=3D=3D Mark Millard marklmi at yahoo.com From nobody Sat Dec 9 03:52:52 2023 X-Original-To: freebsd-git@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SnDcV6DXDz53CsZ for ; Sat, 9 Dec 2023 03:52:58 +0000 (UTC) (envelope-from philip@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SnDcV5XX2z3b8S; Sat, 9 Dec 2023 03:52:58 +0000 (UTC) (envelope-from philip@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702093978; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JIB/rHGdYXg/8hp9y57w49OcO1I03riB8bidEULP50s=; b=K/f4obXE1Asy68YhqpS7+rEraw0bpYEDpQU6efjjiQ3p1DMF24TWfn1fToni/ICt5XkD79 bXvPbhSWFDi+448WyGzvQSaCLdLpg1eM8NV4p9/ew4F0qIacr2ZTKPqoF4kJOmNC8JRJ1G CPO8RiuncnWH8B4OqEX5DfS3lzk9YgSh4ljpmm2ZDTneniwCOsebBx29TCV8zPf6VTpZRP gkci+joSPtPYVmrfipeYH35iDOnsitlj7+/jDlLUnsxzWIVUYKXwHFOv8EG8eBcXFSwghZ qbYXoVJFdnR8yCcHR+/+iKB1Il7U4QAJAta2AGMQU3ljyol9lrmYuEzx1FcsLA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1702093978; a=rsa-sha256; cv=none; b=edHrofdXpkHe7ouqT7pzJFXZWTOAQUaFETIp9YUJj5Zwz+u+q0DIythT3ahqLwmPle+Lwb McNmW919doBDDvE86kWwIVuygB1IOQRdME/Duwgv/KgVJt4LPTBepnOdwvSK3Jm8HyLwhx qKn6/NntshgRbDHysHw8l23aFopI/LrAzyw24AM7aSlWhWCaKKYIo/YkOoF0IqYQqVXcLN JSECjDZaRVV990DEo+Jg8t3yixid2PUZW/Jj4V9HhEY8sur3pINm8G2cGN1hO4JXu7RJrU u1nCkFc7dT2r8X36utgqO9BbjNvsa5MfqhZQdX/BeSMek6NC0q5+tsio6y8xmA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702093978; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JIB/rHGdYXg/8hp9y57w49OcO1I03riB8bidEULP50s=; b=Cy1kl16D6phzoEXhdbcMB3vWKzLzZD1i1en4u0/xCfYE7v2mHHHh57tblgslx6D4A3ff/V Aiemi1dLg2uLPGdgrmEYb0ZJeO/01RFIDLeF93yfVd6i5zPewONz9Oo02D1ZzW9L/0ZKLZ 2WYfnOkZsRTzU/pDxldpX4+N51o6etOP/FaaJULLWbeb6uOtccaYLa8MSEpwKX5LPPyUMf vxbCVUssn4nso6aKaGOz15IEiaHsfzKnKpLlrS5LKQiDJ0AJSHtpjg9WhwWuoXasxl1NHL wUqiV5z7jILjQv9Oy0B8C+C4ViSDimm9v2PzD9GFVc35Jv6lOXBnYaZ8et9VHw== Received: from auth1-smtp.messagingengine.com (auth1-smtp.messagingengine.com [66.111.4.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: philip/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4SnDcV4X8Cz1NvS; Sat, 9 Dec 2023 03:52:58 +0000 (UTC) (envelope-from philip@freebsd.org) Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailauth.nyi.internal (Postfix) with ESMTP id E5D8D27C0054; Fri, 8 Dec 2023 22:52:57 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Fri, 08 Dec 2023 22:52:57 -0500 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrudekjedgiedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffokfgjfhggtgesthdtmhdtredttdenucfhrhhomheprfhhihhl ihhpucfrrggvphhsuceophhhihhlihhpsehfrhgvvggsshgurdhorhhgqeenucggtffrrg htthgvrhhnpedvheehkefghfeiteehteduudeuhfdvgeettdeihfffleeuteeggeetuddt tddufeenucffohhmrghinhepfhhrvggvsghsugdrohhrghenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehphhhilhhiphdomhgvshhmthhprghu thhhphgvrhhsohhnrghlihhthidqudduieeivdeivdegkedqvdefhedukedttdekqdhphh hilhhipheppehfrhgvvggsshgurdhorhhgsehtrhhouhgslhgvrdhish X-ME-Proxy: Feedback-ID: ia691475d:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 8 Dec 2023 22:52:56 -0500 (EST) From: Philip Paeps To: Mark Millard Cc: freebsd-git Subject: Re: Odd fetch failure when using https://git.FreeBSD.org/src.git ("curl 18 transfer closed with outstanding read data remaining") Date: Sat, 09 Dec 2023 11:52:52 +0800 X-Mailer: MailMate (1.14r6005) Message-ID: In-Reply-To: References: <83B56C30-E729-4BAB-8AEC-06869DE9AC4F@freebsd.org> List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; format=flowed On 2023-12-09 10:48:49 (+0800), Mark Millard wrote: > On Dec 8, 2023, at 18:19, Philip Paeps wrote: >> On 2023-12-09 05:34:05 (+0800), Mark Millard wrote: >>> On multiple system on the same local network, when I have: >>> >>> [remote "freebsd"] >>> fetch = +refs/notes/*:refs/notes/* >>> url = https://git.FreeBSD.org/src.git >>> fetch = +refs/heads/*:refs/remotes/freebsd/* >>> >>> I've been getting: >>> >>> # git -C /usr/main-src/ fetch >>> error: RPC failed; curl 18 transfer closed with outstanding read >>> data remaining >>> error: 59 bytes of body are still expected >>> fatal: expected flush after ref listing >> >> Some of the mirrors are running out of space. We're really tight on >> space in a couple of locations while we have to support 12.4, 13.2, >> 14.0 and 15-CURRENT packages. We'll be in much better shape again >> when we can stop building/distributing 12.4 packages at the end of >> this year. >> >> (We do monitor disk space. We also have automation that tries to >> stop disks from getting full. Unfortunately, the automation >> struggles when there is very little margin. And we don't have human >> bandwidth to babysit the automation.) > > armv6 is tier 3 for 14.x : https://www.freebsd.org/platforms/ > > Would temporarily removing having: > > https://pkg.freebsd.org/FreeBSD:14:armv6/latest/... > > files on the various mirrors until 12.x is gone be of some use? > (May be even removed on the original servers.) > > (Just an idea, given the lack of guarantees for tier 3.) > > https://pkg.freebsd.org/FreeBSD:14:armv6/latest/... could be > repopulated after 12's materials are gone from the mirrors > (and other servers). Thanks for pointing those out. That'll buy us a bit more time without having to resort to more brute force methods (like temporarily breaking up mirrored pairs of disks.) :-) Philip -- Philip Paeps Senior Reality Engineer Alternative Enterprises