Created
August 11, 2016 11:49
-
-
Save liamjbennett/801fe276d0ee51af516f388071c4bcf9 to your computer and use it in GitHub Desktop.
TF-PR-7806-Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ terraform git:(aws_workspace) ✗ make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSWorkspace_basic' | |
==> Checking that code complies with gofmt requirements... | |
/home/liam/development/go/bin/stringer | |
go generate $(go list ./... | grep -v /terraform/vendor/) | |
2016/08/11 12:46:02 Generated command/internal_plugin_list.go | |
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSWorkspace_basic -timeout 120m | |
=== RUN TestAccAWSWorkspace_basic | |
panic: interface conversion: interface {} is nil, not *aws.AWSClient | |
goroutine 130 [running]: | |
panic(0x192fc80, 0xc8204e62c0) | |
/usr/local/go/src/runtime/panic.go:464 +0x3e6 | |
github.com/hashicorp/terraform/builtin/providers/aws.resourceAwsVpcCreate(0xc8204d8f60, 0x0, 0x0, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_aws_vpc.go:84 +0xeb6 | |
github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc82027a360, 0xc8204e6280, 0xc8204fa420, 0x0, 0x0, 0xacb501, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/helper/schema/resource.go:162 +0x29a | |
github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc82023f9b0, 0xc82048ec40, 0xc8204e6280, 0xc8204fa420, 0x1, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/helper/schema/provider.go:176 +0x1ed | |
github.com/hashicorp/terraform/terraform.(*EvalApply).Eval(0xc82048ee00, 0x7f4488d4a450, 0xc8200ec9c0, 0x0, 0x0, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/terraform/eval_apply.go:67 +0x6e1 | |
github.com/hashicorp/terraform/terraform.EvalRaw(0x7f4488d4acb0, 0xc82048ee00, 0x7f4488d4a450, 0xc8200ec9c0, 0x0, 0x0, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/terraform/eval.go:53 +0x25b | |
github.com/hashicorp/terraform/terraform.(*EvalSequence).Eval(0xc8204fa0a0, 0x7f4488d4a450, 0xc8200ec9c0, 0x0, 0x0, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/terraform/eval_sequence.go:10 +0xea | |
github.com/hashicorp/terraform/terraform.EvalRaw(0x7f4488d4a618, 0xc8204fa0a0, 0x7f4488d4a450, 0xc8200ec9c0, 0x0, 0x0, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/terraform/eval.go:53 +0x25b | |
github.com/hashicorp/terraform/terraform.(*EvalOpFilter).Eval(0xc820377ad0, 0x7f4488d4a450, 0xc8200ec9c0, 0x0, 0x0, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/terraform/eval_filter_operation.go:37 +0x67 | |
github.com/hashicorp/terraform/terraform.EvalRaw(0x7f4488d4a640, 0xc820377ad0, 0x7f4488d4a450, 0xc8200ec9c0, 0x0, 0x0, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/terraform/eval.go:53 +0x25b | |
github.com/hashicorp/terraform/terraform.(*EvalSequence).Eval(0xc820179aa0, 0x7f4488d4a450, 0xc8200ec9c0, 0x0, 0x0, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/terraform/eval_sequence.go:10 +0xea | |
github.com/hashicorp/terraform/terraform.EvalRaw(0x7f4488d4a618, 0xc820179aa0, 0x7f4488d4a450, 0xc8200ec9c0, 0x0, 0x0, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/terraform/eval.go:53 +0x25b | |
github.com/hashicorp/terraform/terraform.Eval(0x7f4488d4a618, 0xc820179aa0, 0x7f4488d4a450, 0xc8200ec9c0, 0x0, 0x0, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/terraform/eval.go:34 +0x6a | |
github.com/hashicorp/terraform/terraform.(*Graph).walk.func1(0x1b916a0, 0xc820377650, 0x0, 0x0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/terraform/graph.go:198 +0x9a9 | |
github.com/hashicorp/terraform/dag.(*AcyclicGraph).Walk.func3(0xc8204f4410, 0xc82048ebc0, 0xc820051fb8, 0xc820377740, 0xc8204f4420, 0x1b916a0, 0xc | |
820377650, 0xc820485d40, 0xc820485da0) | |
/home/liam/development/go/src/github.com/hashicorp/terraform/dag/dag.go:238 +0xeb | |
created by github.com/hashicorp/terraform/dag.(*AcyclicGraph).Walk | |
/home/liam/development/go/src/github.com/hashicorp/terraform/dag/dag.go:247 +0x715 | |
exit status 2 | |
FAIL github.com/hashicorp/terraform/builtin/providers/aws 0.037s | |
Makefile:47: recipe for target 'testacc' failed | |
make: *** [testacc] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment