You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/03 14:38:38 UTC

[GitHub] [arrow] pitrou commented on pull request #10225: ARROW-12630: [Dev][Integration] conda-integration docker build fails

pitrou commented on pull request #10225:
URL: https://github.com/apache/arrow/pull/10225#issuecomment-831303100


   This doesn't seem to be sufficient. I get the following error (multiple times):
   ```
   ==========================================================
   Testing file /tmp/arrow-integration-_9i6ftux/generated_null_trivial.json
   ==========================================================
   -- Creating binary inputs
   -- Validating file
   Traceback (most recent call last):
     File "/arrow/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
       run_binaries(producer, consumer, outcome, test_case)
     File "/arrow/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
       consumer.validate(json_path, producer_file_path)
     File "/arrow/dev/archery/archery/integration/tester_rust.py", line 64, in validate
       return self._run(arrow_path, json_path, 'VALIDATE')
     File "/arrow/dev/archery/archery/integration/tester_rust.py", line 61, in _run
       run_cmd(cmd)
     File "/arrow/dev/archery/archery/integration/util.py", line 139, in run_cmd
       output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
     File "/opt/conda/envs/arrow/lib/python3.8/subprocess.py", line 415, in check_output
       return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
     File "/opt/conda/envs/arrow/lib/python3.8/subprocess.py", line 493, in run
       with Popen(*popenargs, **kwargs) as process:
     File "/opt/conda/envs/arrow/lib/python3.8/subprocess.py", line 858, in __init__
       self._execute_child(args, executable, preexec_fn, close_fds,
     File "/opt/conda/envs/arrow/lib/python3.8/subprocess.py", line 1706, in _execute_child
       raise child_exception_type(errno_num, err_msg, err_filename)
   FileNotFoundError: [Errno 2] No such file or directory: '/arrow/rust/target/debug/arrow-json-integration-test'
   ```


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org