Giter VIP home page Giter VIP logo

Comments (3)

yoshi-automation avatar yoshi-automation commented on July 21, 2024

Autosynth is still having trouble generating nodejs-cloudbuild. 😭

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 > Cloning googleapis.
synthtool > Pulling Docker image: gapic-generator-typescript:latest
latest: Pulling from gapic-images/gapic-generator-typescript
e7c96db7181b: Pulling fs layer
244f3e558d53: Pulling fs layer
56f1db5978c9: Pulling fs layer
ea135e98c1eb: Pulling fs layer
2348c943abee: Pulling fs layer
011a4cea9dab: Pulling fs layer
eca92ae992ea: Pulling fs layer
51c92ed7f5bf: Pulling fs layer
727d8b6e1b4b: Pulling fs layer
7aad056dfc7a: Pulling fs layer
ba0ace3a7d65: Pulling fs layer
93e3488a034a: Pulling fs layer
0f03aeb58393: Pulling fs layer
8b6e8c6a46bd: Pulling fs layer
2808e876deea: Pulling fs layer
64dc8796efe8: Pulling fs layer
42bf34f40b44: Pulling fs layer
7acef19e31be: Pulling fs layer
57739d5781f0: Pulling fs layer
ea135e98c1eb: Waiting
64dc8796efe8: Waiting
42bf34f40b44: Waiting
51c92ed7f5bf: Waiting
727d8b6e1b4b: Waiting
2348c943abee: Waiting
7aad056dfc7a: Waiting
93e3488a034a: Waiting
ba0ace3a7d65: Waiting
7acef19e31be: Waiting
57739d5781f0: Waiting
8b6e8c6a46bd: Waiting
eca92ae992ea: Waiting
011a4cea9dab: Waiting
2808e876deea: Waiting
0f03aeb58393: Waiting
e7c96db7181b: Verifying Checksum
e7c96db7181b: Download complete
56f1db5978c9: Verifying Checksum
56f1db5978c9: Download complete
ea135e98c1eb: Download complete
e7c96db7181b: Pull complete
2348c943abee: Verifying Checksum
2348c943abee: Download complete
244f3e558d53: Verifying Checksum
244f3e558d53: Download complete
011a4cea9dab: Verifying Checksum
011a4cea9dab: Download complete
51c92ed7f5bf: Verifying Checksum
51c92ed7f5bf: Download complete
eca92ae992ea: Verifying Checksum
eca92ae992ea: Download complete
727d8b6e1b4b: Verifying Checksum
727d8b6e1b4b: Download complete
ba0ace3a7d65: Verifying Checksum
ba0ace3a7d65: Download complete
93e3488a034a: Verifying Checksum
93e3488a034a: Download complete
7aad056dfc7a: Verifying Checksum
7aad056dfc7a: Download complete
8b6e8c6a46bd: Verifying Checksum
8b6e8c6a46bd: Download complete
0f03aeb58393: Verifying Checksum
0f03aeb58393: Download complete
2808e876deea: Verifying Checksum
2808e876deea: Download complete
64dc8796efe8: Verifying Checksum
64dc8796efe8: Download complete
7acef19e31be: Verifying Checksum
7acef19e31be: Download complete
57739d5781f0: Verifying Checksum
57739d5781f0: Download complete
42bf34f40b44: Verifying Checksum
42bf34f40b44: Download complete
244f3e558d53: Pull complete
56f1db5978c9: Pull complete
ea135e98c1eb: Pull complete
2348c943abee: Pull complete
011a4cea9dab: Pull complete
eca92ae992ea: Pull complete
51c92ed7f5bf: Pull complete
727d8b6e1b4b: Pull complete
7aad056dfc7a: Pull complete
ba0ace3a7d65: Pull complete
93e3488a034a: Pull complete
0f03aeb58393: Pull complete
8b6e8c6a46bd: Pull complete
2808e876deea: Pull complete
64dc8796efe8: Pull complete
42bf34f40b44: Pull complete
7acef19e31be: Pull complete
57739d5781f0: Pull complete
Digest: sha256:a7f89dbac851b1daf372db435f555fcbd77551a66bfb6ea3a21457e616be156d
Status: Downloaded newer image for gcr.io/gapic-images/gapic-generator-typescript:latest
synthtool > Generating code for: google/devtools/cloudbuild/v1.
synthtool > Failed executing docker run --mount type=bind,source=/home/kbuilder/.cache/synthtool/googleapis/google/devtools/cloudbuild/v1/,destination=/in/google/devtools/cloudbuild/v1/,readonly --mount type=bind,source=/tmpfs/tmp/tmpbq2or88u/,destination=/out/ --rm --user kbuilder gcr.io/gapic-images/gapic-generator-typescript:latest --grpc-service-config google/devtools/cloudbuild/v1/cloudbuild_grpc_service_config.json:

