phylanx
phylanx copied to clipboard
Buildbot Test failure - tests.unit.python.primitives.make_vector
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