Closed Bug 1723117 Opened 3 years ago Closed 3 years ago

mach lint throws with `ValueError: max_workers must be <= 61`

Categories

(Developer Infrastructure :: Lint and Formatting, defect)

defect

Tracking

(firefox93 fixed)

RESOLVED FIXED
93 Branch
Tracking Status
firefox93 --- fixed

People

(Reporter: saschanaz, Assigned: saschanaz)

Details

Attachments

(1 file)

ValueError: max_workers must be <= 61

  File "C:\Users\sasch\Documents\GitHub\gecko-dev\tools/lint/mach_commands.py", line 95, in lint
    return cli.run(*runargs, **lintargs)
  File "C:\Users\sasch\Documents\GitHub\gecko-dev\python/mozlint\mozlint\cli.py", line 373, in run
    result = lint.roll(
  File "C:\Users\sasch\Documents\GitHub\gecko-dev\python/mozlint\mozlint\roller.py", line 353, in roll
    executor = ProcessPoolExecutor(num_procs)
  File "c:\Users\sasch\AppData\Local\Programs\Python\Python39\lib\concurrent\futures\process.py", line 598, in __init__
    raise ValueError(
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/97f57e75a0e8
Limit max_workers value of ProcessPoolExecutor to 61 r=firefox-build-system-reviewers,mhentges
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: