googleapis/nodejs-dataproc

Synthesis failed for nodejs-dataproc

yoshi-automation opened this issue ยท 2 comments

Hello! Autosynth couldn't regenerate nodejs-dataproc. ๐Ÿ’”

Here's the output from running synth.py:

ore
.prettierrc.js
.trampolinerc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
api-extractor.json
renovate.json
samples/README.md
2020-11-17 01:15:12,763 synthtool [DEBUG] > Post-processing GAPIC library...
2020-11-17 01:15:12,763 synthtool [DEBUG] > Installing dependencies...

> protobufjs@6.10.2 postinstall /home/kbuilder/.cache/synthtool/nodejs-dataproc/node_modules/protobufjs
> node scripts/postinstall


> @google-cloud/dataproc@2.2.0 prepare /home/kbuilder/.cache/synthtool/nodejs-dataproc
> npm run compile


> @google-cloud/dataproc@2.2.0 precompile /home/kbuilder/.cache/synthtool/nodejs-dataproc
> gts clean

version: 14
Removing build ...

> @google-cloud/dataproc@2.2.0 compile /home/kbuilder/.cache/synthtool/nodejs-dataproc
> tsc -p . && cp -r protos build/

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 679 packages from 778 contributors and audited 682 packages in 24.77s

57 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

2020-11-17 01:15:38,167 synthtool [DEBUG] > Running prelint...

> @google-cloud/dataproc@2.2.0 prelint /home/kbuilder/.cache/synthtool/nodejs-dataproc
> cd samples; npm link ../; npm install


> @google-cloud/dataproc@2.2.0 prepare /home/kbuilder/.cache/synthtool/nodejs-dataproc
> npm run compile


> @google-cloud/dataproc@2.2.0 precompile /home/kbuilder/.cache/synthtool/nodejs-dataproc
> gts clean

version: 14
Removing build ...

> @google-cloud/dataproc@2.2.0 compile /home/kbuilder/.cache/synthtool/nodejs-dataproc
> tsc -p . && cp -r protos build/

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 682 packages in 11.744s

57 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

/home/kbuilder/.nvm/versions/node/v14.15.1/lib/node_modules/@google-cloud/dataproc -> /home/kbuilder/.cache/synthtool/nodejs-dataproc
/home/kbuilder/.cache/synthtool/nodejs-dataproc/samples/node_modules/@google-cloud/dataproc -> /home/kbuilder/.nvm/versions/node/v14.15.1/lib/node_modules/@google-cloud/dataproc -> /home/kbuilder/.cache/synthtool/nodejs-dataproc
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 179 packages from 106 contributors and audited 268 packages in 5.695s

58 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

2020-11-17 01:15:57,221 synthtool [DEBUG] > Running fix...

> @google-cloud/dataproc@2.2.0 fix /home/kbuilder/.cache/synthtool/nodejs-dataproc
> gts fix

version: 14

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1/autoscaling_policy_service_client.ts
  105:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1/cluster_controller_client.ts
  106:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1/job_controller_client.ts
  105:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1/workflow_template_service_client.ts
  107:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1beta2/autoscaling_policy_service_client.ts
  105:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1beta2/cluster_controller_client.ts
  106:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1beta2/job_controller_client.ts
  105:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1beta2/workflow_template_service_client.ts
  107:48  error  'window' is not defined  no-undef

โœ– 8 problems (8 errors, 0 warnings)

