-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Description
Jobs are intermittently failing with this error and it's unclear to us why.
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- macOS 26 Arm64
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Image version and build link
Current runner version: '2.329.0'
https://github.com/carbon-design-system/carbon/actions/runs/19096057840/job/54556318453
Is it regression?
Yes, 2.328.0: https://github.com/carbon-design-system/carbon/actions/runs/18887253201/job/53907689046
Expected behavior
Jobs should all pass. They pass locally.
The error message is also unhelpful. After digging around other issues and discussions it sounds like this can be a resource allocation issue, out of memory, cpu pegging, etc. but it's unclear to me if that's actually true and how to diagnose it.
Actual behavior
This is an intermittent failure that we've seen happen across multiple jobs, it's not persistent to one job. Sometimes if you re-run the job it succeeds, other times different jobs fail.
Initially it seemed to improve by downgrading to using node 22 instead of 24, carbon-design-system/carbon#20864, but the error has persisted.
Repro steps
In our monorepo project the error occurs when running yarn build.