smengcl commented on PR #4070: URL: https://github.com/apache/ozone/pull/4070#issuecomment-1448747148
Looks like the change here is failing the CI because of OOM: ``` [INFO] <--- JS stacktrace ---> [INFO] [INFO] FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory [INFO] 1: 0xb09980 node::Abort() [node] [INFO] 2: 0xa1c235 node::FatalError(char const*, char const*) [node] [INFO] 3: 0xcf784e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node] [INFO] 4: 0xcf7bc7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node] [INFO] 5: 0xeaf465 [node] [INFO] 6: 0xebf12d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node] [INFO] 7: 0xec1e2e v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node] [INFO] 8: 0xe8336a v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node] [INFO] 9: 0x11fc0b6 v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [node] [INFO] 10: 0x15f0b19 [node] [INFO] ELIFECYCLE Command failed with exit code 1. Error: The operation was canceled. ``` https://github.com/smitajoshi12/ozone/actions/runs/4193312304/jobs/7270039425 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
