lwhite1 commented on PR #13481: URL: https://github.com/apache/arrow/pull/13481#issuecomment-1171423459
@lidavidm The error message I see (many linux build) doesn't look to me to have any direct connection to Java. (see below) Does this kind of thing happen randomly at all? There's also a failure on Conda integration, which I'll look at now. ``` ========================================================== [13239](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13240) Testing file interval_mdn [13240](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13241) ========================================================== [13241](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13242) Traceback (most recent call last): [13242](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13243) File "/arrow/dev/archery/archery/integration/runner.py", line 246, in _run_ipc_test_case [13243](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13244) run_binaries(producer, consumer, test_case) [13244](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13245) File "/arrow/dev/archery/archery/integration/runner.py", line 286, in _produce_consume [13245](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13246) consumer.stream_to_file(producer_stream_path, consumer_file_path) [13246](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13247) File "/arrow/dev/archery/archery/integration/tester_csharp.py", line 63, in stream_to_file [13247](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13248) self.run_shell_command(cmd) [13248](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13249) File "/arrow/dev/archery/archery/integration/tester.py", line 49, in run_shell_command [13249](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13250) subprocess.check_call(cmd, shell=True) [13250](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13251) File "/opt/conda/envs/arrow/lib/python3.10/subprocess.py", line 369, in check_call [13251](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13252) raise CalledProcessError(retcode, cmd) [13252](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13253) subprocess.CalledProcessError: Command '/arrow/csharp/artifacts/Apache.Arrow.IntegrationTest/Debug/net6.0/Apache.Arrow.IntegrationTest --mode stream-to-file -a /tmp/tmpx3r4d6to/92368096_generated_datetime.consumer_stream_as_file < /tmp/tmpx3r4d6to/92368096_generated_datetime.producer_file_as_stream' returned non-zero exit status 1. [13253](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13254) ################# FAILURES ################# [13254](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13255) FAILED TEST: datetime C++ producing, C# consuming [13255](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13256) [13256](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13257) 1 failures [13257](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13258) 1 [13258](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13259) Error: `docker-compose --file /home/runner/work/arrow/arrow/docker-compose.yml run --rm -e ARCHERY_INTEGRATION_WITH_RUST=1 conda-integration` exited with a non-zero exit code 1, see the process log above. [13259](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13260) [13260](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13261) The docker-compose command was invoked with the following parameters: [13261](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13262) [13262](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13263) Defaults defined in .env: [13263](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13264) ALMALINUX: 8 [13264](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13265) ARCH: amd64 [13265](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13266) ARCH_ALIAS: x86_64 [13266](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13267) ARCH_SHORT: amd64 [13267](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13268) ARROW_R_DEV: TRUE [13268](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13269) BUILDKIT_INLINE_CACHE: 1 [13269](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13270) CLANG_TOOLS: 12 [13270](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13271) COMPOSE_DOCKER_CLI_BUILD: 1 [13271](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13272) CONAN: gcc10 [13272](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13273) CUDA: 9.1 [13273](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13274) DASK: latest [13274](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13275) DEBIAN: 11 [13275](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13276) DEVTOOLSET_VERSION: -1 [13276](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13277) DOCKER_BUILDKIT: 1 [13277](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13278) DOCKER_VOLUME_PREFIX: [13278](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13279) DOTNET: 6.0 [13279](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13280) FEDORA: 35 [13280](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13281) GCC_VERSION: [13281](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13282) GO: 1.16 [13282](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13283) HDFS: 3.2.1 [13283](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13284) JDK: 8 [13284](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13285) KARTOTHEK: latest [13285](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13286) LLVM: 13 [13286](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13287) MAVEN: 3.5.4 [13287](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13288) NODE: 16 [13288](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13289) NUMPY: latest [13289](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13290) PANDAS: latest [13290](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13291) PYTHON: 3.8 [13291](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13292) PYTHON_WHEEL_WINDOWS_IMAGE_REVISION: 2022-06-12 [13292](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13293) R: 4.2 [13293](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13294) REPO: apache/arrow-dev [13294](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13295) R_CUSTOM_CCACHE: false [13295](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13296) R_IMAGE: ubuntu-gcc-release [13296](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13297) R_ORG: rhub [13297](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13298) R_PRUNE_DEPS: FALSE [13298](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13299) R_TAG: latest [13299](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13300) SPARK: master [13300](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13301) TURBODBC: latest [13301](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13302) TZ: UTC [13302](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13303) UBUNTU: 20.04 [13303](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13304) ULIMIT_CORE: -1 [13304](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13305) VCPKG: 38bb87c [13305](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13306) [13306](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13307) Archery was called with: [13307](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13308) export DOCKER_VOLUME_PREFIX=.docker/ [13308](https://github.com/apache/arrow/runs/7132663279?check_suite_focus=true#step:7:13309) Error: Process completed with exit code 1. ``` -- 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]
