Skip to content

Instantly share code, notes, and snippets.

@nellshamrell
Created May 27, 2016 18:01
Show Gist options
  • Save nellshamrell/b6f99c8ed04b515a2723e8deb910ab0a to your computer and use it in GitHub Desktop.
Save nellshamrell/b6f99c8ed04b515a2723e8deb910ab0a to your computer and use it in GitHub Desktop.
11:00:01-nshamrell~/Projects/supermarket/omnibus (add-option-to-configure-s3-url-type)$ kitchen converge default-ubuntu-1204 -l debug
-----> Starting Kitchen (v1.8.0)
D [Vagrant command] BEGIN (vagrant --version)
D [Vagrant command] END (0m0.14s)
D Berksfile found at /Users/nshamrell/Projects/supermarket/omnibus/Berksfile, loading Berkshelf
D Berkshelf 4.3.3 library loaded
D Berksfile found at /Users/nshamrell/Projects/supermarket/omnibus/Berksfile, loading Berkshelf
D Berkshelf 4.3.3 previously loaded
D Berksfile found at /Users/nshamrell/Projects/supermarket/omnibus/Berksfile, loading Berkshelf
D Berkshelf 4.3.3 previously loaded
D Berksfile found at /Users/nshamrell/Projects/supermarket/omnibus/Berksfile, loading Berkshelf
D Berkshelf 4.3.3 previously loaded
D Berksfile found at /Users/nshamrell/Projects/supermarket/omnibus/Berksfile, loading Berkshelf
D Berkshelf 4.3.3 previously loaded
-----> Creating <default-ubuntu-1204>...
D <default-ubuntu-1204> is synchronizing on Kitchen::Driver::Vagrant#create
D <default-ubuntu-1204> is messaging Kitchen::Driver::Vagrant#create
D Creating Vagrantfile for <default-ubuntu-1204> (/Users/nshamrell/Projects/supermarket/omnibus/.kitchen/kitchen-vagrant/kitchen-omnibus-default-ubuntu-1204/Vagrantfile)
D ------------
D Vagrant.configure("2") do |c|
D c.berkshelf.enabled = false if Vagrant.has_plugin?("vagrant-berkshelf")
D c.vm.box = "bento/ubuntu-12.04"
D c.vm.hostname = "default-ubuntu-1204"
D c.vm.synced_folder ".", "/vagrant", disabled: true
D c.vm.synced_folder "/Users/nshamrell/Projects/supermarket", "/home/vagrant/supermarket", nil
D c.vm.provider :virtualbox do |p|
D p.customize ["modifyvm", :id, "--cpus", "2"]
D p.customize ["modifyvm", :id, "--memory", "2048"]
D end
D end
D ------------
D [Vagrant command] BEGIN (vagrant up --no-provision --provider virtualbox)
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'bento/ubuntu-12.04'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'bento/ubuntu-12.04' is up to date...
==> default: Setting the name of the VM: kitchen-omnibus-default-ubuntu-1204_default_1464372012644_60873
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest...
default: Removing insecure key from the guest if its present...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: The guest additions on this VM do not match the installed version of
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If you see
default: shared folder errors, please make sure the guest additions within the
default: virtual machine match the version of VirtualBox you have installed on
default: your host and reload your VM.
default:
default: Guest Additions Version: 5.0.20
default: VirtualBox Version: 4.3
==> default: Setting hostname...
==> default: Mounting shared folders...
default: /home/vagrant/supermarket => /Users/nshamrell/Projects/supermarket
==> default: Machine not provisioning because `--no-provision` is specified.
D [Vagrant command] END (0m25.62s)
D [Vagrant command] BEGIN (vagrant ssh-config)
D [Vagrant command] END (0m1.23s)
D [SSH] opening connection to [email protected]<{:user_known_hosts_file=>"/dev/null", :paranoid=>false, :port=>"2222", :compression=>true, :compression_level=>6, :keepalive=>true, :keepalive_interval=>60, :timeout=>15, :keys_only=>true, :keys=>["/Users/nshamrell/Projects/supermarket/omnibus/.kitchen/kitchen-vagrant/kitchen-omnibus-default-ubuntu-1204/.vagrant/machines/default/virtualbox/private_key"], :auth_methods=>["publickey"]}>
D [SSH] [email protected]<{:user_known_hosts_file=>"/dev/null", :paranoid=>false, :port=>"2222", :compression=>true, :compression_level=>6, :keepalive=>true, :keepalive_interval=>60, :timeout=>15, :keys_only=>true, :keys=>["/Users/nshamrell/Projects/supermarket/omnibus/.kitchen/kitchen-vagrant/kitchen-omnibus-default-ubuntu-1204/.vagrant/machines/default/virtualbox/private_key"], :auth_methods=>["publickey"], :user=>"vagrant"}> (echo '[SSH] Established')
[SSH] Established
Vagrant instance <default-ubuntu-1204> created.
Finished creating <default-ubuntu-1204> (0m30.74s).
-----> Converging <default-ubuntu-1204>...
Preparing files for transfer
D Creating local sandbox in /var/folders/7_/6s7hfzg51jq8h9y9c2xr0cdr0000gp/T/default-ubuntu-1204-sandbox-20160527-24539-mobzzf
Preparing dna.json
D Creating dna.json from {:omnibus=>{:build_user=>"vagrant", :build_dir=>"/home/vagrant/supermarket", :install_dir=>"/opt/supermarket"}, :run_list=>["apt::default", "omnibus::default"]}
Resolving cookbook dependencies with Berkshelf 4.3.3...
D Using Berksfile from /Users/nshamrell/Projects/supermarket/omnibus/Berksfile
D Cleaning up local sandbox in /var/folders/7_/6s7hfzg51jq8h9y9c2xr0cdr0000gp/T/default-ubuntu-1204-sandbox-20160527-24539-mobzzf
/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/lib/kitchen/command.rb:181:in `join': No live threads left. Deadlock? (fatal)
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/lib/kitchen/command.rb:181:in `map'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/lib/kitchen/command.rb:181:in `run_action'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/lib/kitchen/command/action.rb:39:in `block in call'
from /opt/chefdk/embedded/lib/ruby/2.1.0/benchmark.rb:279:in `measure'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/lib/kitchen/command/action.rb:37:in `call'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/lib/kitchen/cli.rb:56:in `perform'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/lib/kitchen/cli.rb:180:in `block (2 levels) in <class:CLI>'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/lib/kitchen/cli.rb:321:in `invoke_task'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/bin/kitchen:13:in `block in <top (required)>'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/lib/kitchen/errors.rb:154:in `with_friendly_errors'
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/test-kitchen-1.8.0/bin/kitchen:13:in `<top (required)>'
from /opt/chefdk/bin/kitchen:17:in `load'
from /opt/chefdk/bin/kitchen:17:in `<main>'
zlib(finalizer): the stream was freed prematurely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment