«The machine index which stores all required information about running Vagrant environments has become corrupt»

Создании виртуальной машины для Discourse может завершиться сбоем:

The machine index which stores all required information about running Vagrant environments has become corrupt. This is usually caused by external tampering of the Vagrant data folder.

Vagrant cannot manage any Vagrant environments if the index is corrupt. Please attempt to manually correct it. If you are unable to manually correct it, then remove the data file at the path below. This will leave all existing Vagrant environments “orphaned” and they’ll have to be destroyed manually.

Path: C:/Users/dfediuk/.vagrant.d/data/machine-index/index

Для устранения сбоя надо удалить указанный системой (в последней строке) файл:

rm C:/Users/dfediuk/.vagrant.d/data/machine-index/index

При таком сбое зачастую оказывается повреждённым файл Vagrantfile в корневой папке Discourse и возможно, ещё какие-то файлы, поэтому лучше всего скачать дистрибутив Discourse из центрального репозитория заново:

git fetch --all
git reset --hard origin/master