# Mystery failures when registering a package

**URL:** https://discourse.julialang.org/t/mystery-failures-when-registering-a-package/134258
**Category:** General Usage
**Created:** [December 1, 2025, 2:04pm UTC](https://discourse.julialang.org/t/mystery-failures-when-registering-a-package/134258 "2025-12-01T14:04:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![loisel](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/loisel/32/50626_2.png) [@loisel](https://discourse.julialang.org/u/loisel)
#### Post date: [December 1, 2025, 2:04pm UTC](https://discourse.julialang.org/t/mystery-failures-when-registering-a-package/134258/1 "2025-12-01T14:04:44Z")

</div>

Hi,

I’ve been having a mystery failure when registering a new version of MultiGridBarrier.jl. Note that this package was working until this new version, and it’s just the registration that’s failing. I can’t figure out what’s going on because I’m not understanding the error message or it is lacking information. I also asked Claude and it is also baffled.

Anyone knows what’s going on?

> <https://github.com/JuliaRegistries/General/pull/143498>
>
> \- Registering package: MultiGridBarrier
> \- Repository: https://github.com/sloisel…/MultiGridBarrier.jl
> \- Created by: @sloisel
> \- Version: v0.11.31
> \- Commit: 918442e41222b7ae8f81acbeed80576c208868d6
> \- Reviewed by: @sloisel
> \- Reference: https://github.com/sloisel/MultiGridBarrier.jl/commit/918442e41222b7ae8f81acbeed80576c208868d6#commitcomment-171703301
> \- Description: MultiGrid Barrier method

Thanks,

S

---

<div class="post-metadata">

### Author: ![GunnarFarneback](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gunnarfarneback/32/1827_2.png) [@GunnarFarneback](https://discourse.julialang.org/u/GunnarFarneback)
#### Post date: [December 1, 2025, 3:04pm UTC](https://discourse.julialang.org/t/mystery-failures-when-registering-a-package/134258/2 "2025-12-01T15:04:15Z")

</div>

From the AutoMerge log:

> CondaHTTPError: HTTP 000 CONNECTION FAILED for url [https://conda.anaconda.org/conda-forge/noarch/repodata.json](https://conda.anaconda.org/conda-forge/noarch/repodata.json)
> 
> Elapsed: -  
> An HTTP error occurred when trying to retrieve this URL.  
> HTTP errors are often intermittent, and a simple retry will get you on your way.

If you re-register the same commit, the CI jobs will be restarted. If this was an intermittent failure it might pass on a new attempt.

---

<div class="post-metadata">

### Author: ![loisel](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/loisel/32/50626_2.png) [@loisel](https://discourse.julialang.org/u/loisel)
#### Post date: [December 1, 2025, 7:11pm UTC](https://discourse.julialang.org/t/mystery-failures-when-registering-a-package/134258/3 "2025-12-01T19:11:47Z")

</div>

As per your suggestion, I relaunched the registration a couple of times in the 4 hours since you posted it. It keeps failing trying to reach: [https://conda.anaconda.org/conda-forge/noarch/repodata.json](https://conda.anaconda.org/conda-forge/noarch/repodata.json)

I was able to get this file in my shell on my laptop mac using curl. Is there something special about the github runners that make it unable to get this file? It is slightly large for a json file at 146.7MB or something like that.

---

<div class="post-metadata">

### Author: ![GunnarFarneback](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gunnarfarneback/32/1827_2.png) [@GunnarFarneback](https://discourse.julialang.org/u/GunnarFarneback)
#### Post date: [December 1, 2025, 7:28pm UTC](https://discourse.julialang.org/t/mystery-failures-when-registering-a-package/134258/4 "2025-12-01T19:28:14Z")

</div>

That’s beyond my insights but there’s nothing stopping GitHub actions from having various limitations.
