conda-forge / curl-feedstock

A conda-smithy repository for curl.
BSD 3-Clause "New" or "Revised" License
3 stars 44 forks source link

BUG: cloning issues with curl 8.1.0 (current CI default) on linux #121

Closed h-vetinari closed 1 year ago

h-vetinari commented 1 year ago

I see some cloning issues for the very beginning of a build in https://github.com/conda-forge/pytorch-cpu-feedstock/pull/169:

Cloning into bare repository '/home/conda/feedstock_root/build_artifacts/git_cache/github.com/pytorch/pytorch.git'...
error: RPC failed; HTTP 408 curl 18 HTTP/2 stream 7 was reset
fatal: expected 'packfile'

At first I suspected a github issue, but this persists across restarts, and more importantly, it doesn't show up on OSX, only on linux. Based on the error message and the recently released new curl version, I'm suspecting this feedstock, but perhaps it's something else entirely...

Interestingly, the CI does not yet pull in 8.1.1, but rather:

++ conda list --show-channel-urls
# packages in environment at /opt/conda:
[...]
curl                      8.1.0                h409715c_0    conda-forge

I'm not sure if 8.1.1 would fix things already, but I wanted to open an issue if other people run into this.

CC @conda-forge/core

h-vetinari commented 1 year ago

Haven't seen this one for a while, closing.