The CI branch builds are demonstrating an issue with make check runs on latest master. Running some of the tests fail with undefined symbol: http_rsb. Here's a recent log:
https://ci.trafficserver.apache.org/job/master/job/os_build/15948/console
FAIL: test_HttpTransact
=======================
/home/jenkins/workspace/master/os_build/src/proxy/http/.libs/test_HttpTransact: symbol lookup error: /home/jenkins/workspace/master/os_build/src/proxy/http/.libs/test_HttpTransact: undefined symbol: _Z31forceLinkRegressionHttpTransactv
FAIL test_HttpTransact (exit status: 127)
We need to figure out how to address this symbol issue.