Error: Unknown artifact type
arosenhagen opened this issue · 4 comments
arosenhagen commented
With your example config (vagrant post-processor first) I only get the following error.
The .box file is build successfully.
Post-processor failed: Unknown artifact type, requires box from vagrant post-processor: mitchellh.virtualbox
arosenhagen commented
ok, there were some [ ]
missing in my case...
lmars commented
@arosenhagen I've clarified the usage of nested arrays in e5f9f4d.
So did this work for you?
arosenhagen commented
@lmars thanks - that clarifies it well :-) The S3 post-processor loads up now.
Unfortunately there seems to be a problem with loading/creating(?) the manifest
* Post-processor failed: unexpected EOF
My setting is
"manifest": "debian/debian-6.0.10-amd64.manifest.json"
The important bit of the crash.log is
ui: �[0;32m virtualbox-iso (vagrant-s3): Fetching latest manifest�[0m
packer-post-processor-vagrant-s3: panic: interface conversion: error is *url.Error, not *s3.Error
Initially there is no manifest file at the S3 location.
lmars commented
@arosenhagen ah yes, I've fixed that issue in 1020777