Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. TaskID 0999ab9e-b992-43a1-9690-fcda177f0243
  2. TaskID 0999ab9e-b992-43a1-9690-fcda177f0243
  3. yarn info @now/build-utils@latest...
  4. yarn info @now/go...
  5. yarn add @now/build-utils@0.9.11...
  6. yarn add v1.16.0
  7. info No lockfile found.
  8. [1/4] Resolving packages...
  9. [2/4] Fetching packages...
  10. [3/4] Linking dependencies...
  11. [4/4] Building fresh packages...
  12. success Saved lockfile.
  13. success Saved 1 new dependency.
  14. info Direct dependencies
  15. └─ @now/build-utils@0.9.11
  16. info All dependencies
  17. └─ @now/build-utils@0.9.11
  18. Done in 0.48s.
  19. yarn add @now/go@0.5.8...
  20. yarn add v1.16.0
  21. info No lockfile found.
  22. [1/4] Resolving packages...
  23. [2/4] Fetching packages...
  24. [3/4] Linking dependencies...
  25. [4/4] Building fresh packages...
  26. success Saved lockfile.
  27. success Saved 1 new dependency.
  28. info Direct dependencies
  29. └─ @now/go@0.5.8
  30. info All dependencies
  31. └─ @now/go@0.5.8
  32. Done in 0.70s.
  33. yarn run now-postinstall...
  34. yarn run v1.16.0
  35. $ node dist/install/index.js
  36. Downloading Go ...
  37. Done in 8.16s.
  38. yarn info @now/build-utils@latest...
  39. yarn info @now/go...
  40. running builder.exports.build...
  41. Downloading user files...
  42. Parsing AST for "api/date.go"
  43. Downloading Go ...
  44. running builder.exports.build...
  45. Downloading user files...
  46. Parsing AST for "api/now.go"
  47. go: cannot find GOROOT directory: /usr/local/go
  48. Failed to parse AST for "api/now.go"
  49. { Error: Command failed: go build -ldflags -s -w -o /tmp/e61dac4b09bfcf84/.build-utils/.builder/node_modules/@now/go/dist/analyze /tmp/e61dac4b09bfcf84/.build-utils/.builder/node_modules/@now/go/dist/analyze.go
  50. at makeError (/tmp/e61dac4b09bfcf84/.build-utils/.builder/node_modules/@now/go/dist/index.js:39080:9)
  51. at Promise.all.then.arr (/tmp/e61dac4b09bfcf84/.build-utils/.builder/node_modules/@now/go/dist/index.js:39184:16)
  52. at <anonymous>
  53. at process._tickDomainCallback (internal/process/next_tick.js:228:7)
  54. code: 2,
  55. stdout: null,
  56. stderr: null,
  57. failed: true,
  58. signal: null,
  59. cmd: 'go build -ldflags -s -w -o /tmp/e61dac4b09bfcf84/.build-utils/.builder/node_modules/@now/go/dist/analyze /tmp/e61dac4b09bfcf84/.build-utils/.builder/node_modules/@now/go/dist/analyze.go',
  60. timedOut: false,
  61. killed: false }
  62. done
  63. go: finding github.com/zeit/now-builders/utils latest
  64. go: finding github.com/zeit/now-builders latest
  65. go: downloading github.com/zeit/now-builders v0.0.0-20190808002248-0f655daa3097
  66. go: extracting github.com/zeit/now-builders v0.0.0-20190808002248-0f655daa3097
  67. go: finding github.com/aws/aws-lambda-go/events latest
  68. go: finding github.com/aws/aws-lambda-go/lambda latest
  69. go: finding github.com/aws/aws-lambda-go v1.12.1
  70. go: downloading github.com/aws/aws-lambda-go v1.12.1
  71. go: extracting github.com/aws/aws-lambda-go v1.12.1
  72. go: finding github.com/stretchr/testify v1.3.0
  73. go: finding github.com/urfave/cli v1.21.0
  74. go: finding github.com/davecgh/go-spew v1.1.0
  75. go: finding github.com/pmezard/go-difflib v1.0.0
  76. go: finding github.com/stretchr/objx v0.1.0
  77. go: finding github.com/BurntSushi/toml v0.3.1
  78. go: finding gopkg.in/yaml.v2 v2.2.2
  79. go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  80. go: downloading github.com/stretchr/testify v1.3.0
  81. go: extracting github.com/stretchr/testify v1.3.0
  82. go: downloading github.com/davecgh/go-spew v1.1.0
  83. go: downloading github.com/pmezard/go-difflib v1.0.0
  84. go: extracting github.com/pmezard/go-difflib v1.0.0
  85. go: extracting github.com/davecgh/go-spew v1.1.0
  86. Running `go build`...
  87. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement