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] Fix integration testing in rc-verify nightly builds #37936

Closed
pitrou opened this issue Sep 28, 2023 · 0 comments · Fixed by #37933
Closed

[CI] Fix integration testing in rc-verify nightly builds #37936

pitrou opened this issue Sep 28, 2023 · 0 comments · Fixed by #37933

Comments

@pitrou
Copy link
Member

pitrou commented Sep 28, 2023

Describe the bug, including details regarding any error messages, version, and platform.

gh-37537 inadvertently broke some nightly builds, for example:
https://github.com/ursacomputing/crossbow/actions/runs/6326190228/job/17179241564#step:6:69362

Traceback (most recent call last):
  File "/tmp/arrow-HEAD.5Yox5/venv-source/bin/archery", line 8, in <module>
    sys.exit(archery())
  File "/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/arrow/dev/archery/archery/cli.py", line 748, in integration
    from .integration.runner import write_js_test_json, run_all_tests
  File "/arrow/dev/archery/archery/integration/runner.py", line 30, in <module>
    from . import cdata
  File "/arrow/dev/archery/archery/integration/cdata.py", line 18, in <module>
    import cffi
ModuleNotFoundError: No module named 'cffi'

Component(s)

Continuous Integration, Integration, Release

@pitrou pitrou self-assigned this Sep 28, 2023
pitrou added a commit that referenced this issue Oct 9, 2023
@pitrou pitrou added this to the 14.0.0 milestone Oct 9, 2023
JerAguilon pushed a commit to JerAguilon/arrow that referenced this issue Oct 23, 2023
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment