mbrobbel commented on pull request #12322: URL: https://github.com/apache/arrow/pull/12322#issuecomment-1029924797
> The "python-sdist" nightly build started failing (see https://github.com/ursacomputing/crossbow/runs/5062761297?check_suite_focus=true), with a message that seems related to OpenTelemetry: > > ``` > -- stderr output is: > CMake Error at /usr/share/cmake-3.16/Modules/ExternalProject.cmake:2421 (message): > error: could not find git for clone of opentelemetry-proto > Call Stack (most recent call first): > /usr/share/cmake-3.16/Modules/ExternalProject.cmake:3236 (_ep_add_download_command) > cmake/opentelemetry-proto.cmake:9 (ExternalProject_Add) > CMakeLists.txt:363 (include) > > > > CMake Error at /build/cpp/opentelemetry_ep-prefix/src/opentelemetry_ep-stamp/opentelemetry_ep-configure-DEBUG.cmake:47 (message): > Stopping after outputting logs. > ``` > > So potentially related to this PR (note, I didn't actually look into it, just looked at commits in the last day that could be related to the new failure, and pinging here in case you could take a look). It looks like `git` is removed before the build starts: https://github.com/ursacomputing/crossbow/runs/5062761297?check_suite_focus=true#step:6:501. Should we change that or disable OpenTelemetry for these builds? -- 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]
