Advertisement
Guest User

Untitled

a guest
Sep 24th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.99 KB | None | 0 0
  1. [sintez@senleft-ws rmqid-vagrant]$ vagrant up primary
  2. Bringing machine 'primary' up with 'virtualbox' provider...
  3. ==> primary: Clearing any previously set forwarded ports...
  4. ==> primary: Clearing any previously set network interfaces...
  5. ==> primary: Preparing network interfaces based on configuration...
  6. primary: Adapter 1: nat
  7. primary: Adapter 2: hostonly
  8. ==> primary: Forwarding ports...
  9. primary: 1883 => 1883 (adapter 1)
  10. primary: 5671 => 5671 (adapter 1)
  11. primary: 5672 => 5672 (adapter 1)
  12. primary: 8883 => 8883 (adapter 1)
  13. primary: 8888 => 8888 (adapter 1)
  14. primary: 8900 => 8900 (adapter 1)
  15. primary: 9001 => 9001 (adapter 1)
  16. primary: 15670 => 15670 (adapter 1)
  17. primary: 15671 => 15671 (adapter 1)
  18. primary: 15672 => 15672 (adapter 1)
  19. primary: 61613 => 61613 (adapter 1)
  20. primary: 22 => 2222 (adapter 1)
  21. ==> primary: Booting VM...
  22. ==> primary: Waiting for machine to boot. This may take a few minutes...
  23. primary: SSH address: 127.0.0.1:2222
  24. primary: SSH username: vagrant
  25. primary: SSH auth method: private key
  26. primary: Warning: Remote connection disconnect. Retrying...
  27. ==> primary: Machine booted and ready!
  28. ==> primary: Checking for guest additions in VM...
  29. primary: The guest additions on this VM do not match the installed version of
  30. primary: VirtualBox! In most cases this is fine, but in rare cases it can
  31. primary: prevent things such as shared folders from working properly. If you see
  32. primary: shared folder errors, please make sure the guest additions within the
  33. primary: virtual machine match the version of VirtualBox you have installed on
  34. primary: your host and reload your VM.
  35. primary:
  36. primary: Guest Additions Version: 4.2.16
  37. primary: VirtualBox Version: 4.3
  38. ==> primary: Setting hostname...
  39. ==> primary: Configuring and enabling network interfaces...
  40. ==> primary: Mounting shared folders...
  41. primary: /vagrant => /media/hdd/sintez/Downloads/rabbit/rmqid-vagrant
  42. primary: /tmp/vagrant-chef-2/chef-solo-1/cookbooks => /media/hdd/sintez/Downloads/rabbit/rmqid-vagrant/cookbooks
  43. ==> primary: Machine already provisioned. Run `vagrant provision` or use the `--provision`
  44. ==> primary: to force provisioning. Provisioners marked to run always will still run.
  45. [sintez@senleft-ws rmqid-vagrant]$ vagrant provision
  46. ==> primary: Running provisioner: chef_solo...
  47. Generating chef JSON and uploading...
  48. ==> primary: Running chef-solo...
  49. ==> primary: [2014-09-24T15:05:23+00:00] INFO: Forking chef instance to converge...
  50. ==> primary: [2014-09-24T15:05:23+00:00] INFO: *** Chef 11.8.0 ***
  51. ==> primary: [2014-09-24T15:05:23+00:00] INFO: Chef-client pid: 1884
  52. ==> primary: [2014-09-24T15:05:23+00:00] INFO: Setting the run_list to ["recipe[rabbitmq::default]", "recipe[rabbitmq::mgmt_console]", "recipe[rabbitmq::plugin_management]", "recipe[supervisor::default]", "recipe[zeromq::default]", "recipe[rabbitmq-in-depth::default]", "recipe[rabbitmq-in-depth::gitrepo]", "recipe[rabbitmq-in-depth::ipython]", "recipe[rabbitmq-in-depth::opencv]", "recipe[rabbitmq-in-depth::rabbitmq]", "recipe[rabbitmq-in-depth::statelessd]"] from JSON
  53. ==> primary: [2014-09-24T15:05:23+00:00] INFO: Run List is [recipe[rabbitmq::default], recipe[rabbitmq::mgmt_console], recipe[rabbitmq::plugin_management], recipe[supervisor::default], recipe[zeromq::default], recipe[rabbitmq-in-depth::default], recipe[rabbitmq-in-depth::gitrepo], recipe[rabbitmq-in-depth::ipython], recipe[rabbitmq-in-depth::opencv], recipe[rabbitmq-in-depth::rabbitmq], recipe[rabbitmq-in-depth::statelessd]]
  54. ==> primary: [2014-09-24T15:05:23+00:00] INFO: Run List expands to [rabbitmq::default, rabbitmq::mgmt_console, rabbitmq::plugin_management, supervisor::default, zeromq::default, rabbitmq-in-depth::default, rabbitmq-in-depth::gitrepo, rabbitmq-in-depth::ipython, rabbitmq-in-depth::opencv, rabbitmq-in-depth::rabbitmq, rabbitmq-in-depth::statelessd]
  55. ==> primary: [2014-09-24T15:05:23+00:00] INFO: Starting Chef Run for primary
  56. ==> primary: [2014-09-24T15:05:23+00:00] INFO: Running start handlers
  57. ==> primary: [2014-09-24T15:05:23+00:00] INFO: Start handlers complete.
  58. ==> primary: [2014-09-24T15:05:24+00:00] WARN: GPG library dependency 'gpgme' not loaded: cannot load such file -- gpgme
  59. ==> primary: [2014-09-24T15:05:24+00:00] WARN: X509 library dependency 'eassl' not loaded: cannot load such file -- eassl
  60. ==> primary: [2014-09-24T15:05:24+00:00] WARN: Cloning resource attributes for rabbitmq_plugin[rabbitmq_management_visualiser] from prior resource (CHEF-3694)
  61. ==> primary: [2014-09-24T15:05:24+00:00] WARN: Previous rabbitmq_plugin[rabbitmq_management_visualiser]: /tmp/vagrant-chef-2/chef-solo-1/cookbooks/rabbitmq/recipes/mgmt_console.rb:27:in `block in from_file'
  62. ==> primary: [2014-09-24T15:05:24+00:00] WARN: Current rabbitmq_plugin[rabbitmq_management_visualiser]: /tmp/vagrant-chef-2/chef-solo-1/cookbooks/rabbitmq/recipes/plugin_management.rb:25:in `block in from_file'
  63. ==> primary: [2014-09-24T15:05:24+00:00] INFO: directory[/var/run/rabbitmq] mode changed to 775
  64. ==> primary: [2014-09-24T15:05:24+00:00] INFO: service[rabbitmq-server] enabled
  65. ==> primary: [2014-09-24T15:05:30+00:00] INFO: Upgrading python_pip[setuptools] version from uninstalled to latest
  66. ==> primary: [2014-09-24T15:05:38+00:00] INFO: Upgrading python_pip[virtualenv] version from 1.11.6 to latest
  67. ==> primary: [2014-09-24T15:05:43+00:00] INFO: Upgrading python_pip[supervisor] version from 3.1.2 to latest
  68. ==> primary: [2014-09-24T15:05:54+00:00] INFO: service[supervisor] enabled
  69. ==> primary: [2014-09-24T15:05:55+00:00] INFO: service[supervisor] started
  70. ==> primary: [2014-09-24T15:06:09+00:00] INFO: execute[aptitude-update] ran successfully
  71. ==> primary: [2014-09-24T15:06:09+00:00] INFO: Upgrading python_pip[pika] version from 0.9.14 to latest
  72. ==> primary: [2014-09-24T15:06:15+00:00] INFO: Upgrading python_pip[pamqp] version from 1.3.1 to latest
  73. ==> primary: [2014-09-24T15:06:20+00:00] INFO: Upgrading python_pip[rabbitpy] version from 0.19.0 to latest
  74. ==> primary: [2014-09-24T15:06:26+00:00] INFO: Upgrading python_pip[mosquitto] version from 1.2.3 to latest
  75. ==> primary: [2014-09-24T15:06:32+00:00] INFO: Upgrading python_pip[stomp.py] version from 4.0.12 to latest
  76. ==> primary: [2014-09-24T15:06:43+00:00] INFO: package[ncurses-dev] is a virtual package, actually acting on package[libncurses5-dev]
  77. ==> primary: [2014-09-24T15:06:45+00:00] INFO: Running queued delayed notifications before re-raising exception
  78. ==> primary: [2014-09-24T15:06:45+00:00] ERROR: Running exception handlers
  79. ==> primary: [2014-09-24T15:06:45+00:00] ERROR: Exception handlers complete
  80. ==> primary: [2014-09-24T15:06:45+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
  81. ==> primary: [2014-09-24T15:06:45+00:00] ERROR: supervisor_service[ipython] (rabbitmq-in-depth::ipython line 43) had an error: RuntimeError: The supervisor service is not running as expected. The command 'supervisorctl status ipython' output:
  82. ==> primary: ----
  83. ==> primary: ipython: ERROR (no such process)
  84. ==> primary:
  85. ==> primary: ----
  86. ==> primary:
  87. ==> primary: ================================================================================
  88. ==> primary: Error executing action `enable` on resource 'supervisor_service[ipython]'
  89. ==> primary: ================================================================================
  90. ==> primary:
  91. ==> primary:
  92. ==> primary: RuntimeError
  93. ==> primary: ------------
  94. ==> primary: The supervisor service is not running as expected. The command 'supervisorctl status ipython' output:
  95. ==> primary: ----
  96. ==> primary: ipython: ERROR (no such process)
  97. ==> primary:
  98. ==> primary: ----
  99. ==> primary:
  100. ==> primary:
  101. ==> primary: Cookbook Trace:
  102. ==> primary: ---------------
  103. ==> primary: /tmp/vagrant-chef-2/chef-solo-1/cookbooks/supervisor/providers/service.rb:147:in `get_current_state'
  104. ==> primary: /tmp/vagrant-chef-2/chef-solo-1/cookbooks/supervisor/providers/service.rb:155:in `load_current_resource'
  105. ==> primary:
  106. ==> primary:
  107. ==> primary: Resource Declaration:
  108. ==> primary: ---------------------
  109. ==> primary: # In /tmp/vagrant-chef-2/chef-solo-1/cookbooks/rabbitmq-in-depth/recipes/ipython.rb
  110. ==> primary:
  111. ==> primary: 43: supervisor_service 'ipython' do
  112. ==> primary: 44: action :enable
  113. ==> primary: 45: command 'ipython notebook --ipython-dir=/home/vagrant/.ipython --autoindent --pprint --color-info'
  114. ==> primary: 46: directory '/home/vagrant'
  115. ==> primary: 47: user 'vagrant'
  116. ==> primary: 48: numprocs 1
  117. ==> primary: 49: stdout_logfile '/var/log/ipython/stdout.log'
  118. ==> primary: 50: stderr_logfile '/var/log/ipython/stderr.log'
  119. ==> primary: 51: notifies :reload, 'service[supervisor]'
  120. ==> primary: 52: end
  121. ==> primary:
  122. ==> primary:
  123. ==> primary:
  124. ==> primary: Compiled Resource:
  125. ==> primary: ------------------
  126. ==> primary: # Declared in /tmp/vagrant-chef-2/chef-solo-1/cookbooks/rabbitmq-in-depth/recipes/ipython.rb:43:in `from_file'
  127. ==> primary:
  128. ==> primary: supervisor_service("ipython") do
  129. ==> primary: action [:enable]
  130. ==> primary: retries 0
  131. ==> primary: retry_delay 2
  132. ==> primary: cookbook_name :"rabbitmq-in-depth"
  133. ==> primary: recipe_name "ipython"
  134. ==> primary: command "ipython notebook --ipython-dir=/home/vagrant/.ipython --autoindent --pprint --color-info"
  135. ==> primary: directory "/home/vagrant"
  136. ==> primary: user "vagrant"
  137. ==> primary: numprocs 1
  138. ==> primary: stdout_logfile "/var/log/ipython/stdout.log"
  139. ==> primary: stderr_logfile "/var/log/ipython/stderr.log"
  140. ==> primary: end
  141. ==> primary:
  142. ==> primary:
  143. ==> primary:
  144. ==> primary: [2014-09-24T15:05:23+00:00] INFO: Forking chef instance to converge...
  145. ==> primary: [2014-09-24T15:06:45+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
  146. Chef never successfully completed! Any errors should be visible in the
  147. output above. Please fix your recipes so that they properly complete.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement