kou commented on PR #46152: URL: https://github.com/apache/arrow/pull/46152#issuecomment-2809772625
@assignUser @raulcd Could you take a look at the r-binary-packages failure https://github.com/ursacomputing/crossbow/actions/runs/14477217372/job/40614786493#step:10:63 ```tet r-pkg__bin__windows__contrib__4.4__arrow_20.0.0.zip [ OK] r-pkg__bin__windows__contrib__4.3__arrow_20.0.0\.zip [PENDING] r-pkg__bin__macosx__big-sur-x86_64__contrib__4.4__arrow_20.0.0.tgz [ OK] r-pkg__bin__macosx__big-sur-x86_64__contrib__4.3__arrow_20.0.0\.tgz [PENDING] r-pkg__bin__macosx__big-sur-arm64__contrib__4.4__arrow_20.0.0.tgz [ OK] r-pkg__bin__macosx__big-sur-arm64__contrib__4.3__arrow_20.0.0\.tgz [PENDING] ``` and test-debian-12-docs failure https://github.com/ursacomputing/crossbow/actions/runs/14477224236/job/40605666285#step:7:1731 ```text [ 21%] Building CXX object _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o In file included from /var/folders/q3/_34lch1n3xsdf28hd1xbrxdh0000gn/T/arrow-20.0.0.XXXXX.XNzS7e8f/cpp-build/_deps/googletest-src/googlemock/src/gmock-all.cc:39: In file included from /var/folders/q3/_34lch1n3xsdf28hd1xbrxdh0000gn/T/arrow-20.0.0.XXXXX.XNzS7e8f/cpp-build/_deps/googletest-src/googlemock/include/gmock/gmock.h:59: In file included from /var/folders/q3/_34lch1n3xsdf28hd1xbrxdh0000gn/T/arrow-20.0.0.XXXXX.XNzS7e8f/cpp-build/_deps/googletest-src/googlemock/include/gmock/gmock-actions.h:145: /var/folders/q3/_34lch1n3xsdf28hd1xbrxdh0000gn/T/arrow-20.0.0.XXXXX.XNzS7e8f/cpp-build/_deps/googletest-src/googlemock/include/gmock/internal/gmock-internal-utils.h:405:37: error: no template named 'IndexSequence'; did you mean 'std::index_sequence'? auto ApplyImpl(F&& f, Tuple&& args, IndexSequence<Idx...>) -> decltype( ^~~~~~~~~~~~~ std::index_sequence /Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/integer_sequence.h:104:5: note: 'std::index_sequence' declared here using index_sequence = integer_sequence<size_t, _Ip...>; ^ ``` ? We may need the following for the r-binary-packages failure: ```diff diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index cae34c3231..2f5429b6d7 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -888,12 +888,12 @@ tasks: - r-lib__libarrow__bin__darwin-arm64-openssl-3.0__arrow-{no_rc_r_version}\.zip - r-lib__libarrow__bin__darwin-x86_64-openssl-1.1__arrow-{no_rc_r_version}\.zip - r-lib__libarrow__bin__darwin-x86_64-openssl-3.0__arrow-{no_rc_r_version}\.zip + - r-pkg__bin__windows__contrib__4.5__arrow_{no_rc_r_version}\.zip - r-pkg__bin__windows__contrib__4.4__arrow_{no_rc_r_version}\.zip - - r-pkg__bin__windows__contrib__4.3__arrow_{no_rc_r_version}\.zip + - r-pkg__bin__macosx__big-sur-x86_64__contrib__4.5__arrow_{no_rc_r_version}\.tgz - r-pkg__bin__macosx__big-sur-x86_64__contrib__4.4__arrow_{no_rc_r_version}\.tgz - - r-pkg__bin__macosx__big-sur-x86_64__contrib__4.3__arrow_{no_rc_r_version}\.tgz + - r-pkg__bin__macosx__big-sur-arm64__contrib__4.5__arrow_{no_rc_r_version}\.tgz - r-pkg__bin__macosx__big-sur-arm64__contrib__4.4__arrow_{no_rc_r_version}\.tgz - - r-pkg__bin__macosx__big-sur-arm64__contrib__4.3__arrow_{no_rc_r_version}\.tgz - r-pkg__src__contrib__arrow_{no_rc_r_version}\.tar\.gz ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org