Skip to content

Instantly share code, notes, and snippets.

@stuhood
Created July 24, 2019 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuhood/9b733f7006e08e94bd3bed350d3ed3d2 to your computer and use it in GitHub Desktop.
Save stuhood/9b733f7006e08e94bd3bed350d3ed3d2 to your computer and use it in GitHub Desktop.
E 22:50:56 [ERROR] malformed node or string: <_ast.Call object at 0x7f0043c043c8>
E Traceback (most recent call last):
E File "/home/travis/.pex/code/c1be893d65fed47f31afaf43566988c4554faa66/pants/bin/local_pants_runner.py", line 302, in _run
E run_tracker_result = self._run_tracker.end()
E File "/home/travis/.pex/code/c1be893d65fed47f31afaf43566988c4554faa66/pants/goal/run_tracker.py", line 517, in end
E self.store_stats()
E File "/home/travis/.pex/code/c1be893d65fed47f31afaf43566988c4554faa66/pants/goal/run_tracker.py", line 458, in store_stats
E stats = self._stats()
E File "/home/travis/.pex/code/c1be893d65fed47f31afaf43566988c4554faa66/pants/goal/run_tracker.py", line 446, in _stats
E 'run_info': self.run_information(),
E File "/home/travis/.pex/code/c1be893d65fed47f31afaf43566988c4554faa66/pants/goal/run_tracker.py", line 433, in run_information
E run_information['target_data'] = ast.literal_eval(target_data)
E File "/opt/pyenv/versions/3.6.7/lib/python3.6/ast.py", line 85, in literal_eval
E return _convert(node_or_string)
E File "/opt/pyenv/versions/3.6.7/lib/python3.6/ast.py", line 66, in _convert
E in zip(node.keys, node.values))
E File "/opt/pyenv/versions/3.6.7/lib/python3.6/ast.py", line 65, in <genexpr>
E return dict((_convert(k), _convert(v)) for k, v
E File "/opt/pyenv/versions/3.6.7/lib/python3.6/ast.py", line 66, in _convert
E in zip(node.keys, node.values))
E File "/opt/pyenv/versions/3.6.7/lib/python3.6/ast.py", line 65, in <genexpr>
E return dict((_convert(k), _convert(v)) for k, v
E File "/opt/pyenv/versions/3.6.7/lib/python3.6/ast.py", line 66, in _convert
E in zip(node.keys, node.values))
E File "/opt/pyenv/versions/3.6.7/lib/python3.6/ast.py", line 65, in <genexpr>
E return dict((_convert(k), _convert(v)) for k, v
E File "/opt/pyenv/versions/3.6.7/lib/python3.6/ast.py", line 66, in _convert
E in zip(node.keys, node.values))
E File "/opt/pyenv/versions/3.6.7/lib/python3.6/ast.py", line 65, in <genexpr>
E return dict((_convert(k), _convert(v)) for k, v
E File "/opt/pyenv/versions/3.6.7/lib/python3.6/ast.py", line 84, in _convert
E raise ValueError('malformed node or string: ' + repr(node))
E ValueError: malformed node or string: <_ast.Call object at 0x7f0043c043c8>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment