kou opened a new issue, #41792: URL: https://github.com/apache/arrow/issues/41792
### Describe the bug, including details regarding any error messages, version, and platform. verify-rc-source-integration-linux-almalinux-8-amd64: https://github.com/ursacomputing/crossbow/actions/runs/9191601776/job/25278362624#step:6:86624 ```text Traceback (most recent call last): File "/tmp/arrow-HEAD.WiViY/venv-source/bin/archery", line 8, in <module> sys.exit(archery()) ^^^^^^^^^ File "/tmp/arrow-HEAD.WiViY/venv-source/lib64/python3.11/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/arrow-HEAD.WiViY/venv-source/lib64/python3.11/site-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) ^^^^^^^^^^^^^^^^ File "/tmp/arrow-HEAD.WiViY/venv-source/lib64/python3.11/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/arrow-HEAD.WiViY/venv-source/lib64/python3.11/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/arrow-HEAD.WiViY/venv-source/lib64/python3.11/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/arrow/dev/archery/archery/cli.py", line 771, in integration from .integration.runner import write_js_test_json, run_all_tests File "/arrow/dev/archery/archery/integration/runner.py", line 36, in <module> from .tester_java import JavaTester File "/arrow/dev/archery/archery/integration/tester_java.py", line 53, in <module> _arrow_version = load_version_from_pom() ^^^^^^^^^^^^^^^^^^^^^^^ File "/arrow/dev/archery/archery/integration/tester_java.py", line 37, in load_version_from_pom tree = ET.parse(os.path.join(ARROW_BUILD_ROOT, 'java', 'pom.xml')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/xml/etree/ElementTree.py", line 1218, in parse tree.parse(source, parser) File "/usr/lib64/python3.11/xml/etree/ElementTree.py", line 569, in parse source = open(source, "rb") ^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/java/pom.xml' ``` ### Component(s) Continuous Integration, Integration, Release -- 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]
