Closed yoshi-automation closed 3 years ago
Sinon released a breaking change so we'll need to wait for a fix
I think it's more this change that causing this issue. I had a similar problem with my PR for pubsub project: https://github.com/sinonjs/fake-timers#help-us-get-our-typescript-definitions-production-ready
Now there experiencing a different error now
Autosynth is still having trouble generating gcs-resumable-upload. :sob:
Please investigate and fix this issue within 5 business days. While it remains broken, this library cannot be updated with changes to the gcs-resumable-upload API, and the library grows stale.
See https://github.com/googleapis/synthtool/blob/master/autosynth/TroubleShooting.md for trouble shooting tips.
Here's the output from running synth.py
:
tignore
.eslintrc.json
.gitattributes
.github/CODEOWNERS
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support_request.md
.github/PULL_REQUEST_TEMPLATE.md
.github/release-please.yml
.github/workflows/ci.yaml
.kokoro/.gitattributes
.kokoro/common.cfg
.kokoro/continuous/node10/common.cfg
.kokoro/continuous/node10/docs.cfg
.kokoro/continuous/node10/test.cfg
.kokoro/continuous/node12/common.cfg
.kokoro/continuous/node12/lint.cfg
.kokoro/continuous/node12/samples-test.cfg
.kokoro/continuous/node12/system-test.cfg
.kokoro/continuous/node12/test.cfg
.kokoro/docs.sh
.kokoro/lint.sh
.kokoro/populate-secrets.sh
.kokoro/presubmit/node10/common.cfg
.kokoro/presubmit/node12/common.cfg
.kokoro/presubmit/node12/samples-test.cfg
.kokoro/presubmit/node12/system-test.cfg
.kokoro/presubmit/node12/test.cfg
.kokoro/publish.sh
.kokoro/release/docs-devsite.cfg
.kokoro/release/docs-devsite.sh
.kokoro/release/docs.cfg
.kokoro/release/docs.sh
.kokoro/release/publish.cfg
.kokoro/samples-test.sh
.kokoro/system-test.sh
.kokoro/test.bat
.kokoro/test.sh
.kokoro/trampoline.sh
.kokoro/trampoline_v2.sh
.mocharc.js
.nycrc
.prettierignore
.prettierrc.js
.trampolinerc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
api-extractor.json
renovate.json
Skipping: samples/README.md
2021-04-09 01:52:03,137 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
npm WARN deprecated sinon@10.0.1: Breaking change found in this patch version
npm WARN deprecated ts-simple-ast@12.4.0: NOTICE: ts-simple-ast has been renamed to ts-morph and version reset to 1.0.0. Switch at your leisure...
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated opn@6.0.0: The package has been renamed to `open`
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
> core-js@2.6.12 postinstall /home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
[96mThank you for using core-js ([94m https://github.com/zloirock/core-js [96m) for polyfilling JavaScript standard library![0m
[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: [0m
[96m>[94m https://opencollective.com/core-js [0m
[96m>[94m https://www.patreon.com/zloirock [0m
[96mAlso, the author of core-js ([94m https://github.com/zloirock [96m) is looking for a good job -)[0m
> @compodoc/compodoc@1.1.11 postinstall /home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/@compodoc/compodoc
> opencollective-postinstall || exit 0
[96m[1mThank you for using @compodoc/compodoc![96m[1m
[0m[96mIf you rely on this package, please consider supporting our open collective:[22m[39m
> [94mhttps://opencollective.com/compodoc/donate[0m
> gcs-resumable-upload@3.1.3 prepare /home/kbuilder/.cache/synthtool/gcs-resumable-upload
> npm run compile
> gcs-resumable-upload@3.1.3 precompile /home/kbuilder/.cache/synthtool/gcs-resumable-upload
> gts clean
version: 14
Removing build ...
> gcs-resumable-upload@3.1.3 compile /home/kbuilder/.cache/synthtool/gcs-resumable-upload
> tsc -p .
[96mnode_modules/@types/sinon/index.d.ts[0m:[93m778[0m:[93m36[0m - [91merror[0m[90m TS2694: [0mNamespace '"/home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'TimerId'.
[7m778[0m type SinonTimerId = FakeTimers.TimerId;
[7m [0m [91m ~~~~~~~[0m
[96mnode_modules/@types/sinon/index.d.ts[0m:[93m780[0m:[93m39[0m - [91merror[0m[90m TS2694: [0mNamespace '"/home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'InstalledMethods'.
[7m780[0m type SinonFakeTimers = FakeTimers.InstalledMethods &
[7m [0m [91m ~~~~~~~~~~~~~~~~[0m
[96mnode_modules/@types/sinon/index.d.ts[0m:[93m781[0m:[93m20[0m - [91merror[0m[90m TS2694: [0mNamespace '"/home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'NodeClock'.
[7m781[0m FakeTimers.NodeClock &
[7m [0m [91m ~~~~~~~~~[0m
[96mnode_modules/@types/sinon/index.d.ts[0m:[93m782[0m:[93m20[0m - [91merror[0m[90m TS2694: [0mNamespace '"/home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'BrowserClock'.
[7m782[0m FakeTimers.BrowserClock & {
[7m [0m [91m ~~~~~~~~~~~~[0m
Found 4 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gcs-resumable-upload@3.1.3 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the gcs-resumable-upload@3.1.3 compile script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/kbuilder/.npm/_logs/2021-04-09T08_52_30_322Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gcs-resumable-upload@3.1.3 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the gcs-resumable-upload@3.1.3 prepare script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/kbuilder/.npm/_logs/2021-04-09T08_52_30_378Z-debug.log
2021-04-09 01:52:30,410 synthtool [ERROR] > Failed executing npm install:
None
ERROR:synthtool:Failed executing npm install:
None
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/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/kbuilder/.cache/synthtool/gcs-resumable-upload/synth.py", line 13, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 171, in install
shell.run(["npm", "install"], hide_output=hide_output)
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['npm', 'install']' returned non-zero exit status 1.
2021-04-09 01:52:30,452 autosynth [ERROR] > Synthesis failed
2021-04-09 01:52:30,452 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 83d6da8 chore(deps): update dependency @types/configstore to v5 (#408)
2021-04-09 01:52:30,459 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2021-04-09 01:52:30,464 autosynth [DEBUG] > Running: git clean -fdx
Removing __pycache__/
Removing node_modules/
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 356, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 191, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 336, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 68, in synthesize_loop
has_changes = toolbox.synthesize_version_in_new_branch(synthesizer, youngest)
File "/tmpfs/src/github/synthtool/autosynth/synth_toolbox.py", line 259, in synthesize_version_in_new_branch
synthesizer.synthesize(synth_log_path, self.environ)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 120, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1.
Google internal developers can see the full log here.
Autosynth is still having trouble generating gcs-resumable-upload. :sob:
Please investigate and fix this issue within 5 business days. While it remains broken, this library cannot be updated with changes to the gcs-resumable-upload API, and the library grows stale.
See https://github.com/googleapis/synthtool/blob/master/autosynth/TroubleShooting.md for trouble shooting tips.
Here's the output from running synth.py
:
tignore
.eslintrc.json
.gitattributes
.github/CODEOWNERS
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support_request.md
.github/PULL_REQUEST_TEMPLATE.md
.github/release-please.yml
.github/workflows/ci.yaml
.kokoro/.gitattributes
.kokoro/common.cfg
.kokoro/continuous/node10/common.cfg
.kokoro/continuous/node10/docs.cfg
.kokoro/continuous/node10/test.cfg
.kokoro/continuous/node12/common.cfg
.kokoro/continuous/node12/lint.cfg
.kokoro/continuous/node12/samples-test.cfg
.kokoro/continuous/node12/system-test.cfg
.kokoro/continuous/node12/test.cfg
.kokoro/docs.sh
.kokoro/lint.sh
.kokoro/populate-secrets.sh
.kokoro/presubmit/node10/common.cfg
.kokoro/presubmit/node12/common.cfg
.kokoro/presubmit/node12/samples-test.cfg
.kokoro/presubmit/node12/system-test.cfg
.kokoro/presubmit/node12/test.cfg
.kokoro/publish.sh
.kokoro/release/docs-devsite.cfg
.kokoro/release/docs-devsite.sh
.kokoro/release/docs.cfg
.kokoro/release/docs.sh
.kokoro/release/publish.cfg
.kokoro/samples-test.sh
.kokoro/system-test.sh
.kokoro/test.bat
.kokoro/test.sh
.kokoro/trampoline.sh
.kokoro/trampoline_v2.sh
.mocharc.js
.nycrc
.prettierignore
.prettierrc.js
.trampolinerc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
api-extractor.json
renovate.json
Skipping: samples/README.md
2021-04-10 01:51:59,101 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
npm WARN deprecated sinon@10.0.1: Breaking change found in this patch version
npm WARN deprecated ts-simple-ast@12.4.0: NOTICE: ts-simple-ast has been renamed to ts-morph and version reset to 1.0.0. Switch at your leisure...
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated opn@6.0.0: The package has been renamed to `open`
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
> core-js@2.6.12 postinstall /home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
[96mThank you for using core-js ([94m https://github.com/zloirock/core-js [96m) for polyfilling JavaScript standard library![0m
[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: [0m
[96m>[94m https://opencollective.com/core-js [0m
[96m>[94m https://www.patreon.com/zloirock [0m
[96mAlso, the author of core-js ([94m https://github.com/zloirock [96m) is looking for a good job -)[0m
> @compodoc/compodoc@1.1.11 postinstall /home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/@compodoc/compodoc
> opencollective-postinstall || exit 0
[96m[1mThank you for using @compodoc/compodoc![96m[1m
[0m[96mIf you rely on this package, please consider supporting our open collective:[22m[39m
> [94mhttps://opencollective.com/compodoc/donate[0m
> gcs-resumable-upload@3.1.3 prepare /home/kbuilder/.cache/synthtool/gcs-resumable-upload
> npm run compile
> gcs-resumable-upload@3.1.3 precompile /home/kbuilder/.cache/synthtool/gcs-resumable-upload
> gts clean
version: 14
Removing build ...
> gcs-resumable-upload@3.1.3 compile /home/kbuilder/.cache/synthtool/gcs-resumable-upload
> tsc -p .
[96mnode_modules/@types/sinon/index.d.ts[0m:[93m778[0m:[93m36[0m - [91merror[0m[90m TS2694: [0mNamespace '"/home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'TimerId'.
[7m778[0m type SinonTimerId = FakeTimers.TimerId;
[7m [0m [91m ~~~~~~~[0m
[96mnode_modules/@types/sinon/index.d.ts[0m:[93m780[0m:[93m39[0m - [91merror[0m[90m TS2694: [0mNamespace '"/home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'InstalledMethods'.
[7m780[0m type SinonFakeTimers = FakeTimers.InstalledMethods &
[7m [0m [91m ~~~~~~~~~~~~~~~~[0m
[96mnode_modules/@types/sinon/index.d.ts[0m:[93m781[0m:[93m20[0m - [91merror[0m[90m TS2694: [0mNamespace '"/home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'NodeClock'.
[7m781[0m FakeTimers.NodeClock &
[7m [0m [91m ~~~~~~~~~[0m
[96mnode_modules/@types/sinon/index.d.ts[0m:[93m782[0m:[93m20[0m - [91merror[0m[90m TS2694: [0mNamespace '"/home/kbuilder/.cache/synthtool/gcs-resumable-upload/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'BrowserClock'.
[7m782[0m FakeTimers.BrowserClock & {
[7m [0m [91m ~~~~~~~~~~~~[0m
Found 4 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gcs-resumable-upload@3.1.3 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the gcs-resumable-upload@3.1.3 compile script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/kbuilder/.npm/_logs/2021-04-10T08_52_26_119Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gcs-resumable-upload@3.1.3 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the gcs-resumable-upload@3.1.3 prepare script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/kbuilder/.npm/_logs/2021-04-10T08_52_26_175Z-debug.log
2021-04-10 01:52:26,208 synthtool [ERROR] > Failed executing npm install:
None
ERROR:synthtool:Failed executing npm install:
None
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/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/kbuilder/.cache/synthtool/gcs-resumable-upload/synth.py", line 13, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 171, in install
shell.run(["npm", "install"], hide_output=hide_output)
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['npm', 'install']' returned non-zero exit status 1.
2021-04-10 01:52:26,254 autosynth [ERROR] > Synthesis failed
2021-04-10 01:52:26,255 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 83d6da8 chore(deps): update dependency @types/configstore to v5 (#408)
2021-04-10 01:52:26,262 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2021-04-10 01:52:26,266 autosynth [DEBUG] > Running: git clean -fdx
Removing __pycache__/
Removing node_modules/
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 356, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 191, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 336, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 68, in synthesize_loop
has_changes = toolbox.synthesize_version_in_new_branch(synthesizer, youngest)
File "/tmpfs/src/github/synthtool/autosynth/synth_toolbox.py", line 259, in synthesize_version_in_new_branch
synthesizer.synthesize(synth_log_path, self.environ)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 120, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1.
Google internal developers can see the full log here.
Autosynth passed, closing! :green_heart:
Hello! Autosynth couldn't regenerate gcs-resumable-upload. :broken_heart:
Please investigate and fix this issue within 5 business days. While it remains broken, this library cannot be updated with changes to the gcs-resumable-upload API, and the library grows stale.
See https://github.com/googleapis/synthtool/blob/master/autosynth/TroubleShooting.md for trouble shooting tips.
Here's the output from running
synth.py
:Google internal developers can see the full log here.