Errors
This page contains documentation for common Testing Farm Errors.
TFE-1 - Worker out-of-memory
Testing Farm limits the memory each request can consume on the workers to ensure a stable testing experience. When a request exceeds the allocated memory, it is gracefully terminated, and the user is informed about the error and provided with a link to this page.
Testing Farm monitors all requests and their memory usage, and we are actively working to ensure this feature has minimal impact on testing.
Currently, we are aware of the following requests that cause out-of-memory errors. If you encounter this error in other cases, please contact us.
rpminspect test
Rpminspect runs automatically for all builds in RHEL CI, Fedora CI, and CentOS Stream CI. The out-of-memory error occurs only for components with very large codebases.
Due to a known issue in the abidiff
check, the memory limit is exceeded for packages with large codebases.
Until this issue is resolved, please disable the abidiff
check in the rpminspect.yaml
configuration file.
Example configuration that you can place in the root of the dist-git
repository:
$ cat rpminspect.yaml
----
inspections:
abidiff: off
Examples of packages expected to fail with the abidiff
check enabled:
-
firefox
-
rocm-compilersupport
-
usd
-
webkit2gtk3