Advertisement
Guest User

Untitled

a guest
Mar 10th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.64 KB | None | 0 0
  1. zoe@zoe-VirtualBox:~/openmrs-esm-primary-navigation$ npx openmrs debug --run-project --port 1234
  2. [openmrs] Loading dynamic import map ...
  3. [openmrs] Starting the dev server ...
  4. [HPM] Proxy created: [ '/openmrs/**', '!/openmrs/spa/**' ] -> https://openmrs-spa.org/
  5. :information_source: 「wds」: Project is running at http://localhost:1234/
  6. :information_source: 「wds」: webpack output is served from /openmrs/spa/
  7. :information_source: 「wds」: Content not from webpack is served from /home/zoe/openmrs-esm-primary-navigation/node_modules/openmrs
  8. :information_source: 「wds」: 404s will fallback to /index.html
  9. [openmrs] Listening at http://localhost:1234
  10. Starting type checking service...
  11. :information_source: 「wds」: Project is running at http://localhost:1235/
  12. :information_source: 「wds」: webpack output is served from undefined
  13. :information_source: 「wds」: Content not from webpack is served from /home/zoe/openmrs-esm-primary-navigation
  14. [openmrs] Listening at http://localhost:1235
  15. :information_source: 「wdm」: wait until bundle finished: /openmrs/spa/
  16. Type checking in progress...
  17. :warning: 「wdm」: Hash: f53187d1d91fee4d8393
  18. Version: webpack 4.46.0
  19. Time: 12684ms
  20. Built at: 03/11/2021 3:59:13 AM
  21. Asset Size Chunks Chunk Names
  22. 1.openmrs-esm-primary-navigation-app.js 38.8 KiB 1 [emitted]
  23. 1.openmrs-esm-primary-navigation-app.js.map 843 KiB 1 [emitted] [dev]
  24. 2.openmrs-esm-primary-navigation-app.js 12.4 KiB 2 [emitted]
  25. 2.openmrs-esm-primary-navigation-app.js.map 33.1 KiB 2 [emitted] [dev]
  26. 3.openmrs-esm-primary-navigation-app.js 230 bytes 3 [emitted]
  27. 3.openmrs-esm-primary-navigation-app.js.map 116 bytes 3 [emitted] [dev]
  28. openmrs-esm-primary-navigation-app.js 153 KiB 0 [emitted] main
  29. openmrs-esm-primary-navigation-app.js.map 552 KiB 0 [emitted] [dev] main
  30. Entrypoint main = openmrs-esm-primary-navigation-app.js openmrs-esm-primary-navigation-app.js.map
  31. [0] external "@openmrs/esm-framework" 42 bytes {0} [built]
  32. [4] (webpack)-dev-server/client/utils/log.js 964 bytes {0} [built]
  33. [5] multi (webpack)-dev-server/client?http://localhost:1235 ./src/set-public-path.ts ./src/index.ts 52 bytes {0} [built]
  34. [6] (webpack)-dev-server/client?http://localhost:1235 4.29 KiB {0} [built]
  35. [7] (webpack)-dev-server/node_modules/strip-ansi/index.js 161 bytes {0} [built]
  36. [9] (webpack)-dev-server/client/socket.js 1.53 KiB {0} [built]
  37. [12] (webpack)-dev-server/client/overlay.js 3.51 KiB {0} [built]
  38. [19] (webpack)-dev-server/client/utils/sendMessage.js 402 bytes {0} [built]
  39. [20] (webpack)-dev-server/client/utils/reloadApp.js 1.59 KiB {0} [built]
  40. [23] (webpack)-dev-server/client/utils/createSocketUrl.js 2.91 KiB {0} [built]
  41. [32] (webpack)/hot sync nonrecursive ^\.\/log$ 170 bytes {0} [built]
  42. [34] ./translations lazy nonrecursive .json$ 160 bytes {0} [built]
  43. [35] ./src/set-public-path.ts + 2 modules 1.99 KiB {0} [built]
  44. | ./src/set-public-path.ts 111 bytes [built]
  45. | ./node_modules/systemjs-webpack-interop/src/systemjs-webpack-interop.js 62 bytes [built]
  46. | ./node_modules/systemjs-webpack-interop/src/public-path-system-resolve.js 1.82 KiB [built]
  47. [36] ./src/index.ts + 1 modules 789 bytes {0} [built]
  48. | ./src/index.ts 696 bytes [built]
  49. | ./src/openmrs-backend-dependencies.ts 88 bytes [built]
  50. [76] ./src/root.component.tsx + 12 modules 12.4 KiB {2} [built]
  51. | ./src/root.component.tsx 1.44 KiB [built]
  52. | ./src/components/navbar.component.tsx 3.36 KiB [built]
  53. | ./src/components/nav-header-panels/location-change-panel.component.tsx 571 bytes [built]
  54. | ./src/components/nav-header-panels/user-menu-panel.component.tsx 758 bytes [built]
  55. | ./src/components/nav-header-panels/side-menu-panel.component.tsx 554 bytes [built]
  56. | ./src/components/logo.component.tsx 314 bytes [built]
  57. | ./src/components/choose-location/change-location.component.tsx 1.8 KiB [built]
  58. | ./src/components/logout.component.tsx 775 bytes [built]
  59. | ./src/components/usermenu.component.tsx 296 bytes [built]
  60. | ./src/root.resource.tsx 203 bytes [built]
  61. | ./src/components/choose-location/change-location.resource.tsx 557 bytes [built]
  62. | ./src/components/choose-locale/change-locale.component.tsx 1.39 KiB [built]
  63. | ./src/components/choose-locale/change-locale.resource.tsx 374 bytes [built]
  64. + 112 hidden modules
  65. WARNING in configuration
  66. The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment.
  67. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/
  68. :information_source: 「wdm」: Compiled with warnings.
  69. No type errors found
  70. Version: typescript 4.2.2
  71. Time: 25035 ms
  72. [BABEL] Note: The code generator has deoptimised the styling of /home/zoe/openmrs-esm-primary-navigation/node_modules/react-dom/cjs/react-dom.development.js as it exceeds the max of 500KB.
  73. <--- Last few GCs --->
  74. [2296:0x18599f0] 75427 ms: Mark-sweep 1374.4 (1423.3) -> 1373.5 (1421.8) MB, 493.5 / 0.0 ms (average mu = 0.153, current mu = 0.089) allocation failure scavenge might not succeed
  75. [2296:0x18599f0] 75438 ms: Scavenge 1374.5 (1422.3) -> 1373.7 (1422.8) MB, 7.2 / 0.0 ms (average mu = 0.153, current mu = 0.089) allocation failure
  76. [2296:0x18599f0] 75447 ms: Scavenge 1374.7 (1422.8) -> 1373.9 (1423.3) MB, 6.5 / 0.0 ms (average mu = 0.153, current mu = 0.089) allocation failure
  77. <--- JS stacktrace --->
  78. ==== JS stack trace =========================================
  79. 0: ExitFrame [pc: 0x2f2009bd452b]
  80. Security context: 0x0e261b4aee11 <JSObject>
  81. 1: /* anonymous */ [0x173b1e9ae299] [/home/zoe/openmrs-esm-primary-navigation/node_modules/webpack-sources/node_modules/source-map/lib/source-node.js:~342] [pc=0x2f200b06c110](this=0x274ccb2884f1 <JSGlobal Object>,chunk=0x26cb329b85d9 <String[1]: [>,original=0x22d2f5b94e01 <Object map = 0x37f14abe5991>)
  82. 2: SourceNode_walk [0xfb8fbe564d1] [/home/zoe/o...
  83. FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
  84. 1: 0x7f2562a8346c node::Abort() [/lib/x86_64-linux-gnu/libnode.so.64]
  85. 2: 0x7f2562a834b5 [/lib/x86_64-linux-gnu/libnode.so.64]
  86. 3: 0x7f2562cafe6a v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.64]
  87. 4: 0x7f2562cb00e1 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.64]
  88. 5: 0x7f256304ac66 [/lib/x86_64-linux-gnu/libnode.so.64]
  89. 6: 0x7f256305c043 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [/lib/x86_64-linux-gnu/libnode.so.64]
  90. 7: 0x7f256305c930 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/lib/x86_64-linux-gnu/libnode.so.64]
  91. 8: 0x7f256305e91d v8::internal::Heap::AllocateRawWithLigthRetry(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.64]
  92. 9: 0x7f256305e975 v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.64]
  93. 10: 0x7f256302adda v8::internal::factory::NewFillerObject(int, bool, v8::internal::AllocationSpace) [/lib/x86_64-linux-gnu/libnode.so.64]
  94. 11: 0x7f25632b631e v8::internal::Runtime_AllocateInNewSpace(int, v8::internal::Object**, v8::internal::Isolate*) [/lib/x86_64-linux-gnu/libnode.so.64]
  95. 12: 0x2f2009bd452b
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement