Travis: toolchain 'beta' is not installed

Кто-то видел такую штуку в тревисе? Само пройти должно?

Installing Rust
$ curl -sSf https://build.travis-ci.org/files/rustup-init.sh | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y
info: downloading installer
info: syncing channel updates for 'beta-x86_64-apple-darwin'
info: latest update on 2018-07-25, rust version 1.28.0-beta.14 (0aaa819fe 2018-07-24)
info: default toolchain set to 'beta'
  beta unchanged - (toolchain not installed)
Rust is installed now. Great!
To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH 
environment variable. Next time you log in this will be done automatically.
To configure your current shell run source $HOME/.cargo/env
$ export PATH=$HOME/.cargo/bin:$PATH
$ rustc --version
error: toolchain 'beta' is not installed
info: caused by: not a directory: '/Users/travis/.rustup/toolchains/beta-x86_64-apple-darwin'
$ rustup --version
rustup 1.13.0 (ea9259c1b 2018-07-16)
$ cargo --version
error: toolchain 'beta' is not installed
info: caused by: not a directory: '/Users/travis/.rustup/toolchains/beta-x86_64-apple-darwin'
$ make && make test
git clone --depth=1 https://github.com/ozkriff/zoc_assets assets
Cloning into 'assets'...
remote: Counting objects: 58, done.
remote: Compressing objects: 100% (55/55), done.
remote: Total 58 (delta 3), reused 55 (delta 3), pack-reused 0
Unpacking objects: 100% (58/58), done.
cargo build --release
error: toolchain 'beta' is not installed
info: caused by: not a directory: '/Users/travis/.rustup/toolchains/beta-x86_64-apple-darwin'
make: *** [zoc] Error 1
The command "make && make test" exited with 2.

https://travis-ci.org/ozkriff/zoc/jobs/408019052

Похоже, что вот это

Возможно. Ладно, подожду пару дней, надеюсь что “само” пройдет.

UPD: Теперь и в других проектах отвалилось. С бетой чего-то сильно не ладно. Жду развития событий.

Видимо есть проблема:

1 лайк