Error: Command failed with exit code 1: node ./node_modules/eslint/bin/eslint --fix **/*.ts **/*.js **/*.tsx **/*.jsx --no-error-on-unmatched-pattern
    at makeError (/home/kbuilder/.cache/synthtool/nodejs-dataproc/node_modules/execa/lib/error.js:59:11)
    at handlePromise (/home/kbuilder/.cache/synthtool/nodejs-dataproc/node_modules/execa/index.js:114:26)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async run (/home/kbuilder/.cache/synthtool/nodejs-dataproc/node_modules/gts/build/src/cli.js:120:17) {
  shortMessage: 'Command failed with exit code 1: node ./node_modules/eslint/bin/eslint --fix **/*.ts **/*.js **/*.tsx **/*.jsx --no-error-on-unmatched-pattern',
  command: 'node ./node_modules/eslint/bin/eslint --fix **/*.ts **/*.js **/*.tsx **/*.jsx --no-error-on-unmatched-pattern',
  exitCode: 1,
  signal: undefined,
  signalDescription: undefined,
  stdout: undefined,
  stderr: undefined,
  failed: true,
  timedOut: false,
  isCanceled: false,
  killed: false
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/dataproc@2.2.0 fix: `gts fix`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/dataproc@2.2.0 fix 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-17T09_16_24_736Z-debug.log
2020-11-17 01:16:24,747 synthtool [ERROR] > Failed executing npm run fix:

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-dataproc/synth.py", line 33, in <module>
    node.postprocess_gapic_library()
  File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 194, in postprocess_gapic_library
    fix(hide_output=hide_output)
  File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 179, in fix
    shell.run(["npm", "run", "fix"], 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', 'run', 'fix']' returned non-zero exit status 1.
2020-11-17 01:16:24,831 autosynth [ERROR] > Synthesis failed
2020-11-17 01:16:24,831 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at c89bc66 fix: do not modify options object, use defaultScopes (#445)
2020-11-17 01:16:24,847 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-17 01:16:24,861 autosynth [DEBUG] > Running: git clean -fdx
Removing __pycache__/
Removing build/
Removing node_modules/
Removing package-lock.json
Removing samples/node_modules/
Removing samples/package-lock.json
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-dataproc. ๐Ÿ˜ญ

Here's the output from running synth.py:

re
.prettierrc.js
.trampolinerc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
api-extractor.json
renovate.json
samples/README.md
2020-11-18 01:15:17,205 synthtool [DEBUG] > Post-processing GAPIC library...
2020-11-18 01:15:17,205 synthtool [DEBUG] > Installing dependencies...

> protobufjs@6.10.2 postinstall /home/kbuilder/.cache/synthtool/nodejs-dataproc/node_modules/protobufjs
> node scripts/postinstall


> @google-cloud/dataproc@2.2.0 prepare /home/kbuilder/.cache/synthtool/nodejs-dataproc
> npm run compile


> @google-cloud/dataproc@2.2.0 precompile /home/kbuilder/.cache/synthtool/nodejs-dataproc
> gts clean

version: 14
Removing build ...

> @google-cloud/dataproc@2.2.0 compile /home/kbuilder/.cache/synthtool/nodejs-dataproc
> tsc -p . && cp -r protos build/

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 679 packages from 778 contributors and audited 682 packages in 24.609s

57 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

2020-11-18 01:15:42,454 synthtool [DEBUG] > Running prelint...

> @google-cloud/dataproc@2.2.0 prelint /home/kbuilder/.cache/synthtool/nodejs-dataproc
> cd samples; npm link ../; npm install


> @google-cloud/dataproc@2.2.0 prepare /home/kbuilder/.cache/synthtool/nodejs-dataproc
> npm run compile


> @google-cloud/dataproc@2.2.0 precompile /home/kbuilder/.cache/synthtool/nodejs-dataproc
> gts clean

version: 14
Removing build ...

> @google-cloud/dataproc@2.2.0 compile /home/kbuilder/.cache/synthtool/nodejs-dataproc
> tsc -p . && cp -r protos build/

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 682 packages in 12.032s

57 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

/home/kbuilder/.nvm/versions/node/v14.15.1/lib/node_modules/@google-cloud/dataproc -> /home/kbuilder/.cache/synthtool/nodejs-dataproc
/home/kbuilder/.cache/synthtool/nodejs-dataproc/samples/node_modules/@google-cloud/dataproc -> /home/kbuilder/.nvm/versions/node/v14.15.1/lib/node_modules/@google-cloud/dataproc -> /home/kbuilder/.cache/synthtool/nodejs-dataproc
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 179 packages from 106 contributors and audited 268 packages in 5.674s

58 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

2020-11-18 01:16:01,816 synthtool [DEBUG] > Running fix...

> @google-cloud/dataproc@2.2.0 fix /home/kbuilder/.cache/synthtool/nodejs-dataproc
> gts fix

version: 14

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1/autoscaling_policy_service_client.ts
  111:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1/cluster_controller_client.ts
  112:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1/job_controller_client.ts
  111:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1/workflow_template_service_client.ts
  113:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1beta2/autoscaling_policy_service_client.ts
  111:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1beta2/cluster_controller_client.ts
  112:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1beta2/job_controller_client.ts
  111:48  error  'window' is not defined  no-undef

/home/kbuilder/.cache/synthtool/nodejs-dataproc/src/v1beta2/workflow_template_service_client.ts
  113:48  error  'window' is not defined  no-undef

โœ– 8 problems (8 errors, 0 warnings)

Error: Command failed with exit code 1: node ./node_modules/eslint/bin/eslint --fix **/*.ts **/*.js **/*.tsx **/*.jsx --no-error-on-unmatched-pattern
    at makeError (/home/kbuilder/.cache/synthtool/nodejs-dataproc/node_modules/execa/lib/error.js:59:11)
    at handlePromise (/home/kbuilder/.cache/synthtool/nodejs-dataproc/node_modules/execa/index.js:114:26)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async run (/home/kbuilder/.cache/synthtool/nodejs-dataproc/node_modules/gts/build/src/cli.js:120:17) {
  shortMessage: 'Command failed with exit code 1: node ./node_modules/eslint/bin/eslint --fix **/*.ts **/*.js **/*.tsx **/*.jsx --no-error-on-unmatched-pattern',
  command: 'node ./node_modules/eslint/bin/eslint --fix **/*.ts **/*.js **/*.tsx **/*.jsx --no-error-on-unmatched-pattern',
  exitCode: 1,
  signal: undefined,
  signalDescription: undefined,
  stdout: undefined,
  stderr: undefined,
  failed: true,
  timedOut: false,
  isCanceled: false,
  killed: false
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/dataproc@2.2.0 fix: `gts fix`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/dataproc@2.2.0 fix 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-18T09_16_30_837Z-debug.log
2020-11-18 01:16:30,846 synthtool [ERROR] > Failed executing npm run fix:

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-dataproc/synth.py", line 33, in <module>
    node.postprocess_gapic_library()
  File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 194, in postprocess_gapic_library
    fix(hide_output=hide_output)
  File "/tmpfs/src/github/synthtool/synthtool/languages/node.py", line 179, in fix
    shell.run(["npm", "run", "fix"], 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', 'run', 'fix']' returned non-zero exit status 1.
2020-11-18 01:16:30,916 autosynth [ERROR] > Synthesis failed
2020-11-18 01:16:30,916 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at c89bc66 fix: do not modify options object, use defaultScopes (#445)
2020-11-18 01:16:30,933 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-11-18 01:16:30,947 autosynth [DEBUG] > Running: git clean -fdx
Removing __pycache__/
Removing build/
Removing node_modules/
Removing package-lock.json
Removing samples/node_modules/
Removing samples/package-lock.json
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! ๐Ÿ’š