Status of nightlies

What’s the status of nightlies? http://rusty-dash.com/nightlies is not very illuminating, saying “No failed builds found”.

It looks to me like the android build slave went offline a few days ago, and never returned. I’m restarting buildbot.

Seems resolved! (Alex restarted it at least twice before, and it still wouldn’t go online. Don’t know why though.)

Rustup still says for me:

nightly-x86_64-pc-windows-gnu unchanged - rustc 1.16.0-nightly (47c8d9fdc 2017-01-08)

Weird... On x86_64 Linux everything is OK.

$ rustup update
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: checking for self-updates

   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.14.0 (e8a012324 2016-12-16)
  nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.16.0-nightly (2782e8f8f 2017-01-12)

And my x86_64-pc-windows-msvc nightly installation also updated without problem, so maybe update again?

Just tried again, same result.

Well it’s weird…

C:\Users\xenon>rustup update nightly-gnu
info: syncing channel updates for 'nightly-x86_64-pc-windows-gnu'
info: downloading component 'rustc'
 45.9 MiB /  45.9 MiB (100 %) 582.4 KiB/s ETA:   0 s
info: downloading component 'rust-std'
 62.6 MiB /  62.6 MiB (100 %) 553.6 KiB/s ETA:   0 s
info: downloading component 'cargo'
  4.1 MiB /   4.1 MiB (100 %) 220.6 KiB/s ETA:   0 s
info: downloading component 'rust-mingw'
  7.1 MiB /   7.1 MiB (100 %) 593.1 KiB/s ETA:   0 s
info: installing component 'rustc'
info: installing component 'rust-std'
info: installing component 'cargo'
info: installing component 'rust-mingw'

  nightly-x86_64-pc-windows-gnu installed - rustc 1.16.0-nightly (2782e8f8f 2017-01-12)

This is me installing a fresh GNU toolchain. So the problem isn’t server-side…

Thank you for the help so far, so far rustup has worked for me :slight_smile:

Now it works, it’s installing.

Looks like the android bot went down again

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.