Skip to content

Instantly share code, notes, and snippets.

@electrical
Created February 17, 2014 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save electrical/d60c214b10993aab59bd to your computer and use it in GitHub Desktop.
Save electrical/d60c214b10993aab59bd to your computer and use it in GitHub Desktop.
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[ubuntu-server-1310-x64] Matching MAC address for NAT networking...
[ubuntu-server-1310-x64] Setting the name of the VM...
[ubuntu-server-1310-x64] Clearing any previously set forwarded ports...
[ubuntu-server-1310-x64] Fixed port collision for 22 => 2222. Now on port 2200.
[ubuntu-server-1310-x64] Clearing any previously set network interfaces...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["modifyvm", "0cecc2c0-b1b3-413b-a923-7f8a243a58d2", "--nic2", "none", "--nic3", "none", "--nic4", "none", "--nic5", "none", "--nic6", "none", "--nic7", "none", "--nic8", "none"]
Stderr: VBoxManage: error: The machine 'ubuntu-server-1310-x64yml_ubuntu-server-1310-x64_1392659133970_67229' is already locked for a session (or being unlocked)
VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Machine, interface IMachine, callee nsISupports
VBoxManage: error: Context: "LockMachine(a->session, LockType_Write)" at line 462 of file VBoxManageModifyVM.cpp
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["sharedfolder", "add", "b47290df-2d03-4ce7-b0e4-599826d9c6d0", "--name", "/vagrant", "--hostpath", "/home/jenkins/workspace/Puppet_Elasticsearch_Acceptance/RS_SET/debian-70rc1-x64/VM_PUPPET_VERSION/3.3.0/label/metal/.vagrant/beaker_vagrant_files/debian-70rc1-x64.yml"]
Stderr: VBoxManage: error: The machine 'debian-70rc1-x64yml_debian-70rc1-x64_1392659134176_51930' is already locked for a session (or being unlocked)
VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Machine, interface IMachine, callee nsISupports
VBoxManage: error: Context: "LockMachine(a->session, LockType_Write)" at line 1002 of file VBoxManageMisc.cpp
Build step 'Execute shell' marked build as failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment