Advertisement
Guest User

Untitled

a guest
Nov 18th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 61.70 KB | None | 0 0
  1. ✗ vagrant up
  2. Bringing machine 'default' up with 'virtualbox' provider...
  3. [default] Importing base box 'precise64'...
  4. [default] Matching MAC address for NAT networking...
  5. [default] Setting the name of the VM...
  6. [default] Clearing any previously set forwarded ports...
  7. Pruning invalid NFS exports. Administrator privileges will be required...
  8. [default] Creating shared folders metadata...
  9. [default] Clearing any previously set network interfaces...
  10. [default] Preparing network interfaces based on configuration...
  11. [default] Forwarding ports...
  12. [default] -- 22 => 2222 (adapter 1)
  13. [default] -- 80 => 1080 (adapter 1)
  14. [default] -- 443 => 10443 (adapter 1)
  15. [default] -- 8080 => 8080 (adapter 1)
  16. [default] -- 5672 => 5672 (adapter 1)
  17. [default] -- 15672 => 15672 (adapter 1)
  18. [default] Running 'pre-boot' VM customizations...
  19. [default] Booting VM...
  20. [default] Waiting for machine to boot. This may take a few minutes...
  21. [default] Machine booted and ready!
  22. [default] Configuring and enabling network interfaces...
  23. [default] Mounting shared folders...
  24. [default] -- /vagrant
  25. [default] -- /tmp/vagrant-chef-1/chef-solo-2/cookbooks
  26. [default] -- /tmp/vagrant-chef-1/chef-solo-1/cookbooks
  27. [default] -- /tmp/vagrant-chef-1/chef-solo-3/data_bags
  28. [default] Exporting NFS shared folders...
  29. Preparing to edit /etc/exports. Administrator privileges will be required...
  30. [default] Mounting NFS shared folders...
  31. [default] Running provisioner: chef_solo...
  32. Generating chef JSON and uploading...
  33. Running chef-solo...
  34. stdin: is not a tty
  35. [2013-11-18T17:51:50+00:00] INFO: *** Chef 10.14.2 ***
  36. [2013-11-18T17:51:50+00:00] DEBUG: Building node object for precise64
  37. [2013-11-18T17:51:50+00:00] DEBUG: Extracting run list from JSON attributes provided on command line
  38. [2013-11-18T17:51:50+00:00] INFO: Setting the run_list to ["recipe[apt]", "recipe[build-essential]", "recipe[vim]", "recipe[git]", "recipe[oh-my-zsh]", "recipe[golang]", "recipe[postgres]"] from JSON
  39. [2013-11-18T17:51:50+00:00] DEBUG: Applying attributes from json file
  40. [2013-11-18T17:51:50+00:00] DEBUG: Platform is ubuntu version 12.04
  41. [2013-11-18T17:51:50+00:00] INFO: Run List is [recipe[apt], recipe[build-essential], recipe[vim], recipe[git], recipe[oh-my-zsh], recipe[golang], recipe[postgres]]
  42. [2013-11-18T17:51:50+00:00] INFO: Run List expands to [apt, build-essential, vim, git, oh-my-zsh, golang, postgres]
  43. [2013-11-18T17:51:50+00:00] INFO: Starting Chef Run for precise64
  44. [2013-11-18T17:51:50+00:00] INFO: Running start handlers
  45. [2013-11-18T17:51:50+00:00] INFO: Start handlers complete.
  46. [2013-11-18T17:51:50+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef-1/chef-solo-1/cookbooks/chefignore no files will be ignored
  47. [2013-11-18T17:51:50+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef-1/chef-solo-2/cookbooks/chefignore no files will be ignored
  48. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook apt's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/libraries/network.rb
  49. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook golang's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/golang/providers/package.rb
  50. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/golang/providers/package.rb into a provider named golang_package defined in Chef::Provider::GolangPackage
  51. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook rabbitmq's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/providers/user.rb
  52. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/providers/user.rb into a provider named rabbitmq_user defined in Chef::Provider::RabbitmqUser
  53. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook rabbitmq's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/providers/policy.rb
  54. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/providers/policy.rb into a provider named rabbitmq_policy defined in Chef::Provider::RabbitmqPolicy
  55. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook rabbitmq's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/providers/plugin.rb
  56. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/providers/plugin.rb into a provider named rabbitmq_plugin defined in Chef::Provider::RabbitmqPlugin
  57. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook rabbitmq's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/providers/vhost.rb
  58. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/providers/vhost.rb into a provider named rabbitmq_vhost defined in Chef::Provider::RabbitmqVhost
  59. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb
  60. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb into a provider named apt_repository defined in Chef::Provider::AptRepository
  61. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/preference.rb
  62. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/preference.rb into a provider named apt_preference defined in Chef::Provider::AptPreference
  63. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook golang's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/golang/resources/package.rb
  64. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/golang/resources/package.rb into a resource named golang_package defined in Chef::Resource::GolangPackage
  65. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook rabbitmq's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/resources/vhost.rb
  66. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/resources/vhost.rb into a resource named rabbitmq_vhost defined in Chef::Resource::RabbitmqVhost
  67. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook rabbitmq's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/resources/user.rb
  68. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/resources/user.rb into a resource named rabbitmq_user defined in Chef::Resource::RabbitmqUser
  69. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook rabbitmq's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/resources/policy.rb
  70. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/resources/policy.rb into a resource named rabbitmq_policy defined in Chef::Resource::RabbitmqPolicy
  71. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook rabbitmq's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/resources/plugin.rb
  72. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/resources/plugin.rb into a resource named rabbitmq_plugin defined in Chef::Resource::RabbitmqPlugin
  73. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/preference.rb
  74. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/preference.rb into a resource named apt_preference defined in Chef::Resource::AptPreference
  75. [2013-11-18T17:51:50+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/repository.rb
  76. [2013-11-18T17:51:50+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/repository.rb into a resource named apt_repository defined in Chef::Resource::AptRepository
  77. [2013-11-18T17:51:50+00:00] DEBUG: Node precise64 loading cookbook oh-my-zsh's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/oh-my-zsh/attributes/default.rb
  78. [2013-11-18T17:51:50+00:00] DEBUG: Node precise64 loading cookbook nginx's attribute file /tmp/vagrant-chef-1/chef-solo-2/cookbooks/nginx/attributes/default.rb
  79. [2013-11-18T17:51:50+00:00] DEBUG: Node precise64 loading cookbook golang's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/golang/attributes/default.rb
  80. [2013-11-18T17:51:50+00:00] DEBUG: Node precise64 loading cookbook erlang's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/erlang/attributes/default.rb
  81. [2013-11-18T17:51:50+00:00] DEBUG: Node precise64 loading cookbook postgres's attribute file /tmp/vagrant-chef-1/chef-solo-2/cookbooks/postgres/attributes/default.rb
  82. [2013-11-18T17:51:50+00:00] DEBUG: Node precise64 loading cookbook rabbitmq's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/rabbitmq/attributes/default.rb
  83. [2013-11-18T17:51:50+00:00] DEBUG: Node precise64 loading cookbook git's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/git/attributes/default.rb
  84. [2013-11-18T17:51:50+00:00] DEBUG: Node precise64 loading cookbook build-essential's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/build-essential/attributes/default.rb
  85. [2013-11-18T17:51:50+00:00] DEBUG: Node precise64 loading cookbook vim's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/vim/attributes/default.rb
  86. [2013-11-18T17:51:50+00:00] DEBUG: Node precise64 loading cookbook apt's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/attributes/default.rb
  87. [2013-11-18T17:51:50+00:00] DEBUG: Loading Recipe apt via include_recipe
  88. [2013-11-18T17:51:50+00:00] DEBUG: Found recipe default in cookbook apt
  89. [2013-11-18T17:51:50+00:00] DEBUG: Loading Recipe build-essential via include_recipe
  90. [2013-11-18T17:51:50+00:00] DEBUG: Found recipe default in cookbook build-essential
  91. [2013-11-18T17:51:50+00:00] DEBUG: Loading Recipe build-essential::debian via include_recipe
  92. [2013-11-18T17:51:50+00:00] DEBUG: Found recipe debian in cookbook build-essential
  93. [2013-11-18T17:51:50+00:00] DEBUG: Loading Recipe vim via include_recipe
  94. [2013-11-18T17:51:50+00:00] DEBUG: Found recipe default in cookbook vim
  95. [2013-11-18T17:51:50+00:00] DEBUG: Loading Recipe git via include_recipe
  96. [2013-11-18T17:51:50+00:00] DEBUG: Found recipe default in cookbook git
  97. [2013-11-18T17:51:50+00:00] DEBUG: Loading Recipe oh-my-zsh via include_recipe
  98. [2013-11-18T17:51:50+00:00] DEBUG: Found recipe default in cookbook oh-my-zsh
  99. [2013-11-18T17:51:50+00:00] DEBUG: I am not loading git, because I have already seen it.
  100. [2013-11-18T17:51:50+00:00] DEBUG: Loading Recipe golang via include_recipe
  101. [2013-11-18T17:51:50+00:00] DEBUG: Found recipe default in cookbook golang
  102. [2013-11-18T17:51:50+00:00] DEBUG: Loading Recipe golang::requirements via include_recipe
  103. [2013-11-18T17:51:50+00:00] DEBUG: Found recipe requirements in cookbook golang
  104. [2013-11-18T17:51:50+00:00] DEBUG: Loading Recipe golang::install via include_recipe
  105. [2013-11-18T17:51:50+00:00] DEBUG: Found recipe install in cookbook golang
  106. [2013-11-18T17:51:50+00:00] DEBUG: I am not loading git, because I have already seen it.
  107. [2013-11-18T17:51:50+00:00] DEBUG: Loading Recipe postgres via include_recipe
  108. [2013-11-18T17:51:50+00:00] DEBUG: Found recipe default in cookbook postgres
  109. [2013-11-18T17:51:50+00:00] DEBUG: I am not loading apt, because I have already seen it.
  110. [2013-11-18T17:51:50+00:00] DEBUG: Loading from cookbook_path: /tmp/vagrant-chef-1/chef-solo-1/cookbooks, /tmp/vagrant-chef-1/chef-solo-2/cookbooks
  111. [2013-11-18T17:51:50+00:00] DEBUG: Converging node precise64
  112. [2013-11-18T17:51:50+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22)
  113. [2013-11-18T17:51:58+00:00] INFO: execute[apt-get-update] ran successfully
  114. [2013-11-18T17:51:58+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29)
  115. [2013-11-18T17:51:58+00:00] DEBUG: Doing nothing for execute[apt-get update]
  116. [2013-11-18T17:51:58+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36)
  117. [2013-11-18T17:51:58+00:00] DEBUG: Doing nothing for execute[apt-get autoremove]
  118. [2013-11-18T17:51:58+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42)
  119. [2013-11-18T17:51:58+00:00] DEBUG: Doing nothing for execute[apt-get autoclean]
  120. [2013-11-18T17:51:58+00:00] INFO: Processing package[update-notifier-common] action install (apt::default line 48)
  121. [2013-11-18T17:51:58+00:00] DEBUG: package[update-notifier-common] checking package status for update-notifier-common
  122. [2013-11-18T17:51:58+00:00] DEBUG: package[update-notifier-common] current version is nil
  123. [2013-11-18T17:51:58+00:00] DEBUG: package[update-notifier-common] candidate version is 0.119ubuntu8.6
  124. [2013-11-18T17:51:58+00:00] DEBUG: Executing apt-get -q -y install update-notifier-common=0.119ubuntu8.6
  125. [2013-11-18T17:52:01+00:00] DEBUG: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.6 ----
  126. [2013-11-18T17:52:01+00:00] DEBUG: STDOUT: Reading package lists...
  127. Building dependency tree...
  128. Reading state information...
  129. The following extra packages will be installed:
  130.  patch
  131. Suggested packages:
  132.  diffutils-doc gksu
  133. The following NEW packages will be installed:
  134.  patch update-notifier-common
  135. 0 upgraded, 2 newly installed, 0 to remove and 156 not upgraded.
  136. Need to get 303 kB of archives.
  137. After this operation, 2,214 kB of additional disk space will be used.
  138. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main patch amd64 2.6.1-3 [80.2 kB]
  139. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main update-notifier-common all 0.119ubuntu8.6 [222 kB]
  140. Fetched 303 kB in 1s (265 kB/s)
  141. Selecting previously unselected package patch.
  142. (Reading database ... 51095 files and directories currently installed.)
  143. Unpacking patch (from .../patch_2.6.1-3_amd64.deb) ...
  144. Selecting previously unselected package update-notifier-common.
  145. Unpacking update-notifier-common (from .../update-notifier-common_0.119ubuntu8.6_all.deb) ...
  146. Processing triggers for man-db ...
  147. Setting up patch (2.6.1-3) ...
  148. Setting up update-notifier-common (0.119ubuntu8.6) ...
  149. [2013-11-18T17:52:01+00:00] DEBUG: STDERR:
  150. [2013-11-18T17:52:01+00:00] DEBUG: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.6 ----
  151. [2013-11-18T17:52:01+00:00] DEBUG: Ran apt-get -q -y install update-notifier-common=0.119ubuntu8.6 returned 0
  152. [2013-11-18T17:52:01+00:00] INFO: package[update-notifier-common] sending run action to execute[apt-get-update] (immediate)
  153. [2013-11-18T17:52:01+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22)
  154. [2013-11-18T17:52:04+00:00] INFO: execute[apt-get-update] ran successfully
  155. [2013-11-18T17:52:04+00:00] INFO: Processing execute[apt-get-update-periodic] action run (apt::default line 52)
  156. [2013-11-18T17:52:04+00:00] DEBUG: Skipping execute[apt-get-update-periodic] due to only_if ruby block
  157. [2013-11-18T17:52:04+00:00] INFO: Processing directory[/var/cache/local] action create (apt::default line 62)
  158. [2013-11-18T17:52:04+00:00] INFO: directory[/var/cache/local] created directory /var/cache/local
  159. [2013-11-18T17:52:04+00:00] INFO: directory[/var/cache/local] owner changed to 0
  160. [2013-11-18T17:52:04+00:00] INFO: directory[/var/cache/local] group changed to 0
  161. [2013-11-18T17:52:04+00:00] INFO: directory[/var/cache/local] mode changed to 755
  162. [2013-11-18T17:52:04+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (apt::default line 62)
  163. [2013-11-18T17:52:04+00:00] INFO: directory[/var/cache/local/preseeding] created directory /var/cache/local/preseeding
  164. [2013-11-18T17:52:04+00:00] INFO: directory[/var/cache/local/preseeding] owner changed to 0
  165. [2013-11-18T17:52:04+00:00] INFO: directory[/var/cache/local/preseeding] group changed to 0
  166. [2013-11-18T17:52:04+00:00] INFO: directory[/var/cache/local/preseeding] mode changed to 755
  167. [2013-11-18T17:52:04+00:00] INFO: Processing package[autoconf] action install (build-essential::debian line 40)
  168. [2013-11-18T17:52:04+00:00] DEBUG: package[autoconf] checking package status for autoconf
  169. [2013-11-18T17:52:04+00:00] DEBUG: package[autoconf] current version is nil
  170. [2013-11-18T17:52:04+00:00] DEBUG: package[autoconf] candidate version is 2.68-1ubuntu2
  171. [2013-11-18T17:52:04+00:00] DEBUG: Executing apt-get -q -y install autoconf=2.68-1ubuntu2
  172. [2013-11-18T17:52:08+00:00] DEBUG: ---- Begin output of apt-get -q -y install autoconf=2.68-1ubuntu2 ----
  173. [2013-11-18T17:52:08+00:00] DEBUG: STDOUT: Reading package lists...
  174. Building dependency tree...
  175. Reading state information...
  176. The following extra packages will be installed:
  177.  automake autotools-dev m4
  178. Suggested packages:
  179.  autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext
  180. The following NEW packages will be installed:
  181.  autoconf automake autotools-dev m4
  182. 0 upgraded, 4 newly installed, 0 to remove and 156 not upgraded.
  183. Need to get 1,374 kB of archives.
  184. After this operation, 4,037 kB of additional disk space will be used.
  185. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main m4 amd64 1.4.16-2ubuntu1 [200 kB]
  186. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main autoconf all 2.68-1ubuntu2 [560 kB]
  187. Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main autotools-dev all 20120210.1ubuntu1 [42.4 kB]
  188. Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/main automake all 1:1.11.3-1ubuntu2 [571 kB]
  189. Fetched 1,374 kB in 2s (555 kB/s)
  190. Selecting previously unselected package m4.
  191. (Reading database ... 51266 files and directories currently installed.)
  192. Unpacking m4 (from .../m4_1.4.16-2ubuntu1_amd64.deb) ...
  193. Selecting previously unselected package autoconf.
  194. Unpacking autoconf (from .../autoconf_2.68-1ubuntu2_all.deb) ...
  195. Selecting previously unselected package autotools-dev.
  196. Unpacking autotools-dev (from .../autotools-dev_20120210.1ubuntu1_all.deb) ...
  197. Selecting previously unselected package automake.
  198. Unpacking automake (from .../automake_1%3a1.11.3-1ubuntu2_all.deb) ...
  199. Processing triggers for install-info ...
  200. Processing triggers for man-db ...
  201. Setting up m4 (1.4.16-2ubuntu1) ...
  202. Setting up autoconf (2.68-1ubuntu2) ...
  203. Setting up autotools-dev (20120210.1ubuntu1) ...
  204. Setting up automake (1:1.11.3-1ubuntu2) ...
  205. update-alternatives: using /usr/bin/automake-1.11 to provide /usr/bin/automake (automake) in auto mode.
  206. [2013-11-18T17:52:08+00:00] DEBUG: STDERR:
  207. [2013-11-18T17:52:08+00:00] DEBUG: ---- End output of apt-get -q -y install autoconf=2.68-1ubuntu2 ----
  208. [2013-11-18T17:52:08+00:00] DEBUG: Ran apt-get -q -y install autoconf=2.68-1ubuntu2 returned 0
  209. [2013-11-18T17:52:08+00:00] INFO: Processing package[binutils-doc] action install (build-essential::debian line 40)
  210. [2013-11-18T17:52:08+00:00] DEBUG: package[binutils-doc] checking package status for binutils-doc
  211. [2013-11-18T17:52:08+00:00] DEBUG: package[binutils-doc] current version is nil
  212. [2013-11-18T17:52:08+00:00] DEBUG: package[binutils-doc] candidate version is 2.22-6ubuntu1.1
  213. [2013-11-18T17:52:08+00:00] DEBUG: Executing apt-get -q -y install binutils-doc=2.22-6ubuntu1.1
  214. [2013-11-18T17:52:11+00:00] DEBUG: ---- Begin output of apt-get -q -y install binutils-doc=2.22-6ubuntu1.1 ----
  215. [2013-11-18T17:52:11+00:00] DEBUG: STDOUT: Reading package lists...
  216. Building dependency tree...
  217. Reading state information...
  218. The following NEW packages will be installed:
  219.  binutils-doc
  220. 0 upgraded, 1 newly installed, 0 to remove and 156 not upgraded.
  221. Need to get 547 kB of archives.
  222. After this operation, 615 kB of additional disk space will be used.
  223. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main binutils-doc all 2.22-6ubuntu1.1 [547 kB]
  224. Fetched 547 kB in 1s (361 kB/s)
  225. Selecting previously unselected package binutils-doc.
  226. (Reading database ... 51559 files and directories currently installed.)
  227. Unpacking binutils-doc (from .../binutils-doc_2.22-6ubuntu1.1_all.deb) ...
  228. Processing triggers for install-info ...
  229. Setting up binutils-doc (2.22-6ubuntu1.1) ...
  230. [2013-11-18T17:52:11+00:00] DEBUG: STDERR:
  231. [2013-11-18T17:52:11+00:00] DEBUG: ---- End output of apt-get -q -y install binutils-doc=2.22-6ubuntu1.1 ----
  232. [2013-11-18T17:52:11+00:00] DEBUG: Ran apt-get -q -y install binutils-doc=2.22-6ubuntu1.1 returned 0
  233. [2013-11-18T17:52:11+00:00] INFO: Processing package[bison] action install (build-essential::debian line 40)
  234. [2013-11-18T17:52:11+00:00] DEBUG: package[bison] checking package status for bison
  235. [2013-11-18T17:52:11+00:00] DEBUG: package[bison] current version is nil
  236. [2013-11-18T17:52:11+00:00] DEBUG: package[bison] candidate version is 1:2.5.dfsg-2.1
  237. [2013-11-18T17:52:11+00:00] DEBUG: Executing apt-get -q -y install bison=1:2.5.dfsg-2.1
  238. [2013-11-18T17:52:13+00:00] DEBUG: ---- Begin output of apt-get -q -y install bison=1:2.5.dfsg-2.1 ----
  239. [2013-11-18T17:52:13+00:00] DEBUG: STDOUT: Reading package lists...
  240. Building dependency tree...
  241. Reading state information...
  242. The following extra packages will be installed:
  243.  libbison-dev
  244. Suggested packages:
  245.  bison-doc
  246. The following NEW packages will be installed:
  247.  bison libbison-dev
  248. 0 upgraded, 2 newly installed, 0 to remove and 156 not upgraded.
  249. Need to get 328 kB of archives.
  250. After this operation, 1,639 kB of additional disk space will be used.
  251. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libbison-dev amd64 1:2.5.dfsg-2.1 [33.3 kB]
  252. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main bison amd64 1:2.5.dfsg-2.1 [295 kB]
  253. Fetched 328 kB in 1s (240 kB/s)
  254. Selecting previously unselected package libbison-dev.
  255. (Reading database ... 51571 files and directories currently installed.)
  256. Unpacking libbison-dev (from .../libbison-dev_1%3a2.5.dfsg-2.1_amd64.deb) ...
  257. Selecting previously unselected package bison.
  258. Unpacking bison (from .../bison_1%3a2.5.dfsg-2.1_amd64.deb) ...
  259. Processing triggers for man-db ...
  260. Setting up libbison-dev (1:2.5.dfsg-2.1) ...
  261. Setting up bison (1:2.5.dfsg-2.1) ...
  262. update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode.
  263. [2013-11-18T17:52:13+00:00] DEBUG: STDERR:
  264. [2013-11-18T17:52:13+00:00] DEBUG: ---- End output of apt-get -q -y install bison=1:2.5.dfsg-2.1 ----
  265. [2013-11-18T17:52:13+00:00] DEBUG: Ran apt-get -q -y install bison=1:2.5.dfsg-2.1 returned 0
  266. [2013-11-18T17:52:13+00:00] INFO: Processing package[build-essential] action install (build-essential::debian line 40)
  267. [2013-11-18T17:52:13+00:00] DEBUG: package[build-essential] checking package status for build-essential
  268. [2013-11-18T17:52:13+00:00] DEBUG: package[build-essential] current version is nil
  269. [2013-11-18T17:52:13+00:00] DEBUG: package[build-essential] candidate version is 11.5ubuntu2.1
  270. [2013-11-18T17:52:13+00:00] DEBUG: Executing apt-get -q -y install build-essential=11.5ubuntu2.1
  271. [2013-11-18T17:52:24+00:00] DEBUG: ---- Begin output of apt-get -q -y install build-essential=11.5ubuntu2.1 ----
  272. [2013-11-18T17:52:24+00:00] DEBUG: STDOUT: Reading package lists...
  273. Building dependency tree...
  274. Reading state information...
  275. The following extra packages will be installed:
  276.  dpkg-dev fakeroot g++ g++-4.6 libalgorithm-diff-perl
  277.  libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl
  278.  libstdc++6-4.6-dev make
  279. Suggested packages:
  280.  debian-keyring g++-multilib g++-4.6-multilib gcc-4.6-doc libstdc++6-4.6-dbg
  281.  libstdc++6-4.6-doc make-doc
  282. The following NEW packages will be installed:
  283.  build-essential dpkg-dev fakeroot g++ g++-4.6 libalgorithm-diff-perl
  284.  libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl
  285.  libstdc++6-4.6-dev make
  286. 0 upgraded, 11 newly installed, 0 to remove and 156 not upgraded.
  287. Need to get 9,552 kB of archives.
  288. After this operation, 28.9 MB of additional disk space will be used.
  289. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libstdc++6-4.6-dev amd64 4.6.3-1ubuntu5 [1,660 kB]
  290. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main g++-4.6 amd64 4.6.3-1ubuntu5 [6,954 kB]
  291. Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main g++ amd64 4:4.6.3-1ubuntu5 [1,442 B]
  292. Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main make amd64 3.81-8.1ubuntu1.1 [119 kB]
  293. Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libdpkg-perl all 1.16.1.2ubuntu7.2 [180 kB]
  294. Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main dpkg-dev all 1.16.1.2ubuntu7.2 [469 kB]
  295. Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main build-essential amd64 11.5ubuntu2.1 [5,816 B]
  296. Get:8 http://us.archive.ubuntu.com/ubuntu/ precise/main fakeroot amd64 1.18.2-1 [87.2 kB]
  297. Get:9 http://us.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-perl all 1.19.02-2 [50.7 kB]
  298. Get:10 http://us.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-xs-perl amd64 0.04-2build2 [12.4 kB]
  299. Get:11 http://us.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]
  300. Fetched 9,552 kB in 6s (1,370 kB/s)
  301. Selecting previously unselected package libstdc++6-4.6-dev.
  302. (Reading database ... 51616 files and directories currently installed.)
  303. Unpacking libstdc++6-4.6-dev (from .../libstdc++6-4.6-dev_4.6.3-1ubuntu5_amd64.deb) ...
  304. Selecting previously unselected package g++-4.6.
  305. Unpacking g++-4.6 (from .../g++-4.6_4.6.3-1ubuntu5_amd64.deb) ...
  306. Selecting previously unselected package g++.
  307. Unpacking g++ (from .../g++_4%3a4.6.3-1ubuntu5_amd64.deb) ...
  308. Selecting previously unselected package make.
  309. Unpacking make (from .../make_3.81-8.1ubuntu1.1_amd64.deb) ...
  310. Selecting previously unselected package libdpkg-perl.
  311. Unpacking libdpkg-perl (from .../libdpkg-perl_1.16.1.2ubuntu7.2_all.deb) ...
  312. Selecting previously unselected package dpkg-dev.
  313. Unpacking dpkg-dev (from .../dpkg-dev_1.16.1.2ubuntu7.2_all.deb) ...
  314. Selecting previously unselected package build-essential.
  315. Unpacking build-essential (from .../build-essential_11.5ubuntu2.1_amd64.deb) ...
  316. Selecting previously unselected package fakeroot.
  317. Unpacking fakeroot (from .../fakeroot_1.18.2-1_amd64.deb) ...
  318. Selecting previously unselected package libalgorithm-diff-perl.
  319. Unpacking libalgorithm-diff-perl (from .../libalgorithm-diff-perl_1.19.02-2_all.deb) ...
  320. Selecting previously unselected package libalgorithm-diff-xs-perl.
  321. Unpacking libalgorithm-diff-xs-perl (from .../libalgorithm-diff-xs-perl_0.04-2build2_amd64.deb) ...
  322. Selecting previously unselected package libalgorithm-merge-perl.
  323. Unpacking libalgorithm-merge-perl (from .../libalgorithm-merge-perl_0.08-2_all.deb) ...
  324. Processing triggers for man-db ...
  325. Setting up make (3.81-8.1ubuntu1.1) ...
  326. Setting up libdpkg-perl (1.16.1.2ubuntu7.2) ...
  327. Setting up dpkg-dev (1.16.1.2ubuntu7.2) ...
  328. Setting up fakeroot (1.18.2-1) ...
  329. update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode.
  330. Setting up libalgorithm-diff-perl (1.19.02-2) ...
  331. Setting up libalgorithm-diff-xs-perl (0.04-2build2) ...
  332. Setting up libalgorithm-merge-perl (0.08-2) ...
  333. Setting up libstdc++6-4.6-dev (4.6.3-1ubuntu5) ...
  334. Setting up g++-4.6 (4.6.3-1ubuntu5) ...
  335. Setting up g++ (4:4.6.3-1ubuntu5) ...
  336. update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode.
  337. Setting up build-essential (11.5ubuntu2.1) ...
  338. [2013-11-18T17:52:24+00:00] DEBUG: STDERR:
  339. [2013-11-18T17:52:24+00:00] DEBUG: ---- End output of apt-get -q -y install build-essential=11.5ubuntu2.1 ----
  340. [2013-11-18T17:52:24+00:00] DEBUG: Ran apt-get -q -y install build-essential=11.5ubuntu2.1 returned 0
  341. [2013-11-18T17:52:24+00:00] INFO: Processing package[flex] action install (build-essential::debian line 40)
  342. [2013-11-18T17:52:24+00:00] DEBUG: package[flex] checking package status for flex
  343. [2013-11-18T17:52:24+00:00] DEBUG: package[flex] current version is nil
  344. [2013-11-18T17:52:24+00:00] DEBUG: package[flex] candidate version is 2.5.35-10ubuntu3
  345. [2013-11-18T17:52:24+00:00] DEBUG: Executing apt-get -q -y install flex=2.5.35-10ubuntu3
  346. [2013-11-18T17:52:26+00:00] DEBUG: ---- Begin output of apt-get -q -y install flex=2.5.35-10ubuntu3 ----
  347. [2013-11-18T17:52:26+00:00] DEBUG: STDOUT: Reading package lists...
  348. Building dependency tree...
  349. Reading state information...
  350. The following extra packages will be installed:
  351.  libfl-dev
  352. The following NEW packages will be installed:
  353.  flex libfl-dev
  354. 0 upgraded, 2 newly installed, 0 to remove and 156 not upgraded.
  355. Need to get 251 kB of archives.
  356. After this operation, 592 kB of additional disk space will be used.
  357. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libfl-dev amd64 2.5.35-10ubuntu3 [18.9 kB]
  358. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main flex amd64 2.5.35-10ubuntu3 [232 kB]
  359. Fetched 251 kB in 1s (212 kB/s)
  360. Selecting previously unselected package libfl-dev.
  361. (Reading database ... 52746 files and directories currently installed.)
  362. Unpacking libfl-dev (from .../libfl-dev_2.5.35-10ubuntu3_amd64.deb) ...
  363. Selecting previously unselected package flex.
  364. Unpacking flex (from .../flex_2.5.35-10ubuntu3_amd64.deb) ...
  365. Processing triggers for install-info ...
  366. Processing triggers for man-db ...
  367. Setting up libfl-dev (2.5.35-10ubuntu3) ...
  368. Setting up flex (2.5.35-10ubuntu3) ...
  369. [2013-11-18T17:52:26+00:00] DEBUG: STDERR:
  370. [2013-11-18T17:52:26+00:00] DEBUG: ---- End output of apt-get -q -y install flex=2.5.35-10ubuntu3 ----
  371. [2013-11-18T17:52:26+00:00] DEBUG: Ran apt-get -q -y install flex=2.5.35-10ubuntu3 returned 0
  372. [2013-11-18T17:52:26+00:00] INFO: Processing package[vim] action install (vim::default line 30)
  373. [2013-11-18T17:52:26+00:00] DEBUG: package[vim] checking package status for vim
  374. [2013-11-18T17:52:27+00:00] DEBUG: package[vim] current version is nil
  375. [2013-11-18T17:52:27+00:00] DEBUG: package[vim] candidate version is 2:7.3.429-2ubuntu2.1
  376. [2013-11-18T17:52:27+00:00] DEBUG: Executing apt-get -q -y install vim=2:7.3.429-2ubuntu2.1
  377. [2013-11-18T17:52:44+00:00] DEBUG: ---- Begin output of apt-get -q -y install vim=2:7.3.429-2ubuntu2.1 ----
  378. [2013-11-18T17:52:44+00:00] DEBUG: STDOUT: Reading package lists...
  379. Building dependency tree...
  380. Reading state information...
  381. The following extra packages will be installed:
  382.  libgpm2 libpython2.7 python2.7 python2.7-minimal vim-common vim-runtime
  383.  vim-tiny
  384. Suggested packages:
  385.  gpm python2.7-doc binfmt-support ctags vim-doc vim-scripts indent
  386. The following NEW packages will be installed:
  387.  libgpm2 libpython2.7 vim vim-runtime
  388. The following packages will be upgraded:
  389.  python2.7 python2.7-minimal vim-common vim-tiny
  390. 4 upgraded, 4 newly installed, 0 to remove and 152 not upgraded.
  391. Need to get 13.4 MB of archives.
  392. After this operation, 28.1 MB of additional disk space will be used.
  393. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libgpm2 amd64 1.20.4-4 [17.2 kB]
  394. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7 amd64 2.7.3-0ubuntu3.4 [2,674 kB]
  395. Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-minimal amd64 2.7.3-0ubuntu3.4 [1,739 kB]
  396. Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main vim-tiny amd64 2:7.3.429-2ubuntu2.1 [411 kB]
  397. Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main vim-common amd64 2:7.3.429-2ubuntu2.1 [86.5 kB]
  398. Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpython2.7 amd64 2.7.3-0ubuntu3.4 [1,188 kB]
  399. Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main vim-runtime all 2:7.3.429-2ubuntu2.1 [6,277 kB]
  400. Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main vim amd64 2:7.3.429-2ubuntu2.1 [1,048 kB]
  401. Fetched 13.4 MB in 12s (1,053 kB/s)
  402. Selecting previously unselected package libgpm2.
  403. (Reading database ... 52770 files and directories currently installed.)
  404. Unpacking libgpm2 (from .../libgpm2_1.20.4-4_amd64.deb) ...
  405. Preparing to replace python2.7 2.7.3-0ubuntu3 (using .../python2.7_2.7.3-0ubuntu3.4_amd64.deb) ...
  406. Unpacking replacement python2.7 ...
  407. Preparing to replace python2.7-minimal 2.7.3-0ubuntu3 (using .../python2.7-minimal_2.7.3-0ubuntu3.4_amd64.deb) ...
  408. Unpacking replacement python2.7-minimal ...
  409. Processing triggers for man-db ...
  410. Setting up python2.7-minimal (2.7.3-0ubuntu3.4) ...
  411. (Reading database ... 52773 files and directories currently installed.)
  412. Preparing to replace vim-tiny 2:7.3.429-2ubuntu2 (using .../vim-tiny_2%3a7.3.429-2ubuntu2.1_amd64.deb) ...
  413. Unpacking replacement vim-tiny ...
  414. Preparing to replace vim-common 2:7.3.429-2ubuntu2 (using .../vim-common_2%3a7.3.429-2ubuntu2.1_amd64.deb) ...
  415. Unpacking replacement vim-common ...
  416. Selecting previously unselected package libpython2.7.
  417. Unpacking libpython2.7 (from .../libpython2.7_2.7.3-0ubuntu3.4_amd64.deb) ...
  418. Selecting previously unselected package vim-runtime.
  419. Unpacking vim-runtime (from .../vim-runtime_2%3a7.3.429-2ubuntu2.1_all.deb) ...
  420. Adding 'diversion of /usr/share/vim/vim73/doc/help.txt to /usr/share/vim/vim73/doc/help.txt.vim-tiny by vim-runtime'
  421. Adding 'diversion of /usr/share/vim/vim73/doc/tags to /usr/share/vim/vim73/doc/tags.vim-tiny by vim-runtime'
  422. Selecting previously unselected package vim.
  423. Unpacking vim (from .../vim_2%3a7.3.429-2ubuntu2.1_amd64.deb) ...
  424. Processing triggers for man-db ...
  425. Setting up libgpm2 (1.20.4-4) ...
  426. Setting up python2.7 (2.7.3-0ubuntu3.4) ...
  427. Setting up vim-common (2:7.3.429-2ubuntu2.1) ...
  428. Setting up vim-tiny (2:7.3.429-2ubuntu2.1) ...
  429. Setting up libpython2.7 (2.7.3-0ubuntu3.4) ...
  430. Setting up vim-runtime (2:7.3.429-2ubuntu2.1) ...
  431. Processing /usr/share/vim/addons/doc
  432. Setting up vim (2:7.3.429-2ubuntu2.1) ...
  433. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode.
  434. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode.
  435. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode.
  436. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode.
  437. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode.
  438. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode.
  439. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode.
  440. Processing triggers for libc-bin ...
  441. ldconfig deferred processing now taking place
  442. [2013-11-18T17:52:44+00:00] DEBUG: STDERR:
  443. [2013-11-18T17:52:44+00:00] DEBUG: ---- End output of apt-get -q -y install vim=2:7.3.429-2ubuntu2.1 ----
  444. [2013-11-18T17:52:44+00:00] DEBUG: Ran apt-get -q -y install vim=2:7.3.429-2ubuntu2.1 returned 0
  445. [2013-11-18T17:52:44+00:00] INFO: Processing package[git] action install (git::default line 24)
  446. [2013-11-18T17:52:44+00:00] DEBUG: package[git] checking package status for git
  447. [2013-11-18T17:52:44+00:00] DEBUG: package[git] current version is nil
  448. [2013-11-18T17:52:44+00:00] DEBUG: package[git] candidate version is 1:1.7.9.5-1
  449. [2013-11-18T17:52:44+00:00] DEBUG: Executing apt-get -q -y install git=1:1.7.9.5-1
  450. [2013-11-18T17:52:57+00:00] DEBUG: ---- Begin output of apt-get -q -y install git=1:1.7.9.5-1 ----
  451. [2013-11-18T17:52:57+00:00] DEBUG: STDOUT: Reading package lists...
  452. Building dependency tree...
  453. Reading state information...
  454. The following extra packages will be installed:
  455.  git-man liberror-perl
  456. Suggested packages:
  457.  git-daemon-run git-daemon-sysvinit git-doc git-el git-arch git-cvs git-svn
  458.  git-email git-gui gitk gitweb
  459. The following NEW packages will be installed:
  460.  git git-man liberror-perl
  461. 0 upgraded, 3 newly installed, 0 to remove and 152 not upgraded.
  462. Need to get 6,741 kB of archives.
  463. After this operation, 15.2 MB of additional disk space will be used.
  464. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main liberror-perl all 0.17-1 [23.8 kB]
  465. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main git-man all 1:1.7.9.5-1 [630 kB]
  466. Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main git amd64 1:1.7.9.5-1 [6,087 kB]
  467. Fetched 6,741 kB in 9s (700 kB/s)
  468. Selecting previously unselected package liberror-perl.
  469. (Reading database ... 54348 files and directories currently installed.)
  470. Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ...
  471. Selecting previously unselected package git-man.
  472. Unpacking git-man (from .../git-man_1%3a1.7.9.5-1_all.deb) ...
  473. Selecting previously unselected package git.
  474. Unpacking git (from .../git_1%3a1.7.9.5-1_amd64.deb) ...
  475. Processing triggers for man-db ...
  476. Setting up liberror-perl (0.17-1) ...
  477. Setting up git-man (1:1.7.9.5-1) ...
  478. Setting up git (1:1.7.9.5-1) ...
  479. [2013-11-18T17:52:57+00:00] DEBUG: STDERR:
  480. [2013-11-18T17:52:57+00:00] DEBUG: ---- End output of apt-get -q -y install git=1:1.7.9.5-1 ----
  481. [2013-11-18T17:52:57+00:00] DEBUG: Ran apt-get -q -y install git=1:1.7.9.5-1 returned 0
  482. [2013-11-18T17:52:57+00:00] INFO: Processing package[zsh] action install (oh-my-zsh::default line 7)
  483. [2013-11-18T17:52:57+00:00] DEBUG: package[zsh] checking package status for zsh
  484. [2013-11-18T17:52:57+00:00] DEBUG: package[zsh] current version is nil
  485. [2013-11-18T17:52:57+00:00] DEBUG: package[zsh] candidate version is 4.3.17-1ubuntu1
  486. [2013-11-18T17:52:57+00:00] DEBUG: Executing apt-get -q -y install zsh=4.3.17-1ubuntu1
  487. [2013-11-18T17:53:03+00:00] DEBUG: ---- Begin output of apt-get -q -y install zsh=4.3.17-1ubuntu1 ----
  488. [2013-11-18T17:53:03+00:00] DEBUG: STDOUT: Reading package lists...
  489. Building dependency tree...
  490. Reading state information...
  491. Suggested packages:
  492.  zsh-doc
  493. The following NEW packages will be installed:
  494.  zsh
  495. 0 upgraded, 1 newly installed, 0 to remove and 152 not upgraded.
  496. Need to get 4,716 kB of archives.
  497. After this operation, 11.7 MB of additional disk space will be used.
  498. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main zsh amd64 4.3.17-1ubuntu1 [4,716 kB]
  499. Fetched 4,716 kB in 4s (987 kB/s)
  500. Selecting previously unselected package zsh.
  501. (Reading database ... 54996 files and directories currently installed.)
  502. Unpacking zsh (from .../zsh_4.3.17-1ubuntu1_amd64.deb) ...
  503. Processing triggers for man-db ...
  504. Setting up zsh (4.3.17-1ubuntu1) ...
  505. update-alternatives: using /bin/zsh4 to provide /bin/zsh (zsh) in auto mode.
  506. update-alternatives: using /bin/zsh4 to provide /bin/rzsh (rzsh) in auto mode.
  507. update-alternatives: using /bin/zsh4 to provide /bin/ksh (ksh) in auto mode.
  508. [2013-11-18T17:53:03+00:00] DEBUG: STDERR:
  509. [2013-11-18T17:53:03+00:00] DEBUG: ---- End output of apt-get -q -y install zsh=4.3.17-1ubuntu1 ----
  510. [2013-11-18T17:53:03+00:00] DEBUG: Ran apt-get -q -y install zsh=4.3.17-1ubuntu1 returned 0
  511. [2013-11-18T17:53:03+00:00] INFO: Processing git[/home/vagrant/.oh-my-zsh] action sync (oh-my-zsh::default line 15)
  512. [2013-11-18T17:53:03+00:00] DEBUG: git[/home/vagrant/.oh-my-zsh] finding current git revision
  513. [2013-11-18T17:53:03+00:00] DEBUG: git[/home/vagrant/.oh-my-zsh] resolving remote reference
  514. [2013-11-18T17:53:04+00:00] INFO: git[/home/vagrant/.oh-my-zsh] cloning repo git://github.com/robbyrussell/oh-my-zsh.git to /home/vagrant/.oh-my-zsh
  515. [2013-11-18T17:53:07+00:00] INFO: git[/home/vagrant/.oh-my-zsh] checked out branch: master reference: 9f5a895192b7d6b75ba717ef4e2c9b6ed7977c68
  516. [2013-11-18T17:53:07+00:00] INFO: Processing template[/home/vagrant/.zshrc] action create_if_missing (oh-my-zsh::default line 22)
  517. [2013-11-18T17:53:07+00:00] DEBUG: Current content's checksum:  
  518. [2013-11-18T17:53:07+00:00] DEBUG: Rendered content's checksum: 230cb7cf16c9a4d1b5a90ad68ff7b5055f678bd0a9688db71c3784812d0bb896
  519. [2013-11-18T17:53:07+00:00] INFO: template[/home/vagrant/.zshrc] updated content
  520. [2013-11-18T17:53:07+00:00] INFO: template[/home/vagrant/.zshrc] owner changed to 1000
  521. [2013-11-18T17:53:07+00:00] INFO: template[/home/vagrant/.zshrc] mode changed to 644
  522. [2013-11-18T17:53:07+00:00] INFO: Processing user[vagrant] action modify (oh-my-zsh::default line 35)
  523. [2013-11-18T17:53:07+00:00] DEBUG: user[vagrant] setting shell to /bin/zsh
  524. [2013-11-18T17:53:07+00:00] DEBUG: Executing usermod -s '/bin/zsh' vagrant
  525. [2013-11-18T17:53:07+00:00] DEBUG: ---- Begin output of usermod -s '/bin/zsh' vagrant ----
  526. [2013-11-18T17:53:07+00:00] DEBUG: STDOUT:
  527. [2013-11-18T17:53:07+00:00] DEBUG: STDERR:
  528. [2013-11-18T17:53:07+00:00] DEBUG: ---- End output of usermod -s '/bin/zsh' vagrant ----
  529. [2013-11-18T17:53:07+00:00] DEBUG: Ran usermod -s '/bin/zsh' vagrant returned 0
  530. [2013-11-18T17:53:07+00:00] INFO: user[vagrant] modified
  531. [2013-11-18T17:53:07+00:00] INFO: Processing execute[source /etc/profile to all zshrc] action run (oh-my-zsh::default line 41)
  532. [2013-11-18T17:53:07+00:00] INFO: execute[source /etc/profile to all zshrc] ran successfully
  533. [2013-11-18T17:53:07+00:00] INFO: Processing package[bzr] action install (golang::requirements line 1)
  534. [2013-11-18T17:53:07+00:00] DEBUG: package[bzr] checking package status for bzr
  535. [2013-11-18T17:53:07+00:00] DEBUG: package[bzr] current version is nil
  536. [2013-11-18T17:53:07+00:00] DEBUG: package[bzr] candidate version is 2.5.1-0ubuntu2
  537. [2013-11-18T17:53:07+00:00] DEBUG: Executing apt-get -q -y install bzr=2.5.1-0ubuntu2
  538. [2013-11-18T17:53:16+00:00] DEBUG: ---- Begin output of apt-get -q -y install bzr=2.5.1-0ubuntu2 ----
  539. [2013-11-18T17:53:16+00:00] DEBUG: STDOUT: Reading package lists...
  540. Building dependency tree...
  541. Reading state information...
  542. The following extra packages will be installed:
  543.  libjs-jquery python-bzrlib python-configobj python-crypto python-httplib2
  544.  python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri
  545.  python-oauth python-paramiko python-pkg-resources python-simplejson
  546.  python-wadllib python-zope.interface
  547. Suggested packages:
  548.  bzr-doc bzr-gtk bzr-svn python-bzrlib.tests bzrtools javascript-common
  549.  python-kerberos python-gpgme python-pycurl python-bzrlib-dbg xdg-utils
  550.  python-crypto-dbg python-crypto-doc python-testresources python-distribute
  551.  python-distribute-doc
  552. The following NEW packages will be installed:
  553.  bzr libjs-jquery python-bzrlib python-configobj python-crypto
  554.  python-httplib2 python-keyring python-launchpadlib python-lazr.restfulclient
  555.  python-lazr.uri python-oauth python-paramiko python-pkg-resources
  556.  python-simplejson python-wadllib python-zope.interface
  557. 0 upgraded, 16 newly installed, 0 to remove and 152 not upgraded.
  558. Need to get 3,739 kB of archives.
  559. After this operation, 21.4 MB of additional disk space will be used.
  560. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main python-configobj all 4.7.2+ds-3build1 [233 kB]
  561. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-bzrlib amd64 2.5.1-0ubuntu2 [1,759 kB]
  562. Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main bzr all 2.5.1-0ubuntu2 [35.2 kB]
  563. Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/main libjs-jquery all 1.7.1-1ubuntu1 [111 kB]
  564. Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-crypto amd64 2.4.1-1ubuntu0.1 [293 kB]
  565. Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-httplib2 all 0.7.2-1ubuntu2.1 [57.1 kB]
  566. Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-keyring all 0.9.2-0ubuntu0.12.04.2 [39.7 kB]
  567. Get:8 http://us.archive.ubuntu.com/ubuntu/ precise/main python-simplejson amd64 2.3.2-1 [69.8 kB]
  568. Get:9 http://us.archive.ubuntu.com/ubuntu/ precise/main python-pkg-resources all 0.6.24-1ubuntu1 [63.1 kB]
  569. Get:10 http://us.archive.ubuntu.com/ubuntu/ precise/main python-lazr.uri all 1.0.3-1 [14.6 kB]
  570. Get:11 http://us.archive.ubuntu.com/ubuntu/ precise/main python-wadllib all 1.3.0-2 [32.3 kB]
  571. Get:12 http://us.archive.ubuntu.com/ubuntu/ precise/main python-oauth all 1.0.1-3build1 [14.6 kB]
  572. Get:13 http://us.archive.ubuntu.com/ubuntu/ precise/main python-zope.interface amd64 3.6.1-1ubuntu3 [114 kB]
  573. Get:14 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-lazr.restfulclient all 0.12.0-1ubuntu1.1 [54.8 kB]
  574. Get:15 http://us.archive.ubuntu.com/ubuntu/ precise/main python-launchpadlib all 1.9.12-1 [50.5 kB]
  575. Get:16 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-paramiko all 1.7.7.1-2ubuntu1 [797 kB]
  576. Fetched 3,739 kB in 4s (829 kB/s)
  577. Selecting previously unselected package python-configobj.
  578. (Reading database ... 56164 files and directories currently installed.)
  579. Unpacking python-configobj (from .../python-configobj_4.7.2+ds-3build1_all.deb) ...
  580. Selecting previously unselected package python-bzrlib.
  581. Unpacking python-bzrlib (from .../python-bzrlib_2.5.1-0ubuntu2_amd64.deb) ...
  582. Selecting previously unselected package bzr.
  583. Unpacking bzr (from .../bzr_2.5.1-0ubuntu2_all.deb) ...
  584. Selecting previously unselected package libjs-jquery.
  585. Unpacking libjs-jquery (from .../libjs-jquery_1.7.1-1ubuntu1_all.deb) ...
  586. Selecting previously unselected package python-crypto.
  587. Unpacking python-crypto (from .../python-crypto_2.4.1-1ubuntu0.1_amd64.deb) ...
  588. Selecting previously unselected package python-httplib2.
  589. Unpacking python-httplib2 (from .../python-httplib2_0.7.2-1ubuntu2.1_all.deb) ...
  590. Selecting previously unselected package python-keyring.
  591. Unpacking python-keyring (from .../python-keyring_0.9.2-0ubuntu0.12.04.2_all.deb) ...
  592. Selecting previously unselected package python-simplejson.
  593. Unpacking python-simplejson (from .../python-simplejson_2.3.2-1_amd64.deb) ...
  594. Selecting previously unselected package python-pkg-resources.
  595. Unpacking python-pkg-resources (from .../python-pkg-resources_0.6.24-1ubuntu1_all.deb) ...
  596. Selecting previously unselected package python-lazr.uri.
  597. Unpacking python-lazr.uri (from .../python-lazr.uri_1.0.3-1_all.deb) ...
  598. Selecting previously unselected package python-wadllib.
  599. Unpacking python-wadllib (from .../python-wadllib_1.3.0-2_all.deb) ...
  600. Selecting previously unselected package python-oauth.
  601. Unpacking python-oauth (from .../python-oauth_1.0.1-3build1_all.deb) ...
  602. Selecting previously unselected package python-zope.interface.
  603. Unpacking python-zope.interface (from .../python-zope.interface_3.6.1-1ubuntu3_amd64.deb) ...
  604. Selecting previously unselected package python-lazr.restfulclient.
  605. Unpacking python-lazr.restfulclient (from .../python-lazr.restfulclient_0.12.0-1ubuntu1.1_all.deb) ...
  606. Selecting previously unselected package python-launchpadlib.
  607. Unpacking python-launchpadlib (from .../python-launchpadlib_1.9.12-1_all.deb) ...
  608. Selecting previously unselected package python-paramiko.
  609. Unpacking python-paramiko (from .../python-paramiko_1.7.7.1-2ubuntu1_all.deb) ...
  610. Processing triggers for man-db ...
  611. Setting up python-configobj (4.7.2+ds-3build1) ...
  612. Setting up python-bzrlib (2.5.1-0ubuntu2) ...
  613. Setting up bzr (2.5.1-0ubuntu2) ...
  614. Setting up libjs-jquery (1.7.1-1ubuntu1) ...
  615. Setting up python-crypto (2.4.1-1ubuntu0.1) ...
  616. Setting up python-httplib2 (0.7.2-1ubuntu2.1) ...
  617. Setting up python-keyring (0.9.2-0ubuntu0.12.04.2) ...
  618. Setting up python-simplejson (2.3.2-1) ...
  619. Setting up python-pkg-resources (0.6.24-1ubuntu1) ...
  620. Setting up python-lazr.uri (1.0.3-1) ...
  621. Setting up python-wadllib (1.3.0-2) ...
  622. Setting up python-oauth (1.0.1-3build1) ...
  623. Setting up python-zope.interface (3.6.1-1ubuntu3) ...
  624. Setting up python-lazr.restfulclient (0.12.0-1ubuntu1.1) ...
  625. Setting up python-launchpadlib (1.9.12-1) ...
  626. Setting up python-paramiko (1.7.7.1-2ubuntu1) ...
  627. [2013-11-18T17:53:16+00:00] DEBUG: STDERR:
  628. [2013-11-18T17:53:16+00:00] DEBUG: ---- End output of apt-get -q -y install bzr=2.5.1-0ubuntu2 ----
  629. [2013-11-18T17:53:16+00:00] DEBUG: Ran apt-get -q -y install bzr=2.5.1-0ubuntu2 returned 0
  630. [2013-11-18T17:53:16+00:00] INFO: Processing bash[install-golang] action nothing (golang::install line 3)
  631. [2013-11-18T17:53:16+00:00] DEBUG: Doing nothing for bash[install-golang]
  632. [2013-11-18T17:53:16+00:00] INFO: Processing remote_file[/var/chef/cache/go1.1.2.linux-amd64.tar.gz] action create (golang::install line 13)
  633. [2013-11-18T17:53:16+00:00] DEBUG: remote_file[/var/chef/cache/go1.1.2.linux-amd64.tar.gz] checking for changes
  634. [2013-11-18T17:53:16+00:00] DEBUG: Sending HTTP Request via GET to go.googlecode.com:80/files/go1.1.2.linux-amd64.tar.gz
  635. [2013-11-18T17:53:16+00:00] DEBUG: Streaming download from http://go.googlecode.com/files/go1.1.2.linux-amd64.tar.gz to tempfile /tmp/chef-rest20131118-1383-1fzkxyf-0
  636. [2013-11-18T17:53:33+00:00] DEBUG: remote_file[/var/chef/cache/go1.1.2.linux-amd64.tar.gz] checking for file existence of /var/chef/cache/go1.1.2.linux-amd64.tar.gz
  637. [2013-11-18T17:53:33+00:00] DEBUG: remote_file[/var/chef/cache/go1.1.2.linux-amd64.tar.gz] creating /var/chef/cache/go1.1.2.linux-amd64.tar.gz
  638. [2013-11-18T17:53:33+00:00] INFO: remote_file[/var/chef/cache/go1.1.2.linux-amd64.tar.gz] updated
  639. [2013-11-18T17:53:33+00:00] INFO: remote_file[/var/chef/cache/go1.1.2.linux-amd64.tar.gz] owner changed to 0
  640. [2013-11-18T17:53:33+00:00] INFO: remote_file[/var/chef/cache/go1.1.2.linux-amd64.tar.gz] mode changed to 644
  641. [2013-11-18T17:53:33+00:00] INFO: remote_file[/var/chef/cache/go1.1.2.linux-amd64.tar.gz] sending run action to bash[install-golang] (immediate)
  642. [2013-11-18T17:53:33+00:00] INFO: Processing bash[install-golang] action run (golang::install line 3)
  643. [2013-11-18T17:53:35+00:00] INFO: bash[install-golang] ran successfully
  644. [2013-11-18T17:53:35+00:00] INFO: Processing template[/etc/profile.d/golang.sh] action create (golang::install line 37)
  645. [2013-11-18T17:53:35+00:00] DEBUG: Current content's checksum:  
  646. [2013-11-18T17:53:35+00:00] DEBUG: Rendered content's checksum: 8d3dcee8a871a063bf33baa6f2d8e0fb811c26344600a1d3a5ef0c0b1fb3ccb5
  647. [2013-11-18T17:53:35+00:00] INFO: template[/etc/profile.d/golang.sh] updated content
  648. [2013-11-18T17:53:35+00:00] INFO: template[/etc/profile.d/golang.sh] owner changed to 0
  649. [2013-11-18T17:53:35+00:00] INFO: template[/etc/profile.d/golang.sh] group changed to 0
  650. [2013-11-18T17:53:35+00:00] INFO: template[/etc/profile.d/golang.sh] mode changed to 755
  651. [2013-11-18T17:53:35+00:00] INFO: Processing apt_repository[apt.postgresql.org] action add (postgres::default line 3)
  652. [2013-11-18T17:53:35+00:00] DEBUG: Setting execute[apt-get update] to the state of the prior execute[apt-get update]
  653. [2013-11-18T17:53:35+00:00] INFO: Processing remote_file[/var/chef/cache/ACCC4CF8.asc] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 59)
  654. [2013-11-18T17:53:35+00:00] DEBUG: remote_file[/var/chef/cache/ACCC4CF8.asc] checking for changes
  655. [2013-11-18T17:53:35+00:00] DEBUG: Sending HTTP Request via GET to apt.postgresql.org:80/pub/repos/apt/ACCC4CF8.asc
  656. [2013-11-18T17:53:36+00:00] DEBUG: Streaming download from http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc to tempfile /tmp/chef-rest20131118-1383-i7zih2-0
  657. [2013-11-18T17:53:36+00:00] DEBUG: decompressing gzip stream
  658. [2013-11-18T17:53:36+00:00] DEBUG: remote_file[/var/chef/cache/ACCC4CF8.asc] checking for file existence of /var/chef/cache/ACCC4CF8.asc
  659. [2013-11-18T17:53:36+00:00] DEBUG: remote_file[/var/chef/cache/ACCC4CF8.asc] creating /var/chef/cache/ACCC4CF8.asc
  660. [2013-11-18T17:53:36+00:00] INFO: remote_file[/var/chef/cache/ACCC4CF8.asc] updated
  661. [2013-11-18T17:53:36+00:00] INFO: remote_file[/var/chef/cache/ACCC4CF8.asc] mode changed to 644
  662. [2013-11-18T17:53:36+00:00] INFO: Processing execute[install-key ACCC4CF8.asc] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 73)
  663. [2013-11-18T17:53:36+00:00] INFO: execute[install-key ACCC4CF8.asc] ran successfully
  664. [2013-11-18T17:53:36+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106)
  665. [2013-11-18T17:53:36+00:00] DEBUG: Doing nothing for file[/var/lib/apt/periodic/update-success-stamp]
  666. [2013-11-18T17:53:36+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 110)
  667. [2013-11-18T17:53:36+00:00] DEBUG: Doing nothing for execute[apt-get update]
  668. [2013-11-18T17:53:36+00:00] INFO: Processing file[/etc/apt/sources.list.d/apt.postgresql.org.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 123)
  669. [2013-11-18T17:53:36+00:00] INFO: file[/etc/apt/sources.list.d/apt.postgresql.org.list] owner changed to 0
  670. [2013-11-18T17:53:36+00:00] INFO: file[/etc/apt/sources.list.d/apt.postgresql.org.list] group changed to 0
  671. [2013-11-18T17:53:36+00:00] INFO: file[/etc/apt/sources.list.d/apt.postgresql.org.list] mode changed to 644
  672. [2013-11-18T17:53:36+00:00] INFO: file[/etc/apt/sources.list.d/apt.postgresql.org.list] created file /etc/apt/sources.list.d/apt.postgresql.org.list
  673. [2013-11-18T17:53:36+00:00] INFO: file[/etc/apt/sources.list.d/apt.postgresql.org.list] sending delete action to file[/var/lib/apt/periodic/update-success-stamp] (immediate)
  674. [2013-11-18T17:53:36+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action delete (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106)
  675. [2013-11-18T17:53:36+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20131118175336
  676. [2013-11-18T17:53:36+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp
  677. [2013-11-18T17:53:36+00:00] INFO: file[/etc/apt/sources.list.d/apt.postgresql.org.list] sending run action to execute[apt-get update] (immediate)
  678. [2013-11-18T17:53:36+00:00] INFO: Processing execute[apt-get update] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 110)
  679. [2013-11-18T17:53:39+00:00] INFO: execute[apt-get update] ran successfully
  680. [2013-11-18T17:53:39+00:00] INFO: Processing package[postgresql-9.3] action install (postgres::default line 11)
  681. [2013-11-18T17:53:39+00:00] DEBUG: package[postgresql-9.3] checking package status for postgresql-9.3
  682. [2013-11-18T17:53:39+00:00] DEBUG: package[postgresql-9.3] current version is nil
  683. [2013-11-18T17:53:39+00:00] DEBUG: package[postgresql-9.3] candidate version is 9.3.1-1.pgdg12.4+1
  684. [2013-11-18T17:53:39+00:00] DEBUG: Executing apt-get -q -y install postgresql-9.3=9.3.1-1.pgdg12.4+1
  685. [2013-11-18T17:56:39+00:00] DEBUG: ---- Begin output of apt-get -q -y install postgresql-9.3=9.3.1-1.pgdg12.4+1 ----
  686. [2013-11-18T17:56:39+00:00] DEBUG: STDOUT: Reading package lists...
  687. Building dependency tree...
  688. Reading state information...
  689. The following extra packages will be installed:
  690.  libpq5 pgdg-keyring postgresql-client-9.3 postgresql-client-common
  691.  postgresql-common ssl-cert
  692. Suggested packages:
  693.  oidentd ident-server locales-all postgresql-doc-9.3 openssl-blacklist
  694. The following NEW packages will be installed:
  695.  libpq5 pgdg-keyring postgresql-9.3 postgresql-client-9.3
  696.  postgresql-client-common postgresql-common ssl-cert
  697. 0 upgraded, 7 newly installed, 0 to remove and 152 not upgraded.
  698. Need to get 6,075 kB of archives.
  699. After this operation, 24.4 MB of additional disk space will be used.
  700. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main ssl-cert all 1.0.28ubuntu0.1 [12.3 kB]
  701. Get:2 http://apt.postgresql.org/pub/repos/apt/ precise-pgdg/main libpq5 amd64 9.3.1-1.pgdg12.4+1 [552 kB]
  702. Get:3 http://apt.postgresql.org/pub/repos/apt/ precise-pgdg/main pgdg-keyring all 2013.2 [4,802 B]
  703. Get:4 http://apt.postgresql.org/pub/repos/apt/ precise-pgdg/main postgresql-client-common all 149.pgdg12.4+1 [70.3 kB]
  704. Get:5 http://apt.postgresql.org/pub/repos/apt/ precise-pgdg/main postgresql-client-9.3 amd64 9.3.1-1.pgdg12.4+1 [1,462 kB]
  705. Get:6 http://apt.postgresql.org/pub/repos/apt/ precise-pgdg/main postgresql-common all 149.pgdg12.4+1 [157 kB]
  706. Get:7 http://apt.postgresql.org/pub/repos/apt/ precise-pgdg/main postgresql-9.3 amd64 9.3.1-1.pgdg12.4+1 [3,817 kB]
  707. Preconfiguring packages ...
  708. Fetched 6,075 kB in 2min 51s (35.4 kB/s)
  709. Selecting previously unselected package libpq5.
  710. (Reading database ... 58052 files and directories currently installed.)
  711. Unpacking libpq5 (from .../libpq5_9.3.1-1.pgdg12.4+1_amd64.deb) ...
  712. Selecting previously unselected package pgdg-keyring.
  713. Unpacking pgdg-keyring (from .../pgdg-keyring_2013.2_all.deb) ...
  714. Selecting previously unselected package postgresql-client-common.
  715. Unpacking postgresql-client-common (from .../postgresql-client-common_149.pgdg12.4+1_all.deb) ...
  716. Selecting previously unselected package postgresql-client-9.3.
  717. Unpacking postgresql-client-9.3 (from .../postgresql-client-9.3_9.3.1-1.pgdg12.4+1_amd64.deb) ...
  718. Selecting previously unselected package ssl-cert.
  719. Unpacking ssl-cert (from .../ssl-cert_1.0.28ubuntu0.1_all.deb) ...
  720. Selecting previously unselected package postgresql-common.
  721. Unpacking postgresql-common (from .../postgresql-common_149.pgdg12.4+1_all.deb) ...
  722. Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
  723. Selecting previously unselected package postgresql-9.3.
  724. Unpacking postgresql-9.3 (from .../postgresql-9.3_9.3.1-1.pgdg12.4+1_amd64.deb) ...
  725. Processing triggers for man-db ...
  726. Processing triggers for ureadahead ...
  727. ureadahead will be reprofiled on next reboot
  728. Setting up libpq5 (9.3.1-1.pgdg12.4+1) ...
  729. Setting up pgdg-keyring (2013.2) ...
  730. Removing apt.postgresql.org key from trusted.gpg: OK
  731. Importing apt.postgresql.org key: OK
  732. Setting up postgresql-client-common (149.pgdg12.4+1) ...
  733. Setting up postgresql-client-9.3 (9.3.1-1.pgdg12.4+1) ...
  734. update-alternatives: using /usr/share/postgresql/9.3/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode.
  735. Setting up ssl-cert (1.0.28ubuntu0.1) ...
  736. Setting up postgresql-common (149.pgdg12.4+1) ...
  737. Setting up postgresql-9.3 (9.3.1-1.pgdg12.4+1) ...
  738. Creating new cluster 9.3/main ...
  739.  config /etc/postgresql/9.3/main
  740.  data   /var/lib/postgresql/9.3/main
  741.  locale en_US
  742.  port   5432
  743. update-alternatives: using /usr/share/postgresql/9.3/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode.
  744. * Starting PostgreSQL 9.3 database server
  745.   ...done.
  746. Processing triggers for libc-bin ...
  747. ldconfig deferred processing now taking place
  748. [2013-11-18T17:56:39+00:00] DEBUG: STDERR: Adding user postgres to group ssl-cert
  749. Building PostgreSQL dictionaries from installed myspell/hunspell packages...
  750. Removing obsolete dictionary files:
  751. * No PostgreSQL clusters exist; see "man pg_createcluster"
  752. [2013-11-18T17:56:39+00:00] DEBUG: ---- End output of apt-get -q -y install postgresql-9.3=9.3.1-1.pgdg12.4+1 ----
  753. [2013-11-18T17:56:39+00:00] DEBUG: Ran apt-get -q -y install postgresql-9.3=9.3.1-1.pgdg12.4+1 returned 0
  754. [2013-11-18T17:56:39+00:00] INFO: Processing file[/etc/postgresql/9.3/main/postgresql.conf] action delete (postgres::default line 15)
  755. [2013-11-18T17:56:39+00:00] INFO: file[/etc/postgresql/9.3/main/postgresql.conf] backed up to /var/chef/backup/etc/postgresql/9.3/main/postgresql.conf.chef-20131118175639
  756. [2013-11-18T17:56:39+00:00] INFO: file[/etc/postgresql/9.3/main/postgresql.conf] deleted file at /etc/postgresql/9.3/main/postgresql.conf
  757. [2013-11-18T17:56:39+00:00] INFO: Processing link[/etc/postgresql/9.3/main/postgresql.conf] action create (postgres::default line 19)
  758. [2013-11-18T17:56:39+00:00] DEBUG: link[/etc/postgresql/9.3/main/postgresql.conf] created symbolic link from /home/vagrant/postgres/postgresql.conf -> /etc/postgresql/9.3/main/postgresql.conf
  759. [2013-11-18T17:56:39+00:00] INFO: link[/etc/postgresql/9.3/main/postgresql.conf] created
  760. [2013-11-18T17:56:39+00:00] INFO: Processing service[postgresql] action enable (postgres::default line 25)
  761. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] supports status, running
  762. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] is running
  763. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 6, action stop, priority 21
  764. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 5, action start, priority 19
  765. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 4, action start, priority 19
  766. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 3, action start, priority 19
  767. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 2, action start, priority 19
  768. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 1, action stop, priority 21
  769. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 0, action stop, priority 21
  770. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] already enabled - nothing to do
  771. [2013-11-18T17:56:39+00:00] INFO: Processing service[postgresql] action start (postgres::default line 25)
  772. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] supports status, running
  773. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] is running
  774. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 6, action stop, priority 21
  775. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 5, action start, priority 19
  776. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 4, action start, priority 19
  777. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 3, action start, priority 19
  778. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 2, action start, priority 19
  779. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 1, action stop, priority 21
  780. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 0, action stop, priority 21
  781. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] already running - nothing to do
  782. [2013-11-18T17:56:39+00:00] INFO: Processing execute[create-role] action run (postgres::default line 30)
  783. [2013-11-18T17:56:39+00:00] INFO: execute[create-role] ran successfully
  784. [2013-11-18T17:56:39+00:00] INFO: Processing execute[create-database] action run (postgres::default line 35)
  785. [2013-11-18T17:56:39+00:00] INFO: execute[create-database] ran successfully
  786. [2013-11-18T17:56:39+00:00] INFO: link[/etc/postgresql/9.3/main/postgresql.conf] sending restart action to service[postgresql] (delayed)
  787. [2013-11-18T17:56:39+00:00] INFO: Processing service[postgresql] action restart (postgres::default line 25)
  788. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] supports status, running
  789. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] is running
  790. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 6, action stop, priority 21
  791. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 5, action start, priority 19
  792. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 4, action start, priority 19
  793. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 3, action start, priority 19
  794. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 2, action start, priority 19
  795. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 1, action stop, priority 21
  796. [2013-11-18T17:56:39+00:00] DEBUG: service[postgresql] runlevel 0, action stop, priority 21
  797. [2013-11-18T17:56:43+00:00] INFO: service[postgresql] restarted
  798. [2013-11-18T17:56:43+00:00] INFO: Chef Run complete in 292.749201 seconds
  799. [2013-11-18T17:56:43+00:00] DEBUG: Cleaning the checksum cache
  800. [2013-11-18T17:56:43+00:00] INFO: Running report handlers
  801. [2013-11-18T17:56:43+00:00] INFO: Report handlers complete
  802. [2013-11-18T17:56:43+00:00] DEBUG: Exiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement