+1 I've successfully verified the source:
* TEST_DEFAULT=0 TEST_CPP=1 dev/release/verify-release-candidate.sh 24.0.0 0 * TEST_DEFAULT=0 TEST_CPP=0 TEST_PYTHON=1 dev/release/verify-release-candidate.sh 24.0.0 0 and binaries: * TEST_DEFAULT=0 TEST_BINARY=1 dev/release/verify-release-candidate.sh 24.0.0 0 * TEST_DEFAULT=0 TEST_WHEELS=1 dev/release/verify-release-candidate.sh 24.0.0 0 with: * Python 3.14.3 * clang 21.0.0 (arm64) * macOS 26.4 Best, Alenka V V čet., 16. apr. 2026 ob 11:39 je oseba Ruoxi Sun <[email protected]> napisala: > Changing my vote to +1 (binding) after my issue got resolved in [1]. > > Thanks Raul for driving the release (and helping on finding the cause of > the failure)! > > [1] https://github.com/apache/arrow/issues/49768 > > *Regards,* > *Rossi SUN* > > > On Wed, Apr 15, 2026 at 11:09 PM Ruoxi Sun <[email protected]> wrote: > > > I'm holding my +1 right now since I ran into one test error, but I don't > > think it's a blocker either. > > > > On my M1 Mac, OS version Tahoe 26.3.1 (25D771280a), AppleClang > > 21.0.0.21000099, verified cpp and python: > > > > - Cpp failed (error listed below): ARROW_USE_CCACHE=OFF TEST_DEFAULT=0 > > TEST_CPP=1 TEST_PYTHON=0 ./verify-release-candidate.sh 24.0.0 0 > > > > - Python passed: ARROW_USE_CCACHE=OFF TEST_DEFAULT=0 TEST_CPP=0 > > TEST_PYTHON=1 ./verify-release-candidate.sh 24.0.0 0 > > > >> Running parquet-encryption-test, redirecting output into > >> > /var/folders/xl/tqdftb991njfnp7n7f7h8qx00000gn/T/arrow-24.0.0.XXXXX.MRTPng99Vw/cpp-build/build/test-logs/parquet-encryption-test.txt > >> (attempt 1/1) > >> Running main() from gmock_main.cc > >> [==========] Running 33 tests from 8 test suites. > >> [----------] Global test environment set-up. > >> [----------] 1 test from EncryptedBloomFilterReader > >> [ RUN ] EncryptedBloomFilterReader.ReadEncryptedBloomFilter > >> unknown file: Failure > >> C++ exception with description "IOError: Failed to open local file > >> > '/var/folders/xl/tqdftb991njfnp7n7f7h8qx00000gn/T/arrow-24.0.0.XXXXX.MRTPng99Vw/apache-arrow-24.0.0/cpp/submodules/parquet-testing/data/encrypt_columns_and_footer_bloom_filter.parquet.encrypted'. > >> Detail: [errno 2] No such file or directory" thrown in the test body. > >> > >> [ FAILED ] EncryptedBloomFilterReader.ReadEncryptedBloomFilter (0 ms) > >> [----------] 1 test from EncryptedBloomFilterReader (0 ms total) > >> > >> [----------] 6 tests from TestAesEncryption > >> [ RUN ] TestAesEncryption.AesGcmRoundTrip > >> [ OK ] TestAesEncryption.AesGcmRoundTrip (0 ms) > >> [ RUN ] TestAesEncryption.AesGcmCtrRoundTrip > >> [ OK ] TestAesEncryption.AesGcmCtrRoundTrip (0 ms) > >> [ RUN ] TestAesEncryption.AesGcmDecryptInvalidCiphertext > >> [ OK ] TestAesEncryption.AesGcmDecryptInvalidCiphertext (0 ms) > >> [ RUN ] TestAesEncryption.AesGcmCtrDecryptInvalidCiphertext > >> [ OK ] TestAesEncryption.AesGcmCtrDecryptInvalidCiphertext (0 ms) > >> [ RUN ] TestAesEncryption.AesGcmDecryptCiphertextBufferTooSmall > >> [ OK ] TestAesEncryption.AesGcmDecryptCiphertextBufferTooSmall (0 > >> ms) > >> [ RUN ] TestAesEncryption.AesGcmCtrDecryptCiphertextBufferTooSmall > >> [ OK ] TestAesEncryption.AesGcmCtrDecryptCiphertextBufferTooSmall > >> (0 ms) > >> [----------] 6 tests from TestAesEncryption (1 ms total) > >> > >> [----------] 6 tests from TestEncryptionConfiguration > >> [ RUN ] TestEncryptionConfiguration.UniformEncryption > >> [ OK ] TestEncryptionConfiguration.UniformEncryption (1 ms) > >> [ RUN ] TestEncryptionConfiguration.EncryptTwoColumnsAndTheFooter > >> [ OK ] TestEncryptionConfiguration.EncryptTwoColumnsAndTheFooter > (1 > >> ms) > >> [ RUN ] > >> TestEncryptionConfiguration.EncryptTwoColumnsWithPlaintextFooter > >> [ OK ] > >> TestEncryptionConfiguration.EncryptTwoColumnsWithPlaintextFooter (1 ms) > >> [ RUN ] > >> TestEncryptionConfiguration.EncryptTwoColumnsAndFooterWithAadPrefix > >> [ OK ] > >> TestEncryptionConfiguration.EncryptTwoColumnsAndFooterWithAadPrefix (1 > ms) > >> [ RUN ] > >> > TestEncryptionConfiguration.EncryptTwoColumnsAndFooterWithAadPrefixDisable_aad_prefix_storage > >> [ OK ] > >> > TestEncryptionConfiguration.EncryptTwoColumnsAndFooterWithAadPrefixDisable_aad_prefix_storage > >> (1 ms) > >> [ RUN ] > >> TestEncryptionConfiguration.EncryptTwoColumnsAndFooterUseAES_GCM_CTR > >> [ OK ] > >> TestEncryptionConfiguration.EncryptTwoColumnsAndFooterUseAES_GCM_CTR (1 > ms) > >> [----------] 6 tests from TestEncryptionConfiguration (7 ms total) > >> > >> [----------] 3 tests from TestColumnEncryptionProperties > >> [ RUN ] TestColumnEncryptionProperties.ColumnEncryptedWithOwnKey > >> [ OK ] TestColumnEncryptionProperties.ColumnEncryptedWithOwnKey (0 > >> ms) > >> [ RUN ] TestColumnEncryptionProperties.ColumnEncryptedWithFooterKey > >> [ OK ] TestColumnEncryptionProperties.ColumnEncryptedWithFooterKey > >> (0 ms) > >> [ RUN ] TestColumnEncryptionProperties.UnencryptedColumn > >> [ OK ] TestColumnEncryptionProperties.UnencryptedColumn (0 ms) > >> [----------] 3 tests from TestColumnEncryptionProperties (0 ms total) > >> > >> [----------] 7 tests from TestEncryptionProperties > >> [ RUN ] TestEncryptionProperties.UniformEncryption > >> [ OK ] TestEncryptionProperties.UniformEncryption (0 ms) > >> [ RUN ] TestEncryptionProperties.EncryptFooterAndTwoColumns > >> [ OK ] TestEncryptionProperties.EncryptFooterAndTwoColumns (0 ms) > >> [ RUN ] TestEncryptionProperties.EncryptTwoColumnsNotFooter > >> [ OK ] TestEncryptionProperties.EncryptTwoColumnsNotFooter (0 ms) > >> [ RUN ] TestEncryptionProperties.EncryptNestedColumns > >> [ OK ] TestEncryptionProperties.EncryptNestedColumns (0 ms) > >> [ RUN ] TestEncryptionProperties.UseAadPrefix > >> [ OK ] TestEncryptionProperties.UseAadPrefix (0 ms) > >> [ RUN ] TestEncryptionProperties.UseAadPrefixNotStoreInFile > >> [ OK ] TestEncryptionProperties.UseAadPrefixNotStoreInFile (0 ms) > >> [ RUN ] TestEncryptionProperties.UseAES_GCM_CTR_V1Algorithm > >> [ OK ] TestEncryptionProperties.UseAES_GCM_CTR_V1Algorithm (0 ms) > >> [----------] 7 tests from TestEncryptionProperties (0 ms total) > >> > >> [----------] 3 tests from TestDecryptionProperties > >> [ RUN ] TestDecryptionProperties.UseKeyRetriever > >> [ OK ] TestDecryptionProperties.UseKeyRetriever (0 ms) > >> [ RUN ] TestDecryptionProperties.SupplyAadPrefix > >> [ OK ] TestDecryptionProperties.SupplyAadPrefix (0 ms) > >> [ RUN ] TestDecryptionProperties.UsingExplicitFooterAndColumnKeys > >> [ OK ] TestDecryptionProperties.UsingExplicitFooterAndColumnKeys > (0 > >> ms) > >> [----------] 3 tests from TestDecryptionProperties (0 ms total) > >> > >> [----------] 1 test from ColumnDecryptionProperties > >> [ RUN ] ColumnDecryptionProperties.SetKey > >> [ OK ] ColumnDecryptionProperties.SetKey (0 ms) > >> [----------] 1 test from ColumnDecryptionProperties (0 ms total) > >> > >> [----------] 6 tests from DecryptionTests/TestDecryptionConfiguration > >> [ RUN ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/0 > >> [ OK ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/0 > >> (2 ms) > >> [ RUN ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/1 > >> [ OK ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/1 > >> (2 ms) > >> [ RUN ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/2 > >> [ OK ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/2 > >> (2 ms) > >> [ RUN ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/3 > >> [ OK ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/3 > >> (2 ms) > >> [ RUN ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/4 > >> [ OK ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/4 > >> (1 ms) > >> [ RUN ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/5 > >> [ OK ] > DecryptionTests/TestDecryptionConfiguration.TestDecryption/5 > >> (2 ms) > >> [----------] 6 tests from DecryptionTests/TestDecryptionConfiguration > (14 > >> ms total) > >> > >> [----------] Global test environment tear-down > >> [==========] 33 tests from 8 test suites ran. (23 ms total) > >> [ PASSED ] 32 tests. > >> [ FAILED ] 1 test, listed below: > >> [ FAILED ] EncryptedBloomFilterReader.ReadEncryptedBloomFilter > >> > >> 1 FAILED TEST > >> > >> > /private/var/folders/xl/tqdftb991njfnp7n7f7h8qx00000gn/T/arrow-24.0.0.XXXXX.MRTPng99Vw/cpp-build/src/parquet > >> > > > > > > *Regards,* > > *Rossi SUN* > > > > > > On Wed, Apr 15, 2026 at 9:55 PM Adam Reeve <[email protected]> wrote: > > > >> +1 (binding) > >> > >> I've verified the release with "TEST_DEFAULT=0 TEST_SOURCE=1 > >> dev/release/verify-release-candidate.sh 24.0.0 0" on x86_64 Fedora 43. > >> > >> Thanks for managing the release Raúl! > >> > >> Adam > >> > >> On Wed, 15 Apr 2026 at 21:53, Raúl Cumplido <[email protected]> wrote: > >> > >> > Hi, > >> > > >> > A minor note on the binary verification. The wheel verification job > >> > for Almalinux 8 has been timing out consistently, see [1]. > >> > > >> > After some investigation I've realised there's a specific test > >> > (test_s3_options) that takes a long time probably due to S3 > >> > credentials resolution timeout. The test has always taken a long time > >> > to finish but a specific commit on the release [2] doubles the test > >> > cases performed around it. The test takes now ~11 minutes to complete > >> > on this specific scenario and given we test for several Python > >> > versions the 30 minutes timeout for the job isn't enough. > >> > > >> > I've validated locally that the verification is successful, given > >> > enough time. I've also validated locally that skipping the > >> > aforementioned test makes the verification successful in a > >> > "reasonable" amount of time. > >> > > >> > If someone wants to validate you can apply the following patch: > >> > > >> > diff --git a/ci/scripts/python_wheel_unix_test.sh > >> > b/ci/scripts/python_wheel_unix_test.sh > >> > index 2b8ee7be74..b55b07401f 100755 > >> > --- a/ci/scripts/python_wheel_unix_test.sh > >> > +++ b/ci/scripts/python_wheel_unix_test.sh > >> > @@ -116,5 +116,5 @@ if [ "${CHECK_UNITTESTS}" == "ON" ]; then > >> > > >> > # Execute unittest, test dependencies must be installed > >> > python -c 'import pyarrow; pyarrow.create_library_symlinks()' > >> > - python -m pytest -r s --pyargs pyarrow > >> > + python -m pytest -r s --pyargs pyarrow -k "not test_s3_options" > >> > fi > >> > > >> > And test as we do in CI with docker and archery: > >> > ALMALINUX=8 archery docker run -e TEST_DEFAULT=0 -e TEST_WHEELS=1 -e > >> > VERBOSE=1 -e VERIFY_RC=0 -e VERIFY_VERSION=24.0.0 -e > >> > GH_TOKEN=$GH_TOKEN almalinux-verify-rc > >> > > >> > Given that the test is successful given enough time and that it can be > >> > easily verified locally I don't think this is a blocker. > >> > > >> > I've created an issue [3] to reduce the required time for this test to > >> > pass. > >> > > >> > Regards, > >> > Raúl > >> > > >> > [1] > >> > > >> > https://github.com/apache/arrow/actions/runs/24404382517/job/71425229713?pr=49742 > >> > [2] > >> > > >> > https://github.com/apache/arrow/commit/0124d5b5b7f60b6ae6312bbb962dcff6dd4bc641 > >> > [3] https://github.com/apache/arrow/issues/49757 > >> > > >> > El mié, 15 abr 2026 a las 11:36, Raúl Cumplido (<[email protected]>) > >> > escribió: > >> > > > >> > > Hi, > >> > > > >> > > I would like to propose the following release candidate (RC0) of > >> Apache > >> > > Arrow version 24.0.0. This is a release consisting of 258 > >> > > resolved GitHub issues[1]. > >> > > > >> > > This release candidate is based on commit: > >> > > 31b4b6c0a0a7e7c117312d285541a21446675ec6 [2] > >> > > > >> > > The source release rc0 is hosted at [3]. > >> > > The binary artifacts are hosted at [4][5][6][7][8][9]. > >> > > The changelog is located at [10]. > >> > > > >> > > Please download, verify checksums and signatures, run the unit > tests, > >> > > and vote on the release. See [11] for the SHA-512 checksum for this > RC > >> > and [12] > >> > > for how to validate a release candidate. > >> > > > >> > > See also a verification result on GitHub pull request [13]. > >> > > > >> > > The vote will be open for at least 72 hours. > >> > > > >> > > [ ] +1 Release this as Apache Arrow 24.0.0 > >> > > [ ] +0 > >> > > [ ] -1 Do not release this as Apache Arrow 24.0.0 because... > >> > > > >> > > [1]: > >> > > >> > https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A24.0.0+is%3Aclosed > >> > > [2]: > >> > > >> > https://github.com/apache/arrow/tree/31b4b6c0a0a7e7c117312d285541a21446675ec6 > >> > > [3]: > >> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-24.0.0-rc0 > >> > > [4]: https://packages.apache.org/artifactory/arrow/almalinux-rc/ > >> > > [5]: https://packages.apache.org/artifactory/arrow/amazon-linux-rc/ > >> > > [6]: https://packages.apache.org/artifactory/arrow/centos-rc/ > >> > > [7]: https://packages.apache.org/artifactory/arrow/debian-rc/ > >> > > [8]: https://packages.apache.org/artifactory/arrow/ubuntu-rc/ > >> > > [9]: > >> > https://github.com/apache/arrow/releases/tag/apache-arrow-24.0.0-rc0 > >> > > [10]: > >> > > >> > https://github.com/apache/arrow/blob/31b4b6c0a0a7e7c117312d285541a21446675ec6/CHANGELOG.md > >> > > [11]: > >> > > >> > ffbac0c198c74f26b2ac173aa2b054cfd3902927ca3db36fbbae25353e8696c32b744e805c25801ced22641af71a5a8ea441202d8d3494aa803b797995d9d408 > >> > > [12]: > >> https://arrow.apache.org/docs/developers/release_verification.html > >> > > [13]: https://github.com/apache/arrow/pull/49742 > >> > > >> > > >
