Hi Mitchell,

I got the developer to uninstall vagrant, reinstall, then run the plugin
install again with debugging enabled. I've attached the full log but the
key error is here:
DEBUG prune: Searching for: 'json'
ERROR prune: Missing dependency for 'chef-zero': json

This looks to be from an area of code you deleted in a pull request about a
month ago - is that the next version you are talking about? Unfortunately I
need this developer starting "yesterday" or else need to find a contractor
with the right OS (exactly what I was hoping to avoid with Vagrant!)

What's strange to me is that "gem query --local" shows JSON: json (1.5.5)

Looking at chef's gemspec (
https://github.com/opscode/chef/blob/master/chef.gemspec), this falls
within their allowable range:

  s.add_dependency "json", ">= 1.4.4", "<=  1.8.1"

Also in the vagrant debug though, I see this suspicious output:
 WARN environment: No local data path is set. Local data cannot be stored.
DEBUG environment: Loading plugins from:
C:/Users/KurDt/.vagrant.d/plugins.json

Thanks,
Rhys



On 3 February 2014 22:31, Mitchell Hashimoto
<[email protected]>wrote:

> Rhys,
>
> It looks like there might be gem conflicts. I'm sorry about that.
> Unfortunately your error message doesn't say exactly what... oddly. This
> sort of thing never will happen in the next version of Vagrant because we
> check for conflicts at install-time.
>
> There must be more to that error message somewhere in the log.
>
> best,
> Mitchell
>
>
> On Mon, Feb 3, 2014 at 10:29 PM, Rhys Gareth <[email protected]> wrote:
>
>> I went with option 1 of the below and we now have the RC candidate of
>> chef loaded and presumably in use. However we have a strange problem that
>> vagrant says the plugin is installed yet then fails to load it during
>> vagrant up. The relevant section is here:
>>
>> ERROR root: Failed to load plugin: vagrant-librarian-chef
>> ERROR root: -- Error: #
>> ERROR root: -- Backtrace:
>> ERROR root:
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb:2007:in
>> raise_if_conflicts'
>>
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb:1176:inactivate'
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb:1212:in
>> block in activate_dependencies'
>>
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb:1198:ineach'
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb:1198:in
>> activate_dependencies'
>>
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb:1180:inactivate'
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb:1212:in
>> block in activate_dependencies'
>>
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb:1198:ineach'
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb:1198:in
>> activate_dependencies'
>>
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb:1180:inactivate'
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems.rb:186:in rescue in
>> try_activate'
>>
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems.rb:183:intry_activate'
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:117:in
>> rescue in require'
>>
>> c:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:124:inrequire'
>> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/lib/vagrant.rb:204:in
>> require_plugin'
>> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/lib/vagrant/environment.rb:760:inblock
>> in load_plugins'
>> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/lib/vagrant/environment.rb:751:in
>> each'
>>
>> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/lib/vagrant/environment.rb:751:inload_plugins'
>> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/lib/vagrant/environment.rb:132:in
>> initialize'
>>
>> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/bin/vagrant:105:innew'
>> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/bin/vagrant:105:in
>> <top (required)>'
>> c:/HashiCorp/Vagrant/bin/../embedded/gems/bin/vagrant:23:inload'
>> c:/HashiCorp/Vagrant/bin/../embedded/gems/bin/vagrant:23:in `'
>> INFO interface: error: Failed to load the "vagrant-librarian-chef"
>> plugin. View logs for more details.
>>
>> On Monday, February 3, 2014 1:05:51 PM UTC+1, Rhys Gareth wrote:
>>>
>>> Mitchell, thank you!  Sorry, I'm not familiar with ruby/gems, so this
>>> has required some learning. I hope I can solve it in the next step/answer
>>> from you:
>>>
>>> vagrant-librarian-chef depends up librarian-chef, which depends on chef,
>>> which has the ffi dependency problem. This has just been fixed in a release
>>> candidate version of Chef, now referenced on rubygems.org (
>>> http://rubygems.org/gems/chef)
>>>
>>> What is the best/cleanest way to uninstall/reinstall to get this fix? I
>>> am guessing there are two alternatives:
>>> 1. Manually install the RC gem version of chef first, then run "vagrant
>>> plugin install vagrant-librarian-chef" and librarian-chef should use
>>> whatever chef version I have cached, i.e. the latest RC one.
>>> 2. Manually edit the .gemspec of librarian.chef to add dependency for
>>> the RC version of Chef, and let it automatically download that locally
>>>
>>> Thanks again,
>>> Rhys
>>>
>>> On Monday, February 3, 2014 11:54:24 AM UTC+1, Mitchell Hashimoto wrote:
>>>>
>>>> Rhys,
>>>>
>>>> Since this is a bug with the gemspec of the plugin, you'd have to
>>>> actually go into the "~.vagrant.d/gems/gems" folder, find the gem that
>>>> depends on the wrong FFI version, and change it in that gemspec itself.
>>>>
>>>> Best,
>>>> Mitchell
>>>>
>>>>
>>>> On Mon, Feb 3, 2014 at 11:52 AM, Rhys Gareth <[email protected]> wrote:
>>>>
>>>>> We have a Vagrant-based project which is working fine on OS X and
>>>>> Linux but failing on Windows. The culprit is the vagrant-librarian-chef
>>>>> plugin. It installs without error, but causes "vagrant up" to fail:
>>>>>
>>>>>  INFO environment: Loading plugin from JSON: vagrant-librarian-chef
>>>>> ERROR root: Failed to load plugin: vagrant-librarian-chef
>>>>> ERROR root:  -- Error: #<Gem::LoadError: Unable to activate
>>>>> chef-11.8.2-x86-ming
>>>>> w32, because ffi-1.9.3-x86-mingw32 conflicts with ffi (= 1.3.1)>
>>>>>
>>>>> The root cause appears to have been fixed here:
>>>>> https://tickets.opscode.com/browse/CHEF-4913 but this has not flowed
>>>>> through to the Vagrant plugin.
>>>>>
>>>>> I'd try to patch this locally myself but I'm confused by how the
>>>>> vagrant plugin namespace works and how I would do this? e.g. could I fork
>>>>> the plugin, update it, build it and copy it to a local path for vagrant
>>>>> plugin install to use, rather than it pulling the old/unworking version
>>>>> from the web?
>>>>>
>>>>> Rhys
>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Vagrant" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to [email protected].
>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>
>>>>
>>>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Vagrant" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/vagrant-up/8rlraE3r-1I/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
KurDt@KURDT-PC ~ (master)
$ VAGRANT_LOg=debug vagrant plugin install vagrant-librarian-chef
 INFO global: Vagrant version: 1.4.3
 INFO global: Ruby version: 2.0.0
 INFO global: RubyGems version: 2.0.14
 INFO global: VAGRANT_DETECTED_OS="MINGW32_NT-6.1"
 INFO global: 
VAGRANT_INSTALLER_EMBEDDED_DIR="c:/HashiCorp/Vagrant/bin/../embedded"
 INFO global: VAGRANT_INSTALLER_ENV="1"
 INFO global: VAGRANT_INSTALLER_VERSION="2"
 INFO global: VAGRANT_LOg="debug"
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/box/plugin.rb
 INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/destroy/plugin.rb
 INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/halt/plugin.rb
 INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/help/plugin.rb
 INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/init/plugin.rb
 INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/package/plugin.rb
 INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/plugin/plugin.rb
 INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/provision/plugin.rb
 INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/reload/plugin.rb
 INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/resume/plugin.rb
 INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/ssh/plugin.rb
 INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/ssh_config/plugin.rb
 INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/status/plugin.rb
 INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/suspend/plugin.rb
 INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/commands/up/plugin.rb
 INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/communicators/ssh/plugin.rb
 INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/arch/plugin.rb
 INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/coreos/plugin.rb
 INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/darwin/plugin.rb
 INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/debian/plugin.rb
 INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/esxi/plugin.rb
 INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/fedora/plugin.rb
 INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/linux/plugin.rb
 INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/omnios/plugin.rb
 INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/openbsd/plugin.rb
 INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/pld/plugin.rb
 INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/redhat/plugin.rb
 INFO manager: Registered plugin: RedHat guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/solaris/plugin.rb
 INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/solaris11/plugin.rb
 INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/suse/plugin.rb
 INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/guests/ubuntu/plugin.rb
 INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/hosts/arch/plugin.rb
 INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/hosts/bsd/plugin.rb
 INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/hosts/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/hosts/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/hosts/linux/plugin.rb
 INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/hosts/opensuse/plugin.rb
 INFO manager: Registered plugin: OpenSUSE host
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/hosts/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat host
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/hosts/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/hosts/windows/plugin.rb
 INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/kernel_v1/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/kernel_v2/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/providers/virtualbox/plugin.rb
 INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/provisioners/ansible/plugin.rb
 INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/provisioners/cfengine/plugin.rb
 INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/provisioners/chef/plugin.rb
 INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/provisioners/docker/plugin.rb
 INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/provisioners/file/plugin.rb
 INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/provisioners/puppet/plugin.rb
 INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/provisioners/salt/plugin.rb
 INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/provisioners/shell/plugin.rb
 INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/plugins/synced_folders/nfs/plugin.rb
 INFO manager: Registered plugin: NFS synced folders
 INFO vagrant: `vagrant` invoked: ["plugin", "install", 
"vagrant-librarian-chef"]
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x2f589a8>)
 INFO environment:   - cwd: c:/Users/KurDt
 INFO environment: Home path: C:/Users/KurDt/.vagrant.d
 WARN environment: No local data path is set. Local data cannot be stored.
DEBUG environment: Loading plugins from: C:/Users/KurDt/.vagrant.d/plugins.json
 INFO environment: Running hook: environment_plugins_loaded
 INFO runner: Running action: #<Vagrant::Action::Builder:0x301c6b0>
 INFO environment: Running hook: environment_load
 INFO environment: Initializing config...
 INFO loader: Set :default = 
"c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/config/default.rb"
DEBUG loader: Populating proc cache for 
"c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/config/default.rb"
DEBUG loader: Load procs for pathname: 
c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.4.3/config/default.rb
 INFO loader: Loading configuration in order: [:default, :home, :root]
DEBUG loader: Loading from: default (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG hosts: Host path search classes: [VagrantPlugins::HostWindows::Host, 
VagrantPlugins::HostSlackware::Host, VagrantPlugins::HostRedHat::Host, 
VagrantPlugins
::HostOpenSUSE::Host, VagrantPlugins::HostFreeBSD::Host, 
VagrantPlugins::HostGentoo::Host, VagrantPlugins::HostArch::Host, 
VagrantPlugins::HostBSD::Host, Vagran
tPlugins::HostLinux::Host]
 INFO hosts: Host class: VagrantPlugins::HostWindows::Host
 INFO runner: Running action: #<Vagrant::Action::Builder:0x2fd45c0>
 INFO cli: CLI: [] "plugin" ["install", "vagrant-librarian-chef", "--"]
DEBUG cli: Invoking command class: VagrantPlugins::CommandPlugin::Command::Root 
["install", "vagrant-librarian-chef", "--"]
DEBUG root: Invoking command class: 
VagrantPlugins::CommandPlugin::Command::Install ["vagrant-librarian-chef", "--"]
 INFO runner: Running action: #<Vagrant::Action::Builder:0x2f42f10>
 INFO warden: Calling IN action: 
#<VagrantPlugins::CommandPlugin::Action::BundlerCheck:0x330c528>
 INFO warden: Calling IN action: 
#<VagrantPlugins::CommandPlugin::Action::InstallGem:0x330c510>
 INFO interface: info: Installing the 'vagrant-librarian-chef' plugin. This can 
take a few minutes...
Installing the 'vagrant-librarian-chef' plugin. This can take a few minutes...
DEBUG gemhelper: Set GEM_* to: C:/Users/KurDt/.vagrant.d/gems
DEBUG installgem: Installed 45 gems.
 INFO installgem: Adding the plugin to the state file...
 INFO interface: success: Installed the plugin 'vagrant-librarian-chef (0.1.4)'!
Installed the plugin 'vagrant-librarian-chef (0.1.4)'!
 INFO warden: Calling IN action: 
#<VagrantPlugins::CommandPlugin::Action::PruneGems:0x3349530>
 INFO prune: Pruning gems...
DEBUG gemhelper: Set GEM_* to: C:/Users/KurDt/.vagrant.d/gems
DEBUG prune: Collecting installed plugin gems...
DEBUG prune:  -- vagrant-librarian-chef (0.1.4)
DEBUG prune: Finding dependencies for 'vagrant-librarian-chef' to mark as 
good...
DEBUG prune: Searching for: 'librarian-chef'
DEBUG prune: Latest matching dep: 'librarian-chef' (0.0.2)
DEBUG prune: Finding dependencies for 'librarian-chef' to mark as good...
DEBUG prune: Searching for: 'librarian'
DEBUG prune: Latest matching dep: 'librarian' (0.1.1)
DEBUG prune: Searching for: 'chef'
DEBUG prune: Latest matching dep: 'chef' (11.8.2)
DEBUG prune: Searching for: 'archive-tar-minitar'
DEBUG prune: Latest matching dep: 'archive-tar-minitar' (0.5.2)
DEBUG prune: Finding dependencies for 'librarian' to mark as good...
DEBUG prune: Searching for: 'thor'
DEBUG prune: Latest matching dep: 'thor' (0.18.1)
DEBUG prune: Searching for: 'highline'
DEBUG prune: Latest matching dep: 'highline' (1.6.20)
DEBUG prune: Finding dependencies for 'chef' to mark as good...
DEBUG prune: Searching for: 'mixlib-config'
DEBUG prune: Latest matching dep: 'mixlib-config' (2.1.0)
DEBUG prune: Searching for: 'mixlib-cli'
DEBUG prune: Latest matching dep: 'mixlib-cli' (1.4.0)
DEBUG prune: Searching for: 'mixlib-log'
DEBUG prune: Latest matching dep: 'mixlib-log' (1.6.0)
DEBUG prune: Searching for: 'mixlib-authentication'
DEBUG prune: Latest matching dep: 'mixlib-authentication' (1.3.0)
DEBUG prune: Searching for: 'mixlib-shellout'
DEBUG prune: Latest matching dep: 'mixlib-shellout' (1.2.0)
DEBUG prune: Searching for: 'ohai'
DEBUG prune: Latest matching dep: 'ohai' (6.20.0)
DEBUG prune: Searching for: 'rest-client'
DEBUG prune: Latest matching dep: 'rest-client' (1.6.7)
DEBUG prune: Searching for: 'mime-types'
DEBUG prune: Latest matching dep: 'mime-types' (1.25.1)
DEBUG prune: Searching for: 'json'
ERROR prune: Missing dependency for 'chef': json
DEBUG prune: Searching for: 'yajl-ruby'
DEBUG prune: Latest matching dep: 'yajl-ruby' (1.2.0)
DEBUG prune: Searching for: 'net-ssh'
DEBUG prune: Latest matching dep: 'net-ssh' (2.8.0)
DEBUG prune: Searching for: 'net-ssh-multi'
DEBUG prune: Latest matching dep: 'net-ssh-multi' (1.1)
DEBUG prune: Searching for: 'highline'
DEBUG prune: Latest matching dep: 'highline' (1.6.20)
DEBUG prune: Searching for: 'erubis'
DEBUG prune: Latest matching dep: 'erubis' (2.7.0)
DEBUG prune: Searching for: 'diff-lcs'
DEBUG prune: Latest matching dep: 'diff-lcs' (1.2.5)
DEBUG prune: Searching for: 'chef-zero'
DEBUG prune: Latest matching dep: 'chef-zero' (1.7.3)
DEBUG prune: Searching for: 'puma'
DEBUG prune: Latest matching dep: 'puma' (1.6.3)
DEBUG prune: Searching for: 'pry'
DEBUG prune: Latest matching dep: 'pry' (0.9.12.6)
DEBUG prune: Searching for: 'mixlib-shellout'
DEBUG prune: Latest matching dep: 'mixlib-shellout' (1.2.0)
DEBUG prune: Searching for: 'ffi'
DEBUG prune: Latest matching dep: 'ffi' (1.3.1)
DEBUG prune: Searching for: 'rdp-ruby-wmi'
DEBUG prune: Latest matching dep: 'rdp-ruby-wmi' (0.3.1)
DEBUG prune: Searching for: 'windows-api'
DEBUG prune: Latest matching dep: 'windows-api' (0.4.2)
DEBUG prune: Searching for: 'windows-pr'
DEBUG prune: Latest matching dep: 'windows-pr' (1.2.2)
DEBUG prune: Searching for: 'win32-api'
DEBUG prune: Latest matching dep: 'win32-api' (1.4.8)
DEBUG prune: Searching for: 'win32-dir'
DEBUG prune: Latest matching dep: 'win32-dir' (0.4.5)
DEBUG prune: Searching for: 'win32-event'
DEBUG prune: Latest matching dep: 'win32-event' (0.6.1)
DEBUG prune: Searching for: 'win32-mutex'
DEBUG prune: Latest matching dep: 'win32-mutex' (0.4.1)
DEBUG prune: Searching for: 'win32-process'
DEBUG prune: Latest matching dep: 'win32-process' (0.7.3)
DEBUG prune: Searching for: 'win32-service'
DEBUG prune: Latest matching dep: 'win32-service' (0.8.2)
DEBUG prune: Searching for: 'win32-mmap'
DEBUG prune: Latest matching dep: 'win32-mmap' (0.4.0)
DEBUG prune: Finding dependencies for 'thor' to mark as good...
DEBUG prune: Finding dependencies for 'mixlib-config' to mark as good...
DEBUG prune: Finding dependencies for 'mixlib-cli' to mark as good...
DEBUG prune: Finding dependencies for 'mixlib-log' to mark as good...
DEBUG prune: Finding dependencies for 'mixlib-authentication' to mark as good...
DEBUG prune: Searching for: 'mixlib-log'
DEBUG prune: Latest matching dep: 'mixlib-log' (1.6.0)
DEBUG prune: Finding dependencies for 'mixlib-shellout' to mark as good...
DEBUG prune: Searching for: 'win32-process'
DEBUG prune: Latest matching dep: 'win32-process' (0.7.3)
DEBUG prune: Searching for: 'windows-pr'
DEBUG prune: Latest matching dep: 'windows-pr' (1.2.2)
DEBUG prune: Finding dependencies for 'ohai' to mark as good...
DEBUG prune: Searching for: 'systemu'
DEBUG prune: Latest matching dep: 'systemu' (2.5.2)
DEBUG prune: Searching for: 'yajl-ruby'
DEBUG prune: Latest matching dep: 'yajl-ruby' (1.2.0)
DEBUG prune: Searching for: 'mixlib-cli'
DEBUG prune: Latest matching dep: 'mixlib-cli' (1.4.0)
DEBUG prune: Searching for: 'mixlib-config'
DEBUG prune: Latest matching dep: 'mixlib-config' (2.1.0)
DEBUG prune: Searching for: 'mixlib-log'
DEBUG prune: Latest matching dep: 'mixlib-log' (1.6.0)
DEBUG prune: Searching for: 'mixlib-shellout'
DEBUG prune: Latest matching dep: 'mixlib-shellout' (1.2.0)
DEBUG prune: Searching for: 'ipaddress'
DEBUG prune: Latest matching dep: 'ipaddress' (0.8.0)
DEBUG prune: Finding dependencies for 'rest-client' to mark as good...
DEBUG prune: Searching for: 'mime-types'
DEBUG prune: Latest matching dep: 'mime-types' (1.25.1)
DEBUG prune: Finding dependencies for 'mime-types' to mark as good...
DEBUG prune: Finding dependencies for 'yajl-ruby' to mark as good...
DEBUG prune: Finding dependencies for 'net-ssh' to mark as good...
DEBUG prune: Finding dependencies for 'net-ssh-multi' to mark as good...
DEBUG prune: Searching for: 'net-ssh'
DEBUG prune: Latest matching dep: 'net-ssh' (2.8.0)
DEBUG prune: Searching for: 'net-ssh-gateway'
DEBUG prune: Latest matching dep: 'net-ssh-gateway' (1.2.0)
DEBUG prune: Finding dependencies for 'diff-lcs' to mark as good...
DEBUG prune: Finding dependencies for 'chef-zero' to mark as good...
DEBUG prune: Searching for: 'mixlib-log'
DEBUG prune: Latest matching dep: 'mixlib-log' (1.6.0)
DEBUG prune: Searching for: 'hashie'
DEBUG prune: Latest matching dep: 'hashie' (2.0.5)
DEBUG prune: Searching for: 'moneta'
DEBUG prune: Latest matching dep: 'moneta' (0.6.0)
DEBUG prune: Searching for: 'json'
ERROR prune: Missing dependency for 'chef-zero': json
DEBUG prune: Searching for: 'rack'
DEBUG prune: Latest matching dep: 'rack' (1.5.2)
DEBUG prune: Finding dependencies for 'puma' to mark as good...
DEBUG prune: Searching for: 'rack'
DEBUG prune: Latest matching dep: 'rack' (1.5.2)
DEBUG prune: Finding dependencies for 'pry' to mark as good...
DEBUG prune: Searching for: 'coderay'
DEBUG prune: Latest matching dep: 'coderay' (1.1.0)
DEBUG prune: Searching for: 'slop'
DEBUG prune: Latest matching dep: 'slop' (3.4.7)
DEBUG prune: Searching for: 'method_source'
DEBUG prune: Latest matching dep: 'method_source' (0.8.2)
DEBUG prune: Searching for: 'win32console'
DEBUG prune: Latest matching dep: 'win32console' (1.3.2)
DEBUG prune: Finding dependencies for 'ffi' to mark as good...
DEBUG prune: Finding dependencies for 'windows-api' to mark as good...
DEBUG prune: Searching for: 'win32-api'
DEBUG prune: Latest matching dep: 'win32-api' (1.4.8)
DEBUG prune: Finding dependencies for 'windows-pr' to mark as good...
DEBUG prune: Searching for: 'windows-api'
DEBUG prune: Latest matching dep: 'windows-api' (0.4.2)
DEBUG prune: Searching for: 'win32-api'
DEBUG prune: Latest matching dep: 'win32-api' (1.4.8)
DEBUG prune: Finding dependencies for 'win32-api' to mark as good...
DEBUG prune: Finding dependencies for 'win32-dir' to mark as good...
DEBUG prune: Searching for: 'ffi'
DEBUG prune: Latest matching dep: 'ffi' (1.3.1)
DEBUG prune: Finding dependencies for 'win32-event' to mark as good...
DEBUG prune: Searching for: 'win32-ipc'
DEBUG prune: Latest matching dep: 'win32-ipc' (0.6.1)
DEBUG prune: Finding dependencies for 'win32-mutex' to mark as good...
DEBUG prune: Searching for: 'win32-ipc'
DEBUG prune: Latest matching dep: 'win32-ipc' (0.6.1)
DEBUG prune: Finding dependencies for 'win32-process' to mark as good...
DEBUG prune: Searching for: 'ffi'
DEBUG prune: Latest matching dep: 'ffi' (1.3.1)
DEBUG prune: Finding dependencies for 'win32-service' to mark as good...
DEBUG prune: Searching for: 'ffi'
DEBUG prune: Latest matching dep: 'ffi' (1.3.1)
DEBUG prune: Finding dependencies for 'win32-mmap' to mark as good...
DEBUG prune: Searching for: 'ffi'
DEBUG prune: Latest matching dep: 'ffi' (1.3.1)
DEBUG prune: Finding dependencies for 'net-ssh-gateway' to mark as good...
DEBUG prune: Searching for: 'net-ssh'
DEBUG prune: Latest matching dep: 'net-ssh' (2.8.0)
DEBUG prune: Finding dependencies for 'hashie' to mark as good...
DEBUG prune: Finding dependencies for 'rack' to mark as good...
DEBUG prune: Finding dependencies for 'slop' to mark as good...
DEBUG prune: Finding dependencies for 'method_source' to mark as good...
DEBUG prune: Finding dependencies for 'win32console' to mark as good...
DEBUG prune: Finding dependencies for 'win32-ipc' to mark as good...
DEBUG prune: Searching for: 'ffi'
DEBUG prune: Latest matching dep: 'ffi' (1.3.1)
DEBUG prune: Gems to prune: #<Set: {}>
 INFO prune: Pruning 0 gems.
 INFO warden: Calling OUT action: 
#<VagrantPlugins::CommandPlugin::Action::PruneGems:0x3349530>
 INFO warden: Calling OUT action: 
#<VagrantPlugins::CommandPlugin::Action::InstallGem:0x330c510>
 INFO warden: Calling OUT action: 
#<VagrantPlugins::CommandPlugin::Action::BundlerCheck:0x330c528>
 INFO environment: Running hook: environment_unload
 INFO runner: Running action: #<Vagrant::Action::Builder:0x6d184b8>

Reply via email to