Guest User

Untitled

a guest
Jul 18th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. ng build --target=production --environment=prod --aot
  2. Your global Angular CLI version (1.7.2) is greater than your local
  3. version (1.4.7). The local Angular CLI version is used.
  4.  
  5. To disable this warning use "ng set --global warnings.versionMismatch=false".
  6. 10% building modules 5/5 modules 0 activeTemplate parse warnings:
  7. The <template> element is deprecated. Use <ng-template> instead ("
  8. [WARNING ->]<template [ngIf]="!isClosed">
  9. <div [class]="'alert alert-' + type" role="alert" [ngClass]="classes""): ng:///home/ubuntu/pre.gbarena.com/releases/20180718175638/node_modules/ngx-bootstrap/alert/alert.component.d.ts.AlertComponent.html@1:0
  10. 92% chunk asset optimization
  11. <--- Last few GCs --->
  12.  
  13. 133611 ms: Mark-sweep 1302.6 (1435.2) -> 1297.8 (1435.2) MB, 1112.6 / 0.0 ms [allocation failure] [GC in old space requested].
  14. 134724 ms: Mark-sweep 1297.8 (1435.2) -> 1297.7 (1435.2) MB, 1112.7 / 0.0 ms [allocation failure] [GC in old space requested].
  15. 135854 ms: Mark-sweep 1297.7 (1435.2) -> 1302.7 (1406.2) MB, 1129.8 / 0.0 ms [last resort gc].
  16. 136983 ms: Mark-sweep 1302.7 (1406.2) -> 1307.9 (1406.2) MB, 1128.8 / 0.0 ms [last resort gc].
  17.  
  18.  
  19. <--- JS stacktrace --->
  20.  
  21. ==== JS stack trace =========================================
  22.  
  23. Security context: 0xb8bacacfb39 <JS Object>
  24. 1: find_variable [0xb8baca04381 <undefined>:~3539] [pc=0xbdb4151ee32] (this=0xa9144042161 <an AST_Function with map 0xd6ccb950f99>,name=0x1f852792bb29 <String[12]: DOMException>)
  25. 2: visit [0xb8baca04381 <undefined>:3449] [pc=0xbdb4151d969] (this=0x3da6d780b621 <a TreeWalker with map 0xd6ccb9394c9>,node=0x2f9919fb8e91 <an AST_SymbolRef with map 0xd6ccb9628c9>,descend=0x2e68ca83edd1 <JS Fu...
  26.  
  27. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
  28. 1: node::Abort() [ng]
  29. 2: 0x109bf8c [ng]
  30. 3: v8::Utils::ReportApiFailure(char const*, char const*) [ng]
  31. 4: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [ng]
  32. 5: v8::internal::Factory::NewInternalizedStringImpl(v8::internal::Handle<v8::internal::String>, int, unsigned int) [ng]
  33. 6: v8::internal::StringTable::LookupString(v8::internal::Isolate*, v8::internal::Handle<v8::internal::String>) [ng]
  34. 7: v8::internal::LookupIterator::PropertyOrElement(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, bool*, v8::internal::LookupIterator::Configuration) [ng]
  35. 8: v8::internal::Runtime::GetObjectProperty(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>) [ng]
  36. 9: 0xed3501 [ng]
  37. 10: v8::internal::Runtime_KeyedGetProperty(int, v8::internal::Object**, v8::internal::Isolate*) [ng]
  38. 11: 0xbdb262092a7
  39. Aborted (core dumped)
Add Comment
Please, Sign In to add comment