Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
khuck opened this issue Oct 21, 2020 · 0 comments
Open

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

khuck opened this issue Oct 21, 2020 · 0 comments
Labels
category: @Phylanx Everything related to the @Phylanx python decorator type: defect
Milestone

Comments

@khuck
Copy link
Contributor

khuck commented Oct 21, 2020

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
@hkaiser hkaiser added category: @Phylanx Everything related to the @Phylanx python decorator type: defect labels Oct 21, 2020
@hkaiser hkaiser added this to the 0.0.1 milestone Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: @Phylanx Everything related to the @Phylanx python decorator type: defect
Projects
None yet
Development

No branches or pull requests

2 participants