Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-41136

Remove api subdirectory from moving loop for wtdevelop build variants

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.12
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Storage Engines 2019-05-20
    • 0
    • 1

      The compile task in Evergreen wtdevelop build variants started to fail recently, failing to locate 'api' subdirectory while attempting to move all subdirectories over in a loop. The 'api' subdirectory does not exist in the wiredtiger source tree and should be removed from the moving loop.

      https://evergreen.mongodb.com/task/mongodb_mongo_master_linux_64_debug_wtdevelop_compile_3de146355bbc9612be7ff76937469f2bb5144712_19_05_06_14_38_32

       [2019/05/11 01:32:41.476] Running command 'shell.exec' in "use WiredTiger develop" (step 14 of 15)
       [2019/05/11 01:32:41.476] if [ "true" = "true" ]; then
       [2019/05/11 01:32:41.476] cd src/third_party
       [2019/05/11 01:32:41.476] for wtdir in api dist examples ext lang src test tools ; do
       [2019/05/11 01:32:41.478]   rm -rf wiredtiger/$wtdir
       [2019/05/11 01:32:41.478]   mv wtdevelop/$wtdir wiredtiger/
       [2019/05/11 01:32:41.478] done
       [2019/05/11 01:32:41.478] fi
       [2019/05/11 01:32:41.478] mv: cannot stat `wtdevelop/api': No such file or directory
       [2019/05/11 01:32:41.478] Command failed: command encountered problem: exit status 1
       [2019/05/11 01:32:41.478] Task completed - FAILURE. 

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

              Created:
              Updated:
              Resolved: