googleapis / nodejs-dialogflow

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://dialogflow.com/
Apache License 2.0
797 stars 272 forks source link

Synthesis failed for nodejs-dialogflow #435

Closed yoshi-automation closed 5 years ago

yoshi-automation commented 5 years ago

Hello! Autosynth couldn't regenerate nodejs-dialogflow. :broken_heart:

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:66ca01f27ef7dc50fbfb7743b67028115a6a8acf43b2d82f9fc826de008adac4
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/cloud/dialogflow/artman_dialogflow_v2.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/js/dialogflow-v2.
synthtool > Running generator for google/cloud/dialogflow/artman_dialogflow_v2beta1.yaml.
synthtool > Failed executing docker run --name artman-docker --rm -i -e HOST_USER_ID=1000 -e HOST_GROUP_ID=1000 -e RUNNING_IN_ARTMAN_DOCKER=True -v /home/kbuilder/.cache/synthtool/googleapis:/home/kbuilder/.cache/synthtool/googleapis -v /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles:/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles -w /home/kbuilder/.cache/synthtool/googleapis googleapis/artman:latest /bin/bash -c artman --local --config google/cloud/dialogflow/artman_dialogflow_v2beta1.yaml generate nodejs_gapic:

artman> Final args:
artman>   api_name: dialogflow
artman>   api_version: v2beta1
artman>   artifact_type: GAPIC
artman>   aspect: ALL
artman>   gapic_code_dir: /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/js/dialogflow-v2beta1
artman>   gapic_yaml: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/v2beta1/dialogflow_gapic.yaml
artman>   generator_args: null
artman>   import_proto_path:
artman>     - /home/kbuilder/.cache/synthtool/googleapis
artman>   language: nodejs
artman>   organization_name: ''
artman>   output_dir: /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles
artman>   proto_deps:
artman>     - name: google-common-protos
artman>   proto_package: ''
artman>   root_dir: /home/kbuilder/.cache/synthtool/googleapis
artman>   samples: ''
artman>   service_yaml: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/dialogflow_v2beta1.yaml
artman>   src_proto_path:
artman>     - /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/v2beta1
artman>   toolkit_path: /toolkit
artman>   
artman> Creating GapicClientPipeline.
artman.output >
Exception in thread "main" java.lang.IllegalArgumentException: File not found: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/dialogflow_v2beta1.yaml
    at com.google.api.codegen.GeneratorMain.checkFile(GeneratorMain.java:516)
    at com.google.api.codegen.GeneratorMain.checkFiles(GeneratorMain.java:510)
    at com.google.api.codegen.GeneratorMain.gapicGeneratorMain(GeneratorMain.java:306)
    at com.google.api.codegen.GeneratorMain.main(GeneratorMain.java:190)

