Skip to content

Instantly share code, notes, and snippets.

@minhoryang
Created March 15, 2016 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minhoryang/bb882a372524cd9902b2 to your computer and use it in GitHub Desktop.
Save minhoryang/bb882a372524cd9902b2 to your computer and use it in GitHub Desktop.
==> Creating development environment layers...
 Otto uses layers to speed up building development environments.
Each layer only needs to be built once. We've detected that the
layers below aren't created yet. These will be built this time.
Future development envirionments will use the cached versions
to be much, much faster.
==> Verifying created layer: consul
==> Creating layer: python3.3
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Cloning VM...
==> default: Setting the name of the VM: python33_default_1458060437090_22449
==> default: Clearing any previously set forwarded ports...
==> default: Fixed port collision for 22 => 2222. Now on port 2201.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2201 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2201
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: The guest additions on this VM do not match the installed version of
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If you see
default: shared folder errors, please make sure the guest additions within the
default: virtual machine match the version of VirtualBox you have installed on
default: your host and reload your VM.
default:
default: Guest Additions Version: 4.2.0
default: VirtualBox Version: 5.0
==> default: Running provisioner: shell...
default: Running: inline script
==> default: stdin: is not a tty
==> default: Running provisioner: file...
==> default: Running provisioner: shell...
default: Running: inline script
==> default: stdin: is not a tty
==> default: Running provisioner: file...
==> default: Running provisioner: shell...
default: Running: inline script
==> default: stdin: is not a tty
==> default: Running provisioner: shell...
default: Running: inline script
==> default: stdin: is not a tty
==> default: [otto] Installing Python Version 3.3
==> default: ERROR at /otto/scriptpacks/PYTHON/STDLIB/execute.sh:5; Last logs:
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:43 precise64 otto: Processing triggers for man-db ...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:46 precise64 otto: Processing triggers for ureadahead ...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:46 precise64 otto: ureadahead will be reprofiled on next reboot
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:46 precise64 otto: Setting up libcurl3-gnutls (7.22.0-3ubuntu4.15) ...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:46 precise64 otto: Setting up apt-transport-https (0.8.16~exp12ubuntu10.26) ...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:46 precise64 otto: Setting up wget (1.13.4-2ubuntu1.2) ...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:46 precise64 otto: Setting up unattended-upgrades (0.76ubuntu1.2) ...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:47 precise64 otto: Setting up python-pycurl (7.19.0-4ubuntu3) ...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:48 precise64 otto: Setting up python-software-properties (0.82.7.7) ...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:48 precise64 otto: Setting up software-properties-common (0.82.7.7) ...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:48 precise64 otto: Processing triggers for libc-bin ...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:48 precise64 otto: ldconfig deferred processing now taking place
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:50 precise64 otto: Reading package lists...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:51 precise64 otto: Building dependency tree...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:51 precise64 otto: Reading state information...
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:51 precise64 otto: E: Unable to locate package python3.3
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:51 precise64 otto: E: Couldn't find any package by regex 'python3.3'
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:51 precise64 otto: E: Unable to locate package python3.3-dev
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:51 precise64 otto: E: Couldn't find any package by regex 'python3.3-dev'
==> default: Mar 15 16:48:51 precise64 otto: Mar 15 16:48:51 precise64 otto: ERROR at /otto/scriptpacks/PYTHON/STDLIB/execute.sh:5; Last logs:
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment