paleolimbot commented on issue #36686: URL: https://github.com/apache/arrow/issues/36686#issuecomment-1635820776
Hmm...this may be the same as the OpenSSL issue after all: the failing command comes from compiling Google Cloud Platform `curl_handle.cc` ( https://github.com/ursacomputing/crossbow/actions/runs/5540883095/jobs/10113554437#step:7:5792 ). ``` cd /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep-build/google/cloud && /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/build-apache-arrow-static/Library/Homebrew/shims/mac/super/clang++ -DJSON_DIAGNOSTICS=0 -DJSON_USE_IMPLICIT_CONVERSIONS=1 -I/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep -isystem /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/absl_ep-install/include -isystem /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep-build -isystem /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include -isystem /pr ivate/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/nlohmann_json_ep-install/include -Qunused-arguments -fcolor-diagnostics -fPIC -O3 -DNDEBUG -O2 -std=c++17 -isysroot /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=11.7 -Wall -Wextra -Wconversion -Wno-sign-conversion -MD -MT google/cloud/CMakeFiles/google_cloud_cpp_rest_internal.dir/internal/curl_handle.cc.o -MF CMakeFiles/google_cloud_cpp_rest_internal.dir/internal/curl_handle.cc.o.d -o CMakeFiles/google_cloud_cpp_rest_internal.dir/internal/curl_handle.cc.o -c /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep/google/cloud/internal/curl_handle.cc ``` There seem to be some successful calls to the compiler earlier on so it's not that: ``` [ 96%] Building CXX object absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o cd /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/absl_ep-prefix/src/absl_ep-build/absl/flags && /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/build-apache-arrow-static/Library/Homebrew/shims/mac/super/clang++ -I/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/absl_ep-prefix/src/absl_ep -Qunused-arguments -fcolor-diagnostics -fPIC -O3 -DNDEBUG -O2 -std=gnu++17 -isysroot /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=11.7 -Wall -Wextra -Wcast-qual -Wconversion -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wformat-security -Wgnu-redeclared-enum -Winfinite-recursion -Winvalid-constexpr -Wliteral-conversion -Wmissing-declarations -Woverlength-strings -Wpointer-arith -Wself-assign -Wshadow-all -Wstring-conversion -Wtautological-overlap-compare -Wundef -Wuninitialized -Wunreachable-code -Wunused-comparison -Wunused-local-typedefs -Wunused-result -Wvla -Wwrite-strings -Wno-float-conversion -Wno-implicit-float-conversion -Wno-implicit-int-float-conversion -Wno-implicit-int-conversion -Wno-shorten-64-to-32 -Wno-sign-conversion -Wno-unknown-Note-option -DNOMINMAX -MD -MT absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o -MF CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o.d -o ``` -- 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]
