Closed yoshi-automation closed 3 years ago
Autosynth is still having trouble generating nodejs-bigquery. :sob:
Please investigate and fix this issue within 5 business days. While it remains broken, this library cannot be updated with changes to the nodejs-bigquery 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
:
xample:
git checkout -b <new-branch-name>
HEAD is now at 16d2a50 chore(deps): update dependency sinon to v10 (#935)
2021-04-10 01:02:02,818 autosynth [DEBUG] > Running: git checkout 0a071b3460344886297a304253bf924aa68ddb7e
Note: checking out '0a071b3460344886297a304253bf924aa68ddb7e'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 0a071b3 chore: add constraints file check for python samples (#1012)
2021-04-10 01:02:02,931 autosynth [DEBUG] > Running: git branch -f autosynth-81
2021-04-10 01:02:02,934 autosynth [DEBUG] > Running: git checkout autosynth-81
Switched to branch 'autosynth-81'
2021-04-10 01:02:02,941 autosynth [INFO] > Running synthtool
2021-04-10 01:02:02,941 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2021-04-10 01:02:02,941 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-bigquery/81/sponge_log.log
2021-04-10 01:02:02,943 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2021-04-10 01:02:03,202 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-bigquery/synth.py.
On branch autosynth-81
nothing to commit, working tree clean
2021-04-10 01:02:03,362 synthtool [DEBUG] > Using precloned repo /home/kbuilder/.cache/synthtool/synthtool
DEBUG:synthtool:Using precloned repo /home/kbuilder/.cache/synthtool/synthtool
.eslintignore
.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
samples/README.md
2021-04-10 01:02:03,530 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
npm WARN deprecated sinon@10.0.1: Breaking change found in this patch version
> @google-cloud/bigquery@5.5.0 prepare /home/kbuilder/.cache/synthtool/nodejs-bigquery
> npm run compile
> @google-cloud/bigquery@5.5.0 precompile /home/kbuilder/.cache/synthtool/nodejs-bigquery
> gts clean
version: 14
Removing build ...
> @google-cloud/bigquery@5.5.0 compile /home/kbuilder/.cache/synthtool/nodejs-bigquery
> tsc -p . && cp src/types.d.ts build/src/
[96mnode_modules/@types/sinon/index.d.ts[0m:[93m778[0m:[93m36[0m - [91merror[0m[90m TS2694: [0mNamespace '"/home/kbuilder/.cache/synthtool/nodejs-bigquery/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/nodejs-bigquery/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/nodejs-bigquery/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/nodejs-bigquery/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! @google-cloud/bigquery@5.5.0 compile: `tsc -p . && cp src/types.d.ts build/src/`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/bigquery@5.5.0 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_02_26_700Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/bigquery@5.5.0 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/bigquery@5.5.0 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_02_26_766Z-debug.log
2021-04-10 01:02:26,797 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/nodejs-bigquery/synth.py", line 14, 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:02:26,851 autosynth [ERROR] > Synthesis failed
2021-04-10 01:02:26,852 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 16d2a50 chore(deps): update dependency sinon to v10 (#935)
2021-04-10 01:02:26,860 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2021-04-10 01:02:26,866 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 nodejs-bigquery. :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 nodejs-bigquery 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.