Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synthesis failed for vision #1

Closed
theacodes opened this issue Nov 13, 2018 · 12 comments
Closed

Synthesis failed for vision #1

theacodes opened this issue Nov 13, 2018 · 12 comments

Comments

@theacodes
Copy link
Owner

Hello! Autosynth couldn't regenerate vision.
Here's the output from running synth.py:

Cloning into 'working_repo'...
Traceback (most recent call last):
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 152, in <module>
    main()
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 116, in main
    configure_git(args.github_user, args.github_email)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 43, in configure_git
    subprocess.check_call(["git", "config", "user.name", user])
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 323, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 304, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 756, in __init__
    restore_signals, start_new_session)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 1430, in _execute_child
    restore_signals, start_new_session, preexec_fn)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Google internal developers can see the full log here.

@theacodes
Copy link
Owner Author

Autosynth is still having trouble generating vision.

Here's the output from running synth.py:

Cloning into 'working_repo'...
Traceback (most recent call last):
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 152, in <module>
    main()
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 116, in main
    configure_git(args.github_user, args.github_email)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 43, in configure_git
    subprocess.check_call(["git", "config", "user.name", user])
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 323, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 304, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 756, in __init__
    restore_signals, start_new_session)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 1430, in _execute_child
    restore_signals, start_new_session, preexec_fn)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Google internal developers can see the full log here.

@theacodes
Copy link
Owner Author

Autosynth is still having trouble generating vision. 😭

Here's the output from running synth.py:

Cloning into 'working_repo'...
Traceback (most recent call last):
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 152, in <module>
    main()
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 116, in main
    configure_git(args.github_user, args.github_email)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 43, in configure_git
    subprocess.check_call(["git", "config", "user.name", user])
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 323, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 304, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 756, in __init__
    restore_signals, start_new_session)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 1430, in _execute_child
    restore_signals, start_new_session, preexec_fn)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Google internal developers can see the full log here.

1 similar comment
@theacodes
Copy link
Owner Author

Autosynth is still having trouble generating vision. 😭

Here's the output from running synth.py:

Cloning into 'working_repo'...
Traceback (most recent call last):
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 152, in <module>
    main()
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 116, in main
    configure_git(args.github_user, args.github_email)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 43, in configure_git
    subprocess.check_call(["git", "config", "user.name", user])
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 323, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 304, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 756, in __init__
    restore_signals, start_new_session)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 1430, in _execute_child
    restore_signals, start_new_session, preexec_fn)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Google internal developers can see the full log here.

@yoshi-automation
Copy link

Autosynth is still having trouble generating vision. 😭

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth-vision'
/tmpfs/src/git/autosynth/env/bin/python3: can't open file 'synth.py': [Errno 2] No such file or directory

Synthesis failed

Google internal developers can see the full log here.

@theacodes
Copy link
Owner Author

Autosynth is still having trouble generating vision. 😭

Here's the output from running synth.py:

Cloning into 'working_repo'...
Traceback (most recent call last):
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 152, in <module>
    main()
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 116, in main
    configure_git(args.github_user, args.github_email)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 43, in configure_git
    subprocess.check_call(["git", "config", "user.name", user])
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 323, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 304, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 756, in __init__
    restore_signals, start_new_session)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 1430, in _execute_child
    restore_signals, start_new_session, preexec_fn)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Google internal developers can see the full log here.

@theacodes
Copy link
Owner Author

Autosynth is still having trouble generating vision. 😭

Here's the output from running synth.py:

Cloning into 'working_repo'...
Traceback (most recent call last):
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 152, in <module>
    main()
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 116, in main
    configure_git(args.github_user, args.github_email)
  File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 44, in configure_git
    subprocess.check_call(["git", "config", "user.email", email])
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 323, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 304, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 756, in __init__
    restore_signals, start_new_session)
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 1430, in _execute_child
    restore_signals, start_new_session, preexec_fn)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Google internal developers can see the full log here.

@theacodes
Copy link
Owner Author

Autosynth is still having trouble generating vision. 😭

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth-vision'
(null): can't open file 'synth.py': [Errno 2] No such file or directory

