You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jorge Leitão (Jira)" <ji...@apache.org> on 2021/06/29 08:10:00 UTC

[jira] [Created] (ARROW-13205) [Go] Integration tests failing

Jorge Leitão created ARROW-13205:
------------------------------------

             Summary: [Go] Integration tests failing
                 Key: ARROW-13205
                 URL: https://issues.apache.org/jira/browse/ARROW-13205
             Project: Apache Arrow
          Issue Type: Bug
          Components: Go
            Reporter: Jorge Leitão


The integration tests are failing in latest master, see e.g. https://github.com/jorgecarleitao/arrow2/runs/2938958096?check_suite_focus=true, 


{code:java}
Traceback (most recent call last):
  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.9/subprocess.py", line 424, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/opt/conda/envs/arrow/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/opt/go/bin/arrow-json-integration-test', '-arrow', '/tmp/tmpqvoxxkae/4e19a9aa_generated_decimal.json_as_file', '-json', '/tmp/arrow-integration-jmy23nkx/generated_decimal.json', '-mode', 'JSON_TO_ARROW']' returned non-zero exit status 2.

During handling of the above exception, another exception occurred:

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 235, in _produce_consume
    producer.json_to_file(json_path, producer_file_path)
  File "/arrow/dev/archery/archery/integration/tester_go.py", line 59, in json_to_file
    return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
  File "/arrow/dev/archery/archery/integration/tester_go.py", line 53, in _run
    run_cmd(cmd)
  File "/arrow/dev/archery/archery/integration/util.py", line 148, in run_cmd
    raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: /opt/go/bin/arrow-json-integration-test -arrow /tmp/tmpqvoxxkae/4e19a9aa_generated_decimal.json_as_file -json /tmp/arrow-integration-jmy23nkx/generated_decimal.json -mode JSON_TO_ARROW
With output:
--------------
panic: runtime error: index out of range [0] with length 0
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)