Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Benchmarking][Python] Benchmark builds on test-mac-arm are failing #15122

Closed
ElenaHenderson opened this issue Dec 29, 2022 · 0 comments · Fixed by #15123
Closed

[Benchmarking][Python] Benchmark builds on test-mac-arm are failing #15122

ElenaHenderson opened this issue Dec 29, 2022 · 0 comments · Fixed by #15123

Comments

@ElenaHenderson
Copy link
Contributor

ElenaHenderson commented Dec 29, 2022

Benchmark builds on test-mac-arm started failing on 12/21/2022 after #14925 was merged into main . The first failed build: https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2070

Steps to reproduce the issue on test-mac-arm:

cd ~
rm -rf arrow
git clone https://github.com/apache/arrow.git
cd arrow
conda create -y -n arrow-commit -c conda-forge \
  --file ci/conda_env_unix.txt \
  --file ci/conda_env_cpp.txt \
  --file ci/conda_env_python.txt \
  compilers \
  python=3.8 \
  pandas \
  aws-sdk-cpp \
  r
conda activate arrow-commit
pip install -r python/requirements-build.txt -r python/requirements-test.txt
source dev/conbench_envs/hooks.sh set_arrow_build_and_run_env_vars
export RANLIB=`which $RANLIB`
export AR=`which $AR`
export ARROW_JEMALLOC=OFF
ci/scripts/cpp_build.sh $(pwd) $(pwd)
ci/scripts/python_build.sh $(pwd) $(pwd)
(arrow-commit) voltrondata@m1mini01 arrow % python
Python 3.8.15 | packaged by conda-forge | (default, Nov 22 2022, 08:49:06) 
[Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyarrow
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/voltrondata/miniconda3/envs/arrow-commit/lib/python3.8/site-packages/pyarrow/_init_.py", line 65, in <module>
    import pyarrow.lib as _lib
ImportError: dlopen(/Users/voltrondata/miniconda3/envs/arrow-commit/lib/python3.8/site-packages/pyarrow/lib.cpython-38-darwin.so, 2): Library not loaded: /Users/voltrondata/arrow/python/build/lib.macosx-11.0-arm64-cpython-38/pyarrow/lib/libarrow_python.1100.dylib
  Referenced from: /Users/voltrondata/miniconda3/envs/arrow-commit/lib/python3.8/site-packages/pyarrow/lib.cpython-38-darwin.so
  Reason: image not found
>>>

Component(s)

Benchmarking

@kou kou changed the title [Benchmarks] Benchmark builds on test-mac-arm are failing [Benchmarking][Python] Benchmark builds on test-mac-arm are failing Dec 29, 2022
assignUser pushed a commit that referenced this issue Dec 30, 2022
…benchmark builds (#15123)

* Closes: #15122

Authored-by: Elena Henderson <elena@e.local>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
@assignUser assignUser added this to the 11.0.0 milestone Dec 30, 2022
EpsilonPrime pushed a commit to EpsilonPrime/arrow that referenced this issue Jan 5, 2023
…N for benchmark builds (apache#15123)

* Closes: apache#15122

Authored-by: Elena Henderson <elena@e.local>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
EpsilonPrime pushed a commit to EpsilonPrime/arrow that referenced this issue Jan 5, 2023
…N for benchmark builds (apache#15123)

* Closes: apache#15122

Authored-by: Elena Henderson <elena@e.local>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment