The result of the s_all Evergreen job shows some warnings and issues, we should fix the failures so that it passes as clean, and update the job so that it will fail more aggressively if they re-appear.
The job:
https://evergreen.mongodb.com/waterfall/wiredtiger?bv_filter=ubuntu&task_filter=s-all
The failures we are currently seeing:
[2020/06/23 07:17:46.763] Rebuilding GNU tools library support [2020/06/23 07:17:55.033] /bin/bash: /data/mci/97d13e90092a5612f1d5aaa42b8754b3/wiredtiger/build_posix/gnu-support/missing: No such file or directory [2020/06/23 07:17:55.033] make: *** [../aclocal.m4] Error 127 [2020/06/23 07:17:55.033] libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build_posix/gnu-support'. [2020/06/23 07:17:55.033] libtoolize: copying file 'build_posix/gnu-support/ltmain.sh' [2020/06/23 07:17:55.033] configure.ac:23: installing 'build_posix/gnu-support/compile' [2020/06/23 07:17:55.033] configure.ac:49: installing 'build_posix/gnu-support/config.guess' [2020/06/23 07:17:55.033] configure.ac:49: installing 'build_posix/gnu-support/config.sub' [2020/06/23 07:17:55.033] configure.ac:16: installing 'build_posix/gnu-support/install-sh' [2020/06/23 07:17:55.033] configure.ac:16: installing 'build_posix/gnu-support/missing' [2020/06/23 07:17:55.033] Makefile.am: installing 'build_posix/gnu-support/depcomp' [2020/06/23 07:17:55.033] parallel-tests: installing 'build_posix/gnu-support/test-driver' [2020/06/23 07:17:55.123] ./s_clang-format: line 29: clang-format: command not found [2020/06/23 07:17:55.123] % Total % Received % Xferd Average Speed Time Time Time Current [2020/06/23 07:17:55.123] Dload Upload Total Spent Left Speed [2020/06/23 07:17:55.454] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11.7M 100 11.7M 0 0 35.5M 0 --:--:-- --:--:-- --:--:-- 35.4M [2020/06/23 07:18:13.975] Error: ./spell.ok: The word "t2" is invalid. The character '2' (U+32) may not appear at the end of a word.
i.e: s_clang-format doesn't run and ./spell.ok reports an error.
- is related to
-
WT-6027 Fix docs spelling errors and warnings
- Closed