adonis0147 commented on PR #15972: URL: https://github.com/apache/doris/pull/15972#issuecomment-1386458863
> @adonis0147 hi, I am not sure the difference in Doris github run vs host run. > > In my local env, I can build and run ut successfully. > > The attached file is ut run in my local host. > > [run-ut-test.txt](https://github.com/apache/doris/files/10441975/run-ut-test.txt) > > but doris github in teamcity would complain with error > > http://43.132.222.7:8111/viewLog.html?buildId=82706&buildTypeId=Doris_DorisBeUt_BeUt&tab=buildLog&_focus=260 Hi @HackToday , sorry to confuse you. The source of the pre-built third-party libraries which GitHub workflows use differs from the one TeamCity workflows use. GitHub workflows use the pre-built third-party libraries from [Apache Doris Third Party Prebuilt](https://github.com/apache/doris-thirdparty/releases/tag/automation) and these libraries are up to date. However, TeamCity workflows use ones from the Docker image [apache/doris:build-env-ldb-toolchain-latest](https://hub.docker.com/layers/apache/doris/build-env-ldb-toolchain-latest/images/sha256-fbea4c935b6664944abe118cbf961792001af5f22c0a820c2f81a0b2d8296d07?context=explore) and they are obsolete now. That is the reason why your checks failed. In short, just wait patiently and I will let you re-trigger all these checks when everything is ready. By the way, would you like resolve the previous comments? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org