Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Synthesis failed for nodejs-document-ai #108

Closed
yoshi-automation opened this issue Oct 8, 2020 · 6 comments 路 Fixed by #112
Closed

Synthesis failed for nodejs-document-ai #108

yoshi-automation opened this issue Oct 8, 2020 · 6 comments 路 Fixed by #112
Assignees
Labels
autosynth failure priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@yoshi-automation
Copy link
Contributor

Hello! Autosynth couldn't regenerate nodejs-document-ai. 馃挃

Here's the output from running synth.py:

2020-10-08 03:10:16,319 autosynth [INFO] > logs will be written to: /tmpfs/src/logs/nodejs-document-ai
2020-10-08 03:10:17,029 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-10-08 03:10:17,032 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-10-08 03:10:17,036 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com
2020-10-08 03:10:17,039 autosynth [DEBUG] > Running: git config push.default simple
2020-10-08 03:10:17,042 autosynth [DEBUG] > Running: git branch -f autosynth
2020-10-08 03:10:17,045 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-10-08 03:10:17,051 autosynth [DEBUG] > Running: git clean -fdx
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 706, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 541, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 627, in _inner_main
    metadata = load_metadata(metadata_path)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 55, in load_metadata
    return json.loads(path.read_text())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 45 column 3 (char 1036)

Google internal developers can see the full log here.

@yoshi-automation yoshi-automation added autosynth failure priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Oct 8, 2020
@yoshi-automation
Copy link
Contributor Author

Autosynth is still having trouble generating nodejs-document-ai. 馃槶

Here's the output from running synth.py:

2020-10-09 02:48:00,503 autosynth [INFO] > logs will be written to: /tmpfs/src/logs/nodejs-document-ai
2020-10-09 02:48:01,249 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-10-09 02:48:01,253 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-10-09 02:48:01,255 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com
2020-10-09 02:48:01,258 autosynth [DEBUG] > Running: git config push.default simple
2020-10-09 02:48:01,261 autosynth [DEBUG] > Running: git branch -f autosynth
2020-10-09 02:48:01,264 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-10-09 02:48:01,295 autosynth [DEBUG] > Running: git clean -fdx
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 706, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 541, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 627, in _inner_main
    metadata = load_metadata(metadata_path)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 55, in load_metadata
    return json.loads(path.read_text())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 45 column 3 (char 1036)

Google internal developers can see the full log here.

@yoshi-automation
Copy link
Contributor Author

Autosynth is still having trouble generating nodejs-document-ai. 馃槶

Here's the output from running synth.py:

2020-10-10 03:18:11,729 autosynth [INFO] > logs will be written to: /tmpfs/src/logs/nodejs-document-ai
2020-10-10 03:18:12,439 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-10-10 03:18:12,443 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-10-10 03:18:12,447 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com
2020-10-10 03:18:12,451 autosynth [DEBUG] > Running: git config push.default simple
2020-10-10 03:18:12,455 autosynth [DEBUG] > Running: git branch -f autosynth
2020-10-10 03:18:12,459 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-10-10 03:18:12,489 autosynth [DEBUG] > Running: git clean -fdx
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 706, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 541, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 627, in _inner_main
    metadata = load_metadata(metadata_path)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 55, in load_metadata
    return json.loads(path.read_text())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 45 column 3 (char 1036)

Google internal developers can see the full log here.

@yoshi-automation
Copy link
Contributor Author

Autosynth is still having trouble generating nodejs-document-ai. 馃槶

Here's the output from running synth.py:

2020-10-11 02:53:18,003 autosynth [INFO] > logs will be written to: /tmpfs/src/logs/nodejs-document-ai
2020-10-11 02:53:18,692 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-10-11 02:53:18,694 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-10-11 02:53:18,697 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com
2020-10-11 02:53:18,700 autosynth [DEBUG] > Running: git config push.default simple
2020-10-11 02:53:18,703 autosynth [DEBUG] > Running: git branch -f autosynth
2020-10-11 02:53:18,706 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-10-11 02:53:18,736 autosynth [DEBUG] > Running: git clean -fdx
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 706, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 541, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 627, in _inner_main
    metadata = load_metadata(metadata_path)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 55, in load_metadata
    return json.loads(path.read_text())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 45 column 3 (char 1036)

Google internal developers can see the full log here.

@yoshi-automation
Copy link
Contributor Author

Autosynth is still having trouble generating nodejs-document-ai. 馃槶

Here's the output from running synth.py:

2020-10-12 02:55:17,565 autosynth [INFO] > logs will be written to: /tmpfs/src/logs/nodejs-document-ai
2020-10-12 02:55:18,272 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-10-12 02:55:18,276 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-10-12 02:55:18,279 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com
2020-10-12 02:55:18,282 autosynth [DEBUG] > Running: git config push.default simple
2020-10-12 02:55:18,285 autosynth [DEBUG] > Running: git branch -f autosynth
2020-10-12 02:55:18,288 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-10-12 02:55:18,318 autosynth [DEBUG] > Running: git clean -fdx
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 706, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 541, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 627, in _inner_main
    metadata = load_metadata(metadata_path)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 55, in load_metadata
    return json.loads(path.read_text())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 45 column 3 (char 1036)

Google internal developers can see the full log here.

@yoshi-automation
Copy link
Contributor Author

Autosynth is still having trouble generating nodejs-document-ai. 馃槶

Here's the output from running synth.py:

2020-10-13 03:12:47,813 autosynth [INFO] > logs will be written to: /tmpfs/src/logs/nodejs-document-ai
2020-10-13 03:12:48,536 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-10-13 03:12:48,539 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-10-13 03:12:48,541 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com
2020-10-13 03:12:48,544 autosynth [DEBUG] > Running: git config push.default simple
2020-10-13 03:12:48,547 autosynth [DEBUG] > Running: git branch -f autosynth
2020-10-13 03:12:48,550 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-10-13 03:12:48,579 autosynth [DEBUG] > Running: git clean -fdx
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 706, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 541, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 627, in _inner_main
    metadata = load_metadata(metadata_path)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 55, in load_metadata
    return json.loads(path.read_text())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 45 column 3 (char 1036)

Google internal developers can see the full log here.

@yoshi-automation
Copy link
Contributor Author

Autosynth is still having trouble generating nodejs-document-ai. 馃槶

Here's the output from running synth.py:

2020-10-14 02:57:33,525 autosynth [INFO] > logs will be written to: /tmpfs/src/logs/nodejs-document-ai
2020-10-14 02:57:34,233 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-10-14 02:57:34,237 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-10-14 02:57:34,239 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com
2020-10-14 02:57:34,242 autosynth [DEBUG] > Running: git config push.default simple
2020-10-14 02:57:34,245 autosynth [DEBUG] > Running: git branch -f autosynth
2020-10-14 02:57:34,248 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-10-14 02:57:34,277 autosynth [DEBUG] > Running: git clean -fdx
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 706, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 541, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 627, in _inner_main
    metadata = load_metadata(metadata_path)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 55, in load_metadata
    return json.loads(path.read_text())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 45 column 3 (char 1036)

Google internal developers can see the full log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosynth failure priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants