Jenkins is suffering from build failures: http://build.wiredtiger.com:8080/
The same error can be found in multiple jobs.
Example of one failing job:
http://build.wiredtiger.com:8080/job/wiredtiger-many-dhandles/527/console
In file included from ../../../src/include/wt_internal.h:414:0, from ../../../test/utility/test_util.h:31, from ../../../test/cppsuite/test_harness/util/scoped_types.h:33, from ../../../test/cppsuite/test_harness/util/scoped_types.cxx:31: ../../../src/include/cell_inline.h: In function ‘int __cell_data_ref(WT_SESSION_IMPL*, WT_PAGE*, int, WT_CELL_UNPACK_COMMON*, WT_ITEM*)’: ../../../src/include/error.h:115:43: error: expected ‘)’ before ‘PRIxMAX’ __wt_panic(session, EINVAL, "%s: 0x%" PRIxMAX, \
This issue was previously fixed by WT-7795