Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-3727

Jenkins build failures on perf projects

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 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

            Assignee:
            luke.chen@mongodb.com Luke Chen
            Reporter:
            luke.chen@mongodb.com Luke Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: