Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.97 KB | None | 0 0
  1. ➜ orderbook-api git:(structured_errors) ./build.bash
  2. Note: checking out 'v0.11.0'.
  3.  
  4. You are in 'detached HEAD' state. You can look around, make experimental
  5. changes and commit them, and you can discard any commits you make in this
  6. state without impacting any branches by performing another checkout.
  7.  
  8. If you want to create a new branch to retain commits you create, you may
  9. do so (now or later) by using -b with the checkout command again. Example:
  10.  
  11. git checkout -b <new-branch-name>
  12.  
  13. HEAD is now at 2637849 Add Go 1.11 support #12
  14. /Users/artmello/go/src/com.qume/orderbook-api
  15. 2019/05/23 14:58:55 Loading input failed: go [list -e -json -compiled=true -test=true -export=false -deps=true -find=false -- /Users/artmello/go/src/com.qume/orderbook-api/pkg/prices]: exit status 1: go build github.com/jasonlvhit/gocron: no Go files in
  16. go build github.com/shopspring/decimal: no Go files in
  17. ../../github.com/amsokol/ignite-go-client/sql/driver.go:11:2: cannot find package "github.com/Masterminds/semver" in any of:
  18. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/Masterminds/semver (from $GOROOT)
  19. /Users/artmello/go/src/github.com/Masterminds/semver (from $GOPATH)
  20. /Users/artmello/go/src/github.com/amsokol/ignite-go-client/sql/driver.go:11:2: could not import github.com/Masterminds/semver (invalid package name: "")
  21. pkg/prices/mark-price.go:16:2: cannot find package "github.com/jasonlvhit/gocron" in any of:
  22. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/jasonlvhit/gocron (from $GOROOT)
  23. /Users/artmello/go/src/github.com/jasonlvhit/gocron (from $GOPATH)
  24. pkg/prices/index-price.go:12:2: cannot find package "github.com/shopspring/decimal" in any of:
  25. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/shopspring/decimal (from $GOROOT)
  26. /Users/artmello/go/src/github.com/shopspring/decimal (from $GOPATH)
  27. /Users/artmello/go/src/com.qume/orderbook-api/pkg/prices/index-price.go:12:2: could not import github.com/shopspring/decimal (invalid package name: "")
  28. /Users/artmello/go/src/com.qume/orderbook-api/pkg/prices/mark-price.go:16:2: could not import github.com/jasonlvhit/gocron (invalid package name: "")
  29. 2019/05/23 14:58:58 Loading input failed: loading package failed
  30. ../../../github.com/amsokol/ignite-go-client/sql/driver.go:11:2: cannot find package "github.com/Masterminds/semver" in any of:
  31. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/Masterminds/semver (from $GOROOT)
  32. /Users/artmello/go/src/github.com/Masterminds/semver (from $GOPATH)
  33. ../../../github.com/prometheus/client_golang/prometheus/summary.go:25:2: cannot find package "github.com/beorn7/perks/quantile" in any of:
  34. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/beorn7/perks/quantile (from $GOROOT)
  35. /Users/artmello/go/src/github.com/beorn7/perks/quantile (from $GOPATH)
  36. ../../../github.com/prometheus/client_golang/prometheus/internal/metric.go:19:2: cannot find package "github.com/prometheus/client_model/go" in any of:
  37. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/client_model/go (from $GOROOT)
  38. /Users/artmello/go/src/github.com/prometheus/client_model/go (from $GOPATH)
  39. ../../../github.com/prometheus/client_golang/prometheus/http.go:27:2: cannot find package "github.com/prometheus/common/expfmt" in any of:
  40. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/common/expfmt (from $GOROOT)
  41. /Users/artmello/go/src/github.com/prometheus/common/expfmt (from $GOPATH)
  42. ../../../github.com/prometheus/client_golang/prometheus/desc.go:23:2: cannot find package "github.com/prometheus/common/model" in any of:
  43. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/common/model (from $GOROOT)
  44. /Users/artmello/go/src/github.com/prometheus/common/model (from $GOPATH)
  45. ../../../github.com/prometheus/client_golang/prometheus/process_collector.go:20:2: cannot find package "github.com/prometheus/procfs" in any of:
  46. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/procfs (from $GOROOT)
  47. /Users/artmello/go/src/github.com/prometheus/procfs (from $GOPATH)
  48. api/api.go:18:2: cannot find package "google.golang.org/grpc/errdetails" in any of:
  49. /usr/local/Cellar/go/1.12.5/libexec/src/google.golang.org/grpc/errdetails (from $GOROOT)
  50. /Users/artmello/go/src/google.golang.org/grpc/errdetails (from $GOPATH)
  51. prices/mark-price.go:16:2: cannot find package "github.com/jasonlvhit/gocron" in any of:
  52. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/jasonlvhit/gocron (from $GOROOT)
  53. /Users/artmello/go/src/github.com/jasonlvhit/gocron (from $GOPATH)
  54. prices/index-price.go:12:2: cannot find package "github.com/shopspring/decimal" in any of:
  55. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/shopspring/decimal (from $GOROOT)
  56. /Users/artmello/go/src/github.com/shopspring/decimal (from $GOPATH)
  57. ../../../../github.com/amsokol/ignite-go-client/sql/driver.go:11:2: cannot find package "github.com/Masterminds/semver" in any of:
  58. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/Masterminds/semver (from $GOROOT)
  59. /Users/artmello/go/src/github.com/Masterminds/semver (from $GOPATH)
  60. ../../../../github.com/prometheus/client_golang/prometheus/summary.go:25:2: cannot find package "github.com/beorn7/perks/quantile" in any of:
  61. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/beorn7/perks/quantile (from $GOROOT)
  62. /Users/artmello/go/src/github.com/beorn7/perks/quantile (from $GOPATH)
  63. ../../../../github.com/prometheus/client_golang/prometheus/internal/metric.go:19:2: cannot find package "github.com/prometheus/client_model/go" in any of:
  64. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/client_model/go (from $GOROOT)
  65. /Users/artmello/go/src/github.com/prometheus/client_model/go (from $GOPATH)
  66. ../../../../github.com/prometheus/client_golang/prometheus/http.go:27:2: cannot find package "github.com/prometheus/common/expfmt" in any of:
  67. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/common/expfmt (from $GOROOT)
  68. /Users/artmello/go/src/github.com/prometheus/common/expfmt (from $GOPATH)
  69. ../../../../github.com/prometheus/client_golang/prometheus/desc.go:23:2: cannot find package "github.com/prometheus/common/model" in any of:
  70. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/common/model (from $GOROOT)
  71. /Users/artmello/go/src/github.com/prometheus/common/model (from $GOPATH)
  72. ../../../../github.com/prometheus/client_golang/prometheus/process_collector.go:20:2: cannot find package "github.com/prometheus/procfs" in any of:
  73. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/procfs (from $GOROOT)
  74. /Users/artmello/go/src/github.com/prometheus/procfs (from $GOPATH)
  75. ../../pkg/api/api.go:18:2: cannot find package "google.golang.org/grpc/errdetails" in any of:
  76. /usr/local/Cellar/go/1.12.5/libexec/src/google.golang.org/grpc/errdetails (from $GOROOT)
  77. /Users/artmello/go/src/google.golang.org/grpc/errdetails (from $GOPATH)
  78. ../../../../github.com/amsokol/ignite-go-client/sql/driver.go:11:2: cannot find package "github.com/Masterminds/semver" in any of:
  79. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/Masterminds/semver (from $GOROOT)
  80. /Users/artmello/go/src/github.com/Masterminds/semver (from $GOPATH)
  81. ../../../../github.com/amsokol/ignite-go-client/sql/driver.go:11:2: cannot find package "github.com/Masterminds/semver" in any of:
  82. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/Masterminds/semver (from $GOROOT)
  83. /Users/artmello/go/src/github.com/Masterminds/semver (from $GOPATH)
  84. ../../../../github.com/prometheus/client_golang/prometheus/summary.go:25:2: cannot find package "github.com/beorn7/perks/quantile" in any of:
  85. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/beorn7/perks/quantile (from $GOROOT)
  86. /Users/artmello/go/src/github.com/beorn7/perks/quantile (from $GOPATH)
  87. ../../../../github.com/prometheus/client_golang/prometheus/internal/metric.go:19:2: cannot find package "github.com/prometheus/client_model/go" in any of:
  88. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/client_model/go (from $GOROOT)
  89. /Users/artmello/go/src/github.com/prometheus/client_model/go (from $GOPATH)
  90. ../../../../github.com/prometheus/client_golang/prometheus/http.go:27:2: cannot find package "github.com/prometheus/common/expfmt" in any of:
  91. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/common/expfmt (from $GOROOT)
  92. /Users/artmello/go/src/github.com/prometheus/common/expfmt (from $GOPATH)
  93. ../../../../github.com/prometheus/client_golang/prometheus/desc.go:23:2: cannot find package "github.com/prometheus/common/model" in any of:
  94. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/common/model (from $GOROOT)
  95. /Users/artmello/go/src/github.com/prometheus/common/model (from $GOPATH)
  96. ../../../../github.com/prometheus/client_golang/prometheus/process_collector.go:20:2: cannot find package "github.com/prometheus/procfs" in any of:
  97. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/prometheus/procfs (from $GOROOT)
  98. /Users/artmello/go/src/github.com/prometheus/procfs (from $GOPATH)
  99. ../../pkg/api/api.go:18:2: cannot find package "google.golang.org/grpc/errdetails" in any of:
  100. /usr/local/Cellar/go/1.12.5/libexec/src/google.golang.org/grpc/errdetails (from $GOROOT)
  101. /Users/artmello/go/src/google.golang.org/grpc/errdetails (from $GOPATH)
  102. ../../../../github.com/amsokol/ignite-go-client/sql/driver.go:11:2: cannot find package "github.com/Masterminds/semver" in any of:
  103. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/Masterminds/semver (from $GOROOT)
  104. /Users/artmello/go/src/github.com/Masterminds/semver (from $GOPATH)
  105. ../../../../github.com/amsokol/ignite-go-client/sql/driver.go:11:2: cannot find package "github.com/Masterminds/semver" in any of:
  106. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/Masterminds/semver (from $GOROOT)
  107. /Users/artmello/go/src/github.com/Masterminds/semver (from $GOPATH)
  108. ../../pkg/prices/mark-price.go:16:2: cannot find package "github.com/jasonlvhit/gocron" in any of:
  109. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/jasonlvhit/gocron (from $GOROOT)
  110. /Users/artmello/go/src/github.com/jasonlvhit/gocron (from $GOPATH)
  111. ../../pkg/prices/index-price.go:12:2: cannot find package "github.com/shopspring/decimal" in any of:
  112. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/shopspring/decimal (from $GOROOT)
  113. /Users/artmello/go/src/github.com/shopspring/decimal (from $GOPATH)
  114. ../../../../github.com/amsokol/ignite-go-client/sql/driver.go:11:2: cannot find package "github.com/Masterminds/semver" in any of:
  115. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/Masterminds/semver (from $GOROOT)
  116. /Users/artmello/go/src/github.com/Masterminds/semver (from $GOPATH)
  117. ../../pkg/prices/mark-price.go:16:2: cannot find package "github.com/jasonlvhit/gocron" in any of:
  118. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/jasonlvhit/gocron (from $GOROOT)
  119. /Users/artmello/go/src/github.com/jasonlvhit/gocron (from $GOPATH)
  120. ../../pkg/prices/index-price.go:12:2: cannot find package "github.com/shopspring/decimal" in any of:
  121. /usr/local/Cellar/go/1.12.5/libexec/src/github.com/shopspring/decimal (from $GOROOT)
  122. /Users/artmello/go/src/github.com/shopspring/decimal (from $GOPATH)
  123. ➜ orderbook-api git:(structured_errors)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement