Closed Bug 1747241 Opened 2 years ago Closed 2 years ago

Intermittent mach.requirements.UnexpectedFlexibleRequirementException: psutil>=5.4.2,<=5.8.0 | after raise UnexpectedFlexibleRequirementException(raw_requirement)

Categories

(Firefox Build System :: Mach Core, defect, P5)

defect

Tracking

(firefox-esr91 unaffected, firefox95 unaffected, firefox96 unaffected, firefox97 fixed)

RESOLVED FIXED
97 Branch
Tracking Status
firefox-esr91 --- unaffected
firefox95 --- unaffected
firefox96 --- unaffected
firefox97 --- fixed

People

(Reporter: intermittent-bug-filer, Unassigned)

References

(Regression)

Details

(Keywords: intermittent-failure, regression)

Filed by: imoraru [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=362109888&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/He5bCWLHTji5sVyKPWd41g/runs/0/artifacts/public/logs/live_backing.log


[task 2021-12-22T11:09:22.587Z] Creating default state directory: /builds/worker/.mozbuild
[task 2021-12-22T11:09:23.462Z] Traceback (most recent call last):
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/mach", line 126, in <module>
[task 2021-12-22T11:09:23.462Z]     main(sys.argv[1:])
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/mach", line 118, in main
[task 2021-12-22T11:09:23.462Z]     mach = check_and_get_mach(os.path.dirname(os.path.realpath(__file__)))
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/mach", line 105, in check_and_get_mach
[task 2021-12-22T11:09:23.462Z]     return load_mach(dir_path, mach_path)
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/mach", line 91, in load_mach
[task 2021-12-22T11:09:23.462Z]     return mach_initialize.initialize(dir_path)
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/comm/build/mach_initialize.py", line 52, in initialize
[task 2021-12-22T11:09:23.462Z]     sys.path.extend(mach_sys_path(topsrcdir))
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/comm/build/mach_initialize.py", line 34, in mach_sys_path
[task 2021-12-22T11:09:23.462Z]     requirements = MachEnvRequirements.from_requirements_definition(
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/python/mach/mach/requirements.py", line 80, in from_requirements_definition
[task 2021-12-22T11:09:23.462Z]     _parse_mach_env_requirements(
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/python/mach/mach/requirements.py", line 170, in _parse_mach_env_requirements
[task 2021-12-22T11:09:23.462Z]     _parse_requirements_definition_file(root_requirements_path, False)
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/python/mach/mach/requirements.py", line 166, in _parse_requirements_definition_file
[task 2021-12-22T11:09:23.462Z]     _parse_requirements_line(
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/python/mach/mach/requirements.py", line 115, in _parse_requirements_line
[task 2021-12-22T11:09:23.462Z]     _parse_requirements_definition_file(
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/python/mach/mach/requirements.py", line 166, in _parse_requirements_definition_file
[task 2021-12-22T11:09:23.462Z]     _parse_requirements_line(
[task 2021-12-22T11:09:23.462Z]   File "/builds/worker/checkouts/gecko/python/mach/mach/requirements.py", line 142, in _parse_requirements_line
[task 2021-12-22T11:09:23.463Z]     _parse_package_specifier(raw_requirement, only_strict_requirements),
[task 2021-12-22T11:09:23.463Z]   File "/builds/worker/checkouts/gecko/python/mach/mach/requirements.py", line 184, in _parse_package_specifier
[task 2021-12-22T11:09:23.463Z]     raise UnexpectedFlexibleRequirementException(raw_requirement)
[task 2021-12-22T11:09:23.463Z] mach.requirements.UnexpectedFlexibleRequirementException: psutil>=5.4.2,<=5.8.0
[task 2021-12-22T11:09:23.501Z] cleanup
[task 2021-12-22T11:09:23.501Z] + cleanup
[task 2021-12-22T11:09:23.501Z] + local rv=1
[task 2021-12-22T11:09:23.501Z] + cleanup_xvfb
[task 2021-12-22T11:09:23.502Z] ++ pidof Xvfb
[task 2021-12-22T11:09:23.503Z] + local xvfb_pid=
[task 2021-12-22T11:09:23.503Z] + local vnc=false
[task 2021-12-22T11:09:23.503Z] + local interactive=false
[task 2021-12-22T11:09:23.503Z] + '[' -n '' ']'
[task 2021-12-22T11:09:23.503Z] + exit 1
[taskcluster 2021-12-22 11:09:23.860Z] === Task Finished ===
[taskcluster 2021-12-22 11:09:23.984Z] Artifact "public/logs" not found at "/builds/worker/logs/"
[taskcluster 2021-12-22 11:09:24.087Z] Artifact "public/build" not found at "/builds/worker/artifacts/"
[taskcluster 2021-12-22 11:09:24.183Z] Artifact "public/build/target.complete.mar" not found at "/builds/worker/workspace/outputs/target.complete.mar"
[taskcluster 2021-12-22 11:09:24.247Z] Unsuccessful task run with exit code: 1 completed in 19.462 seconds

Hi Mitchell! Can you please take a look at this?
Thank you!

Flags: needinfo?(mhentges)

There's two reasons why this failure have occurred, one a little more concerning than the other:

  1. comm-central needed to be updated to be compatible. When its fix lands, it'll work around this issue.
  2. When our CI ran those two failing tasks, note that, in the stack trace, there's /builds/worker/checkouts/gecko/comm/build/mach_initialize.py. It looks like these CI jobs aren't running from clean checkouts, so a previous "Thunderbird" task on a worker is leaving thunderbird-specific files in the VCS repo.

I've reported that issue over here.

I'll mark this specific issue as FIXED since the Thunderbird bug has been resolved.

Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(mhentges)
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.