KiCad / kicad-mac-builder

The macOS V5+ KiCad builder and packager [moved to https://gitlab.com/kicad]
13 stars 6 forks source link

VBoxManage: error: Appliance import failed #285

Closed nickoe closed 5 years ago

nickoe commented 5 years ago

Hello @adamwolf

It looks like your builder is failing since the 10th.

+ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'macos_10.14'...

Progress: 90%There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["import", "/Users/jenkinsbuilder/.vagrant.d/boxes/macos_10.14/0/virtualbox/box.ovf", "--vsys", "0", "--vmname", "mojave_default_1539268301096_27948_1561111224594_21598", "--vsys", "0", "--unit", "11", "--disk", "/Users/jenkinsbuilder/VirtualBox VMs/mojave_default_1539268301096_27948_1561111224594_21598/box-disk001.vmdk"]

Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /Users/jenkinsbuilder/.vagrant.d/boxes/macos_10.14/0/virtualbox/box.ovf...
OK.
0%...
Progress state: NS_ERROR_INVALID_ARG
VBoxManage: error: Appliance import failed
VBoxManage: error: Code NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value (extended info not available)
VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg *)" at line 957 of file VBoxManageAppliance.cpp
Build step 'Execute shell' marked build as failure

I think you are the only one who can fix it as is.

adamwolf commented 5 years ago

Yeah, I fixed it. Now it's complaining about the ngspice 30 upgrade.

nickoe commented 5 years ago

Ok, cool, I will check your new logs later today.