Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created October 2, 2020 14:08
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 grahamc/40fa1e0f7bce5ce883e00e93df4fd7be to your computer and use it in GitHub Desktop.
Save grahamc/40fa1e0f7bce5ce883e00e93df4fd7be to your computer and use it in GitHub Desktop.
copying path '/nix/store/mbjhvq8y1mmkv4qsjhdvnixipjpvvy7i-ocvpn.sh' to 'ssh://root@kif.wg.gsc.io'...
Traceback (most recent call last):
File "/nix/store/hy7ghc3nf8b7wr6h9wfx2kfzyihn1xh2-resholved-unreleased/bin/.resholver-wrapped", line 1036, in <module>
sys.exit(punshow())
File "/nix/store/hy7ghc3nf8b7wr6h9wfx2kfzyihn1xh2-resholved-unreleased/bin/.resholver-wrapped", line 253, in punshow
resolved = ResolvedScript()
File "/nix/store/hy7ghc3nf8b7wr6h9wfx2kfzyihn1xh2-resholved-unreleased/bin/.resholver-wrapped", line 498, in __init__
self._make_parser(parse_ctx, script, arena)
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/core/main_loop.py", line 188, in ParseWholeFile
node = c_parser.ParseLogicalLine() # can raise ParseError
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 2039, in ParseLogicalLine
node = self._ParseCommandLine()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 1901, in _ParseCommandLine
child = self.ParseAndOr()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 1831, in ParseAndOr
child = self.ParsePipeline()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 1777, in ParsePipeline
child = self.ParseCommand()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 1691, in ParseCommand
return self.ParseCompoundCommand()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 1436, in ParseCompoundCommand
n2 = self.ParseSubshell()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 1618, in ParseSubshell
c_list = self._ParseCommandList()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 2022, in _ParseCommandList
node = self._ParseCommandTerm()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 1964, in _ParseCommandTerm
child = self.ParseAndOr()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 1831, in ParseAndOr
child = self.ParsePipeline()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 1777, in ParsePipeline
child = self.ParseCommand()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/cmd_parse.py", line 1707, in ParseCommand
enode = self.w_parser.ParseCommandExpr()
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/osh/word_parse.py", line 892, in ParseCommandExpr
grammar_nt.command_expr)
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/frontend/parse_lib.py", line 365, in ParseOilExpr
pnode, last_token = self.e_parser.Parse(lexer, start_symbol)
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/oil_lang/expr_parse.py", line 297, in Parse
self.push_parser.setup(start_symbol)
File "/nix/store/h6rnbl78pb9alrja29k6gxdd9zx01280-python2.7-oil-undefined/lib/python2.7/site-packages/oil/pgen2/parse.py", line 111, in setup
self.stack = [_StackItem(self.grammar.dfas[start], 0, newnode)]
AttributeError: 'NoneType' object has no attribute 'dfas'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment