toxicious

Untitled

Apr 19th, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. $ git push dokku test:master
  2. Counting objects: 2366, done.
  3. Delta compression using up to 8 threads.
  4. Compressing objects: 100% (1723/1723), done.
  5. Writing objects: 100% (2366/2366), 15.11 MiB | 1.64 MiB/s, done.
  6. Total 2366 (delta 1705), reused 871 (delta 576)
  7. -----> Cleaning up...
  8. -----> Building ui from herokuish...
  9. -----> Adding BUILD_ENV to build environment...
  10. -----> Node.js app detected
  11.  
  12. -----> Creating runtime environment
  13.  
  14. NPM_CONFIG_LOGLEVEL=error
  15. NODE_VERBOSE=false
  16. NODE_ENV=production
  17. NODE_MODULES_CACHE=true
  18.  
  19. -----> Installing binaries
  20. engines.node (package.json): ^8.1.4
  21. engines.npm (package.json): unspecified (use default)
  22.  
  23. Resolving node version ^8.1.4...
  24. Downloading and installing node 8.11.1...
  25. Using default npm version: 5.6.0
  26.  
  27. -----> Restoring cache
  28. Skipping cache restore (not-found)
  29.  
  30. -----> Building dependencies
  31. Installing node modules (package.json + package-lock)
  32.  
  33. > [email protected] install /tmp/build/node_modules/node-sass
  34. > node scripts/install.js
  35.  
  36. Downloading binary from https://github.com/sass/node-sass/releases/download/v4.7.2/linux-x64-57_binding.node
  37. Download complete
  38. Binary saved to /tmp/build/node_modules/node-sass/vendor/linux-x64-57/binding.node
  39. Caching binary to /tmp/npmcache.niTvN/node-sass/4.7.2/linux-x64-57_binding.node
  40.  
  41. > [email protected] postinstall /tmp/build/node_modules/node-sass
  42. > node scripts/build.js
  43.  
  44. Binary found at /tmp/build/node_modules/node-sass/vendor/linux-x64-57/binding.node
  45. Testing binary
  46. Binary is fine
  47.  
  48. > [email protected] postinstall /tmp/build
  49. > if [ "$NODE_ENV" = "production" ]; then npm run build-assets; fi
  50.  
  51.  
  52. > [email protected] build-assets /tmp/build
  53. > webpack -p --config webpack/prod.config.js --mode production
  54.  
  55.  
  56. <--- Last few GCs --->
  57.  
  58. [318:0x2a12730] 253850 ms: Scavenge 292.9 (406.5) -> 282.0 (407.0) MB, 149.3 / 6.0 ms allocation failure
  59. [318:0x2a12730] 256843 ms: Scavenge 293.2 (407.0) -> 284.4 (407.0) MB, 355.1 / 9.9 ms allocation failure
  60. [318:0x2a12730] 259157 ms: Scavenge 301.4 (412.4) -> 297.3 (412.9) MB, 403.4 / 22.4 ms allocation failure
  61. [318:0x2a12730] 261987 ms: Scavenge 310.0 (417.3) -> 308.5 (417.3) MB, 1075.1 / 6.0 ms allocation failure
  62.  
  63.  
  64. <--- JS stacktrace --->
  65. Cannot get stack trace in GC.
  66. FATAL ERROR: NewSpace::Rebalance Allocation failed - process out of memory
  67. 1: node::Abort() [node]
  68. 2: 0x11e7fec [node]
  69. 3: v8::Utils::ReportOOMFailure(char const*, bool) [node]
  70. 4: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [node]
  71. 5: 0xad2f0b [node]
  72. 6: v8::internal::MarkCompactCollector::Evacuate() [node]
  73. 7: v8::internal::MarkCompactCollector::CollectGarbage() [node]
  74. 8: v8::internal::Heap::MarkCompact() [node]
  75. 9: v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [node]
  76. 10: v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
  77. 11: v8::internal::Factory::NewUninitializedFixedArray(int) [node]
  78. 12: 0xdee74c [node]
  79. 13: 0xdf8cf8 [node]
  80. 14: 0xdf92ab [node]
  81. 15: v8::internal::JSArray::SetLength(v8::internal::Handle<v8::internal::JSArray>, unsigned int) [node]
  82. 16: v8::internal::ArrayConstructInitializeElements(v8::internal::Handle<v8::internal::JSArray>, v8::internal::Arguments*) [node]
  83. 17: v8::internal::Runtime_NewArray(int, v8::internal::Object**, v8::internal::Isolate*) [node]
  84. 18: 0x48244f842fd
Advertisement
Add Comment
Please, Sign In to add comment