phylanx icon indicating copy to clipboard operation
phylanx copied to clipboard

Buildbot Test failure - tests.unit.python.primitives.make_vector

Open khuck opened this issue 5 years ago • 0 comments

The tests.unit.python.primitives.make_vector test is failing on buildbot. Using the Debug config. See http://omega.nic.uoregon.edu:8020/#/builders/5/builds/285/steps/16/logs/stdio for details. It is throwing an exception:

Traceback (most recent call last):
  File "/var/lib/buildbot/workers/phylanx/x86_64-gcc7-debug/build/tools/buildbot/build-delphi-x86_64-Linux-gcc/phylanx-Debug/python/build/lib.linux-x86_64-3.6/phylanx/ast/physl.py", line 393, in _compile_or_load
    self.ir = self._apply_rule(self.python_tree.body[0])
  File "/var/lib/buildbot/workers/phylanx/x86_64-gcc7-debug/build/tools/buildbot/build-delphi-x86_64-Linux-gcc/phylanx-Debug/python/build/lib.linux-x86_64-3.6/phylanx/ast/physl.py", line 548, in _apply_rule
    return eval('self._%s' % node_name)(node)
  File "/var/lib/buildbot/workers/phylanx/x86_64-gcc7-debug/build/tools/buildbot/build-delphi-x86_64-Linux-gcc/phylanx-Debug/python/build/lib.linux-x86_64-3.6/phylanx/ast/physl.py", line 1060, in _FunctionDef
    body = self._block(node.body)
  File "/var/lib/buildbot/workers/phylanx/x86_64-gcc7-debug/build/tools/buildbot/build-delphi-x86_64-Linux-gcc/phylanx-Debug/python/build/lib.linux-x86_64-3.6/phylanx/ast/physl.py", line 984, in _block
    block = tuple(map(self._apply_rule, node))
  File "/var/lib/buildbot/workers/phylanx/x86_64-gcc7-debug/build/tools/buildbot/build-delphi-x86_64-Linux-gcc/phylanx-Debug/python/build/lib.linux-x86_64-3.6/phylanx/ast/physl.py", line 548, in _apply_rule
    return eval('self._%s' % node_name)(node)
  File "/var/lib/buildbot/workers/phylanx/x86_64-gcc7-debug/build/tools/buildbot/build-delphi-x86_64-Linux-gcc/phylanx-Debug/python/build/lib.linux-x86_64-3.6/phylanx/ast/physl.py", line 1263, in _Return
    value = self._apply_rule(node.value)
  File "/var/lib/buildbot/workers/phylanx/x86_64-gcc7-debug/build/tools/buildbot/build-delphi-x86_64-Linux-gcc/phylanx-Debug/python/build/lib.linux-x86_64-3.6/phylanx/ast/physl.py", line 548, in _apply_rule
    return eval('self._%s' % node_name)(node)
  File "/var/lib/buildbot/workers/phylanx/x86_64-gcc7-debug/build/tools/buildbot/build-delphi-x86_64-Linux-gcc/phylanx-Debug/python/build/lib.linux-x86_64-3.6/phylanx/ast/physl.py", line 806, in _Call
    return create_array(args, kwargs)
  File "/var/lib/buildbot/workers/phylanx/x86_64-gcc7-debug/build/tools/buildbot/build-delphi-x86_64-Linux-gcc/phylanx-Debug/python/build/lib.linux-x86_64-3.6/phylanx/ast/physl.py", line 119, in create_array
    data = np.array(*extract_data(array_tree))
ValueError: setting an array element with a sequence

khuck avatar Oct 21 '20 20:10 khuck