Skip to content

Instantly share code, notes, and snippets.

@ebelew
Created July 4, 2016 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebelew/26c8788ecc9b20413b016179f19a5189 to your computer and use it in GitHub Desktop.
Save ebelew/26c8788ecc9b20413b016179f19a5189 to your computer and use it in GitHub Desktop.
Packer fork build log
go get github.com/mitchellh/gox
go get golang.org/x/tools/cmd/stringer
go generate .
2016/07/04 12:04:55 Generated command/plugin.go
go fmt command/plugin.go
command/plugin.go
# github.com/ebelew/packer/builder/amazon/chroot
builder/amazon/chroot/builder.go:140: cannot use config (type *"github.com/mitchellh/packer/vendor/github.com/aws/aws-sdk-go/aws".Config) as type *"github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/aws".Config in argument to "github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/aws/session".New
builder/amazon/chroot/builder.go:159: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepPreValidate literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepPreValidate) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepPreValidate does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/chroot/builder.go:164: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepSourceAMIInfo literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepSourceAMIInfo) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepSourceAMIInfo does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/chroot/builder.go:185: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepDeregisterAMI literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepDeregisterAMI) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepDeregisterAMI does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/chroot/builder.go:192: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepAMIRegionCopy literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepAMIRegionCopy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepAMIRegionCopy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/chroot/builder.go:197: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepModifyAMIAttributes literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepModifyAMIAttributes) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepModifyAMIAttributes does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/chroot/builder.go:203: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepCreateTags literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepCreateTags) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepCreateTags does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/chroot/builder.go:212: cannot use "github.com/mitchellh/packer/common".MultistepDebugFn(ui) (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn in field value
builder/amazon/chroot/builder.go:234: cannot use ec2conn (type *"github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2) as type *"github.com/mitchellh/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2 in field value
builder/amazon/chroot/step_register_ami.go:74: cannot use ec2conn (type *"github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2) as type *"github.com/mitchellh/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2 in argument to "github.com/mitchellh/packer/builder/amazon/common".AMIStateRefreshFunc
builder/amazon/chroot/step_register_ami.go:74: too many errors
# github.com/ebelew/packer/builder/azure/arm
builder/azure/arm/azure_client.go:142: cannot use servicePrincipalTokenVault (type *"github.com/ebelew/packer/vendor/github.com/Azure/go-autorest/autorest/azure".ServicePrincipalToken) as type "github.com/mitchellh/packer/vendor/github.com/Azure/go-autorest/autorest".Authorizer in assignment:
*"github.com/ebelew/packer/vendor/github.com/Azure/go-autorest/autorest/azure".ServicePrincipalToken does not implement "github.com/mitchellh/packer/vendor/github.com/Azure/go-autorest/autorest".Authorizer (wrong type for WithAuthorization method)
have WithAuthorization() "github.com/ebelew/packer/vendor/github.com/Azure/go-autorest/autorest".PrepareDecorator
want WithAuthorization() "github.com/mitchellh/packer/vendor/github.com/Azure/go-autorest/autorest".PrepareDecorator
builder/azure/arm/azure_client.go:143: cannot use withInspection(maxlen) (type "github.com/ebelew/packer/vendor/github.com/Azure/go-autorest/autorest".PrepareDecorator) as type "github.com/mitchellh/packer/vendor/github.com/Azure/go-autorest/autorest".PrepareDecorator in assignment
builder/azure/arm/azure_client.go:144: cannot use byInspecting(maxlen) (type "github.com/ebelew/packer/vendor/github.com/Azure/go-autorest/autorest".RespondDecorator) as type "github.com/mitchellh/packer/vendor/github.com/Azure/go-autorest/autorest".RespondDecorator in assignment
builder/azure/arm/builder.go:98: cannot use communicator.StepConnectSSH literal (type *communicator.StepConnectSSH) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*communicator.StepConnectSSH does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/azure/arm/builder.go:103: cannot use "github.com/mitchellh/packer/common".StepProvision literal (type *"github.com/mitchellh/packer/common".StepProvision) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepProvision does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/azure/arm/builder.go:124: cannot use func literal (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error) in field value
builder/azure/arm/builder.go:130: cannot use func literal (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (*communicator.WinRMConfig, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (*communicator.WinRMConfig, error) in field value
builder/azure/arm/builder.go:132: cannot use "github.com/mitchellh/packer/common".StepProvision literal (type *"github.com/mitchellh/packer/common".StepProvision) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepProvision does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/azure/arm/builder.go:189: cannot use "github.com/mitchellh/packer/common".MultistepDebugFn(ui) (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn in field value
builder/azure/arm/builder.go:231: cannot use *b.config.cloudEnvironment (type "github.com/ebelew/packer/vendor/github.com/Azure/go-autorest/autorest/azure".Environment) as type "github.com/mitchellh/packer/vendor/github.com/Azure/go-autorest/autorest/azure".Environment in argument to "github.com/mitchellh/packer/builder/azure/common".Authenticate
builder/azure/arm/builder.go:231: too many errors
# github.com/ebelew/packer/builder/amazon/instance
builder/amazon/instance/builder.go:163: cannot use config (type *"github.com/mitchellh/packer/vendor/github.com/aws/aws-sdk-go/aws".Config) as type *"github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/aws".Config in argument to "github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/aws/session".New
builder/amazon/instance/builder.go:186: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepPreValidate literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepPreValidate) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepPreValidate does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/instance/builder.go:190: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepSourceAMIInfo literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepSourceAMIInfo) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepSourceAMIInfo does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/instance/builder.go:194: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepKeyPair literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepKeyPair) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepKeyPair does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/instance/builder.go:201: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepSecurityGroup literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepSecurityGroup) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepSecurityGroup does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/instance/builder.go:206: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepRunSourceInstance literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepRunSourceInstance) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepRunSourceInstance does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/instance/builder.go:223: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepGetPassword literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepGetPassword) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepGetPassword does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/instance/builder.go:232: cannot use ec2conn (type *"github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2) as type *"github.com/mitchellh/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2 in argument to "github.com/mitchellh/packer/builder/amazon/common".SSHHost
builder/amazon/instance/builder.go:236: cannot use "github.com/mitchellh/packer/common".StepProvision literal (type *"github.com/mitchellh/packer/common".StepProvision) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepProvision does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/instance/builder.go:244: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepDeregisterAMI literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepDeregisterAMI) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepDeregisterAMI does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/instance/builder.go:244: too many errors
# github.com/ebelew/packer/builder/amazon/ebs
builder/amazon/ebs/builder.go:73: cannot use config (type *"github.com/mitchellh/packer/vendor/github.com/aws/aws-sdk-go/aws".Config) as type *"github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/aws".Config in argument to "github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/aws/session".New
builder/amazon/ebs/builder.go:96: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepPreValidate literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepPreValidate) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepPreValidate does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/ebs/builder.go:100: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepSourceAMIInfo literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepSourceAMIInfo) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepSourceAMIInfo does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/ebs/builder.go:104: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepKeyPair literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepKeyPair) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepKeyPair does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/ebs/builder.go:111: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepSecurityGroup literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepSecurityGroup) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepSecurityGroup does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/ebs/builder.go:119: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepRunSourceInstance literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepRunSourceInstance) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepRunSourceInstance does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/ebs/builder.go:140: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepGetPassword literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepGetPassword) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepGetPassword does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/ebs/builder.go:149: cannot use ec2conn (type *"github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2) as type *"github.com/mitchellh/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2 in argument to "github.com/mitchellh/packer/builder/amazon/common".SSHHost
builder/amazon/ebs/builder.go:153: cannot use "github.com/mitchellh/packer/common".StepProvision literal (type *"github.com/mitchellh/packer/common".StepProvision) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepProvision does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/ebs/builder.go:160: cannot use "github.com/mitchellh/packer/builder/amazon/common".StepDeregisterAMI literal (type *"github.com/mitchellh/packer/builder/amazon/common".StepDeregisterAMI) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/amazon/common".StepDeregisterAMI does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/amazon/ebs/builder.go:160: too many errors
# github.com/ebelew/packer/builder/digitalocean
builder/digitalocean/builder.go:66: cannot use commHost (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error) in field value
builder/digitalocean/builder.go:67: cannot use sshConfig (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error) in field value
builder/digitalocean/builder.go:69: cannot use new(common.StepProvision) (type *common.StepProvision) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*common.StepProvision does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/digitalocean/builder.go:79: cannot use common.MultistepDebugFn(ui) (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn in field value
builder/digitalocean/config.go:43: cannot use &md (type *"github.com/ebelew/packer/vendor/github.com/mitchellh/mapstructure".Metadata) as type *"github.com/mitchellh/packer/vendor/github.com/mitchellh/mapstructure".Metadata in field value
# github.com/ebelew/packer/builder/docker
builder/docker/builder.go:50: cannot use commHost (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error) in field value
builder/docker/builder.go:51: cannot use sshConfig(&b.config.Comm) (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error) in field value
builder/docker/builder.go:54: cannot use map[string]"github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step literal (type map[string]"github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step) as type map[string]"github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".Step in field value
builder/docker/builder.go:56: cannot use common.StepProvision literal (type *common.StepProvision) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*common.StepProvision does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/docker/builder.go:84: cannot use common.MultistepDebugFn(ui) (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn in field value
builder/docker/comm.go:47: cannot use "github.com/mitchellh/packer/communicator/ssh".PasswordKeyboardInteractive(comm.SSHPassword) (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractive
builder/docker/config.go:52: cannot use &md (type *"github.com/ebelew/packer/vendor/github.com/mitchellh/mapstructure".Metadata) as type *"github.com/mitchellh/packer/vendor/github.com/mitchellh/mapstructure".Metadata in field value
# github.com/ebelew/packer/builder/null
builder/null/builder.go:33: cannot use CommHost(b.config.CommConfig.Host()) (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error) in field value
builder/null/builder.go:37: cannot use SSHConfig(b.config.CommConfig.SSHUsername, b.config.CommConfig.SSHPassword, b.config.CommConfig.SSHPrivateKey) (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error) in field value
builder/null/builder.go:39: cannot use common.StepProvision literal (type *common.StepProvision) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*common.StepProvision does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/null/builder.go:52: cannot use common.MultistepDebugFn(ui) (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn in field value
builder/null/ssh.go:51: cannot use "github.com/mitchellh/packer/communicator/ssh".PasswordKeyboardInteractive(password) (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractive
ok github.com/ebelew/packer 0.042s
FAIL github.com/ebelew/packer/builder/amazon/chroot [build failed]
ok github.com/ebelew/packer/builder/amazon/common 0.673s
FAIL github.com/ebelew/packer/builder/amazon/ebs [build failed]
FAIL github.com/ebelew/packer/builder/amazon/instance [build failed]
FAIL github.com/ebelew/packer/builder/azure/arm [build failed]
ok github.com/ebelew/packer/builder/azure/common 0.040s
? github.com/ebelew/packer/builder/azure/common/approvals [no test files]
? github.com/ebelew/packer/builder/azure/common/constants [no test files]
? github.com/ebelew/packer/builder/azure/common/lin [no test files]
? github.com/ebelew/packer/builder/azure/common/logutil [no test files]
ok github.com/ebelew/packer/builder/azure/common/template 0.031s
ok github.com/ebelew/packer/builder/azure/pkcs12 0.157s
ok github.com/ebelew/packer/builder/azure/pkcs12/rc2 0.013s
FAIL github.com/ebelew/packer/builder/digitalocean [build failed]
FAIL github.com/ebelew/packer/builder/docker [build failed]
ok github.com/ebelew/packer/builder/file 0.028s
# github.com/ebelew/packer/builder/parallels/iso
builder/parallels/iso/builder.go:134: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepPrepareParallelsTools literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepPrepareParallelsTools) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepPrepareParallelsTools does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/iso/builder.go:138: cannot use "github.com/mitchellh/packer/common".StepDownload literal (type *"github.com/mitchellh/packer/common".StepDownload) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepDownload does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/iso/builder.go:147: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepOutputDir literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepOutputDir) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepOutputDir does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/iso/builder.go:151: cannot use "github.com/mitchellh/packer/common".StepCreateFloppy literal (type *"github.com/mitchellh/packer/common".StepCreateFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepCreateFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/iso/builder.go:154: cannot use "github.com/mitchellh/packer/common".StepHTTPServer literal (type *"github.com/mitchellh/packer/common".StepHTTPServer) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepHTTPServer does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/iso/builder.go:163: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepAttachParallelsTools literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepAttachParallelsTools) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepAttachParallelsTools does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/iso/builder.go:166: cannot use new("github.com/mitchellh/packer/builder/parallels/common".StepAttachFloppy) (type *"github.com/mitchellh/packer/builder/parallels/common".StepAttachFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepAttachFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/iso/builder.go:167: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepPrlctl literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepPrlctl) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepPrlctl does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/iso/builder.go:171: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepRun literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepRun) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepRun does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/iso/builder.go:174: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepTypeBootCommand literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepTypeBootCommand) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepTypeBootCommand does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/iso/builder.go:174: too many errors
# github.com/ebelew/packer/builder/parallels/pvm
builder/parallels/pvm/builder.go:53: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepPrepareParallelsTools literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepPrepareParallelsTools) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepPrepareParallelsTools does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/pvm/builder.go:57: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepOutputDir literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepOutputDir) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepOutputDir does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/pvm/builder.go:61: cannot use "github.com/mitchellh/packer/common".StepCreateFloppy literal (type *"github.com/mitchellh/packer/common".StepCreateFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepCreateFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/pvm/builder.go:68: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepAttachParallelsTools literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepAttachParallelsTools) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepAttachParallelsTools does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/pvm/builder.go:71: cannot use new("github.com/mitchellh/packer/builder/parallels/common".StepAttachFloppy) (type *"github.com/mitchellh/packer/builder/parallels/common".StepAttachFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepAttachFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/pvm/builder.go:72: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepPrlctl literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepPrlctl) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepPrlctl does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/pvm/builder.go:76: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepRun literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepRun) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepRun does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/pvm/builder.go:79: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepTypeBootCommand literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepTypeBootCommand) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepTypeBootCommand does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/pvm/builder.go:85: cannot use communicator.StepConnect literal (type *communicator.StepConnect) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*communicator.StepConnect does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/pvm/builder.go:90: cannot use "github.com/mitchellh/packer/builder/parallels/common".StepUploadVersion literal (type *"github.com/mitchellh/packer/builder/parallels/common".StepUploadVersion) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/parallels/common".StepUploadVersion does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/parallels/pvm/builder.go:90: too many errors
# github.com/ebelew/packer/builder/openstack
builder/openstack/builder.go:110: cannot use CommHost(computeClient, b.config.RunConfig.SSHInterface, b.config.RunConfig.SSHIPVersion) (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error) in field value
builder/openstack/builder.go:111: cannot use SSHConfig(b.config.RunConfig.Comm.SSHUsername) (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error) in field value
builder/openstack/builder.go:113: cannot use common.StepProvision literal (type *common.StepProvision) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*common.StepProvision does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/openstack/builder.go:122: cannot use common.MultistepDebugFn(ui) (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn in field value
# github.com/ebelew/packer/builder/virtualbox/common
builder/virtualbox/common/ssh.go:24: cannot use "github.com/mitchellh/packer/communicator/ssh".PasswordKeyboardInteractive(config.Comm.SSHPassword) (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractive
builder/virtualbox/common/ssh.go:33: cannot use signer (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".Signer in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".PublicKeys:
"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer does not implement "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".Signer (wrong type for PublicKey method)
have PublicKey() "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".PublicKey
want PublicKey() "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".PublicKey
builder/virtualbox/common/step_download_guest_additions.go:133: cannot use downStep.Run(state) (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StepAction) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StepAction in return argument
builder/virtualbox/common/step_download_guest_additions.go:163: invalid operation: action == "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".ActionHalt (mismatched types "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StepAction and "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StepAction)
builder/virtualbox/common/step_download_guest_additions.go:164: cannot use action (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StepAction) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StepAction in return argument
# github.com/ebelew/packer/builder/qemu
builder/qemu/builder.go:358: cannot use common.StepDownload literal (type *common.StepDownload) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in append:
*common.StepDownload does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/qemu/builder.go:386: cannot use commHost (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error) in field value
builder/qemu/builder.go:387: cannot use sshConfig (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error) in field value
builder/qemu/builder.go:388: cannot use commPort (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (int, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (int, error) in field value
builder/qemu/builder.go:393: cannot use common.StepCreateFloppy literal (type *common.StepCreateFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in append:
*common.StepCreateFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/qemu/builder.go:393: cannot use common.StepHTTPServer literal (type *common.StepHTTPServer) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in append:
*common.StepHTTPServer does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/qemu/builder.go:393: cannot use new(common.StepProvision) (type *common.StepProvision) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in append:
*common.StepProvision does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/qemu/builder.go:410: cannot use pauseFn (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn in field value
builder/qemu/ssh.go:25: cannot use "github.com/mitchellh/packer/communicator/ssh".PasswordKeyboardInteractive(config.Comm.SSHPassword) (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractive
builder/qemu/ssh.go:34: cannot use signer (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".Signer in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".PublicKeys:
"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer does not implement "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".Signer (wrong type for PublicKey method)
have PublicKey() "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".PublicKey
want PublicKey() "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".PublicKey
builder/qemu/ssh.go:34: too many errors
# github.com/ebelew/packer/builder/virtualbox/iso
builder/virtualbox/iso/builder.go:177: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepDownloadGuestAdditions literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepDownloadGuestAdditions) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepDownloadGuestAdditions does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/iso/builder.go:183: cannot use "github.com/mitchellh/packer/common".StepDownload literal (type *"github.com/mitchellh/packer/common".StepDownload) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepDownload does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/iso/builder.go:192: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepOutputDir literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepOutputDir) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepOutputDir does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/iso/builder.go:196: cannot use "github.com/mitchellh/packer/common".StepCreateFloppy literal (type *"github.com/mitchellh/packer/common".StepCreateFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepCreateFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/iso/builder.go:199: cannot use "github.com/mitchellh/packer/common".StepHTTPServer literal (type *"github.com/mitchellh/packer/common".StepHTTPServer) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepHTTPServer does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/iso/builder.go:204: cannot use new("github.com/mitchellh/packer/builder/virtualbox/common".StepSuppressMessages) (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepSuppressMessages) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepSuppressMessages does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/iso/builder.go:208: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepAttachGuestAdditions literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepAttachGuestAdditions) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepAttachGuestAdditions does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/iso/builder.go:211: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepConfigureVRDP literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepConfigureVRDP) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepConfigureVRDP does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/iso/builder.go:216: cannot use new("github.com/mitchellh/packer/builder/virtualbox/common".StepAttachFloppy) (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepAttachFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepAttachFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/iso/builder.go:217: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepForwardSSH literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepForwardSSH) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepForwardSSH does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/iso/builder.go:217: too many errors
# github.com/ebelew/packer/builder/parallels/common
builder/parallels/common/ssh.go:32: cannot use "github.com/mitchellh/packer/communicator/ssh".PasswordKeyboardInteractive(config.Comm.SSHPassword) (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractive
builder/parallels/common/ssh.go:41: cannot use signer (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".Signer in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".PublicKeys:
"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer does not implement "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".Signer (wrong type for PublicKey method)
have PublicKey() "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".PublicKey
want PublicKey() "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".PublicKey
# github.com/ebelew/packer/builder/virtualbox/ovf
builder/virtualbox/ovf/builder.go:53: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepOutputDir literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepOutputDir) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepOutputDir does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/ovf/builder.go:57: cannot use new("github.com/mitchellh/packer/builder/virtualbox/common".StepSuppressMessages) (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepSuppressMessages) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepSuppressMessages does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/ovf/builder.go:58: cannot use "github.com/mitchellh/packer/common".StepCreateFloppy literal (type *"github.com/mitchellh/packer/common".StepCreateFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepCreateFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/ovf/builder.go:61: cannot use "github.com/mitchellh/packer/common".StepHTTPServer literal (type *"github.com/mitchellh/packer/common".StepHTTPServer) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepHTTPServer does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/ovf/builder.go:66: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepDownloadGuestAdditions literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepDownloadGuestAdditions) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepDownloadGuestAdditions does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/ovf/builder.go:77: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepAttachGuestAdditions literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepAttachGuestAdditions) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepAttachGuestAdditions does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/ovf/builder.go:80: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepConfigureVRDP literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepConfigureVRDP) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepConfigureVRDP does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/ovf/builder.go:85: cannot use new("github.com/mitchellh/packer/builder/virtualbox/common".StepAttachFloppy) (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepAttachFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepAttachFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/ovf/builder.go:86: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepForwardSSH literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepForwardSSH) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepForwardSSH does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/ovf/builder.go:92: cannot use "github.com/mitchellh/packer/builder/virtualbox/common".StepVBoxManage literal (type *"github.com/mitchellh/packer/builder/virtualbox/common".StepVBoxManage) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/virtualbox/common".StepVBoxManage does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/virtualbox/ovf/builder.go:92: too many errors
# github.com/ebelew/packer/builder/vmware/vmx
builder/vmware/vmx/builder.go:57: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepPrepareTools literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepPrepareTools) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepPrepareTools does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/vmx/builder.go:61: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepOutputDir literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepOutputDir) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepOutputDir does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/vmx/builder.go:64: cannot use "github.com/mitchellh/packer/common".StepCreateFloppy literal (type *"github.com/mitchellh/packer/common".StepCreateFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepCreateFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/vmx/builder.go:72: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepConfigureVMX literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepConfigureVMX) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepConfigureVMX does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/vmx/builder.go:75: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepSuppressMessages literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepSuppressMessages) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepSuppressMessages does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/vmx/builder.go:76: cannot use "github.com/mitchellh/packer/common".StepHTTPServer literal (type *"github.com/mitchellh/packer/common".StepHTTPServer) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepHTTPServer does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/vmx/builder.go:81: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepConfigureVNC literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepConfigureVNC) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepConfigureVNC does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/vmx/builder.go:86: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepRun literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepRun) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepRun does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/vmx/builder.go:91: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepTypeBootCommand literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepTypeBootCommand) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepTypeBootCommand does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/vmx/builder.go:96: cannot use communicator.StepConnect literal (type *communicator.StepConnect) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*communicator.StepConnect does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/vmx/builder.go:96: too many errors
# github.com/ebelew/packer/builder/vmware/iso
builder/vmware/iso/builder.go:218: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepPrepareTools literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepPrepareTools) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepPrepareTools does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/iso/builder.go:222: cannot use "github.com/mitchellh/packer/common".StepDownload literal (type *"github.com/mitchellh/packer/common".StepDownload) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepDownload does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/iso/builder.go:231: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepOutputDir literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepOutputDir) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepOutputDir does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/iso/builder.go:234: cannot use "github.com/mitchellh/packer/common".StepCreateFloppy literal (type *"github.com/mitchellh/packer/common".StepCreateFloppy) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepCreateFloppy does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/iso/builder.go:247: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepConfigureVMX literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepConfigureVMX) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepConfigureVMX does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/iso/builder.go:250: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepSuppressMessages literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepSuppressMessages) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepSuppressMessages does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/iso/builder.go:251: cannot use "github.com/mitchellh/packer/common".StepHTTPServer literal (type *"github.com/mitchellh/packer/common".StepHTTPServer) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/common".StepHTTPServer does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/iso/builder.go:256: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepConfigureVNC literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepConfigureVNC) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepConfigureVNC does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/iso/builder.go:264: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepRun literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepRun) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepRun does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/iso/builder.go:269: cannot use "github.com/mitchellh/packer/builder/vmware/common".StepTypeBootCommand literal (type *"github.com/mitchellh/packer/builder/vmware/common".StepTypeBootCommand) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*"github.com/mitchellh/packer/builder/vmware/common".StepTypeBootCommand does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/vmware/iso/builder.go:269: too many errors
# github.com/ebelew/packer/builder/vmware/common
builder/vmware/common/ssh.go:74: cannot use "github.com/mitchellh/packer/communicator/ssh".PasswordKeyboardInteractive(config.Comm.SSHPassword) (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractive
builder/vmware/common/ssh.go:83: cannot use signer (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".Signer in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".PublicKeys:
"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer does not implement "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".Signer (wrong type for PublicKey method)
have PublicKey() "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".PublicKey
want PublicKey() "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".PublicKey
# github.com/ebelew/packer/builder/googlecompute
builder/googlecompute/builder.go:66: cannot use commHost (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (string, error) in field value
builder/googlecompute/builder.go:67: cannot use sshConfig (type func("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error)) as type func("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) (*"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".ClientConfig, error) in field value
builder/googlecompute/builder.go:69: cannot use new(common.StepProvision) (type *common.StepProvision) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step in array or slice literal:
*common.StepProvision does not implement "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".Step (wrong type for Cleanup method)
have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag)
want Cleanup("github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".StateBag)
builder/googlecompute/builder.go:78: cannot use common.MultistepDebugFn(ui) (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn in field value
FAIL github.com/ebelew/packer/builder/googlecompute [build failed]
FAIL github.com/ebelew/packer/builder/null [build failed]
FAIL github.com/ebelew/packer/builder/openstack [build failed]
FAIL github.com/ebelew/packer/builder/parallels/common [build failed]
FAIL github.com/ebelew/packer/builder/parallels/iso [build failed]
FAIL github.com/ebelew/packer/builder/parallels/pvm [build failed]
FAIL github.com/ebelew/packer/builder/qemu [build failed]
FAIL github.com/ebelew/packer/builder/virtualbox/common [build failed]
FAIL github.com/ebelew/packer/builder/virtualbox/iso [build failed]
FAIL github.com/ebelew/packer/builder/virtualbox/ovf [build failed]
FAIL github.com/ebelew/packer/builder/vmware/common [build failed]
FAIL github.com/ebelew/packer/builder/vmware/iso [build failed]
FAIL github.com/ebelew/packer/builder/vmware/vmx [build failed]
# github.com/ebelew/packer/helper/communicator
helper/communicator/step_connect_ssh.go:146: cannot use bConf (type *"github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".ClientConfig) as type *"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".ClientConfig in argument to "github.com/mitchellh/packer/communicator/ssh".BastionConnectFunc
helper/communicator/step_connect_ssh.go:162: cannot use sshConfig (type *"github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".ClientConfig) as type *"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".ClientConfig in field value
helper/communicator/step_connect_ssh.go:204: cannot use "github.com/mitchellh/packer/communicator/ssh".PasswordKeyboardInteractive(config.SSHBastionPassword) (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractiveChallenge in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".KeyboardInteractive
helper/communicator/step_connect_ssh.go:213: cannot use signer (type "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer) as type "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".Signer in argument to "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".PublicKeys:
"github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".Signer does not implement "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".Signer (wrong type for PublicKey method)
have PublicKey() "github.com/mitchellh/packer/vendor/golang.org/x/crypto/ssh".PublicKey
want PublicKey() "github.com/ebelew/packer/vendor/golang.org/x/crypto/ssh".PublicKey
# github.com/ebelew/packer/post-processor/amazon-import
post-processor/amazon-import/post-processor.go:126: cannot use config (type *"github.com/mitchellh/packer/vendor/github.com/aws/aws-sdk-go/aws".Config) as type *"github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/aws".Config in argument to "github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/aws/session".New
post-processor/amazon-import/post-processor.go:179: cannot use ec2conn (type *"github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2) as type *"github.com/mitchellh/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2 in argument to "github.com/mitchellh/packer/builder/amazon/common".ImportImageRefreshFunc
post-processor/amazon-import/post-processor.go:271: cannot use ec2conn (type *"github.com/ebelew/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2) as type *"github.com/mitchellh/packer/vendor/github.com/aws/aws-sdk-go/service/ec2".EC2 in field value
ok github.com/ebelew/packer/command 0.958s
ok github.com/ebelew/packer/common 0.098s
ok github.com/ebelew/packer/common/json 0.014s
? github.com/ebelew/packer/common/ssh [no test files]
ok github.com/ebelew/packer/common/uuid 0.017s
? github.com/ebelew/packer/communicator/none [no test files]
ok github.com/ebelew/packer/communicator/ssh 0.100s
ok github.com/ebelew/packer/communicator/winrm 0.056s
ok github.com/ebelew/packer/fix 0.015s
ok github.com/ebelew/packer/helper/builder/testing 0.013s
FAIL github.com/ebelew/packer/helper/communicator [build failed]
ok github.com/ebelew/packer/helper/config 0.015s
ok github.com/ebelew/packer/helper/flag-kv 0.014s
ok github.com/ebelew/packer/helper/flag-slice 0.013s
ok github.com/ebelew/packer/packer 0.247s
ok github.com/ebelew/packer/packer/plugin 0.371s
ok github.com/ebelew/packer/packer/rpc 0.166s
ok github.com/ebelew/packer/plugin/example 0.028s
# github.com/ebelew/packer/post-processor/vagrant
post-processor/vagrant/post-processor.go:172: cannot use &md (type *"github.com/ebelew/packer/vendor/github.com/mitchellh/mapstructure".Metadata) as type *"github.com/mitchellh/packer/vendor/github.com/mitchellh/mapstructure".Metadata in field value
# github.com/ebelew/packer/post-processor/vagrant-cloud
post-processor/vagrant-cloud/post-processor.go:154: cannot use common.MultistepDebugFn(ui) (type "github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn) as type "github.com/ebelew/packer/vendor/github.com/mitchellh/multistep".DebugPauseFn in field value
make: *** [test] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment