Intermittent ModuleNotFoundError: No module named 'pyrsistent'
Categories
(Release Engineering :: Release Automation, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
#[markdown(off)]
Filed by: ncsoregi [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=232723929&repo=autoland
Traceback (most recent call last):
File "/builds/scriptworker/bin/signingscript", line 7, in <module>
from signingscript.script import main
File "/builds/scriptworker/lib/python3.6/site-packages/signingscript/script.py", line 10, in <module>
import scriptworker.client
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/client.py", line 14, in <module>
import jsonschema
File "/builds/scriptworker/lib/python3.6/site-packages/jsonschema/__init__.py", line 22, in <module>
from jsonschema._types import TypeChecker
File "/builds/scriptworker/lib/python3.6/site-packages/jsonschema/_types.py", line 3, in <module>
from pyrsistent import pmap
ModuleNotFoundError: No module named 'pyrsistent'
exit code: 1
Comment hidden (Intermittent Failures Robot) |
![]() |
||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
This is probably related to the scriptworker 22 rollout, where there was a window of potential bustage. That window is now closed, and there have not been any newer reports.
Updated•6 years ago
|
Updated•5 months ago
|
Description
•