-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
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.
[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.
- is related to
-
SERVER-41651 Remove api subdirectory from moving loop for wtdevelop build variants in performance projects
- Closed