git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [bug]fatal: fetch-pack: invalid index-pack output
@ 2022-08-13 21:09 mingli zhang
  2023-09-01 11:15 ` Bagas Sanjaya
  0 siblings, 1 reply; 4+ messages in thread
From: mingli zhang @ 2022-08-13 21:09 UTC (permalink / raw)
  To: git

HI,

At some point, I exec git pull/fetch/clone will got a fatal message:

```

fatal: fetch-pack: invalid index-pack output

```

I use git 2.36.1 on MacOS Monterey 12.3.1

```
git --version
04:51:36.776640 git.c:459 trace: built-in: git version
git version 2.36.1

```

Example:

```

zml@localhashdata postgres % git pull -r
04:53:33.553655 git.c:459 trace: built-in: git pull -r
04:53:33.640927 run-command.c:654 trace: run_command: git merge-base --fork-point refs/remotes/origin/REL_14_STABLE REL_14_STABLE
04:53:33.651808 run-command.c:654 trace: run_command: git fetch --update-head-ok
04:53:33.658822 git.c:459 trace: built-in: git fetch --update-head-ok
04:53:33.683642 run-command.c:654 trace: run_command: unset GIT_PREFIX; GIT_PROTOCOL=version=2 ssh -o SendEnv=GIT_PROTOCOL git@github.com 'git-upload-pack '\''postgres/postgres.git'\'''
remote: Enumerating objects: 16843, done.
remote: Counting objects: 100% (16231/16231), done.
remote: Compressing objects: 100% (4164/4164), done.
04:53:40.822310 run-command.c:654 trace: run_command: git index-pack --stdin -v --fix-thin '--keep=fetch-pack 70208 on localhashdata' --pack_header=2,10035
04:53:40.828465 git.c:459 trace: built-in: git index-pack --stdin -v --fix-thin '--keep=fetch-pack 70208 on localhashdata' --pack_header=2,10035
remote: Total 10035 (delta 8554), reused 7150 (delta 5805), pack-reused 0
Receiving objects: 100% (10035/10035), 6.93 MiB | 2.42 MiB/s, done.
fatal: fetch-pack: invalid index-pack output

```

I try to config memory or use git pull -r --depth 1, but didn’t help.

My git config is

```
[core]
packedGitLimit = 512m
packedGitWindowSize = 512m
compression = 0

[pack]
deltaCacheSize = 2047m
packSizeLimit = 2047m
windowMemory = 2047m
```

And the code dir permission is

```
drwxrwxrwx

```

Any suggestions ?

Regards,
Zhang Mingli

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [bug]fatal: fetch-pack: invalid index-pack output
  2022-08-13 21:09 [bug]fatal: fetch-pack: invalid index-pack output mingli zhang
@ 2023-09-01 11:15 ` Bagas Sanjaya
  2023-09-01 16:53   ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Bagas Sanjaya @ 2023-09-01 11:15 UTC (permalink / raw)
  To: mingli zhang, git; +Cc: Jonathan Tan, brian m. carlson

[-- Attachment #1: Type: text/plain, Size: 2340 bytes --]

On Sun, Aug 14, 2022 at 05:09:13AM +0800, mingli zhang wrote:
> HI,
> 
> At some point, I exec git pull/fetch/clone will got a fatal message:
> 
> ```
> 
> fatal: fetch-pack: invalid index-pack output
> 
> ```
> 
> I use git 2.36.1 on MacOS Monterey 12.3.1
> 
> ```
> git --version
> 04:51:36.776640 git.c:459 trace: built-in: git version
> git version 2.36.1
> 
> ```
> 
> Example:
> 
> ```
> 
> zml@localhashdata postgres % git pull -r
> 04:53:33.553655 git.c:459 trace: built-in: git pull -r
> 04:53:33.640927 run-command.c:654 trace: run_command: git merge-base --fork-point refs/remotes/origin/REL_14_STABLE REL_14_STABLE
> 04:53:33.651808 run-command.c:654 trace: run_command: git fetch --update-head-ok
> 04:53:33.658822 git.c:459 trace: built-in: git fetch --update-head-ok
> 04:53:33.683642 run-command.c:654 trace: run_command: unset GIT_PREFIX; GIT_PROTOCOL=version=2 ssh -o SendEnv=GIT_PROTOCOL git@github.com 'git-upload-pack '\''postgres/postgres.git'\'''
> remote: Enumerating objects: 16843, done.
> remote: Counting objects: 100% (16231/16231), done.
> remote: Compressing objects: 100% (4164/4164), done.
> 04:53:40.822310 run-command.c:654 trace: run_command: git index-pack --stdin -v --fix-thin '--keep=fetch-pack 70208 on localhashdata' --pack_header=2,10035
> 04:53:40.828465 git.c:459 trace: built-in: git index-pack --stdin -v --fix-thin '--keep=fetch-pack 70208 on localhashdata' --pack_header=2,10035
> remote: Total 10035 (delta 8554), reused 7150 (delta 5805), pack-reused 0
> Receiving objects: 100% (10035/10035), 6.93 MiB | 2.42 MiB/s, done.
> fatal: fetch-pack: invalid index-pack output
> 
> ```
> 
> I try to config memory or use git pull -r --depth 1, but didn’t help.
> 
> My git config is
> 
> ```
> [core]
> packedGitLimit = 512m
> packedGitWindowSize = 512m
> compression = 0
> 
> [pack]
> deltaCacheSize = 2047m
> packSizeLimit = 2047m
> windowMemory = 2047m
> ```
> 
> And the code dir permission is
> 
> ```
> drwxrwxrwx
> 
> ```
> 
> Any suggestions ?

Related discussion is in [1] with the fix for OpenSSL users is in [2].
Please test.

[1]: https://lore.kernel.org/git/ZPCL11k38PXTkFga@debian.me/
[2]: https://lore.kernel.org/git/20230901020928.M610756@dcvr/

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [bug]fatal: fetch-pack: invalid index-pack output
  2023-09-01 11:15 ` Bagas Sanjaya
@ 2023-09-01 16:53   ` Junio C Hamano
  2023-09-07  9:06     ` Bagas Sanjaya
  0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2023-09-01 16:53 UTC (permalink / raw)
  To: Bagas Sanjaya; +Cc: mingli zhang, git, Jonathan Tan, brian m. carlson

Bagas Sanjaya <bagasdotme@gmail.com> writes:

> On Sun, Aug 14, 2022 at 05:09:13AM +0800, mingli zhang wrote:
>> ...
>> I use git 2.36.1 on MacOS Monterey 12.3.1
>> ...
>
> Related discussion is in [1] with the fix for OpenSSL users is in [2].
> Please test.
>
> [1]: https://lore.kernel.org/git/ZPCL11k38PXTkFga@debian.me/
> [2]: https://lore.kernel.org/git/20230901020928.M610756@dcvr/

I somehow think they are not related.  The EVP thing appeared only
in Git 2.42 and the report says 2.36.1, which was released in May
2022 and predates it by more than a year, no?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [bug]fatal: fetch-pack: invalid index-pack output
  2023-09-01 16:53   ` Junio C Hamano
@ 2023-09-07  9:06     ` Bagas Sanjaya
  0 siblings, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2023-09-07  9:06 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: mingli zhang, git, Jonathan Tan, brian m. carlson

On 01/09/2023 23:53, Junio C Hamano wrote:
> Bagas Sanjaya <bagasdotme@gmail.com> writes:
> 
>> On Sun, Aug 14, 2022 at 05:09:13AM +0800, mingli zhang wrote:
>>> ...
>>> I use git 2.36.1 on MacOS Monterey 12.3.1
>>> ...
>>
>> Related discussion is in [1] with the fix for OpenSSL users is in [2].
>> Please test.
>>
>> [1]: https://lore.kernel.org/git/ZPCL11k38PXTkFga@debian.me/
>> [2]: https://lore.kernel.org/git/20230901020928.M610756@dcvr/
> 
> I somehow think they are not related.  The EVP thing appeared only
> in Git 2.42 and the report says 2.36.1, which was released in May
> 2022 and predates it by more than a year, no?

Ah! I missed the point.

mingli, can you test v2.42.0?

-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-07 16:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-13 21:09 [bug]fatal: fetch-pack: invalid index-pack output mingli zhang
2023-09-01 11:15 ` Bagas Sanjaya
2023-09-01 16:53   ` Junio C Hamano
2023-09-07  9:06     ` Bagas Sanjaya

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).