Skip to content

New downloading issues in 1.6-rc1 #39789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mbauman opened this issue Feb 22, 2021 · 3 comments · Fixed by #39833
Closed

New downloading issues in 1.6-rc1 #39789

mbauman opened this issue Feb 22, 2021 · 3 comments · Fixed by #39833
Labels
regression Regression in behavior compared to a previous version
Milestone

Comments

@mbauman
Copy link
Member

mbauman commented Feb 22, 2021

Multiple users are reporting issues downloading registries with the new Downloads.jl curl approach, for example:

(DosingApp) pkg> up
    Updating registry at `~/.julia/registries/General`
^C┌ Error: curl_multi_remove_handle: 1================>   ]  92.3 %
└ @ Downloads.Curl ~/julia/usr/share/julia/stdlib/v1.6/Downloads/src/Curl/utils.jl:36

This is well-tracked upstream at JuliaLang/Downloads.jl#95 and JuliaLang/Downloads.jl#99, but I'm submitting this here to suggest it be a 1.6-blocker.

@mbauman mbauman added the regression Regression in behavior compared to a previous version label Feb 22, 2021
@mbauman mbauman added this to the 1.6 blockers milestone Feb 22, 2021
@fredrikekre
Copy link
Member

Worked around in JuliaLang/Downloads.jl#96 which is included in #39615 and backported in #39614.

@KristofferC
Copy link
Member

KristofferC commented Feb 22, 2021

Worked around in JuliaLang/Downloads.jl#96

I don't think so, see: JuliaLang/Downloads.jl#99 (comment)

tested on the latest backports-1.6, so it includes JuliaLang/Downloads.jl#96.

@fredrikekre
Copy link
Member

Ah okay, JuliaLang/Downloads.jl#95 is worked around though.

fredrikekre added a commit that referenced this issue Feb 26, 2021
$ git log --pretty=oneline --abbrev=commit 2b4bed9..6bb8306
6bb83068bd796c4890baaeb39628ff79a4979374 Stop the grace timer iff adding first handle (fix #99) (#102)
af6864d8872247faf2a402d6b2baca5cb74ab96e fix ssh_key_pass bug (fix #91) (#100)
KristofferC pushed a commit that referenced this issue Feb 26, 2021
$ git log --pretty=oneline --abbrev=commit 2b4bed9..6bb8306
6bb83068bd796c4890baaeb39628ff79a4979374 Stop the grace timer iff adding first handle (fix #99) (#102)
af6864d8872247faf2a402d6b2baca5cb74ab96e fix ssh_key_pass bug (fix #91) (#100)
KristofferC pushed a commit that referenced this issue Mar 2, 2021
$ git log --pretty=oneline --abbrev=commit 2b4bed9..6bb8306
6bb83068bd796c4890baaeb39628ff79a4979374 Stop the grace timer iff adding first handle (fix #99) (#102)
af6864d8872247faf2a402d6b2baca5cb74ab96e fix ssh_key_pass bug (fix #91) (#100)

(cherry picked from commit fb500b0)
@KristofferC KristofferC mentioned this issue Mar 2, 2021
52 tasks
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this issue May 4, 2021
…uliaLang#39833)

$ git log --pretty=oneline --abbrev=commit 2b4bed9..6bb8306
6bb83068bd796c4890baaeb39628ff79a4979374 Stop the grace timer iff adding first handle (fix JuliaLang#99) (JuliaLang#102)
af6864d8872247faf2a402d6b2baca5cb74ab96e fix ssh_key_pass bug (fix JuliaLang#91) (JuliaLang#100)
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this issue May 9, 2021
…uliaLang#39833)

$ git log --pretty=oneline --abbrev=commit 2b4bed9..6bb8306
6bb83068bd796c4890baaeb39628ff79a4979374 Stop the grace timer iff adding first handle (fix JuliaLang#99) (JuliaLang#102)
af6864d8872247faf2a402d6b2baca5cb74ab96e fix ssh_key_pass bug (fix JuliaLang#91) (JuliaLang#100)
staticfloat pushed a commit that referenced this issue Dec 23, 2022
$ git log --pretty=oneline --abbrev=commit 2b4bed9..6bb8306
6bb83068bd796c4890baaeb39628ff79a4979374 Stop the grace timer iff adding first handle (fix #99) (#102)
af6864d8872247faf2a402d6b2baca5cb74ab96e fix ssh_key_pass bug (fix #91) (#100)

(cherry picked from commit fb500b0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Regression in behavior compared to a previous version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants