Advertisement
Guest User

Untitled

a guest
Jan 28th, 2021
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  2. <--- Last few GCs --->
  3. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  4.  
  5. [10418:0x608a1e0] 232289 ms: Scavenge (reduce) 982.5 (998.4) -> 981.9 (999.4) MB, 19.0 / 0.0 ms (average mu = 0.299, current mu = 0.342) allocation failure
  6. [10418:0x608a1e0] 232345 ms: Scavenge (reduce) 982.7 (1001.4) -> 982.3 (1001.4) MB, 21.5 / 0.0 ms (average mu = 0.299, current mu = 0.342) allocation failure
  7. [10418:0x608a1e0] 232369 ms: Scavenge (reduce) 983.0 (998.4) -> 982.6 (999.6) MB, 20.9 / 0.0 ms (average mu = 0.299, current mu = 0.342) allocation failure
  8.  
  9.  
  10. <--- JS stacktrace --->
  11.  
  12. FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
  13. 1: 0xa04200 node::Abort() [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  14. 2: 0x94e4e9 node::FatalError(char const*, char const*) [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  15. 3: 0xb797be v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  16. 4: 0xb79b37 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  17. 5: 0xd343c5 [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  18. 6: 0xd34f4f [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  19. 7: 0xd42fdb v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  20. 8: 0xd46b9c v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  21. 9: 0xd1527b v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  22. 10: 0x105b21f v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  23. 11: 0x14011f9 [/opt/hostedtoolcache/node/14.15.4/x64/bin/node]
  24. Aborted (core dumped)
  25. error Command failed with exit code 134.
  26. error Command failed with exit code 134.
  27. error Command failed.
  28. Exit code: 134
  29. Command: /opt/hostedtoolcache/node/14.15.4/x64/bin/node
  30. Arguments: /usr/local/lib/node_modules/yarn/lib/cli.js test:unit:coverage
  31. Directory: /tmp/runner/tinkywinky/yappi/yappi/packages/store
  32. Output:
  33.  
  34. info Visit https://yarnpkg.com/en/docs/cli/workspace for documentation about this command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement