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

[CI/Docker/Python] Plasma tests are failing in the docker-compose setup #20011

Closed
asfimport opened this issue Nov 6, 2018 · 2 comments
Closed

Comments

@asfimport
Copy link

            rc = proc.poll()
            if rc is not None:
                raise RuntimeError("plasma_store exited unexpectedly with "
>                                  "code %d" % (rc,))
E                                  RuntimeError: plasma_store exited unexpectedly with code 127

opt/conda/lib/python3.6/site-packages/pyarrow-0.11.1.dev62+g669c5bca-py3.6-linux-x86_64.egg/pyarrow/plasma.py:138: RuntimeError
------------------------------------------------ Captured stderr call -------------------------------------------------
/opt/conda/lib/python3.6/site-packages/pyarrow-0.11.1.dev62+g669c5bca-py3.6-linux-x86_64.egg/pyarrow/plasma_store_server: error while loading shared libraries: libboost_system.so.1.68.0: cannot open shared object file: No such file or dir
ectory

Reporter: Krisztian Szucs / @kszucs

Note: This issue was originally created as ARROW-3709. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Krisztian Szucs / @kszucs:
It fails for me locally on OSX, however it works on travis: https://travis-ci.org/kszucs/crossbow/builds/451391423

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Is this still the case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant