airborne12 commented on PR #67363:
URL: https://github.com/apache/doris/pull/67363#issuecomment-5507758112

   Narrowing this down further: the breakage is specific to **branch-4.1**, not 
the CI fleet as a whole.
   
   Evidence from the last few hours:
   - branch-4.1 PRs all fail at the identical line — this PR (builds 1035610, 
1035744, 1035807, 1035947, 1036348), plus #67425, #67421, #67420, #67417, 
#67422 — always `src/util/thrift_util.cpp:103: no member named 'GlobalOutput' 
in namespace 'apache::thrift'`.
   - master PRs compile fine in the same window — #67407 (build 1036017, 
finished SUCCESS at 10:58) and #67402, which is this exact same one-line test 
change applied to master.
   
   So the prebuilt thirdparty currently used for branch-4.1 builds ships a 
thrift that no longer provides `apache::thrift::GlobalOutput`, while 
branch-4.1's `thrift_util.cpp` and `doris_main.cpp` still call it. No 
branch-4.1 PR can compile until that is realigned — it is not something any 
individual PR can work around, and this PR only changes one line in one .groovy 
test file.
   
   I have stopped re-triggering. This needs the CI/thirdparty owners to fix the 
branch-4.1 build environment (or branch-4.1 to be updated for the newer thrift 
API).


-- 
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]

Reply via email to