Skip to content

Instantly share code, notes, and snippets.

@leifg
Last active August 29, 2015 14:09
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 leifg/649b4f58b5b5f80b641a to your computer and use it in GitHub Desktop.
Save leifg/649b4f58b5b5f80b641a to your computer and use it in GitHub Desktop.
packer digitalocean for github issue: https://github.com/mitchellh/packer/issues/1670
{
"builders": [
{
"type": "digitalocean",
"client_id": "...",
"api_key": "..."
}
]
}
2014/11/11 12:46:37 Packer Version: 0.7.2
2014/11/11 12:46:37 Packer Target OS/Arch: darwin amd64
2014/11/11 12:46:37 Built with Go Version: go1.3.3
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: amazon-chroot = /usr/local/bin/packer-builder-amazon-chroot
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: amazon-ebs = /usr/local/bin/packer-builder-amazon-ebs
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: amazon-instance = /usr/local/bin/packer-builder-amazon-instance
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: digitalocean = /usr/local/bin/packer-builder-digitalocean
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: docker = /usr/local/bin/packer-builder-docker
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: googlecompute = /usr/local/bin/packer-builder-googlecompute
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: null = /usr/local/bin/packer-builder-null
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: openstack = /usr/local/bin/packer-builder-openstack
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: parallels-iso = /usr/local/bin/packer-builder-parallels-iso
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: parallels-pvm = /usr/local/bin/packer-builder-parallels-pvm
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: qemu = /usr/local/bin/packer-builder-qemu
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: virtualbox-iso = /usr/local/bin/packer-builder-virtualbox-iso
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: virtualbox-ovf = /usr/local/bin/packer-builder-virtualbox-ovf
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: vmware-iso = /usr/local/bin/packer-builder-vmware-iso
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: vmware-vmx = /usr/local/bin/packer-builder-vmware-vmx
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: build = /usr/local/bin/packer-command-build
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: fix = /usr/local/bin/packer-command-fix
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: inspect = /usr/local/bin/packer-command-inspect
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: validate = /usr/local/bin/packer-command-validate
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: compress = /usr/local/bin/packer-post-processor-compress
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: docker-import = /usr/local/bin/packer-post-processor-docker-import
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: docker-push = /usr/local/bin/packer-post-processor-docker-push
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: docker-save = /usr/local/bin/packer-post-processor-docker-save
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: docker-tag = /usr/local/bin/packer-post-processor-docker-tag
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: vagrant = /usr/local/bin/packer-post-processor-vagrant
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: vagrant-cloud = /usr/local/bin/packer-post-processor-vagrant-cloud
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: vsphere = /usr/local/bin/packer-post-processor-vsphere
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: ansible-local = /usr/local/bin/packer-provisioner-ansible-local
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: chef-client = /usr/local/bin/packer-provisioner-chef-client
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: chef-solo = /usr/local/bin/packer-provisioner-chef-solo
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: file = /usr/local/bin/packer-provisioner-file
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: puppet-masterless = /usr/local/bin/packer-provisioner-puppet-masterless
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: puppet-server = /usr/local/bin/packer-provisioner-puppet-server
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: salt-masterless = /usr/local/bin/packer-provisioner-salt-masterless
2014/11/11 12:46:37 [DEBUG] Discoverd plugin: shell = /usr/local/bin/packer-provisioner-shell
2014/11/11 12:46:37 Detected home directory from env var: /Users/leifg
2014/11/11 12:46:37 Detected home directory from env var: /Users/leifg
2014/11/11 12:46:37 Attempting to open config file: /Users/leifg/.packerconfig
2014/11/11 12:46:37 File doesn't exist, but doesn't need to. Ignoring.
2014/11/11 12:46:37 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[googlecompute:/usr/local/bin/packer-builder-googlecompute null:/usr/local/bin/packer-builder-null parallels-iso:/usr/local/bin/packer-builder-parallels-iso virtualbox-iso:/usr/local/bin/packer-builder-virtualbox-iso amazon-chroot:/usr/local/bin/packer-builder-amazon-chroot vmware-vmx:/usr/local/bin/packer-builder-vmware-vmx qemu:/usr/local/bin/packer-builder-qemu digitalocean:/usr/local/bin/packer-builder-digitalocean openstack:/usr/local/bin/packer-builder-openstack parallels-pvm:/usr/local/bin/packer-builder-parallels-pvm virtualbox-ovf:/usr/local/bin/packer-builder-virtualbox-ovf amazon-ebs:/usr/local/bin/packer-builder-amazon-ebs docker:/usr/local/bin/packer-builder-docker vmware-iso:/usr/local/bin/packer-builder-vmware-iso amazon-instance:/usr/local/bin/packer-builder-amazon-instance] Commands:map[inspect:/usr/local/bin/packer-command-inspect validate:/usr/local/bin/packer-command-validate build:/usr/local/bin/packer-command-build fix:/usr/local/bin/packer-command-fix] PostProcessors:map[docker-save:/usr/local/bin/packer-post-processor-docker-save docker-tag:/usr/local/bin/packer-post-processor-docker-tag vagrant:/usr/local/bin/packer-post-processor-vagrant vagrant-cloud:/usr/local/bin/packer-post-processor-vagrant-cloud vsphere:/usr/local/bin/packer-post-processor-vsphere compress:/usr/local/bin/packer-post-processor-compress docker-import:/usr/local/bin/packer-post-processor-docker-import docker-push:/usr/local/bin/packer-post-processor-docker-push] Provisioners:map[salt-masterless:/usr/local/bin/packer-provisioner-salt-masterless shell:/usr/local/bin/packer-provisioner-shell ansible-local:/usr/local/bin/packer-provisioner-ansible-local chef-client:/usr/local/bin/packer-provisioner-chef-client chef-solo:/usr/local/bin/packer-provisioner-chef-solo file:/usr/local/bin/packer-provisioner-file puppet-masterless:/usr/local/bin/packer-provisioner-puppet-masterless puppet-server:/usr/local/bin/packer-provisioner-puppet-server]}
2014/11/11 12:46:37 Setting cache directory: /Users/leifg/projects/puppet/boxes/packer_cache
2014/11/11 12:46:37 Detected home directory from env var: /Users/leifg
2014/11/11 12:46:37 Environment.Cli: []string{"build", "minimal.json"}
2014/11/11 12:46:37 command + args: []string{"build", "minimal.json"}
2014/11/11 12:46:37 Loading command: build
2014/11/11 12:46:37 Creating plugin client for path: /usr/local/bin/packer-command-build
2014/11/11 12:46:37 Starting plugin: /usr/local/bin/packer-command-build []string{"/usr/local/bin/packer-command-build"}
2014/11/11 12:46:37 Waiting for RPC address for: /usr/local/bin/packer-command-build
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Plugin build against Packer ''
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Plugin minimum port: 10000
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Plugin maximum port: 25000
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Plugin address: unix /var/folders/ng/l6tykr1d0fv5n8n5d1drn0xh0000gn/T/packer-plugin014031653
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Waiting for connection...
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Serving a plugin connection...
2014/11/11 12:46:37 Executing command: build
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Reading template: minimal.json
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Creating build: digitalocean
2014/11/11 12:46:37 Loading builder: digitalocean
2014/11/11 12:46:37 Creating plugin client for path: /usr/local/bin/packer-builder-digitalocean
2014/11/11 12:46:37 Starting plugin: /usr/local/bin/packer-builder-digitalocean []string{"/usr/local/bin/packer-builder-digitalocean"}
2014/11/11 12:46:37 Waiting for RPC address for: /usr/local/bin/packer-builder-digitalocean
2014/11/11 12:46:37 packer-builder-digitalocean: 2014/11/11 12:46:37 Plugin build against Packer ''
2014/11/11 12:46:37 packer-builder-digitalocean: 2014/11/11 12:46:37 Plugin minimum port: 10000
2014/11/11 12:46:37 packer-builder-digitalocean: 2014/11/11 12:46:37 Plugin maximum port: 25000
2014/11/11 12:46:37 packer-builder-digitalocean: 2014/11/11 12:46:37 Plugin address: unix /var/folders/ng/l6tykr1d0fv5n8n5d1drn0xh0000gn/T/packer-plugin964018361
2014/11/11 12:46:37 packer-builder-digitalocean: 2014/11/11 12:46:37 Waiting for connection...
2014/11/11 12:46:37 packer-builder-digitalocean: 2014/11/11 12:46:37 Serving a plugin connection...
digitalocean output will be in this color.
2014/11/11 12:46:37 ui: digitalocean output will be in this color.
2014/11/11 12:46:37 ui:
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Build debug mode: false
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Force build: false
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Preparing build: digitalocean
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Waiting on builds to complete...
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Starting build run: digitalocean
2014/11/11 12:46:37 packer-command-build: 2014/11/11 12:46:37 Running builder: digitalocean
==> digitalocean: Creating temporary ssh key for droplet...
2014/11/11 12:46:37 ui: ==> digitalocean: Creating temporary ssh key for droplet...
2014/11/11 12:46:39 packer-builder-digitalocean: 2014/11/11 12:46:39 sending new request to digitalocean: https://api.digitalocean.com/ssh_keys/new?api_key=API_KEY&client_id=CLIENT_ID&name=packer-5461f71f-cfd5-0a39-8b87-2ed2ac665d5f&ssh_pub_key=ssh-rsa+AAAAB3NzaC1yc2EAAAADAQABAAAA%2FDZeHd5GeRXzZQKSgJ4M6gEi5bduDzbSB3mwC8666anKZ7gaUW0WgMD7shRnxKzLDYMM8RSQuvKW6rpWOjzMznNL7CzmTkqlgYk1u%2FOWRN5uhE7lRRa3DQvOqRfyMGVNrU%2B7l3scF%2BK2BQXZidC%2B48IDIxrimjA3%2FlMx4qV1TcM66p1ErQtwu6nIq1DXgV2eD0wx04uV0pE3hkOcjMMFM3k3FVMR%2FySS5oUTSAeoKLw%2B05Vb0YfkihyfpFa%2BtGBxZcf8fTSCjgLOiF3NWm8aMHpqH3CiKiGddH6WinVF%2FAuFFJfPb4w9Vwe%2F2qaVXZbtl4zWZRlzsncp7N21ZQ%3D%3D%0A
2014/11/11 12:47:04 packer-builder-digitalocean: 2014/11/11 12:47:04 response from digitalocean: {"status":"OK","ssh_key":{"id":498293,"name":"packer-5461f71f-cfd5-0a39-8b87-2ed2ac665d5f","ssh_pub_key":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAA/DZeHd5GeRXzZQKSgJ4M6gEi5bduDzbSB3mwC8666anKZ7gaUW0WgMD7shRnxKzLDYMM8RSQuvKW6rpWOjzMznNL7CzmTkqlgYk1u/OWRN5uhE7lRRa3DQvOqRfyMGVNrU+7l3scF+K2BQXZidC+48IDIxrimjA3/lMx4qV1TcM66p1ErQtwu6nIq1DXgV2eD0wx04uV0pE3hkOcjMMFM3k3FVMR/ySS5oUTSAeoKLw+05Vb0YfkihyfpFa+tGBxZcf8fTSCjgLOiF3NWm8aMHpqH3CiKiGddH6WinVF/AuFFJfPb4w9Vwe/2qaVXZbtl4zWZRlzsncp7N21ZQ=="}}
2014/11/11 12:47:04 packer-builder-digitalocean: 2014/11/11 12:47:04 temporary ssh key name: packer-5461f71f-cfd5-0a39-8b87-2ed2ac665d5f
==> digitalocean: Creating droplet...
2014/11/11 12:47:04 ui: ==> digitalocean: Creating droplet...
2014/11/11 12:47:04 packer-builder-digitalocean: 2014/11/11 12:47:04 sending new request to digitalocean: https://api.digitalocean.com/sizes?api_key=API_KEY&client_id=CLIENT_ID
2014/11/11 12:47:06 packer-builder-digitalocean: 2014/11/11 12:47:06 response from digitalocean: {"status":"OK","sizes":[{"id":66,"name":"512MB","slug":"512mb","memory":512,"cpu":1,"disk":20,"cost_per_hour":0.00744,"cost_per_month":"5.0"},{"id":63,"name":"1GB","slug":"1gb","memory":1024,"cpu":1,"disk":30,"cost_per_hour":0.01488,"cost_per_month":"10.0"},{"id":62,"name":"2GB","slug":"2gb","memory":2048,"cpu":2,"disk":40,"cost_per_hour":0.02976,"cost_per_month":"20.0"},{"id":64,"name":"4GB","slug":"4gb","memory":4096,"cpu":2,"disk":60,"cost_per_hour":0.05952,"cost_per_month":"40.0"},{"id":65,"name":"8GB","slug":"8gb","memory":8192,"cpu":4,"disk":80,"cost_per_hour":0.11905,"cost_per_month":"80.0"},{"id":61,"name":"16GB","slug":"16gb","memory":16384,"cpu":8,"disk":160,"cost_per_hour":0.2381,"cost_per_month":"160.0"},{"id":60,"name":"32GB","slug":"32gb","memory":32768,"cpu":12,"disk":320,"cost_per_hour":0.47619,"cost_per_month":"320.0"},{"id":70,"name":"48GB","slug":"48gb","memory":49152,"cpu":16,"disk":480,"cost_per_hour":0.71429,"cost_per_month":"480.0"},{"id":69,"name":"64GB","slug":"64gb","memory":65536,"cpu":20,"disk":640,"cost_per_hour":0.95238,"cost_per_month":"640.0"}]}
2014/11/11 12:47:06 packer-builder-digitalocean: 2014/11/11 12:47:06 sending new request to digitalocean: https://api.digitalocean.com/images?api_key=API_KEY&client_id=CLIENT_ID
2014/11/11 12:47:13 packer-builder-digitalocean: 2014/11/11 12:47:13 response from digitalocean: {"status":"OK","images":[{"id":3864334,"name":"placer-1.0.0-full-1400245222","slug":null,"distribution":"Ubuntu","public":false,"regions":[4,5],"region_slugs":["nyc2","ams2"]},{"id":3865658,"name":"lb-full-ams2-1400250183","slug":null,"distribution":"Ubuntu","public":false,"regions":[5],"region_slugs":["ams2"]},{"id":4094844,"name":"knowledgebase-full-1401117105","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4107421,"name":"accounting-1.0.3-full-1401196901","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4182414,"name":"accounting-1.0.4-full-1401828310","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4650414,"name":"coruscant-app-nyc2-1404200955","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4682439,"name":"coruscant-db-nyc2-1404341882","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4750532,"name":"loewy-full1-backup1","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4798496,"name":"pasar-1.0.3-full-nyc2-1404902505","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4845336,"name":"coruscant-web-nyc2-1405079354","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4925182,"name":"loewy-full1-backup2","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4941252,"name":"bulkinator-1.0.1-full-1405433888","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4965632,"name":"coruscant-app-nyc2-1405521914","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":4966311,"name":"coruscant-web-nyc2-1405525047","slug":null,"distribution":"Ubuntu","public":false,"regions":[4],"region_slugs":["nyc2"]},{"id":7665753,"name":"CoreOS (alpha) 493.0.0","slug":"coreos-alpha","distribution":"CoreOS","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6370882,"name":"20 x64","slug":"fedora-20-x64","distribution":"Fedora","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6370885,"name":"20 x32","slug":"fedora-20-x32","distribution":"Fedora","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6370968,"name":"19 x64","slug":"fedora-19-x64","distribution":"Fedora","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6370969,"name":"19 x32","slug":"fedora-19-x32","distribution":"Fedora","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6372105,"name":"6.5 x32","slug":"centos-6-5-x32","distribution":"CentOS","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6372108,"name":"6.5 x64","slug":"centos-6-5-x64","distribution":"CentOS","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6372321,"name":"5.10 x64","slug":"centos-5-8-x64","distribution":"CentOS","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6372425,"name":"5.10 x32","slug":"centos-5-8-x32","distribution":"CentOS","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6372526,"name":"7.0 x64","slug":"debian-7-0-x64","distribution":"Debian","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6372528,"name":"7.0 x32","slug":"debian-7-0-x32","distribution":"Debian","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6372581,"name":"6.0 x64","slug":"debian-6-0-x64","distribution":"Debian","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6372662,"name":"6.0 x32","slug":"debian-6-0-x32","distribution":"Debian","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6374124,"name":"10.04 x64","slug":"ubuntu-10-04-x64","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6374125,"name":"10.04 x32","slug":"ubuntu-10-04-x32","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6374128,"name":"12.04.5 x64","slug":"ubuntu-12-04-x64","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6374130,"name":"12.04.5 x32","slug":"ubuntu-12-04-x32","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6882384,"name":"444.5.0 (beta)","slug":"coreos-beta","distribution":"CoreOS","public":true,"regions":[3,4,5,6,7,8,9],"region_slugs":["sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6886342,"name":"444.5.0 (stable)","slug":"coreos-stable","distribution":"CoreOS","public":true,"regions":[3,4,5,6,7,8,9],"region_slugs":["sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6918735,"name":"14.04 x32","slug":"ubuntu-14-04-x32","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6918990,"name":"14.04 x64","slug":"ubuntu-14-04-x64","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":7053293,"name":"7.0 x64","slug":"centos-7-0-x64","distribution":"CentOS","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":7111343,"name":"14.10 x64","slug":"ubuntu-14-10-x64","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":7111572,"name":"14.10 x32","slug":"ubuntu-14-10-x32","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6376601,"name":"Ruby on Rails on 14.04 (Nginx + Unicorn)","slug":"ruby-on-rails","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6423475,"name":"WordPress on 14.04","slug":"wordpress","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6732690,"name":"LEMP on 14.04","slug":"lemp","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6732691,"name":"LAMP on 14.04","slug":"lamp","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6734341,"name":"node-v0.10.32 on 14.04","slug":"node","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6734697,"name":"Django on 14.04","slug":"django","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6738037,"name":"Dokku v0.2.3 on 14.04 (w/ Docker 1.2.0)","slug":"dokku","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6798184,"name":"MEAN on 14.04","slug":"mean","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6854006,"name":"Drupal 7.32 on 14.04","slug":"drupal","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":6884371,"name":"Magento 1.9.0.1 on 14.04","slug":"magento","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":7284647,"name":"Ghost 0.5.3 on 14.04","slug":"ghost","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":7354580,"name":"Docker 1.3.1 on 14.04","slug":"docker","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":7518201,"name":"GitLab 7.4.3 CE on 14.04","slug":"gitlab","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]},{"id":7572830,"name":"Redmine on 14.04","slug":"redmine","distribution":"Ubuntu","public":true,"regions":[1,2,3,4,5,6,7,8,9],"region_slugs":["nyc1","ams1","sfo1","nyc2","ams2","sgp1","lon1","nyc3","ams3"]}]}
==> digitalocean: Error creating droplet: Invalid image or lookup failure: 'ubuntu-12-04-x64': 353 error(s) decoding:
==> digitalocean:
==> digitalocean: * 'Images[0].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[0].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[1].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[2].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[3].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[4].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[5].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[6].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[7].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[8].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[9].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[10].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[11].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[12].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[13].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[8]' expected type 'string', got unconvertible type 'float64'
2014/11/11 12:47:13 ui error: ==> digitalocean: Error creating droplet: Invalid image or lookup failure: 'ubuntu-12-04-x64': 353 error(s) decoding:
==> digitalocean:
==> digitalocean: * 'Images[0].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[0].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[1].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[2].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[3].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[4].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[5].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[6].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[7].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[8].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[9].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[10].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[11].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[12].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[13].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[14].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[15].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[16].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[17].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[18].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[19].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[20].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[21].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[22].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[23].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[24].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[25].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[26].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[27].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[28].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[29].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[30].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[31].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[32].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[33].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[34].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[35].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[36].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[37].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[38].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[39].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[40].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[41].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[42].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[43].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[44].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[45].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[46].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[47].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[48].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[49].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[50].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[0]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[1]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[2]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[3]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[4]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[5]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[6]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[7]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: * 'Images[51].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> digitalocean: Deleting temporary ssh key...
2014/11/11 12:47:13 ui: ==> digitalocean: Deleting temporary ssh key...
2014/11/11 12:47:13 packer-builder-digitalocean: 2014/11/11 12:47:13 sending new request to digitalocean: https://api.digitalocean.com/ssh_keys/498293/destroy?api_key=API_KEY&client_id=CLIENT_ID
2014/11/11 12:47:17 packer-builder-digitalocean: 2014/11/11 12:47:17 response from digitalocean: {"status":"OK"}
2014/11/11 12:47:17 ui error: Build 'digitalocean' errored: Error creating droplet: Invalid image or lookup failure: 'ubuntu-12-04-x64': 353 error(s) decoding:
* 'Images[0].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[0].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[1].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[2].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[3].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[4].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[5].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[6].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[7].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[8].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[9].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[10].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[11].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[12].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[13].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[7]' expected type 'string', got unconvertibBuild 'digitalocean' errored: Error creating droplet: Invalid image or lookup failure: 'ubuntu-12-04-x64': 353 error(s) decoding:
* 'Images[0].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[0].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[1].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[2].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[3].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[4].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[5].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[6].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[7].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[8].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[9].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[10].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[11].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[12].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[13].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[8]' expected type 'string', got unconvertible type 'float64'
le type 'float64'
* 'Images[14].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[8]' expected type 'string', got unconvertible type 'float64'
2014/11/11 12:47:17 packer-command-build: 2014/11/11 12:47:17 Builds completed. Waiting on interrupt barrier...
2014/11/11 12:47:17 machine readable: error-count []string{"1"}
==> Some builds didn't complete successfully and had errors:
2014/11/11 12:47:17 ui error:
==> Some builds didn't complete successfully and had errors:
2014/11/11 12:47:17 machine readable: digitalocean,error []string{"Error creating droplet: Invalid image or lookup failure: 'ubuntu-12-04-x64': 353 error(s) decoding:\n\n* 'Images[0].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[0].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[1].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[2].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[3].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[4].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[5].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[6].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[7].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[8].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[9].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[10].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[11].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[12].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[13].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[14].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[14].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[14].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[14].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[14].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[14].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[14].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[14].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[14].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[15].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[15].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[15].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[15].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[15].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[15].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[15].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[15].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[15].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[16].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[16].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[16].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[16].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[16].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[16].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[16].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[16].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[16].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[17].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[17].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[17].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[17].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[17].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[17].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[17].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[17].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[17].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[18].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[18].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[18].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[18].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[18].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[18].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[18].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[18].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[18].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[19].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[19].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[19].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[19].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[19].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[19].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[19].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[19].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[19].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[20].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[20].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[20].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[20].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[20].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[20].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[20].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[20].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[20].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[21].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[21].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[21].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[21].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[21].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[21].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[21].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[21].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[21].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[22].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[22].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[22].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[22].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[22].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[22].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[22].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[22].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[22].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[23].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[23].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[23].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[23].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[23].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[23].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[23].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[23].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[23].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[24].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[24].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[24].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[24].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[24].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[24].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[24].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[24].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[24].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[25].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[25].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[25].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[25].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[25].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[25].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[25].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[25].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[25].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[26].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[26].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[26].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[26].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[26].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[26].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[26].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[26].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[26].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[27].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[27].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[27].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[27].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[27].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[27].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[27].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[27].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[27].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[28].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[28].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[28].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[28].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[28].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[28].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[28].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[28].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[28].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[29].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[29].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[29].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[29].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[29].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[29].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[29].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[29].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[29].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[30].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[30].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[30].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[30].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[30].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[30].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[30].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[30].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[30].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[31].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[31].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[31].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[31].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[31].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[31].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[31].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[32].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[32].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[32].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[32].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[32].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[32].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[32].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[33].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[33].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[33].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[33].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[33].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[33].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[33].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[33].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[33].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[34].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[34].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[34].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[34].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[34].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[34].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[34].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[34].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[34].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[35].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[35].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[35].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[35].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[35].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[35].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[35].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[35].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[35].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[36].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[36].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[36].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[36].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[36].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[36].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[36].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[36].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[36].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[37].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[37].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[37].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[37].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[37].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[37].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[37].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[37].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[37].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[38].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[38].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[38].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[38].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[38].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[38].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[38].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[38].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[38].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[39].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[39].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[39].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[39].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[39].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[39].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[39].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[39].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[39].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[40].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[40].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[40].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[40].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[40].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[40].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[40].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[40].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[40].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[41].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[41].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[41].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[41].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[41].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[41].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[41].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[41].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[41].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[42].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[42].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[42].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[42].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[42].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[42].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[42].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[42].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[42].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[43].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[43].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[43].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[43].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[43].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[43].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[43].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[43].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[43].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[44].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[44].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[44].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[44].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[44].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[44].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[44].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[44].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[44].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[45].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[45].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[45].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[45].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[45].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[45].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[45].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[45].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[45].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[46].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[46].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[46].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[46].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[46].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[46].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[46].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[46].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[46].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[47].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[47].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[47].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[47].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[47].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[47].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[47].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[47].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[47].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[48].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[48].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[48].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[48].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[48].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[48].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[48].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[48].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[48].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[49].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[49].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[49].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[49].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[49].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[49].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[49].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[49].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[49].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[50].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[50].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[50].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[50].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[50].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[50].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[50].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[50].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[50].Regions[8]' expected type 'string', got unconvertible type 'float64'\n* 'Images[51].Regions[0]' expected type 'string', got unconvertible type 'float64'\n* 'Images[51].Regions[1]' expected type 'string', got unconvertible type 'float64'\n* 'Images[51].Regions[2]' expected type 'string', got unconvertible type 'float64'\n* 'Images[51].Regions[3]' expected type 'string', got unconvertible type 'float64'\n* 'Images[51].Regions[4]' expected type 'string', got unconvertible type 'float64'\n* 'Images[51].Regions[5]' expected type 'string', got unconvertible type 'float64'\n* 'Images[51].Regions[6]' expected type 'string', got unconvertible type 'float64'\n* 'Images[51].Regions[7]' expected type 'string', got unconvertible type 'float64'\n* 'Images[51].Regions[8]' expected type 'string', got unconvertible type 'float64'"}
2014/11/11 12:47:17 ui error: --> digitalocean: Error creating droplet: Invalid image or lookup failure: 'ubuntu-12-04-x64': 353 error(s) decoding:
* 'Images[0].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[0].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[1].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[2].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[3].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[4].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[5].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[6].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[7].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[8].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[9].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[10].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[11].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[12].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[13].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[7]' expected type 'string', got unconvertible type 'float64'
*--> digitalocean: Error creating droplet: Invalid image or lookup failure: 'ubuntu-12-04-x64': 353 error(s) decoding:
* 'Images[0].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[0].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[1].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[2].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[3].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[4].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[5].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[6].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[7].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[8].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[9].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[10].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[11].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[12].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[13].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[14].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[8]' expected type 'string', got unconvertible type 'float64'
'Images[14].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[15].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[16].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[17].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[18].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[19].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[20].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[21].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[22].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[23].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[24].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[25].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[26].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[27].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[28].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[29].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[30].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[31].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[32].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[33].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[34].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[35].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[36].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[37].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[38].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[39].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[40].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[41].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[42].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[43].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[44].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[45].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[46].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[47].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[48].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[49].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[50].Regions[8]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[0]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[1]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[2]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[3]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[4]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[5]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[6]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[7]' expected type 'string', got unconvertible type 'float64'
* 'Images[51].Regions[8]' expected type 'string', got unconvertible type 'float64'
==> Builds finished but no artifacts were created.
2014/11/11 12:47:17 ui:
==> Builds finished but no artifacts were created.
2014/11/11 12:47:17 waiting for all plugin processes to complete...
2014/11/11 12:47:17 /usr/local/bin/packer-command-build: plugin process exited
2014/11/11 12:47:17 /usr/local/bin/packer-builder-digitalocean: plugin process exited
@leifg
Copy link
Author

leifg commented Nov 11, 2014

reference here: hashicorp/packer#1670

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment