Closed
Bug 1733900
Opened 3 years ago
Closed 3 years ago
ModuleNotFoundError: No module named 'manifestparser'
Categories
(Testing :: Performance, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1733744
People
(Reporter: alexandrui, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Bug 1713815 caused the rec
task to fail when attempting to record the performance tests pageloads.
https://treeherder.mozilla.org/jobs?repo=try&tier=1%2C2%2C3&revision=6c9639e791790189ef6a33e13dcc99612383ad0c
[task 2021-10-04T08:16:20.555Z] executing ['bash', '-cx', 'mkdir -p $MOZ_FETCHES_DIR/../artifacts && cd $MOZ_FETCHES_DIR && python3.8 python/mozperftest/mozperftest/runner.py --flavor desktop-browser --browsertime-binary ${MOZ_FETCHES_DIR}/firefox/firefox-bin --browsertime-geckodriver ${MOZ_FETCHES_DIR}/geckodriver --proxy --output $MOZ_FETCHES_DIR/../artifacts --hooks testing/performance/hooks_recording.py testing/performance/perftest_record.js']
[task 2021-10-04T08:16:20.557Z] + mkdir -p /home/cltbld/tasks/task_163333316783805/fetches/../artifacts
[task 2021-10-04T08:16:20.557Z] + cd /home/cltbld/tasks/task_163333316783805/fetches
[task 2021-10-04T08:16:20.557Z] + python3.8 python/mozperftest/mozperftest/runner.py --flavor desktop-browser --browsertime-binary /home/cltbld/tasks/task_163333316783805/fetches/firefox/firefox-bin --browsertime-geckodriver /home/cltbld/tasks/task_163333316783805/fetches/geckodriver --proxy --output /home/cltbld/tasks/task_163333316783805/fetches/../artifacts --hooks testing/performance/hooks_recording.py testing/performance/perftest_record.js
[task 2021-10-04T08:16:21.600Z] Traceback (most recent call last):
[task 2021-10-04T08:16:21.600Z] File "python/mozperftest/mozperftest/runner.py", line 225, in <module>
[task 2021-10-04T08:16:21.600Z] sys.exit(main())
[task 2021-10-04T08:16:21.600Z] File "python/mozperftest/mozperftest/runner.py", line 221, in main
[task 2021-10-04T08:16:21.600Z] run_tests(mach_cmd, args, user_args)
[task 2021-10-04T08:16:21.600Z] File "python/mozperftest/mozperftest/runner.py", line 119, in run_tests
[task 2021-10-04T08:16:21.600Z] hooks = Hooks(mach_cmd, hooks_file)
[task 2021-10-04T08:16:21.600Z] File "/home/cltbld/tasks/task_163333316783805/fetches/python/mozperftest/mozperftest/hooks.py", line 36, in __init__
[task 2021-10-04T08:16:21.600Z] spec.loader.exec_module(hook_module)
[task 2021-10-04T08:16:21.600Z] File "<frozen importlib._bootstrap_external>", line 783, in exec_module
[task 2021-10-04T08:16:21.600Z] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[task 2021-10-04T08:16:21.600Z] File "testing/performance/hooks_recording.py", line 10, in <module>
[task 2021-10-04T08:16:21.600Z] from manifestparser.util import evaluate_list_from_string
[task 2021-10-04T08:16:21.600Z] ModuleNotFoundError: No module named 'manifestparser'
[taskcluster 2021-10-04T08:16:21.712Z] Exit Code: 1
[taskcluster 2021-10-04T08:16:21.712Z] User Time: 12.834066s
[taskcluster 2021-10-04T08:16:21.712Z] Kernel Time: 1.926044s
[taskcluster 2021-10-04T08:16:21.712Z] Wall Time: 10.608149541s
[taskcluster 2021-10-04T08:16:21.712Z] Result: FAILED
[taskcluster 2021-10-04T08:16:21.712Z] === Task Finished ===
[taskcluster 2021-10-04T08:16:21.712Z] Task Duration: 10.610795683s
[taskcluster 2021-10-04T08:16:21.758Z] Uploading redirect artifact public/logs/live.log to URL https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TRrsg58lSv6hJQjJUv5t0Q/runs/0/artifacts/public%2Flogs%2Flive_backing.log with mime type "text/plain; charset=utf-8" and expiry 2021-11-01T08:05:25.988Z
[taskcluster:error] exit status 1
Comment 1•3 years ago
|
||
Alexandru, please provide context and explanations why you are requesting release managers to track this bug for the Firefox 93 release tomorrow.
Thanks
Flags: needinfo?(aionescu)
Reporter | ||
Comment 2•3 years ago
|
||
Not sure what extra context I whould further provide.
Flags: needinfo?(aionescu)
Reporter | ||
Comment 3•3 years ago
|
||
Changing severity to S2 because the recording task is on tier 3 and not affecting directly the product.
Reporter | ||
Updated•3 years ago
|
Priority: -- → P2
Comment 4•3 years ago
|
||
The issue is resolved in the patch in bug 1733744.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•