docker: Error response from daemon: linux spec user: unable to find user kbuilder: no matching entries in passwd file.

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 33, in <module>
    version=version)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_microgenerator.py", line 65, in typescript_library
    return self._generate_code(service, version, "typescript", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_microgenerator.py", line 182, in _generate_code
    shell.run(docker_run_args)
  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', '--mount', 'type=bind,source=/home/kbuilder/.cache/synthtool/googleapis/google/devtools/cloudbuild/v1/,destination=/in/google/devtools/cloudbuild/v1/,readonly', '--mount', 'type=bind,source=/tmpfs/tmp/tmpbq2or88u/,destination=/out/', '--rm', '--user', 'kbuilder', 'gcr.io/gapic-images/gapic-generator-typescript:latest', '--grpc-service-config', 'google/devtools/cloudbuild/v1/cloudbuild_grpc_service_config.json']' returned non-zero exit status 125.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

Synthesis failed

Google internal developers can see the full log here.

from nodejs-cloudbuild.

yoshi-automation avatar yoshi-automation commented on July 21, 2024

Autosynth is still having trouble generating nodejs-cloudbuild. 😭

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 > Cloning googleapis.
synthtool > Pulling Docker image: gapic-generator-typescript:latest
latest: Pulling from gapic-images/gapic-generator-typescript
e7c96db7181b: Pulling fs layer
244f3e558d53: Pulling fs layer
56f1db5978c9: Pulling fs layer
ea135e98c1eb: Pulling fs layer
2348c943abee: Pulling fs layer
011a4cea9dab: Pulling fs layer
eca92ae992ea: Pulling fs layer
51c92ed7f5bf: Pulling fs layer
727d8b6e1b4b: Pulling fs layer
7aad056dfc7a: Pulling fs layer
ba0ace3a7d65: Pulling fs layer
93e3488a034a: Pulling fs layer
0f03aeb58393: Pulling fs layer
8b6e8c6a46bd: Pulling fs layer
2808e876deea: Pulling fs layer
64dc8796efe8: Pulling fs layer
42bf34f40b44: Pulling fs layer
7acef19e31be: Pulling fs layer
57739d5781f0: Pulling fs layer
ea135e98c1eb: Waiting
2348c943abee: Waiting
011a4cea9dab: Waiting
eca92ae992ea: Waiting
51c92ed7f5bf: Waiting
93e3488a034a: Waiting
727d8b6e1b4b: Waiting
0f03aeb58393: Waiting
7aad056dfc7a: Waiting
8b6e8c6a46bd: Waiting
ba0ace3a7d65: Waiting
2808e876deea: Waiting
64dc8796efe8: Waiting
42bf34f40b44: Waiting
57739d5781f0: Waiting
e7c96db7181b: Verifying Checksum
e7c96db7181b: Download complete
56f1db5978c9: Verifying Checksum
56f1db5978c9: Download complete
ea135e98c1eb: Verifying Checksum
ea135e98c1eb: Download complete
e7c96db7181b: Pull complete
2348c943abee: Verifying Checksum
2348c943abee: Download complete
244f3e558d53: Verifying Checksum
244f3e558d53: Download complete
011a4cea9dab: Verifying Checksum
011a4cea9dab: Download complete
eca92ae992ea: Verifying Checksum
eca92ae992ea: Download complete
727d8b6e1b4b: Verifying Checksum
727d8b6e1b4b: Download complete
51c92ed7f5bf: Verifying Checksum
51c92ed7f5bf: Download complete
ba0ace3a7d65: Verifying Checksum
ba0ace3a7d65: Download complete
93e3488a034a: Verifying Checksum
93e3488a034a: Download complete
7aad056dfc7a: Verifying Checksum
7aad056dfc7a: Download complete
0f03aeb58393: Verifying Checksum
0f03aeb58393: Download complete
8b6e8c6a46bd: Verifying Checksum
8b6e8c6a46bd: Download complete
2808e876deea: Download complete
64dc8796efe8: Download complete
42bf34f40b44: Verifying Checksum
42bf34f40b44: Download complete
7acef19e31be: Verifying Checksum
7acef19e31be: Download complete
57739d5781f0: Verifying Checksum
57739d5781f0: Download complete
244f3e558d53: Pull complete
56f1db5978c9: Pull complete
ea135e98c1eb: Pull complete
2348c943abee: Pull complete
011a4cea9dab: Pull complete
eca92ae992ea: Pull complete
51c92ed7f5bf: Pull complete
727d8b6e1b4b: Pull complete
7aad056dfc7a: Pull complete
ba0ace3a7d65: Pull complete
93e3488a034a: Pull complete
0f03aeb58393: Pull complete
8b6e8c6a46bd: Pull complete
2808e876deea: Pull complete
64dc8796efe8: Pull complete
42bf34f40b44: Pull complete
7acef19e31be: Pull complete
57739d5781f0: Pull complete
Digest: sha256:a7f89dbac851b1daf372db435f555fcbd77551a66bfb6ea3a21457e616be156d
Status: Downloaded newer image for gcr.io/gapic-images/gapic-generator-typescript:latest
synthtool > Generating code for: google/devtools/cloudbuild/v1.
synthtool > Failed executing docker run --mount type=bind,source=/home/kbuilder/.cache/synthtool/googleapis/google/devtools/cloudbuild/v1/,destination=/in/google/devtools/cloudbuild/v1/,readonly --mount type=bind,source=/tmpfs/tmp/tmp_4o4lwdc/,destination=/out/ --rm --user kbuilder gcr.io/gapic-images/gapic-generator-typescript:latest --grpc-service-config google/devtools/cloudbuild/v1/cloudbuild_grpc_service_config.json:

docker: Error response from daemon: linux spec user: unable to find user kbuilder: no matching entries in passwd file.

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 33, in <module>
    version=version)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_microgenerator.py", line 65, in typescript_library
    return self._generate_code(service, version, "typescript", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_microgenerator.py", line 182, in _generate_code
    shell.run(docker_run_args)
  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', '--mount', 'type=bind,source=/home/kbuilder/.cache/synthtool/googleapis/google/devtools/cloudbuild/v1/,destination=/in/google/devtools/cloudbuild/v1/,readonly', '--mount', 'type=bind,source=/tmpfs/tmp/tmp_4o4lwdc/,destination=/out/', '--rm', '--user', 'kbuilder', 'gcr.io/gapic-images/gapic-generator-typescript:latest', '--grpc-service-config', 'google/devtools/cloudbuild/v1/cloudbuild_grpc_service_config.json']' returned non-zero exit status 125.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

Synthesis failed

Google internal developers can see the full log here.

from nodejs-cloudbuild.

yoshi-automation avatar yoshi-automation commented on July 21, 2024

Autosynth passed, closing! 💚

from nodejs-cloudbuild.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.