artman> Traceback (most recent call last):
  File "/artman/artman/cli/main.py", line 72, in main
    engine.run()
  File "/usr/local/lib/python3.5/dist-packages/taskflow/engines/action_engine/engine.py", line 247, in run
    for _state in self.run_iter(timeout=timeout):
  File "/usr/local/lib/python3.5/dist-packages/taskflow/engines/action_engine/engine.py", line 340, in run_iter
    failure.Failure.reraise_if_any(er_failures)
  File "/usr/local/lib/python3.5/dist-packages/taskflow/types/failure.py", line 339, in reraise_if_any
    failures[0].reraise()
  File "/usr/local/lib/python3.5/dist-packages/taskflow/types/failure.py", line 346, in reraise
    six.reraise(*self._exc_info)
  File "/usr/local/lib/python3.5/dist-packages/six.py", line 693, in reraise
    raise value
  File "/usr/local/lib/python3.5/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
    result = task.execute(**arguments)
  File "/artman/artman/tasks/gapic_tasks.py", line 146, in execute
    task_utils.gapic_gen_task(toolkit_path, [gapic_artifact] + args))
  File "/artman/artman/tasks/task_base.py", line 64, in exec_command
    raise e
  File "/artman/artman/tasks/task_base.py", line 56, in exec_command
    output = subprocess.check_output(args, stderr=subprocess.STDOUT)
  File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.5/subprocess.py", line 708, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['java', '-cp', '/toolkit/build/libs/gapic-generator-latest-fatjar.jar', 'com.google.api.codegen.GeneratorMain', 'LEGACY_GAPIC_AND_PACKAGE', '--descriptor_set=/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/-dialogflow-v2beta1.desc', '--package_yaml2=/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/nodejs_-dialogflow-v2beta1_package2.yaml', '--output=/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/js/dialogflow-v2beta1', '--language=nodejs', '--service_yaml=/home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/dialogflow_v2beta1.yaml', '--gapic_yaml=/home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/v2beta1/dialogflow_gapic.yaml']' returned non-zero exit status 1

Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
    main()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, 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 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 25, in <module>
    library = gapic.node_library('dialogflow', version)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 53, in node_library
    return self._generate_code(service, version, "nodejs", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 138, in _generate_code
    generator_args=generator_args,
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/artman.py", line 141, in run
    shell.run(cmd, cwd=root_dir)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
    raise exc
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
    encoding="utf-8",
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--name', 'artman-docker', '--rm', '-i', '-e', 'HOST_USER_ID=1000', '-e', 'HOST_GROUP_ID=1000', '-e', 'RUNNING_IN_ARTMAN_DOCKER=True', '-v', '/home/kbuilder/.cache/synthtool/googleapis:/home/kbuilder/.cache/synthtool/googleapis', '-v', '/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles:/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles', '-w', PosixPath('/home/kbuilder/.cache/synthtool/googleapis'), 'googleapis/artman:latest', '/bin/bash', '-c', 'artman --local --config google/cloud/dialogflow/artman_dialogflow_v2beta1.yaml generate nodejs_gapic']' returned non-zero exit status 32.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

Synthesis failed

Google internal developers can see the full log here.

yoshi-automation commented 5 years ago

Autosynth is still having trouble generating nodejs-dialogflow. :sob:

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:6068f67900a3f0bdece596b97bda8fc70406ca0e137a941f4c81d3217c994a80
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
    main()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, 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 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 25, in <module>
    library = gapic.node_library('dialogflow', version)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 53, in node_library
    return self._generate_code(service, version, "nodejs", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 121, in _generate_code
    f"Unable to find configuration yaml file: {(googleapis / config_path)}."
FileNotFoundError: Unable to find configuration yaml file: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/artman_dialogflow_v2.yaml.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

Synthesis failed

Google internal developers can see the full log here.

yoshi-automation commented 5 years ago

Autosynth is still having trouble generating nodejs-dialogflow. :sob:

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:6068f67900a3f0bdece596b97bda8fc70406ca0e137a941f4c81d3217c994a80
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
    main()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, 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 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 25, in <module>
    library = gapic.node_library('dialogflow', version)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 53, in node_library
    return self._generate_code(service, version, "nodejs", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 121, in _generate_code
    f"Unable to find configuration yaml file: {(googleapis / config_path)}."
FileNotFoundError: Unable to find configuration yaml file: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/artman_dialogflow_v2.yaml.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

Synthesis failed

Google internal developers can see the full log here.

yoshi-automation commented 5 years ago

Autosynth is still having trouble generating nodejs-dialogflow. :sob:

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
16c48d79e9cc: Pulling fs layer
3c654ad3ed7d: Pulling fs layer
6276f4f9c29d: Pulling fs layer
a4bd43ad48ce: Pulling fs layer
5df8d65b7b3f: Pulling fs layer
be485d07bf0d: Pulling fs layer
5b24d4f3b77a: Pulling fs layer
54927977ba3b: Pulling fs layer
0f951cf408b5: Pulling fs layer
621f955ae6c7: Pulling fs layer
b80426faff15: Pulling fs layer
2a6cf74a76d7: Pulling fs layer
e890d4eb0cfc: Pulling fs layer
3d82cfb4d2bb: Pulling fs layer
8a8e5374c8b1: Pulling fs layer
ef8398de77ca: Pulling fs layer
752f272258d1: Pulling fs layer
aef946cff6ed: Pulling fs layer
9ad64a11e434: Pulling fs layer
342d0bccb5a2: Pulling fs layer
ac48a412a877: Pulling fs layer
f77894fc50f6: Pulling fs layer
41ce38891019: Pulling fs layer
75f7a0f44592: Pulling fs layer
5b5f264a8497: Pulling fs layer
616b0c00fb61: Pulling fs layer
0f951cf408b5: Waiting
621f955ae6c7: Waiting
b80426faff15: Waiting
2a6cf74a76d7: Waiting
e890d4eb0cfc: Waiting
3d82cfb4d2bb: Waiting
8a8e5374c8b1: Waiting
a4bd43ad48ce: Waiting
5df8d65b7b3f: Waiting
be485d07bf0d: Waiting
ef8398de77ca: Waiting
752f272258d1: Waiting
aef946cff6ed: Waiting
9ad64a11e434: Waiting
5b24d4f3b77a: Waiting
342d0bccb5a2: Waiting
ac48a412a877: Waiting
54927977ba3b: Waiting
f77894fc50f6: Waiting
75f7a0f44592: Waiting
5b5f264a8497: Waiting
616b0c00fb61: Waiting
41ce38891019: Waiting
6276f4f9c29d: Verifying Checksum
6276f4f9c29d: Download complete
3c654ad3ed7d: Verifying Checksum
3c654ad3ed7d: Download complete
16c48d79e9cc: Verifying Checksum
16c48d79e9cc: Download complete
a4bd43ad48ce: Download complete
5df8d65b7b3f: Verifying Checksum
5df8d65b7b3f: Download complete
54927977ba3b: Verifying Checksum
54927977ba3b: Download complete
5b24d4f3b77a: Verifying Checksum
5b24d4f3b77a: Download complete
0f951cf408b5: Verifying Checksum
0f951cf408b5: Download complete
621f955ae6c7: Verifying Checksum
621f955ae6c7: Download complete
b80426faff15: Download complete
2a6cf74a76d7: Download complete
16c48d79e9cc: Pull complete
be485d07bf0d: Verifying Checksum
be485d07bf0d: Download complete
3c654ad3ed7d: Pull complete
3d82cfb4d2bb: Verifying Checksum
3d82cfb4d2bb: Download complete
6276f4f9c29d: Pull complete
a4bd43ad48ce: Pull complete
ef8398de77ca: Verifying Checksum
ef8398de77ca: Download complete
8a8e5374c8b1: Verifying Checksum
8a8e5374c8b1: Download complete
752f272258d1: Verifying Checksum
752f272258d1: Download complete
aef946cff6ed: Verifying Checksum
aef946cff6ed: Download complete
e890d4eb0cfc: Verifying Checksum
e890d4eb0cfc: Download complete
9ad64a11e434: Verifying Checksum
9ad64a11e434: Download complete
ac48a412a877: Verifying Checksum
ac48a412a877: Download complete
5df8d65b7b3f: Pull complete
41ce38891019: Verifying Checksum
41ce38891019: Download complete
75f7a0f44592: Download complete
5b5f264a8497: Verifying Checksum
5b5f264a8497: Download complete
342d0bccb5a2: Verifying Checksum
342d0bccb5a2: Download complete
616b0c00fb61: Verifying Checksum
616b0c00fb61: Download complete
f77894fc50f6: Verifying Checksum
f77894fc50f6: Download complete
be485d07bf0d: Pull complete
5b24d4f3b77a: Pull complete
54927977ba3b: Pull complete
0f951cf408b5: Pull complete
621f955ae6c7: Pull complete
b80426faff15: Pull complete
2a6cf74a76d7: Pull complete
e890d4eb0cfc: Pull complete
3d82cfb4d2bb: Pull complete
8a8e5374c8b1: Pull complete
ef8398de77ca: Pull complete
752f272258d1: Pull complete
aef946cff6ed: Pull complete
9ad64a11e434: Pull complete
342d0bccb5a2: Pull complete
ac48a412a877: Pull complete
f77894fc50f6: Pull complete
41ce38891019: Pull complete
75f7a0f44592: Pull complete
5b5f264a8497: Pull complete
616b0c00fb61: Pull complete
Digest: sha256:6068f67900a3f0bdece596b97bda8fc70406ca0e137a941f4c81d3217c994a80
Status: Downloaded newer image for googleapis/artman:latest
synthtool > Cloning googleapis.
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
    main()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, 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 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 25, in <module>
    library = gapic.node_library('dialogflow', version)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 53, in node_library
    return self._generate_code(service, version, "nodejs", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 121, in _generate_code
    f"Unable to find configuration yaml file: {(googleapis / config_path)}."
FileNotFoundError: Unable to find configuration yaml file: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/artman_dialogflow_v2.yaml.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

Synthesis failed

Google internal developers can see the full log here.

yoshi-automation commented 5 years ago

Autosynth is still having trouble generating nodejs-dialogflow. :sob:

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
16c48d79e9cc: Pulling fs layer
3c654ad3ed7d: Pulling fs layer
6276f4f9c29d: Pulling fs layer
a4bd43ad48ce: Pulling fs layer
5df8d65b7b3f: Pulling fs layer
be485d07bf0d: Pulling fs layer
5b24d4f3b77a: Pulling fs layer
54927977ba3b: Pulling fs layer
0f951cf408b5: Pulling fs layer
621f955ae6c7: Pulling fs layer
b80426faff15: Pulling fs layer
2a6cf74a76d7: Pulling fs layer
e890d4eb0cfc: Pulling fs layer
3d82cfb4d2bb: Pulling fs layer
8a8e5374c8b1: Pulling fs layer
ef8398de77ca: Pulling fs layer
752f272258d1: Pulling fs layer
aef946cff6ed: Pulling fs layer
9ad64a11e434: Pulling fs layer
342d0bccb5a2: Pulling fs layer
ac48a412a877: Pulling fs layer
f77894fc50f6: Pulling fs layer
41ce38891019: Pulling fs layer
75f7a0f44592: Pulling fs layer
5b5f264a8497: Pulling fs layer
616b0c00fb61: Pulling fs layer
a4bd43ad48ce: Waiting
5df8d65b7b3f: Waiting
752f272258d1: Waiting
5b24d4f3b77a: Waiting
54927977ba3b: Waiting
aef946cff6ed: Waiting
0f951cf408b5: Waiting
621f955ae6c7: Waiting
9ad64a11e434: Waiting
342d0bccb5a2: Waiting
3d82cfb4d2bb: Waiting
ac48a412a877: Waiting
b80426faff15: Waiting
8a8e5374c8b1: Waiting
2a6cf74a76d7: Waiting
ef8398de77ca: Waiting
e890d4eb0cfc: Waiting
f77894fc50f6: Waiting
5b5f264a8497: Waiting
75f7a0f44592: Waiting
616b0c00fb61: Waiting
3c654ad3ed7d: Verifying Checksum
3c654ad3ed7d: Download complete
6276f4f9c29d: Verifying Checksum
6276f4f9c29d: Download complete
16c48d79e9cc: Download complete
a4bd43ad48ce: Download complete
5df8d65b7b3f: Verifying Checksum
5df8d65b7b3f: Download complete
5b24d4f3b77a: Verifying Checksum
5b24d4f3b77a: Download complete
54927977ba3b: Verifying Checksum
54927977ba3b: Download complete
0f951cf408b5: Verifying Checksum
0f951cf408b5: Download complete
621f955ae6c7: Verifying Checksum
621f955ae6c7: Download complete
2a6cf74a76d7: Verifying Checksum
2a6cf74a76d7: Download complete
b80426faff15: Verifying Checksum
b80426faff15: Download complete
16c48d79e9cc: Pull complete
3d82cfb4d2bb: Verifying Checksum
3d82cfb4d2bb: Download complete
3c654ad3ed7d: Pull complete
be485d07bf0d: Verifying Checksum
be485d07bf0d: Download complete
6276f4f9c29d: Pull complete
a4bd43ad48ce: Pull complete
ef8398de77ca: Verifying Checksum
ef8398de77ca: Download complete
8a8e5374c8b1: Verifying Checksum
8a8e5374c8b1: Download complete
e890d4eb0cfc: Verifying Checksum
e890d4eb0cfc: Download complete
752f272258d1: Verifying Checksum
752f272258d1: Download complete
aef946cff6ed: Verifying Checksum
aef946cff6ed: Download complete
9ad64a11e434: Verifying Checksum
9ad64a11e434: Download complete
ac48a412a877: Verifying Checksum
ac48a412a877: Download complete
5df8d65b7b3f: Pull complete
41ce38891019: Verifying Checksum
41ce38891019: Download complete
75f7a0f44592: Verifying Checksum
75f7a0f44592: Download complete
5b5f264a8497: Verifying Checksum
5b5f264a8497: Download complete
342d0bccb5a2: Verifying Checksum
342d0bccb5a2: Download complete
616b0c00fb61: Verifying Checksum
616b0c00fb61: Download complete
f77894fc50f6: Verifying Checksum
f77894fc50f6: Download complete
be485d07bf0d: Pull complete
5b24d4f3b77a: Pull complete
54927977ba3b: Pull complete
0f951cf408b5: Pull complete
621f955ae6c7: Pull complete
b80426faff15: Pull complete
2a6cf74a76d7: Pull complete
e890d4eb0cfc: Pull complete
3d82cfb4d2bb: Pull complete
8a8e5374c8b1: Pull complete
ef8398de77ca: Pull complete
752f272258d1: Pull complete
aef946cff6ed: Pull complete
9ad64a11e434: Pull complete
342d0bccb5a2: Pull complete
ac48a412a877: Pull complete
f77894fc50f6: Pull complete
41ce38891019: Pull complete
75f7a0f44592: Pull complete
5b5f264a8497: Pull complete
616b0c00fb61: Pull complete
Digest: sha256:6068f67900a3f0bdece596b97bda8fc70406ca0e137a941f4c81d3217c994a80
Status: Downloaded newer image for googleapis/artman:latest
synthtool > Cloning googleapis.
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
    main()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, 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 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 25, in <module>
    library = gapic.node_library('dialogflow', version)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 53, in node_library
    return self._generate_code(service, version, "nodejs", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 121, in _generate_code
    f"Unable to find configuration yaml file: {(googleapis / config_path)}."
FileNotFoundError: Unable to find configuration yaml file: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/artman_dialogflow_v2.yaml.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

Synthesis failed

Google internal developers can see the full log here.

yoshi-automation commented 5 years ago

Autosynth is still having trouble generating nodejs-dialogflow. :sob:

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:6068f67900a3f0bdece596b97bda8fc70406ca0e137a941f4c81d3217c994a80
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
    main()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, 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 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 25, in <module>
    library = gapic.node_library('dialogflow', version)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 53, in node_library
    return self._generate_code(service, version, "nodejs", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 121, in _generate_code
    f"Unable to find configuration yaml file: {(googleapis / config_path)}."
FileNotFoundError: Unable to find configuration yaml file: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/artman_dialogflow_v2.yaml.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

Synthesis failed

Google internal developers can see the full log here.

yoshi-automation commented 5 years ago

Autosynth is still having trouble generating nodejs-dialogflow. :sob:

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:6068f67900a3f0bdece596b97bda8fc70406ca0e137a941f4c81d3217c994a80
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
    main()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, 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 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 25, in <module>
    library = gapic.node_library('dialogflow', version)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 53, in node_library
    return self._generate_code(service, version, "nodejs", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 121, in _generate_code
    f"Unable to find configuration yaml file: {(googleapis / config_path)}."
FileNotFoundError: Unable to find configuration yaml file: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/artman_dialogflow_v2.yaml.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

Synthesis failed

Google internal developers can see the full log here.

yoshi-automation commented 5 years ago

Autosynth is still having trouble generating nodejs-dialogflow. :sob:

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:6068f67900a3f0bdece596b97bda8fc70406ca0e137a941f4c81d3217c994a80
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
    main()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, 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 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 25, in <module>
    library = gapic.node_library('dialogflow', version)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 53, in node_library
    return self._generate_code(service, version, "nodejs", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 121, in _generate_code
    f"Unable to find configuration yaml file: {(googleapis / config_path)}."
FileNotFoundError: Unable to find configuration yaml file: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/dialogflow/artman_dialogflow_v2.yaml.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

Synthesis failed

Google internal developers can see the full log here.