bneradt opened a new issue, #9601: URL: https://github.com/apache/trafficserver/issues/9601
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
