Closed yoshi-automation closed 3 years ago
Autosynth is still having trouble generating nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
k 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 7db8a6c chore(java): ignore return code 28 in README autosynth job (#843)
2020-11-11 02:28:47,323 autosynth [DEBUG] > Running: git branch -f autosynth-6
2020-11-11 02:28:47,326 autosynth [DEBUG] > Running: git checkout autosynth-6
Switched to branch 'autosynth-6'
2020-11-11 02:28:47,330 autosynth [INFO] > Running synthtool
2020-11-11 02:28:47,330 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-11 02:28:47,330 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/6/sponge_log.log
2020-11-11 02:28:47,331 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-11 02:28:47,538 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-6
nothing to commit, working tree clean
2020-11-11 02:28:47,662 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/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
2020-11-11 02:28:47,816 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.1 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-11T10_29_06_181Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-11T10_29_06_243Z-debug.log
2020-11-11 02:29:06,269 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-11 02:29:06,332 autosynth [ERROR] > Synthesis failed
2020-11-11 02:29:06,333 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-11 02:29:06,340 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-11 02:29:06,344 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
k 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 7db8a6c chore(java): ignore return code 28 in README autosynth job (#843)
2020-11-12 02:28:44,475 autosynth [DEBUG] > Running: git branch -f autosynth-6
2020-11-12 02:28:44,478 autosynth [DEBUG] > Running: git checkout autosynth-6
Switched to branch 'autosynth-6'
2020-11-12 02:28:44,483 autosynth [INFO] > Running synthtool
2020-11-12 02:28:44,483 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-12 02:28:44,483 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/6/sponge_log.log
2020-11-12 02:28:44,485 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-12 02:28:44,686 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-6
nothing to commit, working tree clean
2020-11-12 02:28:44,808 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/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
2020-11-12 02:28:44,956 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.1 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-12T10_29_02_521Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-12T10_29_02_581Z-debug.log
2020-11-12 02:29:02,607 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-12 02:29:02,665 autosynth [ERROR] > Synthesis failed
2020-11-12 02:29:02,666 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-12 02:29:02,673 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-12 02:29:02,677 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
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 d5fc0bc test(python): fix template defaults for noxfile default py versions (#844)
2020-11-13 02:28:49,674 autosynth [DEBUG] > Running: git branch -f autosynth-9
2020-11-13 02:28:49,677 autosynth [DEBUG] > Running: git checkout autosynth-9
Switched to branch 'autosynth-9'
2020-11-13 02:28:49,682 autosynth [INFO] > Running synthtool
2020-11-13 02:28:49,682 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-13 02:28:49,682 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/9/sponge_log.log
2020-11-13 02:28:49,684 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-13 02:28:49,896 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-9
nothing to commit, working tree clean
2020-11-13 02:28:50,025 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/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
2020-11-13 02:28:50,177 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.1 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-13T10_29_08_054Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-13T10_29_08_117Z-debug.log
2020-11-13 02:29:08,144 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-13 02:29:08,210 autosynth [ERROR] > Synthesis failed
2020-11-13 02:29:08,210 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-13 02:29:08,219 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-13 02:29:08,223 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
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 d5fc0bc test(python): fix template defaults for noxfile default py versions (#844)
2020-11-14 02:29:06,011 autosynth [DEBUG] > Running: git branch -f autosynth-9
2020-11-14 02:29:06,014 autosynth [DEBUG] > Running: git checkout autosynth-9
Switched to branch 'autosynth-9'
2020-11-14 02:29:06,020 autosynth [INFO] > Running synthtool
2020-11-14 02:29:06,020 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-14 02:29:06,020 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/9/sponge_log.log
2020-11-14 02:29:06,022 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-14 02:29:06,237 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-9
nothing to commit, working tree clean
2020-11-14 02:29:06,365 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/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
2020-11-14 02:29:06,522 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.1 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-14T10_29_26_700Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-14T10_29_26_769Z-debug.log
2020-11-14 02:29:26,798 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-14 02:29:26,879 autosynth [ERROR] > Synthesis failed
2020-11-14 02:29:26,879 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-14 02:29:26,887 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-14 02:29:26,892 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
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 d5fc0bc test(python): fix template defaults for noxfile default py versions (#844)
2020-11-15 02:28:54,031 autosynth [DEBUG] > Running: git branch -f autosynth-9
2020-11-15 02:28:54,034 autosynth [DEBUG] > Running: git checkout autosynth-9
Switched to branch 'autosynth-9'
2020-11-15 02:28:54,037 autosynth [INFO] > Running synthtool
2020-11-15 02:28:54,037 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-15 02:28:54,037 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/9/sponge_log.log
2020-11-15 02:28:54,039 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-15 02:28:54,245 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-9
nothing to commit, working tree clean
2020-11-15 02:28:54,371 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/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
2020-11-15 02:28:54,526 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.1 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-15T10_29_11_773Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-15T10_29_11_832Z-debug.log
2020-11-15 02:29:11,858 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-15 02:29:11,925 autosynth [ERROR] > Synthesis failed
2020-11-15 02:29:11,925 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-15 02:29:11,932 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-15 02:29:11,937 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
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 d5fc0bc test(python): fix template defaults for noxfile default py versions (#844)
2020-11-16 02:28:54,068 autosynth [DEBUG] > Running: git branch -f autosynth-9
2020-11-16 02:28:54,071 autosynth [DEBUG] > Running: git checkout autosynth-9
Switched to branch 'autosynth-9'
2020-11-16 02:28:54,075 autosynth [INFO] > Running synthtool
2020-11-16 02:28:54,075 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-16 02:28:54,075 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/9/sponge_log.log
2020-11-16 02:28:54,077 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-16 02:28:54,294 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-9
nothing to commit, working tree clean
2020-11-16 02:28:54,425 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/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
2020-11-16 02:28:54,576 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.1 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-16T10_29_12_869Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-16T10_29_12_935Z-debug.log
2020-11-16 02:29:13,039 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-16 02:29:13,109 autosynth [ERROR] > Synthesis failed
2020-11-16 02:29:13,109 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-16 02:29:13,116 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-16 02:29:13,121 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
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 d5fc0bc test(python): fix template defaults for noxfile default py versions (#844)
2020-11-17 02:29:12,271 autosynth [DEBUG] > Running: git branch -f autosynth-9
2020-11-17 02:29:12,274 autosynth [DEBUG] > Running: git checkout autosynth-9
Switched to branch 'autosynth-9'
2020-11-17 02:29:12,278 autosynth [INFO] > Running synthtool
2020-11-17 02:29:12,278 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-17 02:29:12,278 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/9/sponge_log.log
2020-11-17 02:29:12,280 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-17 02:29:12,491 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-9
nothing to commit, working tree clean
2020-11-17 02:29:12,617 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/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
2020-11-17 02:29:12,773 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.2 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-17T10_29_31_258Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-17T10_29_31_321Z-debug.log
2020-11-17 02:29:31,347 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-17 02:29:31,410 autosynth [ERROR] > Synthesis failed
2020-11-17 02:29:31,411 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-17 02:29:31,418 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-17 02:29:31,424 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
xperimental
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 7fcc405 build(java): use actions/github-script v3 tag rather than full semver (#854)
2020-11-18 02:28:43,851 autosynth [DEBUG] > Running: git branch -f autosynth-10
2020-11-18 02:28:43,854 autosynth [DEBUG] > Running: git checkout autosynth-10
Switched to branch 'autosynth-10'
2020-11-18 02:28:43,858 autosynth [INFO] > Running synthtool
2020-11-18 02:28:43,858 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-18 02:28:43,858 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/10/sponge_log.log
2020-11-18 02:28:43,859 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-18 02:28:44,060 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-10
nothing to commit, working tree clean
2020-11-18 02:28:44,180 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/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
2020-11-18 02:28:44,329 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.2 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-18T10_29_02_176Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-18T10_29_02_233Z-debug.log
2020-11-18 02:29:02,328 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-18 02:29:02,389 autosynth [ERROR] > Synthesis failed
2020-11-18 02:29:02,389 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-18 02:29:02,396 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-18 02:29:02,400 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
AD' 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 39b7149 fix: add pr-title in php-apiary (#857)
2020-11-19 02:29:26,076 autosynth [DEBUG] > Running: git branch -f autosynth-13
2020-11-19 02:29:26,079 autosynth [DEBUG] > Running: git checkout autosynth-13
Switched to branch 'autosynth-13'
2020-11-19 02:29:26,083 autosynth [INFO] > Running synthtool
2020-11-19 02:29:26,083 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-19 02:29:26,083 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/13/sponge_log.log
2020-11-19 02:29:26,085 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-19 02:29:26,318 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-13
nothing to commit, working tree clean
2020-11-19 02:29:26,456 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/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
2020-11-19 02:29:26,622 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.2 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-19T10_29_48_115Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-19T10_29_48_184Z-debug.log
2020-11-19 02:29:48,212 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-19 02:29:48,279 autosynth [ERROR] > Synthesis failed
2020-11-19 02:29:48,279 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-19 02:29:48,287 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-19 02:29:48,292 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
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 68742c6 chore(java): retry staging portion of the release with backoff (#858)
2020-11-20 02:29:11,319 autosynth [DEBUG] > Running: git branch -f autosynth-15
2020-11-20 02:29:11,322 autosynth [DEBUG] > Running: git checkout autosynth-15
Switched to branch 'autosynth-15'
2020-11-20 02:29:11,326 autosynth [INFO] > Running synthtool
2020-11-20 02:29:11,326 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-20 02:29:11,326 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/15/sponge_log.log
2020-11-20 02:29:11,328 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-20 02:29:11,550 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-15
nothing to commit, working tree clean
2020-11-20 02:29:11,683 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/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
2020-11-20 02:29:11,836 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.2 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-20T10_29_30_796Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-20T10_29_30_861Z-debug.log
2020-11-20 02:29:30,891 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-20 02:29:30,968 autosynth [ERROR] > Synthesis failed
2020-11-20 02:29:30,968 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-20 02:29:30,976 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-20 02:29:30,981 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
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 91b34d7 chore: turn off obsolete file tracking for nodejs (#861)
2020-11-21 02:28:26,825 autosynth [DEBUG] > Running: git branch -f autosynth-16
2020-11-21 02:28:26,828 autosynth [DEBUG] > Running: git checkout autosynth-16
Switched to branch 'autosynth-16'
2020-11-21 02:28:26,832 autosynth [INFO] > Running synthtool
2020-11-21 02:28:26,832 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-21 02:28:26,832 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/16/sponge_log.log
2020-11-21 02:28:26,833 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-21 02:28:27,015 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-16
nothing to commit, working tree clean
2020-11-21 02:28:27,122 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/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
2020-11-21 02:28:27,257 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.2 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-21T10_28_43_086Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-21T10_28_43_140Z-debug.log
2020-11-21 02:28:43,164 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-21 02:28:43,220 autosynth [ERROR] > Synthesis failed
2020-11-21 02:28:43,220 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-21 02:28:43,227 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-21 02:28:43,231 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
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 91b34d7 chore: turn off obsolete file tracking for nodejs (#861)
2020-11-22 02:29:09,265 autosynth [DEBUG] > Running: git branch -f autosynth-16
2020-11-22 02:29:09,268 autosynth [DEBUG] > Running: git checkout autosynth-16
Switched to branch 'autosynth-16'
2020-11-22 02:29:09,272 autosynth [INFO] > Running synthtool
2020-11-22 02:29:09,272 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-22 02:29:09,272 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/16/sponge_log.log
2020-11-22 02:29:09,273 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-22 02:29:09,510 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-16
nothing to commit, working tree clean
2020-11-22 02:29:09,651 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/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
2020-11-22 02:29:09,821 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.2 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-22T10_29_31_778Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-22T10_29_31_846Z-debug.log
2020-11-22 02:29:31,871 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-22 02:29:31,931 autosynth [ERROR] > Synthesis failed
2020-11-22 02:29:31,931 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-22 02:29:31,940 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-22 02:29:31,945 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
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 91b34d7 chore: turn off obsolete file tracking for nodejs (#861)
2020-11-23 02:29:12,967 autosynth [DEBUG] > Running: git branch -f autosynth-16
2020-11-23 02:29:12,969 autosynth [DEBUG] > Running: git checkout autosynth-16
Switched to branch 'autosynth-16'
2020-11-23 02:29:12,974 autosynth [INFO] > Running synthtool
2020-11-23 02:29:12,974 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-23 02:29:12,974 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/16/sponge_log.log
2020-11-23 02:29:12,976 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-23 02:29:13,210 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-16
nothing to commit, working tree clean
2020-11-23 02:29:13,351 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/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
2020-11-23 02:29:13,521 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.2 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-23T10_29_34_713Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-23T10_29_34_779Z-debug.log
2020-11-23 02:29:34,806 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-23 02:29:34,865 autosynth [ERROR] > Synthesis failed
2020-11-23 02:29:34,866 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-23 02:29:34,874 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-23 02:29:34,878 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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 nodejs-datastore-session. :sob:
Here's the output from running synth.py
:
ou 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 943bb78 build(java): enable blunderbuss for samples (#862)
2020-11-24 02:29:03,889 autosynth [DEBUG] > Running: git branch -f autosynth-17
2020-11-24 02:29:03,892 autosynth [DEBUG] > Running: git checkout autosynth-17
Switched to branch 'autosynth-17'
2020-11-24 02:29:03,897 autosynth [INFO] > Running synthtool
2020-11-24 02:29:03,897 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-11-24 02:29:03,897 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/nodejs-datastore-session/17/sponge_log.log
2020-11-24 02:29:03,899 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-11-24 02:29:04,120 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/nodejs-datastore-session/synth.py.
On branch autosynth-17
nothing to commit, working tree clean
2020-11-24 02:29:04,255 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/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
2020-11-24 02:29:04,409 synthtool [DEBUG] > Installing dependencies...
DEBUG:synthtool:Installing dependencies...
> protobufjs@6.10.2 postinstall /home/kbuilder/.cache/synthtool/nodejs-datastore-session/node_modules/protobufjs
> node scripts/postinstall
> @google-cloud/connect-datastore@5.0.1 prepare /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> npm run compile
> @google-cloud/connect-datastore@5.0.1 precompile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> gts clean
version: 14
Removing build ...
> @google-cloud/connect-datastore@5.0.1 compile /home/kbuilder/.cache/synthtool/nodejs-datastore-session
> tsc -p .
[96msrc/index.ts[0m:[93m34[0m:[93m11[0m - [91merror[0m[90m TS2554: [0mExpected 0 arguments, but got 1.
[7m34[0m super(options);
[7m [0m [91m ~~~~~~~[0m
[96msrc/index.ts[0m:[93m58[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m58[0m callback: (err: Error | null, session?: Express.SessionData | null) => void
[7m [0m [91m ~~~~~~~~~~~[0m
[96msrc/index.ts[0m:[93m99[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m99[0m sess: Express.SessionData,
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m34[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m34[0m store.set('id1', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m64[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m64[0m store.set('id2', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
[96msystem-test/session.ts[0m:[93m82[0m:[93m54[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'SessionData'.
[7m82[0m store.set('id3', ({foo: 'bar'} as {}) as Express.SessionData, err => {
[7m [0m [91m ~~~~~~~~~~~[0m
Found 6 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 compile: `tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-24T10_29_23_121Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/connect-datastore@5.0.1 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/connect-datastore@5.0.1 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/2020-11-24T10_29_23_189Z-debug.log
2020-11-24 02:29:23,217 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-datastore-session/synth.py", line 14, in <module>
node.install()
File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 167, 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.
2020-11-24 02:29:23,291 autosynth [ERROR] > Synthesis failed
2020-11-24 02:29:23,292 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 7f0a561 build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#244)
2020-11-24 02:29:23,299 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-24 02:29:23,304 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 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, 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-datastore-session. :broken_heart:
Here's the output from running
synth.py
:Google internal developers can see the full log here.