kou commented on PR #14102: URL: https://github.com/apache/arrow/pull/14102#issuecomment-1249997284
@h-vetinari Most jobs are green now. Could you confirm failed cases? They report SEGV. For example: Failed conda-linux-gcc-py310-ppc64le https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=35017&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181 : ```text import: 'pyarrow' <jemalloc>: MADV_DONTNEED does not work (memset will be used instead) <jemalloc>: (This is the expected behaviour if you are running under QEMU) /build/arrow-cpp-ext_1663379118797/test_tmp/conda_test_runner.sh: line 3: 11507 Illegal instruction (core dumped) "/build/arrow-cpp-ext_1663379118797/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/bin/python" -s "/build/arrow-cpp-ext_1663379118797/test_tmp/run_test.py" Tests failed for pyarrow-10.0.0.dev214-py310h4ba9814_0_cpu.tar.bz2 - moving package to /build/broken WARNING:conda_build.build:Tests failed for pyarrow-10.0.0.dev214-py310h4ba9814_0_cpu.tar.bz2 - moving package to /build/broken TESTS FAILED: pyarrow-10.0.0.dev214-py310h4ba9814_0_cpu.tar.bz2 ##[error]Bash exited with code '1'. ``` Succeeded conda-linux-gcc-py310-ppc64le in nightly build https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=34892&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=6406 : ```text import: 'pyarrow' <jemalloc>: MADV_DONTNEED does not work (memset will be used instead) <jemalloc>: (This is the expected behaviour if you are running under QEMU) import: 'pyarrow.dataset' import: 'pyarrow.flight' import: 'pyarrow.gandiva' import: 'pyarrow.orc' import: 'pyarrow.parquet' import: 'pyarrow.plasma' import: 'pyarrow.fs' import: 'pyarrow._s3fs' import: 'pyarrow._hdfs' import: 'pyarrow' import: 'pyarrow._hdfs' import: 'pyarrow._s3fs' import: 'pyarrow.dataset' import: 'pyarrow.flight' import: 'pyarrow.fs' import: 'pyarrow.gandiva' import: 'pyarrow.orc' import: 'pyarrow.parquet' import: 'pyarrow.plasma' + test '!' -f /build/arrow-cpp-ext_1663333320216/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.10/site-packages/pyarrow/tests/test_array.py + exit 0 ``` -- 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]
