The wiredtiger-doc-build Jenkins job captured a compile failure for "examples/c". Use this ticket to address the failure.
http://build.wiredtiger.com:8080/job/wiredtiger-doc-build/6511/console
In file included from ../../../examples/c/ex_all.c:35:0: ../../../examples/c/ex_all.c: In function 'session_ops': ../../../examples/c/ex_all.c:691:28: error: 'WT_SESSION {aka struct __wt_session}' has no member named 'import' error_check(session->import(session, "file:import", NULL)); ^ ../../../test/utility/test_util.h:171:21: note: in definition of macro 'error_check' if ((__r = (call)) != 0 && __r != ENOTSUP) \ ^~~~