airborne12 commented on PR #67363: URL: https://github.com/apache/doris/pull/67363#issuecomment-5493729577
COMPILE has failed twice here (builds 1035610 and 1035744) and both landed on the same TeamCity agent, `agent_172.16.0.152_1`, with the identical error: ``` src/util/thrift_util.cpp:103:21: error: no member named 'GlobalOutput' in namespace 'apache::thrift' ``` This PR changes exactly one line in one regression .groovy file (adding the nonConcurrent group tag), so it cannot affect the BE C++ thrift build. Meanwhile seven other PRs compiled green in the same window on other agents (builds 1035762, 1035766, 1035768, 1035774, 1035782, 1035786, 1035788), so the branch tip is fine and this looks like a stale/incompatible thrift in that one agent's thirdparty. Re-triggering so it can be scheduled elsewhere. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
