-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage 2017-11-13
Below build failure was reported on some Jenkins perf jobs.
Traceback (most recent call last): File "src/mongo/base/generate_error_codes.py", line 45, in <module> from Cheetah.Template import Template ImportError: No module named Cheetah.Template Creating 'build/opt/mongo/config.h' ... scons: *** [build/opt/mongo/base/error_codes.h] Error 1 scons: building terminated because of errors. build/opt/mongo/base/error_codes.h failed: Error 1 + exit 2 Build step 'Execute shell' marked build as failure
Mathias Stearn mentioned in his email "eeny meeny miny mo, catch an error by its code ... or category" that some recent DBException enhancement commits could have caused python import error and broke the build. Need to upgrade the python cheetah module to get it fixed, specifically, run "python -m pip install -r buildscripts/requirements.txt" in the relevant Jenkins build directories.
Following WT Jenkins hosts need the fix:
aws-perf | |
kodkod | |
margay | |
ocelot | |
windows-performance |