Advertisement
stronk7

Untitled

Mar 2nd, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. $ npx grunt
  2. Running "startup" task
  3.  
  4. Running "gherkinlint" task
  5.  
  6. Running "ignorefiles" task
  7.  
  8. Running "eslint:amd" (eslint) task
  9.  
  10. Running "rollup:dist" (rollup) task
  11.  
  12. Running "eslint:yui" (eslint) task
  13.  
  14. Running "shifter" task
  15. >> Running shifter on
  16. shifter [info] racing to find the closest .shifter.json file
  17. shifter [info] woohoo, found a config here: C:\Users\stronk7\git_moodle\integration\.shifter.json
  18. shifter [info] override config found for coverage
  19. shifter [info] override config found for lint
  20. shifter [info] override config found for clean
  21. shifter [info] revving up
  22. shifter [info] racing the directories
  23.  
  24. <--- Last few GCs --->
  25.  
  26. [16212:000001A7F72DF7D0] 424483 ms: Mark-sweep (reduce) 2045.5 (2082.8) -> 2044.6 (2082.8) MB, 2262.3 / 23.2 ms (average mu = 0.119, current mu = 0.003) allocation failure scavenge might not succeed
  27. [16212:000001A7F72DF7D0] 426714 ms: Mark-sweep (reduce) 2045.6 (2082.8) -> 2044.8 (2083.1) MB, 2225.7 / 21.9 ms (average mu = 0.062, current mu = 0.002) allocation failure scavenge might not succeed
  28.  
  29.  
  30. <--- JS stacktrace --->
  31.  
  32. FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
  33. 1: 00007FF6B1517B7F v8::internal::CodeObjectRegistry::~CodeObjectRegistry+114079
  34. 2: 00007FF6B14A4546 DSA_meth_get_flags+65542
  35. 3: 00007FF6B14A53FD node::OnFatalError+301
  36. 4: 00007FF6B1DDB29E v8::Isolate::ReportExternalAllocationLimitReached+94
  37. 5: 00007FF6B1DC587D v8::SharedArrayBuffer::Externalize+781
  38. 6: 00007FF6B1C68C4C v8::internal::Heap::EphemeronKeyWriteBarrierFromCode+1468
  39. 7: 00007FF6B1C758F9 v8::internal::Heap::PublishPendingAllocations+1129
  40. 8: 00007FF6B1C728CA v8::internal::Heap::PageFlagsAreConsistent+2842
  41. 9: 00007FF6B1C65529 v8::internal::Heap::CollectGarbage+2137
  42. 10: 00007FF6B1C636E0 v8::internal::Heap::AllocateExternalBackingStore+2000
  43. 11: 00007FF6B1C88266 v8::internal::Factory::NewFillerObject+214
  44. 12: 00007FF6B19BA735 v8::internal::DateCache::Weekday+1797
  45. 13: 00007FF6B1E68F91 v8::internal::SetupIsolateDelegate::SetupHeap+494417
  46. 14: 00007FF6B1DFB151 v8::internal::SetupIsolateDelegate::SetupHeap+44305
  47. 15: 000001A7800A3963
  48. Fatal error: Shifter failed with code: 134
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement