[fixed] AppVeyor rustup install failing

I anyone else seeing this?

curl -sSf -o rustup-init.exe https://win.rustup.rs/
curl: (18) transfer closed with 4616287 bytes remaining to read

Example from: AppVeyor

1 Like

Yeap, happened in Amethyst at 2018-04-15 T 03:19:13 :

Environment:

  • channel=stable
  • target=x86_64-pc-windows-msvc

https://ci.appveyor.com/project/amethyst/amethyst/build/1.0.1791/job/1ak5c9fnruiy2yib


Something's wrong with https://win.rustup.rs/, it just hangs when curling it:

$ curl -fS "https://win.rustup.rs/" -o rustup-init.exe 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  1 4591k    1 48545    0     0   1312      0  0:59:43  0:00:37  0:59:06     0
1 Like

I've made a few tweaks to how we host win.rustup.rs which I'm hoping has solved this issue, but let me know if anything else arises!

2 Likes

Thanks, that seems to have fixed it in my builds.

Thanks, Alex! This fixed the issue I was seeing too.