I tried verifying on manjaro and ran into a number of issues, most
importantly with our FindLLVMAlt.cmake:
CMake Warning at cmake_modules/FindLLVMAlt.cmake:58 (find_package):
Could not find a configuration file for package "LLVM" that is compatible
with requested version "16.0".
The following configuration files were considered but not accepted:
/usr/lib/cmake/llvm/LLVMConfig.cmake, version: 15.0.7
/lib/cmake/llvm/LLVMConfig.cmake, version: 15.0.7
Call Stack (most recent call first):
src/gandiva/CMakeLists.txt:28 (find_package)
An issue with JS:
[16:52:54] Starting 'bundle:webpack'...
[16:52:54] 'bundle:webpack' errored after 182 ms
[16:52:54] Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
at new NodeError (node:internal/errors:393:5)
at Stream.<anonymous> (node:internal/streams/pipeline:352:14)
at Stream.emit (node:events:525:35)
at Stream.emit (node:domain:552:15)
at stream.destroy
(/tmp/arrow-12.0.0.znTrc/apache-arrow-12.0.0/js/node_modules/through/index.js:84:12)
at _end
(/tmp/arrow-12.0.0.znTrc/apache-arrow-12.0.0/js/node_modules/through/index.js:67:14)
at stream.end
(/tmp/arrow-12.0.0.znTrc/apache-arrow-12.0.0/js/node_modules/through/index.js:74:5)
at DestroyableTransform.onend
(/tmp/arrow-12.0.0.znTrc/apache-arrow-12.0.0/js/node_modules/readable-stream/lib/_stream_readable.js:577:10)
at Object.onceWrapper (node:events:627:28)
at DestroyableTransform.emit (node:events:525:35)
[16:52:54] 'bundle' errored after 7.64 s
And a flakey test fail for Go:
--- FAIL: TestSqliteServer (0.04s)
--- FAIL: TestSqliteServer/TestTransactions (0.00s)
sqlite_server_test.go:862:
Error Trace:
/tmp/arrow-12.0.0.0D1nF/apache-arrow-12.0.0/go/arrow/flight/flightsql/sqlite_server_test.go:862
Error: Received unexpected error:
rpc error: code = Unknown desc = invalid:
invalid transaction id specified
Test: TestSqliteServer/TestTransactions
On Sun, Apr 23, 2023 at 6:21 PM Raúl Cumplido <[email protected]>
wrote:
> +1 (non binding)
>
> I have tested both SOURCES and BINARIES successfully with:
> TEST_DEFAULT=0 TEST_SOURCE=1 dev/release/verify-release-candidate.sh
> 12.0.0 0
> TEST_DEFAULT=0 TEST_WHEELS=1 dev/release/verify-release-candidate.sh
> 12.0.0 0
> TEST_DEFAULT=0 TEST_BINARIES=1 dev/release/verify-release-candidate.sh
> 12.0.0 0
> with:
> * Python 3.10.6
> * gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
> * NVIDIA CUDA cuda_11.5.r11.5/compiler.30672275_0
> * openjdk version "17.0.6" 2023-01-17
> * ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]
> * dotnet 7.0.203
> * Ubuntu 22.04 LTS
>
> El dom, 23 abr 2023 a las 12:59, Yibo Cai (<[email protected]>) escribió:
> >
> > +1
> >
> > I ran the followings on Ubuntu-22.04, aarch64.
> >
> > TEST_DEFAULT=0 \
> > TEST_CPP=1 \
> > TEST_PYTHON=1 \
> > TEST_GO=1 \
> > dev/release/verify-release-candidate.sh 12.0.0 0
> >
> > TEST_DEFAULT=0 \
> > TEST_WHEELS=1 \
> > dev/release/verify-release-candidate.sh 12.0.0 0
> >
> >
> > On 4/23/23 14:40, Sutou Kouhei wrote:
> > > +1
> > >
> > > I ran the followings on Debian GNU/Linux sid:
> > >
> > > * TEST_DEFAULT=0 \
> > > TEST_SOURCE=1 \
> > > LANG=C \
> > > TZ=UTC \
> > > CUDAToolkit_ROOT=/usr \
> > > ARROW_CMAKE_OPTIONS="-DBoost_NO_BOOST_CMAKE=ON
> -Dxsimd_SOURCE=BUNDLED" \
> > > dev/release/verify-release-candidate.sh 12.0.0 0
> > >
> > > * TEST_DEFAULT=0 \
> > > TEST_APT=1 \
> > > LANG=C \
> > > dev/release/verify-release-candidate.sh 12.0.0 0
> > >
> > > * TEST_DEFAULT=0 \
> > > TEST_BINARY=1 \
> > > LANG=C \
> > > dev/release/verify-release-candidate.sh 12.0.0 0
> > >
> > > * TEST_DEFAULT=0 \
> > > TEST_JARS=1 \
> > > LANG=C \
> > > dev/release/verify-release-candidate.sh 12.0.0 0
> > >
> > > * TEST_DEFAULT=0 \
> > > TEST_PYTHON_VERSIONS=3.11 \
> > > TEST_WHEELS=1 \
> > > LANG=C \
> > > dev/release/verify-release-candidate.sh 12.0.0 0
> > >
> > > * TEST_DEFAULT=0 \
> > > TEST_YUM=1 \
> > > LANG=C \
> > > dev/release/verify-release-candidate.sh 12.0.0 0
> > >
> > > with:
> > >
> > > * .NET SDK (6.0.406)
> > > * Python 3.11.2
> > > * gcc (Debian 12.2.0-14) 12.2.0
> > > * nvidia-cuda-dev 11.7.99~11.7.1-4
> > > * openjdk version "17.0.6" 2023-01-17
> > > * ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux-gnu]
> > >
> > >
> > > Thanks,
>