Synthesis failed

Google internal developers can see the full log here.

@theacodes
Copy link
Owner Author

Autosynth is still having trouble generating vision. 😭

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth-vision'
�[35msynthtool > �[36mCloning googleapis.�[0m
�[35msynthtool > �[36mRunning generator for google/cloud/vision/artman_vision_v1.yaml.�[0m
�[35msynthtool > �[36mEnsuring dependencies.�[0m
�[35msynthtool > �[36mPulling artman image.�[0m
�[35msynthtool > �[33mFailed executing docker pull googleapis/artman:latest:

Warning: failed to get default registry endpoint from daemon (Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?). Using system default: https://index.docker.io/v1/
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
�[0m
Traceback (most recent call last):
  File "synth.py", line 26, in <module>
    library = gapic.py_library('vision', version)
  File "/Users/theaflowers/workspace/autosynth/env/lib/python3.7/site-packages/synthtool/gcp/gapic_generator.py", line 39, in py_library
    return self._generate_code(service, version, "python", **kwargs)
  File "/Users/theaflowers/workspace/autosynth/env/lib/python3.7/site-packages/synthtool/gcp/gapic_generator.py", line 108, in _generate_code
    output_root = artman.Artman().run(
  File "/Users/theaflowers/workspace/autosynth/env/lib/python3.7/site-packages/synthtool/gcp/artman.py", line 32, in __init__
    self._install_artman()
  File "/Users/theaflowers/workspace/autosynth/env/lib/python3.7/site-packages/synthtool/gcp/artman.py", line 96, in _install_artman
    shell.run(["docker", "pull", f"googleapis/artman:{ARTMAN_VERSION}"])
  File "/Users/theaflowers/workspace/autosynth/env/lib/python3.7/site-packages/synthtool/shell.py", line 34, in run
    raise exc
  File "/Users/theaflowers/workspace/autosynth/env/lib/python3.7/site-packages/synthtool/shell.py", line 28, in run
    encoding="utf-8",
  File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 468, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'pull', 'googleapis/artman:latest']' returned non-zero exit status 1.
�[35msynthtool > �[36mCleaned up 0 temporary directories.�[0m

Synthesis failed

Google internal developers can see the full log here.

@yoshi-automation
Copy link

Autosynth is still having trouble generating vision. 😭

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth-vision'
Traceback (most recent call last):
  File "synth.py", line 17, in <module>
    import synthtool as s
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__init__.py", line 19, in <module>
    from synthtool import update_check
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/update_check.py", line 18, in <module>
    import pkg_resources
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3017, in <module>
    @_call_aside
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3003, in _call_aside
    f(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3045, in _initialize_master_working_set
    dist.activate(replace=False)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2577, in activate
    declare_namespace(pkg)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2151, in declare_namespace
    _handle_ns(packageName, path_item)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2091, in _handle_ns
    _rebuild_mod_path(path, packageName, module)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2120, in _rebuild_mod_path
    orig_path.sort(key=position_in_sys_path)
AttributeError: '_NamespacePath' object has no attribute 'sort'

Synthesis failed

Google internal developers can see the full log here.

@yoshi-automation
Copy link

Autosynth is still having trouble generating vision. 😭

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to branch 'autosynth-vision'
�[35msynthtool > �[36mCloning googleapis.�[0m
�[35msynthtool > �[36mRunning generator for google/cloud/vision/artman_vision_v1.yaml.�[0m
�[35msynthtool > �[36mEnsuring dependencies.�[0m
�[35msynthtool > �[36mPulling artman image.�[0m
latest: Pulling from googleapis/artman
18d680d61657: Pulling fs layer
0addb6fece63: Pulling fs layer
78e58219b215: Pulling fs layer
eb6959a66df2: Pulling fs layer
716c08b8dff5: Pulling fs layer
5ff0b30261bf: Pulling fs layer
1b5ac0c9eeb5: Pulling fs layer
34f3c6a8224c: Pulling fs layer
8bbd2018a0fb: Pulling fs layer
7f1ac6e1289f: Pulling fs layer
7de64c774b14: Pulling fs layer
e9bde16d5d07: Pulling fs layer
c8c98c74c0ab: Pulling fs layer
0e810b9ad560: Pulling fs layer
56b7ab0cb96a: Pulling fs layer
9ae8c5f4c503: Pulling fs layer
d393f5831fa3: Pulling fs layer
ac6bb24d47e8: Pulling fs layer
27c21c9ed71b: Pulling fs layer
a5b248f8d5cd: Pulling fs layer
50b801092bd7: Pulling fs layer
20d92c4f150c: Pulling fs layer
30529c8cfa49: Pulling fs layer
c8c98c74c0ab: Waiting
0e810b9ad560: Waiting
56b7ab0cb96a: Waiting
9ae8c5f4c503: Waiting
d393f5831fa3: Waiting
ac6bb24d47e8: Waiting
20d92c4f150c: Waiting
30529c8cfa49: Waiting
27c21c9ed71b: Waiting
1b5ac0c9eeb5: Waiting
a5b248f8d5cd: Waiting
34f3c6a8224c: Waiting
50b801092bd7: Waiting
8bbd2018a0fb: Waiting
e9bde16d5d07: Waiting
7f1ac6e1289f: Waiting
7de64c774b14: Waiting
716c08b8dff5: Waiting
eb6959a66df2: Waiting
5ff0b30261bf: Waiting
78e58219b215: Verifying Checksum
78e58219b215: Download complete
0addb6fece63: Verifying Checksum
0addb6fece63: Download complete
eb6959a66df2: Verifying Checksum
eb6959a66df2: Download complete
716c08b8dff5: Verifying Checksum
716c08b8dff5: Download complete
18d680d61657: Verifying Checksum
18d680d61657: Download complete
1b5ac0c9eeb5: Verifying Checksum
1b5ac0c9eeb5: Download complete
8bbd2018a0fb: Verifying Checksum
8bbd2018a0fb: Download complete
34f3c6a8224c: Verifying Checksum
34f3c6a8224c: Download complete
7f1ac6e1289f: Verifying Checksum
7f1ac6e1289f: Download complete
5ff0b30261bf: Verifying Checksum
5ff0b30261bf: Download complete
18d680d61657: Pull complete
0addb6fece63: Pull complete
78e58219b215: Pull complete
eb6959a66df2: Pull complete
7de64c774b14: Verifying Checksum
7de64c774b14: Download complete
c8c98c74c0ab: Verifying Checksum
c8c98c74c0ab: Download complete
e9bde16d5d07: Verifying Checksum
e9bde16d5d07: Download complete
56b7ab0cb96a: Verifying Checksum
56b7ab0cb96a: Download complete
0e810b9ad560: Verifying Checksum
0e810b9ad560: Download complete
716c08b8dff5: Pull complete
9ae8c5f4c503: Download complete
ac6bb24d47e8: Verifying Checksum
ac6bb24d47e8: Download complete
a5b248f8d5cd: Verifying Checksum
a5b248f8d5cd: Download complete
50b801092bd7: Verifying Checksum
50b801092bd7: Download complete
d393f5831fa3: Verifying Checksum
d393f5831fa3: Download complete
20d92c4f150c: Verifying Checksum
20d92c4f150c: Download complete
30529c8cfa49: Verifying Checksum
30529c8cfa49: Download complete
27c21c9ed71b: Verifying Checksum
27c21c9ed71b: Download complete
5ff0b30261bf: Pull complete
1b5ac0c9eeb5: Pull complete
34f3c6a8224c: Pull complete
8bbd2018a0fb: Pull complete
7f1ac6e1289f: Pull complete
7de64c774b14: Pull complete
e9bde16d5d07: Pull complete
c8c98c74c0ab: Pull complete
0e810b9ad560: Pull complete
56b7ab0cb96a: Pull complete
9ae8c5f4c503: Pull complete
d393f5831fa3: Pull complete
ac6bb24d47e8: Pull complete
27c21c9ed71b: Pull complete
a5b248f8d5cd: Pull complete
50b801092bd7: Pull complete
20d92c4f150c: Pull complete
30529c8cfa49: Pull complete
Digest: sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b
Status: Downloaded newer image for googleapis/artman:latest
�[35msynthtool > �[32mGenerated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/vision-v1.�[0m
�[35msynthtool > �[34mReplaced 'from __future__ import absolute_import' in google/cloud/vision_v1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'image_annotator_client' in google/cloud/vision_v1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'from google.cloud.vision_v1.gapic import iac' in google/cloud/vision_v1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'class ImageAnnotatorClient\\(iac.ImageAnnotatorClient\\):' in google/cloud/vision_v1/__init__.py.�[0m
�[35msynthtool > �[36mRunning generator for google/cloud/vision/artman_vision_v1p1beta1.yaml.�[0m
�[35msynthtool > �[36mEnsuring dependencies.�[0m
�[35msynthtool > �[36mPulling artman image.�[0m
latest: Pulling from googleapis/artman
Digest: sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b
Status: Image is up to date for googleapis/artman:latest
�[35msynthtool > �[32mGenerated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/vision-v1p1beta1.�[0m
�[35msynthtool > �[34mReplaced 'from __future__ import absolute_import' in google/cloud/vision_v1p1beta1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'image_annotator_client' in google/cloud/vision_v1p1beta1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'from google.cloud.vision_v1p1beta1.gapic import iac' in google/cloud/vision_v1p1beta1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'class ImageAnnotatorClient\\(iac.ImageAnnotatorClient\\):' in google/cloud/vision_v1p1beta1/__init__.py.�[0m
�[35msynthtool > �[36mRunning generator for google/cloud/vision/artman_vision_v1p2beta1.yaml.�[0m
�[35msynthtool > �[36mEnsuring dependencies.�[0m
�[35msynthtool > �[36mPulling artman image.�[0m
latest: Pulling from googleapis/artman
Digest: sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b
Status: Image is up to date for googleapis/artman:latest
�[35msynthtool > �[32mGenerated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/vision-v1p2beta1.�[0m
�[35msynthtool > �[34mReplaced 'from __future__ import absolute_import' in google/cloud/vision_v1p2beta1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'image_annotator_client' in google/cloud/vision_v1p2beta1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'from google.cloud.vision_v1p2beta1.gapic import iac' in google/cloud/vision_v1p2beta1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'class ImageAnnotatorClient\\(iac.ImageAnnotatorClient\\):' in google/cloud/vision_v1p2beta1/__init__.py.�[0m
�[35msynthtool > �[36mRunning generator for google/cloud/vision/artman_vision_v1p3beta1.yaml.�[0m
�[35msynthtool > �[36mEnsuring dependencies.�[0m
�[35msynthtool > �[36mPulling artman image.�[0m
latest: Pulling from googleapis/artman
Digest: sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b
Status: Image is up to date for googleapis/artman:latest
�[35msynthtool > �[32mGenerated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/vision-v1p3beta1.�[0m
�[35msynthtool > �[34mReplaced 'from __future__ import absolute_import' in google/cloud/vision_v1p3beta1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'image_annotator_client' in google/cloud/vision_v1p3beta1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'from google.cloud.vision_v1p3beta1.gapic import iac' in google/cloud/vision_v1p3beta1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'class ImageAnnotatorClient\\(iac.ImageAnnotatorClient\\):' in google/cloud/vision_v1p3beta1/__init__.py.�[0m
�[35msynthtool > �[34mReplaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p2beta1/gapic/image_annotator_client.py.�[0m
�[35msynthtool > �[34mReplaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p2beta1/gapic/transports/image_annotator_grpc_transport.py.�[0m
�[35msynthtool > �[34mReplaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p3beta1/gapic/image_annotator_client.py.�[0m
�[35msynthtool > �[34mReplaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p3beta1/gapic/product_search_client.py.�[0m
�[35msynthtool > �[34mReplaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p3beta1/gapic/transports/image_annotator_grpc_transport.py.�[0m
�[35msynthtool > �[34mReplaced 'import google.api_core.operations_v1' in google/cloud/vision_v1p3beta1/gapic/transports/product_search_grpc_transport.py.�[0m
�[35msynthtool > �[34mReplaced 'import google.api_core.operations_v1' in google/cloud/vision_v1/gapic/image_annotator_client.py.�[0m
�[35msynthtool > �[34mReplaced 'import google.api_core.operations_v1' in google/cloud/vision_v1/gapic/product_search_client.py.�[0m
�[35msynthtool > �[34mReplaced 'import google.api_core.operations_v1' in google/cloud/vision_v1/gapic/transports/image_annotator_grpc_transport.py.�[0m
�[35msynthtool > �[34mReplaced 'import google.api_core.operations_v1' in google/cloud/vision_v1/gapic/transports/product_search_grpc_transport.py.�[0m
�[35msynthtool > �[36mCleaned up 0 temporary directories.�[0m
�[35msynthtool > �[36mWrote metadata to synth.metadata.�[0m

Changed files:
M vision/google/cloud/vision_v1/gapic/enums.py
 M vision/google/cloud/vision_v1/gapic/image_annotator_client.py
 M vision/google/cloud/vision_v1/gapic/product_search_client.py
 M vision/google/cloud/vision_v1/gapic/transports/image_annotator_grpc_transport.py
 M vision/google/cloud/vision_v1/gapic/transports/product_search_grpc_transport.py
 M vision/google/cloud/vision_v1p1beta1/gapic/enums.py
 M vision/google/cloud/vision_v1p1beta1/gapic/image_annotator_client.py
 M vision/google/cloud/vision_v1p1beta1/gapic/transports/image_annotator_grpc_transport.py
 M vision/google/cloud/vision_v1p2beta1/gapic/enums.py
 M vision/google/cloud/vision_v1p2beta1/gapic/image_annotator_client.py
 M vision/google/cloud/vision_v1p2beta1/gapic/transports/image_annotator_grpc_transport.py
 M vision/google/cloud/vision_v1p3beta1/gapic/enums.py
 M vision/google/cloud/vision_v1p3beta1/gapic/image_annotator_client.py
 M vision/google/cloud/vision_v1p3beta1/gapic/product_search_client.py
 M vision/google/cloud/vision_v1p3beta1/gapic/transports/image_annotator_grpc_transport.py
 M vision/google/cloud/vision_v1p3beta1/gapic/transports/product_search_grpc_transport.py
 M vision/tests/unit/gapic/v1/test_image_annotator_client_v1.py
 M vision/tests/unit/gapic/v1/test_product_search_client_v1.py
 M vision/tests/unit/gapic/v1p1beta1/test_image_annotator_client_v1p1beta1.py
 M vision/tests/unit/gapic/v1p2beta1/test_image_annotator_client_v1p2beta1.py
 M vision/tests/unit/gapic/v1p3beta1/test_image_annotator_client_v1p3beta1.py
 M vision/tests/unit/gapic/v1p3beta1/test_product_search_client_v1p3beta1.py
?? vision/synth.metadata
[autosynth-vision 50408bf] [CHANGE ME] Re-generated vision to pick up changes in the API or client library generator.
 23 files changed, 771 insertions(+), 379 deletions(-)
 create mode 100644 vision/synth.metadata
To https://github.com/theacodes/google-cloud-python.git
 ! [remote rejected] autosynth-vision -> autosynth-vision (permission denied)
error: failed to push some refs to 'https://yoshi-automation:59e42cc3930c56f4c4d1d51d6bf9fad0aaec4a60@github.com/theacodes/google-cloud-python.git'
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/autosynth/synth.py", line 152, in <module>
    main()
  File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 138, in main
    push_changes(branch)
  File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 85, in push_changes
    subprocess.check_call(["git", "push", "--force", "origin", branch])
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 291, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'push', '--force', 'origin', 'autosynth-vision']' returned non-zero exit status 1.

Google internal developers can see the full log here.

@theacodes
Copy link
Owner Author

Autosynth passed, closing!

1 similar comment
@theacodes
Copy link
Owner Author

Autosynth passed, closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants