Git Mailing List Archive mirror
 help / color / mirror / Atom feed
From: ryenus <ryenus@gmail.com>
To: Git mailing list <git@vger.kernel.org>
Subject: Error: failed to store: -25299
Date: Fri, 10 May 2024 15:52:25 +0800	[thread overview]
Message-ID: <CAKkAvazeFvCfT7tZm3emwA=k-NnzPD7X0v4t2E9Ja4r-GpZfoQ@mail.gmail.com> (raw)

Command I run: `parallel git -C {} fetch ::: repo1 repo2 rep3`, which is
to fetch multiple repositories in parallel using GNU parallel.

This worked pretty well for me in the past, however with git version
2.45, maybe 2.44 as well, it would randomly emit below error:

> failed to store: -25299

OR

> Already up to date.
> failed to store: -25299
> failed to store: -25299

This is on a Macbook with multiple cores. And it seems to happen to a
random subset of the chosen repositories.

But if I do this without GNU parallel, or `parallel -j1` with only
one worker, things work just fine.
And when I switched back to git 2.43.2, I don't see such error either.

             reply	other threads:[~2024-05-10  7:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-10  7:52 ryenus [this message]
2024-05-10 22:13 ` Error: failed to store: -25299 Jeff King
2024-05-10 23:00   ` brian m. carlson
2024-05-13 11:43   ` ryenus
2024-05-13 14:29     ` Koji Nakamaru
2024-05-22  2:37       ` ryenus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKkAvazeFvCfT7tZm3emwA=k-NnzPD7X0v4t2E9Ja4r-GpZfoQ@mail.gmail.com' \
    --to=ryenus@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).