Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. 2017/03/20 17:48:49 [INFO] Terraform version: 0.9.1
  2. 2017/03/20 17:48:49 [INFO] Go runtime version: go1.8
  3. 2017/03/20 17:48:49 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.1/bin/terraform", "state", "mv", "module.bear_advance_app.module.advance_cache_sg.aws_security_group.service", "module.bear_advance_app.module.advance_cache.module.service_sg.aws_security_group.service"}
  4. 2017/03/20 17:48:49 [DEBUG] Detected home directory from env var: /Users/jeff
  5. 2017/03/20 17:48:49 [DEBUG] Detected home directory from env var: /Users/jeff
  6. 2017/03/20 17:48:49 [DEBUG] Attempting to open CLI config file: /Users/jeff/.terraformrc
  7. 2017/03/20 17:48:49 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
  8. 2017/03/20 17:48:49 [DEBUG] Detected home directory from env var: /Users/jeff
  9. 2017/03/20 17:48:49 [INFO] CLI command args: []string{"state", "mv", "module.bear_advance_app.module.advance_cache_sg.aws_security_group.service", "module.bear_advance_app.module.advance_cache.module.service_sg.aws_security_group.service"}
  10. 2017/03/20 17:48:49 [DEBUG] command: loading backend config file: /Users/jeff/code/zozi/turbinium/clusters/bear
  11. 2017/03/20 17:48:49 [TRACE] Preserving existing state lineage "8395783b-80be-42d6-8972-4fa067d91b39"
  12. 2017/03/20 17:48:49 [TRACE] Preserving existing state lineage "8395783b-80be-42d6-8972-4fa067d91b39"
  13. 2017/03/20 17:48:49 [DEBUG] plugin: waiting for all plugin processes to complete...
  14. panic: runtime error: invalid memory address or nil pointer dereference
  15. [signal SIGSEGV: segmentation violation code=0x1 addr=0x48 pc=0x47cd998]
  16.  
  17. goroutine 1 [running]:
  18. github.com/hashicorp/terraform/command.(*Meta).backend_c_R_s(0xc42001aa00, 0x0, 0x8034200, 0xc42033dd40, 0x1c, 0x0, 0x6, 0x200)
  19. /private/tmp/terraform-20170318-45538-1idtx0x/terraform-0.9.1/src/github.com/hashicorp/terraform/command/meta_backend.go:751 +0x78
  20. github.com/hashicorp/terraform/command.(*Meta).backendFromConfig(0xc42001aa00, 0xc4208997b8, 0x0, 0x0, 0x0, 0x0)
  21. /private/tmp/terraform-20170318-45538-1idtx0x/terraform-0.9.1/src/github.com/hashicorp/terraform/command/meta_backend.go:379 +0x129e
  22. github.com/hashicorp/terraform/command.(*Meta).Backend(0xc42001aa00, 0xc4208997b8, 0x56c1900, 0x80248c0, 0xc42039e600, 0x70)
  23. /private/tmp/terraform-20170318-45538-1idtx0x/terraform-0.9.1/src/github.com/hashicorp/terraform/command/meta_backend.go:89 +0x843
  24. github.com/hashicorp/terraform/command.(*StateMeta).State(0xc4205cd540, 0xc42001aa00, 0x2, 0x2, 0x0, 0x0)
  25. /private/tmp/terraform-20170318-45538-1idtx0x/terraform-0.9.1/src/github.com/hashicorp/terraform/command/state_meta.go:22 +0x4c
  26. github.com/hashicorp/terraform/command.(*StateMvCommand).Run(0xc4205cd440, 0xc42000e1c0, 0x2, 0x2, 0xc4202faea0)
  27. /private/tmp/terraform-20170318-45538-1idtx0x/terraform-0.9.1/src/github.com/hashicorp/terraform/command/state_mv.go:42 +0x356
  28. github.com/hashicorp/terraform/vendor/github.com/mitchellh/cli.(*CLI).Run(0xc4201fe180, 0xc4201cc930, 0xc42076bcc0, 0x1)
  29. /private/tmp/terraform-20170318-45538-1idtx0x/terraform-0.9.1/src/github.com/hashicorp/terraform/vendor/github.com/mitchellh/cli/cli.go:154 +0x1a8
  30. main.wrappedMain(0x0)
  31. /private/tmp/terraform-20170318-45538-1idtx0x/terraform-0.9.1/src/github.com/hashicorp/terraform/main.go:192 +0xb9b
  32. main.realMain(0x0)
  33. /private/tmp/terraform-20170318-45538-1idtx0x/terraform-0.9.1/src/github.com/hashicorp/terraform/main.go:95 +0xbb
  34. main.main()
  35. /private/tmp/terraform-20170318-45538-1idtx0x/terraform-0.9.1/src/github.com/hashicorp/terraform/main.go:31 +0x38
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement