# Pastebin y7Xv4D7n Calling 'vagrant' 'up' in /Users/simon/src/annotate/.sandstorm Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'debian/jessie64' is up to date... ==> default: A newer version of the box 'debian/jessie64' is available! You currently ==> default: have version '8.2.1'. The latest is version '8.3.0'. Run ==> default: `vagrant box update` to update. ==> default: Setting the name of the VM: annotate_sandstorm_1455319210 ==> default: Clearing any previously set forwarded ports... ==> default: Couldn't find Cheffile at ./Cheffile. ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 6080 => 6080 (adapter 1) default: 22 => 2222 (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Please verify everything is configured properly and try again. If the provider you're using has a GUI that comes with it, it is often helpful to open that and watch the machine, since the GUI often has more helpful error messages than Vagrant can retrieve. For example, if you're using VirtualBox, run `vagrant up` while the VirtualBox GUI is open. Traceback (most recent call last): File "/usr/local/bin/vagrant-spk", line 587, in main() File "/usr/local/bin/vagrant-spk", line 584, in main operation(args) File "/usr/local/bin/vagrant-spk", line 459, in bring_up_vm call_vagrant_command(sandstorm_dir, "up") File "/usr/local/bin/vagrant-spk", line 196, in call_vagrant_command return subprocess.check_call(command, cwd=sandstorm_dir) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['vagrant', 'up']' returned non-zero exit status 1