Code Monkey home page Code Monkey logo

java-billing's Introduction

Google Cloud Billing Client for Java

Java idiomatic client for Cloud Billing.

Maven Stability

๐ŸšŒ In October 2022, this library has moved to google-cloud-java/java-billing. This repository will be archived in the future. Future releases will appear in the new repository (https://github.com/googleapis/google-cloud-java/releases). The Maven artifact coordinates (com.google.cloud:google-cloud-billing) remain the same.

Quickstart

If you are using Maven, add this to your pom.xml file:

<dependency>
  <groupId>com.google.cloud</groupId>
  <artifactId>google-cloud-billing</artifactId>
  <version>2.5.0</version>
</dependency>

If you are using Gradle without BOM, add this to your dependencies:

implementation 'com.google.cloud:google-cloud-billing:2.5.0'

If you are using SBT, add this to your dependencies:

libraryDependencies += "com.google.cloud" % "google-cloud-billing" % "2.5.0"

Authentication

See the Authentication section in the base directory's README.

Authorization

The client application making API calls must be granted authorization scopes required for the desired Cloud Billing APIs, and the authenticated principal must have the IAM role(s) required to access GCP resources using the Cloud Billing API calls.

Getting Started

Prerequisites

You will need a Google Cloud Platform Console project with the Cloud Billing API enabled. You will need to enable billing to use Google Cloud Billing. Follow these instructions to get your project set up. You will also need to set up the local development environment by installing the Google Cloud SDK and running the following commands in command line: gcloud auth login and gcloud config set project [YOUR PROJECT ID].

Installation and setup

You'll need to obtain the google-cloud-billing library. See the Quickstart section to add google-cloud-billing as a dependency in your code.

About Cloud Billing

Cloud Billing allows developers to manage their billing accounts or browse the catalog of SKUs and pricing.

See the Cloud Billing client library docs to learn how to use this Cloud Billing Client Library.

Troubleshooting

To get help, follow the instructions in the shared Troubleshooting document.

Transport

Cloud Billing uses gRPC for the transport layer.

Supported Java Versions

Java 8 or above is required for using this client.

Google's Java client libraries, Google Cloud Client Libraries and Google Cloud API Libraries, follow the Oracle Java SE support roadmap (see the Oracle Java SE Product Releases section).

For new development

In general, new feature development occurs with support for the lowest Java LTS version covered by Oracle's Premier Support (which typically lasts 5 years from initial General Availability). If the minimum required JVM for a given library is changed, it is accompanied by a semver major release.

Java 11 and (in September 2021) Java 17 are the best choices for new development.

Keeping production systems current

Google tests its client libraries with all current LTS versions covered by Oracle's Extended Support (which typically lasts 8 years from initial General Availability).

Legacy support

Google's client libraries support legacy versions of Java runtimes with long term stable libraries that don't receive feature updates on a best efforts basis as it may not be possible to backport all patches.

Google provides updates on a best efforts basis to apps that continue to use Java 7, though apps might need to upgrade to current versions of the library that supports their JVM.

Where to find specific information

The latest versions and the supported Java versions are identified on the individual GitHub repository github.com/GoogleAPIs/java-SERVICENAME and on google-cloud-java.

Versioning

This library follows Semantic Versioning.

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING for more information how to get started.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Code of Conduct for more information.

License

Apache 2.0 - See LICENSE for more information.

CI Status

Java Version Status
Java 8 Kokoro CI
Java 8 OSX Kokoro CI
Java 8 Windows Kokoro CI
Java 11 Kokoro CI

Java is a registered trademark of Oracle and/or its affiliates.

java-billing's People

Contributors

chingor13 avatar ddixit14 avatar eaball35 avatar gcf-owl-bot[bot] avatar google-cloud-policy-bot[bot] avatar justinbeckwith avatar mpeddada1 avatar neenu1995 avatar release-please[bot] avatar renovate-bot avatar surferjeffatgoogle avatar suztomo avatar yangnuoyu avatar yoshi-automation avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

java-billing's Issues

Synthesis failed for java-billing

Hello! Autosynth couldn't regenerate java-billing. ๐Ÿ’”

Here's the output from running synth.py:

_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/d6/b7/5050dc1769c8a93d3ec7c4bd55be161991c94b8b235f88bf7c764449e708/pypandoc-1.5.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmpfs/tmp/tmpdcnminum/setuptools-tmp/setuptools/__init__.py", line 6, in <module>
        import distutils.core
      File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/_distutils_hack/__init__.py", line 82, in create_module
        return importlib.import_module('._distutils', 'setuptools')
      File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/importlib/__init__.py", line 126, in import_module
        return _bootstrap._gcd_import(name[level:], package, level)
    ModuleNotFoundError: No module named 'setuptools._distutils'
    
    ----------------------------------------
 (  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
Command "python setup.py egg_info" failed with error code 1 in /tmpfs/tmp/pip-build-_k7m8sk0/pypandoc/
)
ERROR: no such package '@gapic_generator_python_pip_deps//': pip_import failed: Collecting click==7.1.2 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl (82kB)
  Saved ./click-7.1.2-py2.py3-none-any.whl
Collecting google-api-core==1.22.1 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e0/2d/7c6c75013105e1d2b6eaa1bf18a56995be1dbc673c38885aea31136e9918/google_api_core-1.22.1-py2.py3-none-any.whl (91kB)
  Saved ./google_api_core-1.22.1-py2.py3-none-any.whl
Collecting googleapis-common-protos==1.52.0 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/03/74/3956721ea1eb4bcf7502a311fdaa60b85bd751de4e57d1943afe9b334141/googleapis_common_protos-1.52.0-py2.py3-none-any.whl (100kB)
  Saved ./googleapis_common_protos-1.52.0-py2.py3-none-any.whl
Collecting jinja2==2.11.2 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl (125kB)
  Saved ./Jinja2-2.11.2-py2.py3-none-any.whl
Collecting MarkupSafe==1.1.1 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
  Saved ./MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting protobuf==3.13.0 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/30/79/510974552cebff2ba04038544799450defe75e96ea5f1675dbf72cc8744f/protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl (1.3MB)
  Saved ./protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
Collecting pypandoc==1.5 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/d6/b7/5050dc1769c8a93d3ec7c4bd55be161991c94b8b235f88bf7c764449e708/pypandoc-1.5.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmpfs/tmp/tmpdcnminum/setuptools-tmp/setuptools/__init__.py", line 6, in <module>
        import distutils.core
      File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/_distutils_hack/__init__.py", line 82, in create_module
        return importlib.import_module('._distutils', 'setuptools')
      File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/importlib/__init__.py", line 126, in import_module
        return _bootstrap._gcd_import(name[level:], package, level)
    ModuleNotFoundError: No module named 'setuptools._distutils'
    
    ----------------------------------------
 (  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
  Cache entry deserialization failed, entry ignored
Command "python setup.py egg_info" failed with error code 1 in /tmpfs/tmp/pip-build-_k7m8sk0/pypandoc/
)
INFO: Elapsed time: 14.807s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successfully (0 packages loaded)

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/java-billing/synth.py", line 32, in <module>
    bazel_target=f'//google/cloud/{service}/{version}:google-cloud-{service}-{version}-java',
  File "/tmpfs/src/github/synthtool/synthtool/languages/java.py", line 298, in bazel_library
    library = gapic.java_library(service=service, version=version, **kwargs)
  File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 62, in java_library
    service, version, "java", tar_strip_components=0, **kwargs
  File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 183, in _generate_code
    shell.run(bazel_run_args)
  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 '['bazel', '--max_idle_secs=240', 'build', '//google/cloud/billing/v1:google-cloud-billing-v1-java']' returned non-zero exit status 1.
2020-08-30 14:19:04,497 autosynth [ERROR] > Synthesis failed
2020-08-30 14:19:04,498 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at a3c22ec build(java): switch to release-publish app for notifying GitHub of release status
2020-08-30 14:19:04,503 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-08-30 14:19:04,507 autosynth [DEBUG] > Running: git clean -fdx
Removing __pycache__/
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 690, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 539, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 670, in _inner_main
    commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 375, in synthesize_loop
    has_changes = toolbox.synthesize_version_in_new_branch(synthesizer, youngest)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 273, 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.

Synthesis failed for java-billing

Hello! Autosynth couldn't regenerate java-billing. ๐Ÿ’”

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to a new branch 'autosynth'
Cloning into '/tmpfs/tmp/tmpy_xafa5g/googleapis'...
Cloning into '/tmpfs/tmp/tmpy_xafa5g/synthtool'...
Switched to branch 'autosynth-self'
Note: checking out 'cf55d75b2a41828daca73485aa05b3924e426fc6'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at cf55d75 chore: regenerate README (#93)
Note: checking out 'd741cd976975c745d0199987aff0e908b8352992'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at d741cd97 chore: enable gapicv2 for firestore/v1 API
Note: checking out 'f8a9933e5e98202b04ef427f28d1d79221190fa4'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at f8a9933 chore(java): allow overriding the versioning section of the Java README (#495)
Switched to a new branch 'autosynth-self-2'
2020-04-30 13:58:21 [INFO] Running synthtool
2020-04-30 13:58:21 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 183, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 142, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 109, in _get_module_details
    __import__(pkg_name)
  File "/tmpfs/src/github/synthtool/synthtool/__init__.py", line 21, in <module>
    from synthtool import update_check
  File "/tmpfs/src/github/synthtool/synthtool/update_check.py", line 19, in <module>
    import packaging.version
ModuleNotFoundError: No module named 'packaging'
2020-04-30 13:58:21 [ERROR] Synthesis failed
HEAD is now at cf55d75 chore: regenerate README (#93)
Switched to branch 'autosynth-self'
Note: checking out 'cf55d75b2a41828daca73485aa05b3924e426fc6'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at cf55d75 chore: regenerate README (#93)
Previous HEAD position was d741cd97 chore: enable gapicv2 for firestore/v1 API
HEAD is now at 7e1c7603 Add an OAuth scope annotation in build_service proto file
Previous HEAD position was f8a9933 chore(java): allow overriding the versioning section of the Java README (#495)
HEAD is now at 6b685a2 fix: synthtool path (#515)
Switched to a new branch 'autosynth-85'
2020-04-30 13:58:21 [INFO] Running synthtool
2020-04-30 13:58:21 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 183, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 142, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 109, in _get_module_details
    __import__(pkg_name)
  File "/tmpfs/src/github/synthtool/synthtool/__init__.py", line 21, in <module>
    from synthtool import update_check
  File "/tmpfs/src/github/synthtool/synthtool/update_check.py", line 19, in <module>
    import packaging.version
ModuleNotFoundError: No module named 'packaging'
2020-04-30 13:58:21 [ERROR] Synthesis failed
HEAD is now at cf55d75 chore: regenerate README (#93)
Switched to branch 'autosynth'
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 576, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 457, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 566, in _inner_main
    commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 352, in synthesize_loop
    synthesize_inner_loop(toolbox, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 362, in synthesize_inner_loop
    synthesizer, len(toolbox.versions) - 1
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 259, in synthesize_version_in_new_branch
    synthesizer.synthesize(self.environ)
  File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 115, 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.

Promote to GA

Package name: google-cloud-billing
Current release: beta
Proposed release: GA

Instructions

Check the lists below, adding tests / documentation as required. Once all the "required" boxes are ticked, please create a release and close this issue.

Required

  • 28 days elapsed since last beta release with new API surface
  • Server API is GA
  • Package API is stable, and we can commit to backward compatibility
  • At least one integration/smoke test is defined and passing
  • All dependencies are GA

Optional

  • Most common / important scenarios have descriptive samples
  • Public manual methods have at least one usage sample each (excluding overloads)
  • Per-API README includes a full description of the API
  • Per-API README contains at least one โ€œgetting startedโ€ sample using the most common API scenario
  • Manual code has been reviewed by API producer
  • Manual code has been reviewed by a DPE responsible for samples
  • 'Client Libraries' page is added to the product documentation in 'APIs & Reference' section of the product's documentation on Cloud Site

Synthesis failed for java-billing

Hello! Autosynth couldn't regenerate java-billing. ๐Ÿ’”

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 > Generating code for: google/cloud/billing/v1.
synthtool > Generated code into /tmpfs/tmp/tmptxutsz8m.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/Sku.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/PricingInfo.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/UpdateBillingAccountRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListProjectBillingInfoRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListBillingAccountsResponseOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/GetBillingAccountRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/PricingExpressionOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/GetBillingAccountRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/AggregationInfo.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListServicesRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListSkusRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/PricingExpression.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListServicesRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListSkusRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListProjectBillingInfoResponseOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListProjectBillingInfoResponse.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/UpdateProjectBillingInfoRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListProjectBillingInfoRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/BillingAccount.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/Service.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/GetProjectBillingInfoRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CreateBillingAccountRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/UpdateBillingAccountRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListServicesResponseOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/UpdateProjectBillingInfoRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CloudCatalogProto.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/SkuOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CloudBillingProto.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ProjectBillingInfoOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CreateBillingAccountRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/PricingInfoOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/BillingAccountOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListSkusResponse.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListBillingAccountsRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListServicesResponse.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/Category.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListBillingAccountsResponse.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/GetProjectBillingInfoRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/AggregationInfoOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ServiceOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ProjectBillingInfo.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CategoryOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListSkusResponseOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListBillingAccountsRequest.java.
synthtool > Replaced '/\\*\n \\* Copyright \\d{4} Google LLC\n \\*\n \\* Licensed under the Apache License, Version 2.0 \\(the "License"\\); you may not use this file except\n \\* in compliance with the License. You may obtain a copy of the License at\n \\*\n \\* http://www.apache.org/licenses/LICENSE-2.0\n \\*\n \\* Unless required by applicable law or agreed to in writing, software distributed under the License\n \\* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n \\* or implied. See the License for the specific language governing permissions and limitations under\n \\* the License.\n \\*/\n' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/SkuName.java.
synthtool > Replaced '/\\*\n \\* Copyright \\d{4} Google LLC\n \\*\n \\* Licensed under the Apache License, Version 2.0 \\(the "License"\\); you may not use this file except\n \\* in compliance with the License. You may obtain a copy of the License at\n \\*\n \\* http://www.apache.org/licenses/LICENSE-2.0\n \\*\n \\* Unless required by applicable law or agreed to in writing, software distributed under the License\n \\* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n \\* or implied. See the License for the specific language governing permissions and limitations under\n \\* the License.\n \\*/\n' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/BillingAccountName.java.
synthtool > Replaced '/\\*\n \\* Copyright \\d{4} Google LLC\n \\*\n \\* Licensed under the Apache License, Version 2.0 \\(the "License"\\); you may not use this file except\n \\* in compliance with the License. You may obtain a copy of the License at\n \\*\n \\* http://www.apache.org/licenses/LICENSE-2.0\n \\*\n \\* Unless required by applicable law or agreed to in writing, software distributed under the License\n \\* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n \\* or implied. See the License for the specific language governing permissions and limitations under\n \\* the License.\n \\*/\n' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ServiceName.java.
synthtool > Replaced 'package com.google.cloud.billing.v1;' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/grpc-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CloudCatalogGrpc.java.
synthtool > Replaced 'package com.google.cloud.billing.v1;' in /tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/grpc-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CloudBillingGrpc.java.
synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/gapic-google-cloud-billing-v1-java/samples/src')] were copied. Does the source contain files?
synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/gapic-google-cloud-billing-v1-java/samples/resources')] were copied. Does the source contain files?
synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmptxutsz8m/google-cloud-billing-v1-java/gapic-google-cloud-billing-v1-java/samples/src/**/*.manifest.yaml')] were copied. Does the source contain files?
synthtool > Running java formatter on 19 files
synthtool > Running java formatter on 2 files
synthtool > Running java formatter on 47 files
synthtool > Running java formatter on 0 files
fatal: Invalid revision range 3febac09e0bf5f813de64a8d3cb69641af92584f..HEAD
synthtool > Wrote metadata to synth.metadata.
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 99, 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 91, 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>
    java.common_templates()
AttributeError: module 'synthtool.languages.java' has no attribute 'common_templates'

Synthesis failed

Google internal developers can see the full log here.

Synthesis failed for java-billing

Hello! Autosynth couldn't regenerate java-billing. ๐Ÿ’”

Here's the output from running synth.py:

pfs/src/github/synthtool/synthtool/transforms.py", line 208, in move
    f"No files in sources {sources} were copied. Does the source "
synthtool.transforms.MissingSourceError: No files in sources [PosixPath('/tmpfs/tmp/tmpeatz9icp/google-cloud-billing-v1-java/gapic-google-cloud-billing-v1-java/src')] were copied. Does the source contain files?
2020-07-16 15:33:45,226 autosynth [ERROR] > Synthesis failed
2020-07-16 15:33:45,227 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 9f29581 fix: migrate billing/v1 to grpc_service_config (#146)
2020-07-16 15:33:45,233 autosynth [DEBUG] > Running: git checkout autosynth-googleapis
Switched to branch 'autosynth-googleapis'
2020-07-16 15:33:45,237 autosynth [ERROR] > Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1.
2020-07-16 15:33:45,411 autosynth [DEBUG] > Running: git checkout 9f29581ca034d56e1770714833dba468330bb093
Note: checking out '9f29581ca034d56e1770714833dba468330bb093'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 9f29581 fix: migrate billing/v1 to grpc_service_config (#146)
2020-07-16 15:33:45,417 autosynth [DEBUG] > Running: git checkout 21f1470ecd01424dc91c70f1a7c798e4e87d1eec
Previous HEAD position was 4f2c9f7 ci(java): run dependency test on Java 8 and 11 (#639)
HEAD is now at 21f1470 chore: add config files for cloud-rad for node.js (#667)
2020-07-16 15:33:45,427 autosynth [DEBUG] > Running: git checkout b56aa06cc99050861c9a9b14d9569bd18eb09604
HEAD is now at b56aa06c feat: Adds AuditLog proto for reading IAM admin logs.
2020-07-16 15:33:45,464 autosynth [DEBUG] > Running: git branch -f autosynth-104
2020-07-16 15:33:45,469 autosynth [DEBUG] > Running: git checkout autosynth-104
Switched to branch 'autosynth-104'
2020-07-16 15:33:45,474 autosynth [INFO] > Running synthtool
2020-07-16 15:33:45,474 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-07-16 15:33:45,474 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/java-billing/104/sponge_log.log
2020-07-16 15:33:45,476 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-07-16 15:33:45,681 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/java-billing/synth.py.
On branch autosynth-104
nothing to commit, working tree clean
2020-07-16 15:33:45,812 synthtool [DEBUG] > Ensuring dependencies.
2020-07-16 15:33:45,823 synthtool [DEBUG] > Cloning googleapis.
2020-07-16 15:33:45,824 synthtool [DEBUG] > Using precloned repo /home/kbuilder/.cache/synthtool/googleapis
2020-07-16 15:33:45,828 synthtool [DEBUG] > Generating code for: //google/cloud/billing/v1:google-cloud-billing-v1-java.
2020-07-16 15:33:47,543 synthtool [SUCCESS] > Generated code into /tmpfs/tmp/tmp5v8d8ql8.
2020-07-16 15:33:47,544 synthtool [WARNING] > No replacements made in [PosixPath('/tmpfs/tmp/tmp5v8d8ql8/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/**/*.java')] for pattern // Generated by the protocol buffer compiler.  DO NOT EDIT!, maybe replacement is no longer needed?
2020-07-16 15:33:47,548 synthtool [WARNING] > No replacements made in [PosixPath('/tmpfs/tmp/tmp5v8d8ql8/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/**/*Name.java'), PosixPath('/tmpfs/tmp/tmp5v8d8ql8/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/**/*Names.java')] for pattern /\*
 \* Copyright \d{4} Google LLC
 \*
 \* Licensed under the Apache License, Version 2.0 \(the "License"\); you may not use this file except
 \* in compliance with the License. You may obtain a copy of the License at
 \*
 \* http://www.apache.org/licenses/LICENSE-2.0
 \*
 \* Unless required by applicable law or agreed to in writing, software distributed under the License
 \* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
 \* or implied. See the License for the specific language governing permissions and limitations under
 \* the License.
 \*/
, maybe replacement is no longer needed?
2020-07-16 15:33:47,548 synthtool [WARNING] > No replacements made in [PosixPath('/tmpfs/tmp/tmp5v8d8ql8/google-cloud-billing-v1-java/grpc-google-cloud-billing-v1-java/src/**/*.java')] for pattern ^package (.*);, maybe replacement is no longer needed?
2020-07-16 15:33:47,549 synthtool [DEBUG] > Wrote metadata to synth.metadata.
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/java-billing/synth.py", line 32, in <module>
    bazel_target=f'//google/cloud/{service}/{version}:google-cloud-{service}-{version}-java',
  File "/tmpfs/src/github/synthtool/synthtool/languages/java.py", line 318, in bazel_library
    destination_name=destination_name,
  File "/tmpfs/src/github/synthtool/synthtool/languages/java.py", line 193, in _common_generation
    required=True,
  File "/tmpfs/src/github/synthtool/synthtool/transforms.py", line 208, in move
    f"No files in sources {sources} were copied. Does the source "
synthtool.transforms.MissingSourceError: No files in sources [PosixPath('/tmpfs/tmp/tmp5v8d8ql8/google-cloud-billing-v1-java/gapic-google-cloud-billing-v1-java/src')] were copied. Does the source contain files?
2020-07-16 15:33:47,594 autosynth [ERROR] > Synthesis failed
2020-07-16 15:33:47,595 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 9f29581 fix: migrate billing/v1 to grpc_service_config (#146)
2020-07-16 15:33:47,600 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-07-16 15:33:47,606 autosynth [DEBUG] > Running: git clean -fdx
Removing __pycache__/
Traceback (most recent call last):
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 367, in synthesize_loop
    synthesize_inner_loop(fork, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 411, in synthesize_inner_loop
    synthesizer, len(toolbox.versions) - 1
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 266, 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.

During handling of the above exception, another exception occurred:

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 657, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 506, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 637, in _inner_main
    commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 375, in synthesize_loop
    synthesize_loop_single_pr(toolbox, change_pusher, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 401, in synthesize_loop_single_pr
    synthesize_inner_loop(toolbox, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 411, in synthesize_inner_loop
    synthesizer, len(toolbox.versions) - 1
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 266, 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.

Synthesis failed for java-billing

Hello! Autosynth couldn't regenerate java-billing. ๐Ÿ’”

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.
On branch autosynth
nothing to commit, working tree clean
HEAD detached at FETCH_HEAD
nothing to commit, working tree clean
synthtool > Ensuring dependencies.
synthtool > Cloning googleapis.
synthtool > Generating code for: google/cloud/billing/v1.
synthtool > Generated code into /tmpfs/tmp/tmp6o1l7lbw.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListServicesResponseOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/UpdateProjectBillingInfoRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/UpdateBillingAccountRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/UpdateProjectBillingInfoRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/Category.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListSkusResponse.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/GetProjectBillingInfoRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/SkuOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CreateBillingAccountRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CloudCatalogProto.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListBillingAccountsRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CategoryOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/Sku.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/PricingInfoOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListBillingAccountsRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/PricingInfo.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/PricingExpressionOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListSkusRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListSkusRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CreateBillingAccountRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListProjectBillingInfoRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/UpdateBillingAccountRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListProjectBillingInfoRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ProjectBillingInfo.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/GetProjectBillingInfoRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/BillingAccountOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListBillingAccountsResponseOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/AggregationInfo.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListSkusResponseOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListServicesRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/GetBillingAccountRequest.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/Service.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CloudBillingProto.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/AggregationInfoOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListProjectBillingInfoResponse.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/PricingExpression.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ProjectBillingInfoOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/BillingAccount.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListServicesRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/GetBillingAccountRequestOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListBillingAccountsResponse.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListServicesResponse.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ServiceOrBuilder.java.
synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ListProjectBillingInfoResponseOrBuilder.java.
synthtool > Replaced '/\\*\n \\* Copyright \\d{4} Google LLC\n \\*\n \\* Licensed under the Apache License, Version 2.0 \\(the "License"\\); you may not use this file except\n \\* in compliance with the License. You may obtain a copy of the License at\n \\*\n \\* http://www.apache.org/licenses/LICENSE-2.0\n \\*\n \\* Unless required by applicable law or agreed to in writing, software distributed under the License\n \\* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n \\* or implied. See the License for the specific language governing permissions and limitations under\n \\* the License.\n \\*/\n' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/BillingAccountName.java.
synthtool > Replaced '/\\*\n \\* Copyright \\d{4} Google LLC\n \\*\n \\* Licensed under the Apache License, Version 2.0 \\(the "License"\\); you may not use this file except\n \\* in compliance with the License. You may obtain a copy of the License at\n \\*\n \\* http://www.apache.org/licenses/LICENSE-2.0\n \\*\n \\* Unless required by applicable law or agreed to in writing, software distributed under the License\n \\* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n \\* or implied. See the License for the specific language governing permissions and limitations under\n \\* the License.\n \\*/\n' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/SkuName.java.
synthtool > Replaced '/\\*\n \\* Copyright \\d{4} Google LLC\n \\*\n \\* Licensed under the Apache License, Version 2.0 \\(the "License"\\); you may not use this file except\n \\* in compliance with the License. You may obtain a copy of the License at\n \\*\n \\* http://www.apache.org/licenses/LICENSE-2.0\n \\*\n \\* Unless required by applicable law or agreed to in writing, software distributed under the License\n \\* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n \\* or implied. See the License for the specific language governing permissions and limitations under\n \\* the License.\n \\*/\n' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/ServiceName.java.
synthtool > Replaced 'package com.google.cloud.billing.v1;' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/grpc-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CloudCatalogGrpc.java.
synthtool > Replaced 'package com.google.cloud.billing.v1;' in /tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/grpc-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CloudBillingGrpc.java.
synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/gapic-google-cloud-billing-v1-java/samples/src')] were copied. Does the source contain files?
synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/gapic-google-cloud-billing-v1-java/samples/resources')] were copied. Does the source contain files?
synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp6o1l7lbw/google-cloud-billing-v1-java/gapic-google-cloud-billing-v1-java/samples/src/**/*.manifest.yaml')] were copied. Does the source contain files?
synthtool > Running java formatter on 19 files
synthtool > Running java formatter on 2 files
synthtool > Running java formatter on 47 files
synthtool > Running java formatter on 0 files
synthtool > Wrote metadata to synth.metadata.
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 102, 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 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 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 33, in <module>
    java.common_templates()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/languages/java.py", line 349, in common_templates
    templates = gcp.CommonTemplates().java_library(**kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/common.py", line 75, in java_library
    return self._generic_library("java_library", **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/common.py", line 43, in _generic_library
    if not kwargs["metadata"]["samples"]:
KeyError: 'samples'

Synthesis failed

Google internal developers can see the full log here.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>whitesource/merge-confidence:beta)

Synthesis failed for java-billing

Hello! Autosynth couldn't regenerate java-billing. ๐Ÿ’”

Here's the output from running synth.py:

Cloning into 'working_repo'...
Switched to a new branch 'autosynth'
Cloning into '/tmpfs/tmp/tmpj_p6dd5p/googleapis'...
Cloning into '/tmpfs/tmp/tmpj_p6dd5p/synthtool'...
Switched to branch 'autosynth-self'
Note: checking out '50afb0e301f97194bf58c78b0133606cf140784f'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 50afb0e deps: update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 (#95)
Note: checking out 'd741cd976975c745d0199987aff0e908b8352992'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at d741cd97 chore: enable gapicv2 for firestore/v1 API
Note: checking out 'f8a9933e5e98202b04ef427f28d1d79221190fa4'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at f8a9933 chore(java): allow overriding the versioning section of the Java README (#495)
Switched to a new branch 'autosynth-self-2'
2020-05-05 19:05:13 [INFO] Running synthtool
2020-05-05 19:05:13 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-05-05 19:05:14,141 synthtool > Executing /tmpfs/src/github/synthtool/working_repo/synth.py.
On branch autosynth-self-2
nothing to commit, working tree clean
2020-05-05 19:05:14,277 synthtool > Ensuring dependencies.
2020-05-05 19:05:14,300 synthtool > Cloning googleapis.
2020-05-05 19:05:14,301 synthtool > Using precloned repo /tmpfs/tmp/tmpj_p6dd5p/googleapis
2020-05-05 19:05:14,306 synthtool > Generating code for: //google/cloud/billing/v1:google-cloud-billing-v1-java.
2020-05-05 19:05:34,980 synthtool > Failed executing bazel build //google/cloud/billing/v1:google-cloud-billing-v1-java:

Starting local Bazel server and connecting to it...
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
INFO: SHA256 (https://github.com/protocolbuffers/protobuf/archive/fe1790ca0df67173702f70d5646b82f48f412b99.zip) = 419f654d36998a51de2e0b79a67885ec48f8d803615ce66ec82cd15f54936730
Loading: 0 packages loaded
DEBUG: Rule 'com_google_protobuf' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "419f654d36998a51de2e0b79a67885ec48f8d803615ce66ec82cd15f54936730"
DEBUG: Call stack for the definition of repository 'com_google_protobuf' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:34:1
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
INFO: SHA256 (https://github.com/grpc/grpc/archive/8347f4753568b5b66e49111c60ae2841278d3f33.zip) = 8d87aa54941db316e8a3370fdee1173ac4b2ede5724877d36a57edbc6dd136f0
Loading: 0 packages loaded
DEBUG: Rule 'com_github_grpc_grpc' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "8d87aa54941db316e8a3370fdee1173ac4b2ede5724877d36a57edbc6dd136f0"
DEBUG: Call stack for the definition of repository 'com_github_grpc_grpc' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:95:1
INFO: SHA256 (https://github.com/googleapis/gax-java/archive/730046855da122b26adbaa3fcf535becd8afa292.zip) = 97c2a418cf3acf3eba0bb25ac01a617b03023711ff031c081a78f98b55beee55
Loading: 0 packages loaded
DEBUG: Rule 'com_google_api_gax_java' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "97c2a418cf3acf3eba0bb25ac01a617b03023711ff031c081a78f98b55beee55"
DEBUG: Call stack for the definition of repository 'com_google_api_gax_java' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:123:1
INFO: SHA256 (https://github.com/grpc/grpc-java/archive/v1.27.2.zip) = 92ffb4391f847e02e115933a761e243dd1423f3fcafdc9b7ae0327eca102d76b
DEBUG: Rule 'io_grpc_grpc_java' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "92ffb4391f847e02e115933a761e243dd1423f3fcafdc9b7ae0327eca102d76b"
DEBUG: Call stack for the definition of repository 'io_grpc_grpc_java' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/com_google_api_gax_java/repositories.bzl:114:5
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/com_google_api_gax_java/repositories.bzl:60:5
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:138:1
Loading: 0 packages loaded
INFO: SHA256 (https://github.com/googleapis/gapic-generator/archive/cd3c9ee706cd8a23233a1bfd9a0ddf5de088fb49.zip) = daa5eab595bb53aef5ac846b8a5e95a0a592b50c17a343bd1c5e4840bff79a28
Loading: 0 packages loaded
DEBUG: Rule 'com_google_api_codegen' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "daa5eab595bb53aef5ac846b8a5e95a0a592b50c17a343bd1c5e4840bff79a28"
DEBUG: Call stack for the definition of repository 'com_google_api_codegen' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:62:1
INFO: SHA256 (https://github.com/googleapis/protoc-java-resource-names-plugin/archive/706814edd72934b30a35dc47c04f1a3ba2dc4204.zip) = 22182854f6d822c68c6e9e00e8a650950cc8d2c3573c14c804225479c71d1095
DEBUG: Rule 'com_google_protoc_java_resource_names_plugin' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "22182854f6d822c68c6e9e00e8a650950cc8d2c3573c14c804225479c71d1095"
DEBUG: Call stack for the definition of repository 'com_google_protoc_java_resource_names_plugin' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:155:1
INFO: SHA256 (https://github.com/googleapis/protoc-docs-plugin/archive/b2502d56b5ec2d47e063976da773206af295362d.zip) = 765ec120bb165ae98c3bae78705d2a127e64016e59738552e909fc8b11d06338
DEBUG: Rule 'protoc_docs_plugin' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "765ec120bb165ae98c3bae78705d2a127e64016e59738552e909fc8b11d06338"
DEBUG: Call stack for the definition of repository 'protoc_docs_plugin' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:179:1
INFO: SHA256 (https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.20.0/bazel-gazelle-v0.20.0.tar.gz) = d8c45ee70ec39a57e7a05e5027c32b1576cc7f16d9dd37135b0eddde45cf1b10
DEBUG: Rule 'bazel_gazelle' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "d8c45ee70ec39a57e7a05e5027c32b1576cc7f16d9dd37135b0eddde45cf1b10"
DEBUG: Call stack for the definition of repository 'bazel_gazelle' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:200:1
Loading: 0 packages loaded
INFO: SHA256 (https://github.com/googleapis/gapic-generator-go/archive/v0.13.0.tar.gz) = 2420d3fb91440bad332ce60727d4458f5c90aa84054b3dffdd560097116a7694
DEBUG: Rule 'com_googleapis_gapic_generator_go' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "2420d3fb91440bad332ce60727d4458f5c90aa84054b3dffdd560097116a7694"
DEBUG: Call stack for the definition of repository 'com_googleapis_gapic_generator_go' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:209:1
INFO: SHA256 (https://github.com/bazelbuild/bazel-skylib/releases/download/0.9.0/bazel_skylib-0.9.0.tar.gz) = 1dde365491125a3db70731e25658dfdd3bc5dbdfd11b840b3e987ecf043c7ca0
DEBUG: Rule 'bazel_skylib' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "1dde365491125a3db70731e25658dfdd3bc5dbdfd11b840b3e987ecf043c7ca0"
DEBUG: Call stack for the definition of repository 'bazel_skylib' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:29:1
Analyzing: target //google/cloud/billing/v1:google-cloud-billing-v1-java (1 packages loaded, 0 targets configured)
ERROR: While resolving toolchains for target @bazel_tools//tools/build_defs/pkg:build_tar: invalid registered toolchain '@gapic_generator_python//:pyenv3_toolchain': no such package '@gapic_generator_python//': The repository '@gapic_generator_python' could not be resolved
ERROR: Analysis of target '//google/cloud/billing/v1:google-cloud-billing-v1-java' failed; build aborted: invalid registered toolchain '@gapic_generator_python//:pyenv3_toolchain': no such package '@gapic_generator_python//': The repository '@gapic_generator_python' could not be resolved
INFO: Elapsed time: 20.589s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (11 packages loaded, 23 targets configured)
FAILED: Build did NOT complete successfully (11 packages loaded, 23 targets configured)

2020-05-05 19:05:34,986 synthtool > Wrote metadata to synth.metadata.
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 "/tmpfs/src/github/synthtool/working_repo/synth.py", line 32, in <module>
    bazel_target=f'//google/cloud/{service}/{version}:google-cloud-{service}-{version}-java',
  File "/tmpfs/src/github/synthtool/synthtool/languages/java.py", line 310, in bazel_library
    library = gapic.java_library(service=service, version=version, **kwargs)
  File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 63, in java_library
    return self._generate_code(service, version, "java", **kwargs)
  File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 177, in _generate_code
    shell.run(bazel_run_args)
  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 '['bazel', 'build', '//google/cloud/billing/v1:google-cloud-billing-v1-java']' returned non-zero exit status 1.
2020-05-05 19:05:35 [ERROR] Synthesis failed
HEAD is now at 50afb0e deps: update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 (#95)
Switched to branch 'autosynth-self'
Note: checking out '50afb0e301f97194bf58c78b0133606cf140784f'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 50afb0e deps: update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 (#95)
Previous HEAD position was d741cd97 chore: enable gapicv2 for firestore/v1 API
HEAD is now at a3a0bf0f BREAKING_CHANGE: Removing TimeSeriesQueryLanguageCondition as an alert condition type. The condition type is unsupported and unused. It was originally added for the Monitoring Query Language Alpha feature. refactor!: Drop support for TimeSeriesQueryLanguageCondition as an alert condition type.
Previous HEAD position was f8a9933 chore(java): allow overriding the versioning section of the Java README (#495)
HEAD is now at ab88356 fix: make .kokoro-autosynth executable (#522)
Switched to a new branch 'autosynth-103'
2020-05-05 19:05:35 [INFO] Running synthtool
2020-05-05 19:05:35 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-05-05 19:05:36,458 synthtool > Executing /tmpfs/src/github/synthtool/working_repo/synth.py.
On branch autosynth-103
nothing to commit, working tree clean
2020-05-05 19:05:36,796 synthtool > Ensuring dependencies.
2020-05-05 19:05:36,820 synthtool > Cloning googleapis.
2020-05-05 19:05:36,821 synthtool > Using precloned repo /tmpfs/tmp/tmpj_p6dd5p/googleapis
2020-05-05 19:05:36,826 synthtool > Generating code for: //google/cloud/billing/v1:google-cloud-billing-v1-java.
2020-05-05 21:20:01,874 synthtool > Failed executing bazel build //google/cloud/billing/v1:google-cloud-billing-v1-java:

Loading: 
Loading: 0 packages loaded
INFO: SHA256 (https://github.com/googleapis/gapic-generator/archive/a59457d24bd6f3c962c8e699c708121c928eedc8.zip) = 843bcf262d44f6a2c1c131844ff8ef40daf95dd3b7c95dd761656f9e010d06d7
Loading: 0 packages loaded
DEBUG: Rule 'com_google_api_codegen' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "843bcf262d44f6a2c1c131844ff8ef40daf95dd3b7c95dd761656f9e010d06d7"
DEBUG: Call stack for the definition of repository 'com_google_api_codegen' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:70:1
INFO: SHA256 (https://github.com/googleapis/protoc-java-resource-names-plugin/archive/64dafb71ea9a385a8da89989f0b9dab925bf4610.zip) = f475903e83904dbbe3651abae8cbf57ed804960a0dadd9cbde41b746db645052
DEBUG: Rule 'com_google_protoc_java_resource_names_plugin' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "f475903e83904dbbe3651abae8cbf57ed804960a0dadd9cbde41b746db645052"
DEBUG: Call stack for the definition of repository 'com_google_protoc_java_resource_names_plugin' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:163:1
Loading: 0 packages loaded
INFO: SHA256 (https://github.com/bazelbuild/rules_python/archive/748aa53d7701e71101dfd15d800e100f6ff8e5d1.zip) = d3e40ca3b7e00b72d2b1585e0b3396bcce50f0fc692e2b7c91d8b0dc471e3eaf
DEBUG: Rule 'rules_python' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "d3e40ca3b7e00b72d2b1585e0b3396bcce50f0fc692e2b7c91d8b0dc471e3eaf"
DEBUG: Call stack for the definition of repository 'rules_python' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:36:1
INFO: SHA256 (https://github.com/googleapis/gapic-generator-python/archive/d18ed416240a064fffac0fd7915b61f6415fe140.zip) = 52301db31e5a1757017123f1ccc46a4d80db81310eba95d0c19553b047f365e4
DEBUG: Rule 'gapic_generator_python' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "52301db31e5a1757017123f1ccc46a4d80db81310eba95d0c19553b047f365e4"
DEBUG: Call stack for the definition of repository 'gapic_generator_python' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:210:1
Loading: 0 packages loaded
Loading: 0 packages loaded
INFO: SHA256 (https://github.com/googleapis/gapic-generator-go/archive/v0.13.3.tar.gz) = c18388bb1f1318dc5b00d9727beb9f9a079b64c2ef96a93cee83b5e11e172f02
DEBUG: Rule 'com_googleapis_gapic_generator_go' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "c18388bb1f1318dc5b00d9727beb9f9a079b64c2ef96a93cee83b5e11e172f02"
DEBUG: Call stack for the definition of repository 'com_googleapis_gapic_generator_go' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:243:1
Analyzing: target //google/cloud/billing/v1:google-cloud-billing-v1-java (1 packages loaded, 0 targets configured)
Analyzing: target //google/cloud/billing/v1:google-cloud-billing-v1-java (18 packages loaded, 43 targets configured)
Analyzing: target //google/cloud/billing/v1:google-cloud-billing-v1-java (18 packages loaded, 43 targets configured)
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar) = 766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7
INFO: SHA256 (https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.24.0/opencensus-contrib-grpc-metrics-0.24.0.jar) = 875582e093f11950ad3f4a50b5fee33a008023f7d1e47820a1bef05d23b9ed42
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-android/guava-28.2-android.jar) = 1faf214c94723ab9fbadfedd9af88ddc325faf669e68eab04688c3afcf59c037
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/api/api-common/1.8.1/api-common-1.8.1.jar) = 9840ed24fce0a96492e671853077be62edab802b6760e3b327362d6949943674
Analyzing: target //google/cloud/billing/v1:google-cloud-billing-v1-java (38 packages loaded, 405 targets configured)
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0.jar) = 43e96e8c07285c2887042eda4e35ca96522ef361f6c1843f469039d9ccdc8f8a
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0.jar) = 8a415273a5dae5c8f9080134e53b9592dc171ca5d13127488c910177c5903bd6
INFO: SHA256 (https://repo.maven.apache.org/maven2/junit/junit/4.13/junit-4.13.jar) = 4b8532f63bdc0e0661507f947eb324a954d1dbac631ad19c8aa9a00feed1d863
INFO: SHA256 (https://repo.maven.apache.org/maven2/org/threeten/threetenbp/1.4.1/threetenbp-1.4.1.jar) = 6cb8bd0b9db3b2184ca68f407d1553ebba078e3d4c875341f28f153c7971267d
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar) = 21af30c92267bd6122c0e0b4d20cccb6641a37eaf956c6540ec471d584e64a7b
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-common-protos/1.17.0/proto-google-common-protos-1.17.0.jar) = ad25472c73ee470606fb500b376ae5a97973d5406c2f5c3b7d07fb25b4648b65
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar) = c8fb4839054d280b3033f800d1f5a97de2f028eb8ba2eb458ad287e536f3f25f
INFO: SHA256 (https://repo.maven.apache.org/maven2/io/grpc/grpc-netty-shaded/1.27.2/grpc-netty-shaded-1.27.2.jar) = 54b4aedf4a1582cbb50440956320422037eaddf5b4adfc017da482179da9a126
INFO: SHA256 (https://files.pythonhosted.org/packages/2a/01/efb4ef22ea9b6377392bd5d6af5acbd218100ee7379dbcd8a7322585710d/chevron-0.13.1.tar.gz) = f95054a8b303268ebf3efd6bdfc8c1b428d3fc92327913b4e236d062ec61c989
DEBUG: Rule 'pypi_chevron' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "f95054a8b303268ebf3efd6bdfc8c1b428d3fc92327913b4e236d062ec61c989"
DEBUG: Call stack for the definition of repository 'pypi_chevron' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/com_google_protoc_java_resource_names_plugin/repositories.bzl:96:5
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/com_google_protoc_java_resource_names_plugin/repositories.bzl:82:5
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:178:1
INFO: SHA256 (https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz) = 592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab
DEBUG: Rule 'pypi_py_yaml' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab"
DEBUG: Call stack for the definition of repository 'pypi_py_yaml' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/com_google_protoc_java_resource_names_plugin/repositories.bzl:96:5
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/com_google_protoc_java_resource_names_plugin/repositories.bzl:66:5
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:178:1
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.jar) = e268f079890a23f0237761ed345db3f56012d2c5f11cc9d9131fba4c2dbcc381
INFO: SHA256 (https://files.pythonhosted.org/packages/96/e0/430fcdb6b3ef1ae534d231397bee7e9304be14a47a267e82ebcb3323d0b5/ply-3.8.tar.gz) = e7d1bdff026beb159c9942f7a17e102c375638d9478a7ecd4cc0c76afd8de0b8
INFO: SHA256 (https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar) = f561b1cc2673844288e596ddf5bb6596868a8472fd2cb8993953fc5c034b2352
DEBUG: Rule 'pypi_ply' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "e7d1bdff026beb159c9942f7a17e102c375638d9478a7ecd4cc0c76afd8de0b8"
DEBUG: Call stack for the definition of repository 'pypi_ply' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/com_google_protoc_java_resource_names_plugin/repositories.bzl:96:5
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/com_google_protoc_java_resource_names_plugin/repositories.bzl:74:5
 - /tmpfs/tmp/tmpj_p6dd5p/googleapis/WORKSPACE:178:1
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar) = 64eb1e909354ca11a03661bd6d2d00fc4669a329b26bbd7f2f4fe08fef8699f9
INFO: SHA256 (https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.6/commons-lang3-3.6.jar) = 89c27f03fff18d0b06e7afd7ef25e209766df95b6c1269d6c3ebbdea48d5f284
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-common-protos/1.17.0/grpc-google-common-protos-1.17.0.jar) = de24fcb1eca27c4e320c0589d1402e6314a2bfb297850d4f9ac866f8809351d6
INFO: SHA256 (https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.jar) = af32e420b1252c1eedef6232bd46fadafc02e0c609e086efd57a64781107a039
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar) = 61ba4dc49adca95243beaa0569adc2a23aedb5292ae78aa01186fa782ebdc5c2
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1.jar) = 79bffbdcd349f69a5ac252e2b4096131704386af4fa14d95395ea9a0e423cf33
INFO: SHA256 (https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.jar) = 976353102556c5654361dccf6211c7a9de9942fabe94620aa5a1d68be6997b79
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/truth/truth/1.0/truth-1.0.jar) = edaa12f3b581fcf1c07311e94af8766919c4f3d904b00d3503147b99bf5b4004
INFO: SHA256 (https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar) = 7155273bbb1ed3d477ea33cf19d7bbc0b285ff395f43b29ae576722cf247000f
INFO: SHA256 (https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar) = 66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2.jar) = 4fecc631244ce31d9b89609c35b97c6feeb792e2fcbe52b2f190e26e54d37150
INFO: SHA256 (https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar) = 5e168368fbc250af3c79aa5fef0c3467a2d64e5a7bd74005f25d8399aeb0708d
INFO: SHA256 (https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.jar) = 47f05852b48ee9baefef80fa3d8cea60efa4753c0013121dd7fe5eef2e5c729d
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar) = baf7d6ea97ce606c53e11b6854ba5f2ce7ef5c24dddf0afa18d1260bd25b002c
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar) = 45d32ac61ef8a744b464c54c2b3414be571016dd46bfc2bec226761cf7ae457a
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-annotations/1.6/auto-value-annotations-1.6.jar) = d095936c432f2afc671beaab67433e7cef50bba4a861b77b9c46561b801fae69
INFO: SHA256 (https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar) = 91c77044a50c481636c32d916fd89c9118a72195390452c81065080f957de7ff
INFO: SHA256 (https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.2/asm-4.2.jar) = 3c7e45fe303bd02193d951df134255033b9d8147e77508d09703bac245e6cd9b
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark/0.9.0/commonmark-0.9.0.jar) = a292c62bb9ecefe7e465b1dcd07c72c9d87aa4201273d49fc1009f77c583bd9c
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/googlejavaformat/google-java-format/1.1/google-java-format-1.1-all-deps.jar) = 9c99360a5a38c147096eeb97b346a6fb2eab026a93a2e4d66eac537ea7e3ab80
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.jar) = 02b20e2a73d5539b8c6898e1ade73623c5b555a3bcd46308410a9179c8c5d455
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0.jar) = b378ffc35e7f7125b3c5f3a461d4591ae1685e3c781392f0c854ed7b7581d6d2
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar) = a0e9cabad665bc20bcd2b01f108e5fc03f756e13aea80abaadb9f407033bea2c
INFO: SHA256 (https://repo.maven.apache.org/maven2/cglib/cglib/3.1/cglib-3.1.jar) = 175c86146a6b1eefc891df9e99aef171cfd64998ba1c01c5045de56aef9778cb
INFO: SHA256 (https://repo.maven.apache.org/maven2/io/grpc/grpc-core/1.23.0/grpc-core-1.23.0.jar) = ccb52503d051fca980ac7853fb9d8aaf3f00a6fadf16fffd574296b26b3d440b
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/api/api-compiler/0.0.8/api-compiler-0.0.8-testing.jar) = ba2ed6767dc64bf14230ace2d962d1dbceba97bf8f71298f2c04e55082e594b4
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/api/api-compiler/0.0.8/api-compiler-0.0.8.jar) = 8dc0eee6ba93353afc14b0b8e9d772012cbc7d1fdfa968e8c4a54b01c1a8cb99
INFO: SHA256 (https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.18/snakeyaml-1.18.jar) = 81bf4c29d0275dace75fadb5febf5384553422816256023efa83b2b15a9ced60
INFO: SHA256 (https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar) = fd3c7c9545a9cdb2051d1f9155c4f76b1e4ac5a57304404a6eedb578ffba7328
INFO: SHA256 (https://repo.maven.apache.org/maven2/io/grpc/grpc-api/1.23.0/grpc-api-1.23.0.jar) = ff4486cdd89b6e4568af13f71e0480bad6a06391a3d636996ce1d4a353516373
INFO: SHA256 (https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-common-protos/1.17.0/proto-google-common-protos-1.17.0.jar) = ad25472c73ee470606fb500b376ae5a97973d5406c2f5c3b7d07fb25b4648b65
Analyzing: target //google/cloud/billing/v1:google-cloud-billing-v1-java (178 packages loaded, 3041 targets configured)
INFO: Analyzed target //google/cloud/billing/v1:google-cloud-billing-v1-java (179 packages loaded, 3364 targets configured).
INFO: Found 1 target...
[0 / 29] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (3 actions, 0 running)
INFO: From Action google/cloud/billing/v1/gapic-google-cloud-billing-v1-java-resources.tar.gz:
tar: Removing leading `../' from member names
/home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/sandbox/linux-sandbox/1/execroot/com_google_googleapis
[10 / 209] Compiling external/zlib/uncompr.c [for host]; 6s linux-sandbox ... (4 actions running)
[10 / 209] Compiling external/zlib/uncompr.c [for host]; 70s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 95s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 269s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 347s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 504s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 660s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 867s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 1111s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 1588s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 3375s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 3891s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 4494s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 5191s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 6001s linux-sandbox ... (4 actions running)
[11 / 209] Compiling external/com_google_protobuf/src/google/protobuf/empty.pb.cc [for host]; 6925s linux-sandbox ... (4 actions running)
INFO: From Action google/cloud/billing/v1/google-cloud-billing-v1-java-resources.tar.gz:
/home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/sandbox/linux-sandbox/206/execroot/com_google_googleapis
INFO: From Action google/cloud/billing/v1/grpc-google-cloud-billing-v1-java-resources.tar.gz:
tar: Removing leading `../' from member names
/home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/sandbox/linux-sandbox/207/execroot/com_google_googleapis
INFO: From Generating Java (Immutable) proto_library @com_google_api_codegen//:config_proto [for host]:
--include_source_info only makes sense when combined with --descriptor_set_out.
INFO: From Generating Java (Immutable) proto_library @com_google_googleapis//google/rpc:code_proto [for host]:
--include_source_info only makes sense when combined with --descriptor_set_out.
INFO: From Generating Java (Immutable) proto_library @com_google_api_codegen//:sample_config_proto [for host]:
--include_source_info only makes sense when combined with --descriptor_set_out.
INFO: From Generating Java (Immutable) proto_library @com_google_api_codegen//:grpc_service_config_proto [for host]:
--include_source_info only makes sense when combined with --descriptor_set_out.
INFO: From Generating Java (Immutable) proto_library @com_google_protobuf//:wrappers_proto [for host]:
--include_source_info only makes sense when combined with --descriptor_set_out.
INFO: From Generating Java (Immutable) proto_library @com_google_api_codegen//:config_v2_proto [for host]:
--include_source_info only makes sense when combined with --descriptor_set_out.
INFO: From Generating Java (Immutable) proto_library @com_google_protobuf//:duration_proto [for host]:
--include_source_info only makes sense when combined with --descriptor_set_out.
INFO: From Action google/cloud/billing/v1/proto-google-cloud-billing-v1-java-resources.tar.gz:
tar: Removing leading `../' from member names
/home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/sandbox/linux-sandbox/226/execroot/com_google_googleapis
INFO: From Generating Descriptor Set proto_library //google/iam/v1:policy_proto:
google/iam/v1/policy.proto:21:1: warning: Import google/api/annotations.proto is unused.
INFO: From Generating Descriptor Set proto_library //google/iam/v1:options_proto:
google/iam/v1/options.proto:20:1: warning: Import google/api/annotations.proto is unused.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/field_mask_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/any_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/empty_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/compiler/plugin_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/descriptor_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/type_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/source_context_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/wrappers_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/struct_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/duration_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/timestamp_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From ProtoCompile external/com_google_protobuf/python/google/protobuf/api_pb2.py [for host]:
external/com_google_protobuf/python: warning: directory does not exist.
INFO: From Generating Java (Immutable) proto_library //google/cloud/billing/v1:billing_proto:
--include_source_info only makes sense when combined with --descriptor_set_out.
INFO: From Action google/cloud/billing/v1/proto-google-cloud-billing-v1-java-srcs_pkg.tar.gz:
tar: Removing leading `../' from member names
/home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/sandbox/linux-sandbox/254/execroot/com_google_googleapis
INFO: From Action google/cloud/billing/v1/grpc-google-cloud-billing-v1-java-srcs_pkg.tar.gz:
tar: Removing leading `../' from member names
/home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/sandbox/linux-sandbox/262/execroot/com_google_googleapis
INFO: From Building external/com_google_protobuf/libprotobuf_java_util.jar (8 source files) [for host]:
warning: -parameters is not supported for target value 1.7. Use 1.8 or later.
ERROR: /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/com_google_api_codegen/BUILD.bazel:66:1: Compiling Java headers external/com_google_api_codegen/libconfig_v2_proto-speed-hjar.jar (1 source jar) failed (Exit 1) java failed: error executing command external/remotejdk11_linux/bin/java -Xverify:none -XX:+UseParallelOldGC -XX:-CompactStrings '--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED' ... (remaining 39 argument(s) skipped)

Use --sandbox_debug to see verbose messages from the sandbox
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000771b80000, 82313216, 0) failed; error='Not enough space' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 82313216 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/sandbox/linux-sandbox/277/execroot/com_google_googleapis/hs_err_pid2.log
[306 / 320] Building external/com_google_protobuf/libprotobuf_java.jar (123 source files, 1 source jar) [for host]; 262s worker ... (3 actions running)
Target //google/cloud/billing/v1:google-cloud-billing-v1-java failed to build
Use --verbose_failures to see the command lines of failed build steps.
ERROR: /home/kbuilder/.cache/bazel/_bazel_kbuilder/af28cfbfb96ce034ada3272f98d4f228/external/com_google_api_codegen/BUILD.bazel:96:1 Compiling Java headers external/com_google_api_codegen/libconfig_v2_proto-speed-hjar.jar (1 source jar) failed (Exit 1) java failed: error executing command external/remotejdk11_linux/bin/java -Xverify:none -XX:+UseParallelOldGC -XX:-CompactStrings '--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED' ... (remaining 39 argument(s) skipped)

Use --sandbox_debug to see verbose messages from the sandbox
INFO: Elapsed time: 8064.622s, Critical Path: 7905.46s
INFO: 276 processes: 266 linux-sandbox, 10 worker.
FAILED: Build did NOT complete successfully
FAILED: Build did NOT complete successfully

2020-05-05 21:20:01,906 synthtool > Wrote metadata to synth.metadata.
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 "/tmpfs/src/github/synthtool/working_repo/synth.py", line 32, in <module>
    bazel_target=f'//google/cloud/{service}/{version}:google-cloud-{service}-{version}-java',
  File "/tmpfs/src/github/synthtool/synthtool/languages/java.py", line 310, in bazel_library
    library = gapic.java_library(service=service, version=version, **kwargs)
  File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 63, in java_library
    return self._generate_code(service, version, "java", **kwargs)
  File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 177, in _generate_code
    shell.run(bazel_run_args)
  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 '['bazel', 'build', '//google/cloud/billing/v1:google-cloud-billing-v1-java']' returned non-zero exit status 1.
2020-05-05 21:20:02 [ERROR] Synthesis failed
HEAD is now at 50afb0e deps: update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 (#95)
Switched to branch 'autosynth'
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 584, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 465, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 574, in _inner_main
    commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 360, in synthesize_loop
    synthesize_inner_loop(toolbox, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 370, in synthesize_inner_loop
    synthesizer, len(toolbox.versions) - 1
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 259, in synthesize_version_in_new_branch
    synthesizer.synthesize(self.environ)
  File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 115, 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.

Dependency Dashboard

This issue contains a list of Renovate updates and their statuses.

This repository currently has no open or pending branches.


  • Check this box to trigger a request for Renovate to run again on this repository

Dependency Dashboard

This issue contains a list of Renovate updates and their statuses.

This repository currently has no open or pending branches.


  • Check this box to trigger a request for Renovate to run again on this repository

Synthesis failed for java-billing

Hello! Autosynth couldn't regenerate java-billing. ๐Ÿ’”

Here's the output from running synth.py:

2020-05-11 21:52:44,383 autosynth > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/java-billing
2020-05-11 21:52:44,900 autosynth > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-05-11 21:52:44,905 autosynth > Running: git config user.name yoshi-automation
2020-05-11 21:52:44,910 autosynth > Running: git config user.email [email protected]
2020-05-11 21:52:44,915 autosynth > Running: git config push.default simple
2020-05-11 21:52:44,920 autosynth > Running: git branch -f autosynth
2020-05-11 21:52:44,926 autosynth > Running: git checkout autosynth
2020-05-11 21:52:44,939 autosynth > autosynth flags:
2020-05-11 21:52:44,940 autosynth > AUTOSYNTH_MULTIPLE_COMMITS: true
2020-05-11 21:52:44,940 autosynth > AUTOSYNTH_MULTIPLE_PRS: true
2020-05-11 21:52:44,941 autosynth > Running: git rev-parse --show-toplevel
2020-05-11 21:52:44,946 autosynth > Running: git log -1 --pretty=%H
2020-05-11 21:52:44,951 autosynth > Running: git remote get-url origin
2020-05-11 21:52:44,956 autosynth > Running: git clone --single-branch https://github.com/googleapis/googleapis.git -- /tmpfs/tmp/tmpaaavgl1n/googleapis
2020-05-11 21:52:46,450 autosynth > Running: git log d741cd976975c745d0199987aff0e908b8352992..HEAD --pretty=%H --no-decorate
2020-05-11 21:52:46,457 autosynth > Running: git clone --single-branch https://github.com/googleapis/synthtool.git -- /tmpfs/tmp/tmpaaavgl1n/synthtool
2020-05-11 21:52:47,010 autosynth > Running: git log f8a9933e5e98202b04ef427f28d1d79221190fa4..HEAD --pretty=%H --no-decorate
2020-05-11 21:52:47,017 autosynth > Running: git log -1 --pretty=%at d741cd976975c745d0199987aff0e908b8352992
2020-05-11 21:52:47,022 autosynth > Running: git log -1 --pretty=%at e4f4b23e07315492b533746e6a9255a1e6b3e748
2020-05-11 21:52:47,028 autosynth > Running: git log -1 --pretty=%at ee4ea76504aa60c2bff9b7c11269c155d8c21e0d
2020-05-11 21:52:47,033 autosynth > Running: git log -1 --pretty=%at 6114e2d30c0792522720d1c2cf8f5e111be7545b
2020-05-11 21:52:47,038 autosynth > Running: git log -1 --pretty=%at af71ea52236b05ce73253f6bc935fcf35c866664
2020-05-11 21:52:47,044 autosynth > Running: git log -1 --pretty=%at c451a4457f38e5582e9794a0094c773355a9eaad
2020-05-11 21:52:47,050 autosynth > Running: git log -1 --pretty=%at 9af7212bc2cba8a7184f032e1ab6662ccf604b3a
2020-05-11 21:52:47,055 autosynth > Running: git log -1 --pretty=%at ac1f904979899bc598fb0567cf7a367f08b40b43
2020-05-11 21:52:47,061 autosynth > Running: git log -1 --pretty=%at fe8b17aff5b419ffb418a77228fa049190488233
2020-05-11 21:52:47,067 autosynth > Running: git log -1 --pretty=%at fd35dc6865fa9f47f283d5a6c37c4901162007cf
2020-05-11 21:52:47,072 autosynth > Running: git log -1 --pretty=%at 96c0db42dbcb3bb0116cfa55c054dd139ffb3912
2020-05-11 21:52:47,077 autosynth > Running: git log -1 --pretty=%at b8c7c4e8da56547fc32bee9b563d306fadabdb6f
2020-05-11 21:52:47,082 autosynth > Running: git log -1 --pretty=%at b21bc9b46e3263cd4ebe50f60c61589e3fe797f2
2020-05-11 21:52:47,087 autosynth > Running: git log -1 --pretty=%at 41d5dee23527df3fc9127838a027df393d79ff3c
2020-05-11 21:52:47,092 autosynth > Running: git log -1 --pretty=%at 801c3fb47b1a533989a1fe5af4aedf02af5f2eae
2020-05-11 21:52:47,097 autosynth > Running: git log -1 --pretty=%at 1692c3d51ee7d4366ce81892df1b9ca9846480d3
2020-05-11 21:52:47,102 autosynth > Running: git log -1 --pretty=%at 1df336ab4a989e7b0bc363baa9fc91eb66b0625e
2020-05-11 21:52:47,107 autosynth > Running: git log -1 --pretty=%at 1e92c343790ae63f88817afde60bd2d5bc775f36
2020-05-11 21:52:47,111 autosynth > Running: git log -1 --pretty=%at cf18ab5200e41e9d0cfef88c6c4bcdd394faf1ca
2020-05-11 21:52:47,116 autosynth > Running: git log -1 --pretty=%at ab869e90c6ced0ef30fcc8e8fbe8e527a695d3cb
2020-05-11 21:52:47,121 autosynth > Running: git log -1 --pretty=%at 13736ead90e0fa65103eb03fea775a1c010564af
2020-05-11 21:52:47,126 autosynth > Running: git log -1 --pretty=%at f9d76ac088f5d444b16d5e17fe58a9eea57b7a99
2020-05-11 21:52:47,131 autosynth > Running: git log -1 --pretty=%at 1bd77e8ce6f953ac641af7966d0c52646afc16a8
2020-05-11 21:52:47,136 autosynth > Running: git log -1 --pretty=%at 3824f547aa44df459580615c73cabb30a2a78ee0
2020-05-11 21:52:47,141 autosynth > Running: git log -1 --pretty=%at 4d61e1cb40184a7ad63ef37b1813f6608718674a
2020-05-11 21:52:47,147 autosynth > Running: git log -1 --pretty=%at 9ea892ebe8a7cd66da9bd62eb7086b8dc2ddd559
2020-05-11 21:52:47,152 autosynth > Running: git log -1 --pretty=%at 0feb08065d91d6deebffef3019751f0619a72140
2020-05-11 21:52:47,157 autosynth > Running: git log -1 --pretty=%at 789fd7e0680b04a589447139811d55c5d1f34afe
2020-05-11 21:52:47,163 autosynth > Running: git log -1 --pretty=%at 4efd71279f0781579ced60c374336ce1b8b8cea8
2020-05-11 21:52:47,168 autosynth > Running: git log -1 --pretty=%at a34f4eb96a94bfd5b3e7f8de253db28d0a3e9237
2020-05-11 21:52:47,173 autosynth > Running: git log -1 --pretty=%at f561f57eea013327be27d8f6799b3cc2d18ee804
2020-05-11 21:52:47,177 autosynth > Running: git log -1 --pretty=%at c9942c00e8f35b5b37cd589ef7a0323aeda264e2
2020-05-11 21:52:47,182 autosynth > Running: git log -1 --pretty=%at e2a59ff2f861b1b92b2f15b242780dccddd77ab9
2020-05-11 21:52:47,188 autosynth > Running: git log -1 --pretty=%at df955af5d9508cf9215de6f1fbdad033d5b8fef6
2020-05-11 21:52:47,193 autosynth > Running: git log -1 --pretty=%at dea1f52034d188ca371c3a70c716ca2a6b3f2aa1
2020-05-11 21:52:47,198 autosynth > Running: git log -1 --pretty=%at 35672e7936b923eff048d0ee1529faa163cc81b8
2020-05-11 21:52:47,203 autosynth > Running: git log -1 --pretty=%at 26523a96798ce1a6caa1b3c912119059cfcc98a7
2020-05-11 21:52:47,208 autosynth > Running: git log -1 --pretty=%at 04eff659376f40a7111bf0e8e49fbb38bc7739f7
2020-05-11 21:52:47,213 autosynth > Running: git log -1 --pretty=%at 3028060618e8024af9a32b3ab3456c160091ecb7
2020-05-11 21:52:47,218 autosynth > Running: git log -1 --pretty=%at b5aa7d668d9513cf0d305c8b23262ee0ea9b850c
2020-05-11 21:52:47,223 autosynth > Running: git log -1 --pretty=%at c0a072159eda3c7d5a98201d6500feaf78a18073
2020-05-11 21:52:47,228 autosynth > Running: git log -1 --pretty=%at fea22b1d9f27f86ef355c1d0dba00e0791a08a19
2020-05-11 21:52:47,233 autosynth > Running: git log -1 --pretty=%at 80dac49dd5f407b14f15ac86b4922967b5dd6508
2020-05-11 21:52:47,238 autosynth > Running: git log -1 --pretty=%at b8495354535dc1370377cbb15a3ef7a07ec3a114
2020-05-11 21:52:47,243 autosynth > Running: git log -1 --pretty=%at ab5d07c2883026eec395d73ff59a17f4ad0153db
2020-05-11 21:52:47,249 autosynth > Running: git log -1 --pretty=%at 160e3187dc93265ed635ad68e12c483c8ab4f7be
2020-05-11 21:52:47,254 autosynth > Running: git log -1 --pretty=%at 629e6bea8418ad4a5d081ab9eb48bb327ad368e1
2020-05-11 21:52:47,259 autosynth > Running: git log -1 --pretty=%at c3f3cdeda70f60d808eaaae8fea44d306b6d5cc2
2020-05-11 21:52:47,264 autosynth > Running: git log -1 --pretty=%at cdf13efacdea0649e940452f9c5d320b93735974
2020-05-11 21:52:47,269 autosynth > Running: git log -1 --pretty=%at 101d31acd73076c52d78e18322be01f3debe8cb5
2020-05-11 21:52:47,274 autosynth > Running: git log -1 --pretty=%at cab24c7c9b570e2b483e4f742a7a4a111167238b
2020-05-11 21:52:47,279 autosynth > Running: git log -1 --pretty=%at 6e0ac551e057e20a6c41ab0b21ffa9623e463326
2020-05-11 21:52:47,285 autosynth > Running: git log -1 --pretty=%at 69b4dc56d21394e7c39bc62fe11c76a88aa5511f
2020-05-11 21:52:47,290 autosynth > Running: git log -1 --pretty=%at bcc476396e799806d3355e87246c6becf6250a70
2020-05-11 21:52:47,295 autosynth > Running: git log -1 --pretty=%at b5e9b0b09cc15c263f07da92fa64db31b2e4dd07
2020-05-11 21:52:47,300 autosynth > Running: git log -1 --pretty=%at c09ec5156db66d326cce56ed3a2a8092e02c3abd
2020-05-11 21:52:47,306 autosynth > Running: git log -1 --pretty=%at 42ee97c1b93a0e3759bbba3013da309f670a90ab
2020-05-11 21:52:47,310 autosynth > Running: git log -1 --pretty=%at 45b363d3ab4692115cc5018eb26dcdaa49b320a8
2020-05-11 21:52:47,315 autosynth > Running: git log -1 --pretty=%at 012c553112fcceb7b69822e24335575bf99ec62b
2020-05-11 21:52:47,320 autosynth > Running: git log -1 --pretty=%at 2bf9f22da3f101aeb536e1e88fe036323b8e9188
2020-05-11 21:52:47,326 autosynth > Running: git log -1 --pretty=%at 862cd840dbb0101a0630913217bf8b6d4101c84c
2020-05-11 21:52:47,331 autosynth > Running: git log -1 --pretty=%at b3bcfd059ec684445a38db693f6e36f14a1d2618
2020-05-11 21:52:47,336 autosynth > Running: git log -1 --pretty=%at 1d520eaa7bbd8b40f53942ff03b5496fff887b53
2020-05-11 21:52:47,341 autosynth > Running: git log -1 --pretty=%at 0d7c3565dd942d0cc41b16e895046486ae29e44e
2020-05-11 21:52:47,347 autosynth > Running: git log -1 --pretty=%at d14bf59a446c14ef16e9931ebfc8e63ab549bf07
2020-05-11 21:52:47,352 autosynth > Running: git log -1 --pretty=%at 28e76243c23cc282efbb288cb558c174e3e5e9ee
2020-05-11 21:52:47,357 autosynth > Running: git log -1 --pretty=%at 5dca7f1079a4c127245c0f1dbb8293b434fbd0c8
2020-05-11 21:52:47,363 autosynth > Running: git log -1 --pretty=%at c2bfceedfc9f01356229bd206ad25e250aa9551c
2020-05-11 21:52:47,368 autosynth > Running: git log -1 --pretty=%at 371206424e6db4df2cb3734bb1013dcaac9dbe4b
2020-05-11 21:52:47,373 autosynth > Running: git log -1 --pretty=%at ff17eefa184f6985e5d9a8ee3e725da95a06cd23
2020-05-11 21:52:47,379 autosynth > Running: git log -1 --pretty=%at c284e4f849e4b085a297d336cef8721ab69ba013
2020-05-11 21:52:47,384 autosynth > Running: git log -1 --pretty=%at 756b174de4a122461993c1c583345533d819936d
2020-05-11 21:52:47,390 autosynth > Running: git log -1 --pretty=%at 3f5f8a2258c6a41f9fbf7b80acbca631dda0a952
2020-05-11 21:52:47,395 autosynth > Running: git log -1 --pretty=%at 7e1c7603c8cb2f05ef29842405654ff8a9d3d108
2020-05-11 21:52:47,400 autosynth > Running: git log -1 --pretty=%at f78da0d54c78aa8f66d52a448db1f7ec0e0fd591
2020-05-11 21:52:47,406 autosynth > Running: git log -1 --pretty=%at aaff764c185e18a6c73227357c3df5fa60fec85a
2020-05-11 21:52:47,412 autosynth > Running: git log -1 --pretty=%at ee9e8e4e67f06aba881392a1a2956fbe7a42d216
2020-05-11 21:52:47,418 autosynth > Running: git log -1 --pretty=%at 93b25607689c4bcdb3cb35c657fd3c16249dcd54
2020-05-11 21:52:47,423 autosynth > Running: git log -1 --pretty=%at ab3468cf63abc521be76c9eceb620d61c5ddd76a
2020-05-11 21:52:47,428 autosynth > Running: git log -1 --pretty=%at a737a68e214d1cf927457c996b73e2600b14a949
2020-05-11 21:52:47,433 autosynth > Running: git log -1 --pretty=%at 4ca990cb1a6771f11469b1fdf2fc578271703db0
2020-05-11 21:52:47,439 autosynth > Running: git log -1 --pretty=%at e0f9d9e1f9de890db765be46f45ca8490723e3eb
2020-05-11 21:52:47,445 autosynth > Running: git log -1 --pretty=%at 1b5a8d2bbb69c5a04db26bd546d2888e609c6bab
2020-05-11 21:52:47,450 autosynth > Running: git log -1 --pretty=%at 4bef0001ac7040431ea24b6187424fdec9c08b1b
2020-05-11 21:52:47,456 autosynth > Running: git log -1 --pretty=%at a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727
2020-05-11 21:52:47,461 autosynth > Running: git log -1 --pretty=%at 6dfd72d028a0d0a43764e060f7b15e004385c3a1
2020-05-11 21:52:47,466 autosynth > Running: git log -1 --pretty=%at 839fae42335ee1bb1e70767f3e6c51738683892b
2020-05-11 21:52:47,471 autosynth > Running: git log -1 --pretty=%at 30cfca094376e4904e32e71c838a81169fd4a2e2
2020-05-11 21:52:47,476 autosynth > Running: git log -1 --pretty=%at c08dcec05ce1c181bcdbce59cabba36e0e541ff6
2020-05-11 21:52:47,481 autosynth > Running: git log -1 --pretty=%at 2fc2caaacb15949c7f80426bfc7dafdd41dbc333
2020-05-11 21:52:47,486 autosynth > Running: git log -1 --pretty=%at 684dfea7decfeca7a7526ea96a8e9256694dd5d8
2020-05-11 21:52:47,491 autosynth > Running: git log -1 --pretty=%at fb8f62b6784f43faf4b64179c57ce4b4931b1a00
2020-05-11 21:52:47,495 autosynth > Running: git log -1 --pretty=%at d3cc7bbf41afdfd6677cc1ab0d53965625cc073b
2020-05-11 21:52:47,500 autosynth > Running: git log -1 --pretty=%at 83816bb3093686a28af2891db5b7506614a820b1
2020-05-11 21:52:47,505 autosynth > Running: git log -1 --pretty=%at 73d4b5d9a791f8b1ee63d439ffe909bb8ffa07f7
2020-05-11 21:52:47,510 autosynth > Running: git log -1 --pretty=%at 482e5206e05e4ba8cd79738f6fb7a521c8c23555
2020-05-11 21:52:47,516 autosynth > Running: git log -1 --pretty=%at 1019b0d9dbd999e1107f90247fcc478678d1105c
2020-05-11 21:52:47,521 autosynth > Running: git log -1 --pretty=%at 4186d3e5424edc088a0f4dbce78f02dd860f3de8
2020-05-11 21:52:47,526 autosynth > Running: git log -1 --pretty=%at aed11c01e52921613b9ee469c2d85f5f33175fb7
2020-05-11 21:52:47,531 autosynth > Running: git log -1 --pretty=%at edd3b80fb770548d6ad780105f1782de6ff73ea0
2020-05-11 21:52:47,536 autosynth > Running: git log -1 --pretty=%at f8a9933e5e98202b04ef427f28d1d79221190fa4
2020-05-11 21:52:47,541 autosynth > Running: git log -1 --pretty=%at 19465d3ec5e5acdb01521d8f3bddd311bcbee28d
2020-05-11 21:52:47,546 autosynth > Running: git log -1 --pretty=%at f5e4c17dc78a966dbf29961dd01f9bbd63e20a04
2020-05-11 21:52:47,551 autosynth > Running: git log -1 --pretty=%at 21ce80f9d4785dc75aa36d26944bddd5a1b7e25b
2020-05-11 21:52:47,556 autosynth > Running: git log -1 --pretty=%at 716f741f2d307b48cbe8a5bc3bc883571212344a
2020-05-11 21:52:47,561 autosynth > Running: git log -1 --pretty=%at 01b6f23d24b27878b48667ce597876d66b59780e
2020-05-11 21:52:47,566 autosynth > Running: git log -1 --pretty=%at 969a2340e74c73227e7c1638ed7650abcac22ee4
2020-05-11 21:52:47,571 autosynth > Running: git log -1 --pretty=%at 720b7bff0da03ed9e67cb2362f2d291241fa59ae
2020-05-11 21:52:47,576 autosynth > Running: git log -1 --pretty=%at 7c1a92d00de654db2fb440243129c61393a694e2
2020-05-11 21:52:47,581 autosynth > Running: git log -1 --pretty=%at 46fb62a3ebda62cc6c1c98e4f1eaf91965eab580
2020-05-11 21:52:47,586 autosynth > Running: git log -1 --pretty=%at 6b685a261479e27fd959dd7b1ff253d6cf595172
2020-05-11 21:52:47,591 autosynth > Running: git log -1 --pretty=%at 958a803ee0c43523fa3e6e0bb016276a69614c8e
2020-05-11 21:52:47,596 autosynth > Running: git log -1 --pretty=%at cdddf139b36000b3a7c65fd2a7781e253262359a
2020-05-11 21:52:47,601 autosynth > Running: git log -1 --pretty=%at 04cb397eb7590ea1e6c10a39fca3d8fe0fb3d256
2020-05-11 21:52:47,605 autosynth > Running: git log -1 --pretty=%at a2c1c4f89a5e220e7b39420ebea33623c7c72804
2020-05-11 21:52:47,610 autosynth > Running: git log -1 --pretty=%at ea3ae392fced25d7d6f5c7ef9c8a1f24768a0936
2020-05-11 21:52:47,614 autosynth > Running: git log -1 --pretty=%at 09c48461232ce929c34386259eb59018ad2d8eef
2020-05-11 21:52:47,619 autosynth > Running: git log -1 --pretty=%at ab883569eb0257bbf16a6d825fd018b3adde3912
2020-05-11 21:52:47,624 autosynth > Running: git log -1 --pretty=%at 756bc4dfc24e8bc4c5dd4116daa41a0440ebf5a0
2020-05-11 21:52:47,629 autosynth > Running: git log -1 --pretty=%at 558bb0d70fa98ea228483b44885704d8941a6a80
2020-05-11 21:52:47,634 autosynth > Running: git log -1 --pretty=%at be74d3e532faa47eb59f1a0eaebde0860d1d8ab4
2020-05-11 21:52:47,638 autosynth > Running: git log -1 --pretty=%at 4674113712c0c7ada19e6a8219d7963ff174b392
2020-05-11 21:52:47,643 autosynth > Running: git log -1 --pretty=%at 5bbfd095faedfe273819d266f21e402192a29041
2020-05-11 21:52:47,648 autosynth > Running: git log -1 --pretty=%at 4fa923bd3dafb91df8613accbe2230299cc5b98e
2020-05-11 21:52:47,652 autosynth > Running: git log -1 --pretty=%at 55cdc844877d97139f25004229842624a6a86a02
2020-05-11 21:52:47,657 autosynth > Running: git log -1 --pretty=%at 98c50772ec23295c64cf0d2ddf199ea52961fd4c
2020-05-11 21:52:47,662 autosynth > Forking toolbox
2020-05-11 21:52:47,662 autosynth > forking: autosynth-self
2020-05-11 21:52:47,663 autosynth > Running: git branch -f autosynth-self
2020-05-11 21:52:47,668 autosynth > forking: autosynth-googleapis
2020-05-11 21:52:47,669 autosynth > Running: git branch -f autosynth-googleapis
2020-05-11 21:52:47,674 autosynth > forking: autosynth-synthtool
2020-05-11 21:52:47,675 autosynth > Running: git branch -f autosynth-synthtool
2020-05-11 21:52:47,679 autosynth > Forked branch: autosynth-self
2020-05-11 21:52:47,997 autosynth > Running: git checkout autosynth-self
2020-05-11 21:52:48,012 autosynth > Building most recent versions
2020-05-11 21:52:48,013 autosynth > Running: git checkout 50afb0e301f97194bf58c78b0133606cf140784f
2020-05-11 21:52:48,020 autosynth > Running: git checkout d741cd976975c745d0199987aff0e908b8352992
2020-05-11 21:52:48,176 autosynth > Running: git checkout f8a9933e5e98202b04ef427f28d1d79221190fa4
2020-05-11 21:52:48,189 autosynth > Running: git branch -f autosynth-self-2
2020-05-11 21:52:48,196 autosynth > Running: git checkout autosynth-self-2
2020-05-11 21:52:48,204 autosynth > Running synthtool
2020-05-11 21:52:48,204 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-05-11 21:52:48,204 autosynth >    -> /tmpfs/src/github/synthtool/logs/googleapis/java-billing/self/2/sponge_log.log
2020-05-11 21:53:10,684 autosynth > Failed executing /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-05-11 21:53:10,685 autosynth > Synthesis failed
2020-05-11 21:53:10,688 autosynth > Running: git reset --hard HEAD
2020-05-11 21:53:10,817 autosynth > Running: git checkout autosynth-self
2020-05-11 21:53:10,829 autosynth > Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1.
2020-05-11 21:53:10,830 autosynth > Building most recent versions
2020-05-11 21:53:10,831 autosynth > Running: git checkout 50afb0e301f97194bf58c78b0133606cf140784f
2020-05-11 21:53:10,839 autosynth > Running: git checkout edd3b80fb770548d6ad780105f1782de6ff73ea0
2020-05-11 21:53:11,242 autosynth > Running: git checkout 98c50772ec23295c64cf0d2ddf199ea52961fd4c
2020-05-11 21:53:11,363 autosynth > Running: git branch -f autosynth-126
2020-05-11 21:53:11,371 autosynth > Running: git checkout autosynth-126
2020-05-11 21:53:11,378 autosynth > Running synthtool
2020-05-11 21:53:11,378 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-05-11 21:53:11,378 autosynth >    -> /tmpfs/src/github/synthtool/logs/googleapis/java-billing/126/sponge_log.log
2020-05-11 22:03:18,709 autosynth > Failed executing /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-05-11 22:03:18,711 autosynth > Synthesis failed
2020-05-11 22:03:18,717 autosynth > Running: git reset --hard HEAD
2020-05-11 22:03:18,911 autosynth > Running: git checkout autosynth
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 642, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 489, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 624, in _inner_main
    commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 379, in synthesize_loop
    synthesize_inner_loop(toolbox, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 390, in synthesize_inner_loop
    synthesizer, len(toolbox.versions) - 1
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 274, in synthesize_version_in_new_branch
    synthesizer.synthesize(synth_log_path, self.environ)
  File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 110, in synthesize
    proc.check_returncode()
  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.

Dependency Dashboard

This issue contains a list of Renovate updates and their statuses.

This repository currently has no open or pending branches.


  • Check this box to trigger a request for Renovate to run again on this repository

Synthesis failed for java-billing

Hello! Autosynth couldn't regenerate java-billing. ๐Ÿ’”

Here's the output from running synth.py:

ay obtain a copy of the License at\n \\*\n \\* http://www.apache.org/licenses/LICENSE-2.0\n \\*\n \\* Unless required by applicable law or agreed to in writing, software distributed under the License\n \\* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n \\* or implied. See the License for the specific language governing permissions and limitations under\n \\* the License.\n \\*/\n' in /tmpfs/tmp/tmp6ba5uszg/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/BillingAccountName.java.
2020-08-06 02:39:41,626 synthtool [INFO] > Replaced '/\\*\n \\* Copyright \\d{4} Google LLC\n \\*\n \\* Licensed under the Apache License, Version 2.0 \\(the "License"\\); you may not use this file except\n \\* in compliance with the License. You may obtain a copy of the License at\n \\*\n \\* http://www.apache.org/licenses/LICENSE-2.0\n \\*\n \\* Unless required by applicable law or agreed to in writing, software distributed under the License\n \\* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n \\* or implied. See the License for the specific language governing permissions and limitations under\n \\* the License.\n \\*/\n' in /tmpfs/tmp/tmp6ba5uszg/google-cloud-billing-v1-java/proto-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/SkuName.java.
2020-08-06 02:39:41,629 synthtool [INFO] > Replaced '^package (.*);' in /tmpfs/tmp/tmp6ba5uszg/google-cloud-billing-v1-java/grpc-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CloudBillingGrpc.java.
2020-08-06 02:39:41,629 synthtool [INFO] > Replaced '^package (.*);' in /tmpfs/tmp/tmp6ba5uszg/google-cloud-billing-v1-java/grpc-google-cloud-billing-v1-java/src/main/java/com/google/cloud/billing/v1/CloudCatalogGrpc.java.
2020-08-06 02:39:41,716 synthtool [INFO] > Running java formatter on 19 files
2020-08-06 02:39:44,859 synthtool [INFO] > Running java formatter on 2 files
2020-08-06 02:39:47,244 synthtool [INFO] > Running java formatter on 47 files
2020-08-06 02:39:53,763 synthtool [DEBUG] > Using precloned repo /home/kbuilder/.cache/synthtool/synthtool
.github/CODEOWNERS
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support_request.md
.github/PULL_REQUEST_TEMPLATE.md
.github/release-please.yml
.github/trusted-contribution.yml
.github/workflows/ci.yaml
.kokoro/build.bat
.kokoro/build.sh
.kokoro/coerce_logs.sh
.kokoro/common.cfg
.kokoro/common.sh
.kokoro/continuous/common.cfg
.kokoro/continuous/dependencies.cfg
.kokoro/continuous/integration.cfg
.kokoro/continuous/java11.cfg
.kokoro/continuous/java7.cfg
.kokoro/continuous/java8-osx.cfg
.kokoro/continuous/java8-win.cfg
.kokoro/continuous/java8.cfg
.kokoro/continuous/lint.cfg
.kokoro/continuous/propose_release.cfg
.kokoro/continuous/samples.cfg
.kokoro/dependencies.sh
.kokoro/linkage-monitor.sh
.kokoro/nightly/common.cfg
.kokoro/nightly/dependencies.cfg
.kokoro/nightly/integration.cfg
.kokoro/nightly/java11.cfg
.kokoro/nightly/java7.cfg
.kokoro/nightly/java8-osx.cfg
.kokoro/nightly/java8-win.cfg
.kokoro/nightly/java8.cfg
.kokoro/nightly/lint.cfg
.kokoro/nightly/samples.cfg
.kokoro/populate-secrets.sh
.kokoro/presubmit/clirr.cfg
.kokoro/presubmit/common.cfg
.kokoro/presubmit/dependencies.cfg
.kokoro/presubmit/integration.cfg
.kokoro/presubmit/java11.cfg
.kokoro/presubmit/java7.cfg
.kokoro/presubmit/java8-osx.cfg
.kokoro/presubmit/java8-win.cfg
.kokoro/presubmit/java8.cfg
.kokoro/presubmit/linkage-monitor.cfg
.kokoro/presubmit/lint.cfg
.kokoro/presubmit/samples.cfg
.kokoro/release/bump_snapshot.cfg
.kokoro/release/common.cfg
.kokoro/release/common.sh
.kokoro/release/drop.cfg
.kokoro/release/drop.sh
.kokoro/release/promote.cfg
.kokoro/release/promote.sh
.kokoro/release/publish_javadoc.cfg
.kokoro/release/publish_javadoc.sh
.kokoro/release/snapshot.cfg
.kokoro/release/snapshot.sh
.kokoro/release/stage.cfg
.kokoro/release/stage.sh
.kokoro/trampoline.sh
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yaml
java.header
license-checks.xml
renovate.json
samples/install-without-bom/pom.xml
samples/pom.xml
samples/snapshot/pom.xml
samples/snippets/pom.xml
2020-08-06 02:39:53,922 synthtool [DEBUG] > existing pom file found (samples/pom.xml) - keeping the existing
2020-08-06 02:39:53,923 synthtool [DEBUG] > existing pom file found (samples/snippets/pom.xml) - keeping the existing
2020-08-06 02:39:53,923 synthtool [DEBUG] > existing pom file found (samples/install-without-bom/pom.xml) - keeping the existing
2020-08-06 02:39:53,924 synthtool [DEBUG] > existing pom file found (samples/snapshot/pom.xml) - keeping the existing
2020-08-06 02:39:56,972 synthtool [DEBUG] > Wrote metadata to synth.metadata.
2020-08-06 02:39:57,040 autosynth [INFO] > Changed files:
2020-08-06 02:39:57,041 autosynth [INFO] > M .kokoro/release/publish_javadoc.cfg
 M .kokoro/release/publish_javadoc.sh
 M synth.metadata
2020-08-06 02:39:57,041 autosynth [DEBUG] > Running: git log dd230c816f88d0141fcd0be83498986287220d1b -1 --no-decorate --pretty=%s
2020-08-06 02:39:57,045 autosynth [DEBUG] > Running: git log dd230c816f88d0141fcd0be83498986287220d1b -1 --no-decorate --pretty=%b%n%nSource-Author: %an <%ae>%nSource-Date: %ad
2020-08-06 02:39:57,050 autosynth [DEBUG] > Running: git add -A
2020-08-06 02:39:57,055 autosynth [DEBUG] > Running: git status --porcelain
2020-08-06 02:39:57,061 autosynth [DEBUG] > Running: git commit -m Add cloud-RAD for Java

Co-authored-by: Jeff Ching <[email protected]>

Source-Author: Les Vogel <[email protected]>
Source-Date: Thu Jul 30 13:09:50 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: dd230c816f88d0141fcd0be83498986287220d1b
Source-Link: https://github.com/googleapis/synthtool/commit/dd230c816f88d0141fcd0be83498986287220d1b
[autosynth-169 67d3650] Add cloud-RAD for Java
 3 files changed, 184 insertions(+), 6 deletions(-)
2020-08-06 02:39:57,070 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 67d3650 Add cloud-RAD for Java
2020-08-06 02:39:57,076 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-08-06 02:39:57,082 autosynth [DEBUG] > Running: git diff HEAD..autosynth-169 -- . :(exclude)synth.metadata
2020-08-06 02:39:57,087 autosynth [DEBUG] > Running: git diff HEAD autosynth-169
2020-08-06 02:39:57,092 autosynth [DEBUG] > Running: git apply /tmpfs/tmp/tmprwrmsui_/autosynth-169.patch
2020-08-06 02:39:57,096 autosynth [DEBUG] > Running: git add -A
2020-08-06 02:39:57,101 autosynth [DEBUG] > Running: git status --porcelain
2020-08-06 02:39:57,108 autosynth [DEBUG] > Running: git commit -m Add cloud-RAD for Java

Co-authored-by: Jeff Ching <[email protected]>

Source-Author: Les Vogel <[email protected]>
Source-Date: Thu Jul 30 13:09:50 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: dd230c816f88d0141fcd0be83498986287220d1b
Source-Link: https://github.com/googleapis/synthtool/commit/dd230c816f88d0141fcd0be83498986287220d1b
[autosynth 67d3650] Add cloud-RAD for Java
 3 files changed, 184 insertions(+), 6 deletions(-)
2020-08-06 02:39:57,116 autosynth [DEBUG] > Running: git diff autosynth-169..autosynth-171 -- . :(exclude)synth.metadata
2020-08-06 02:39:57,121 autosynth [DEBUG] > Running: git diff autosynth-169..autosynth-171 -- synth.metadata
2020-08-06 02:39:57,125 autosynth [DEBUG] > Running: git diff autosynth-171..autosynth-177 -- . :(exclude)synth.metadata
2020-08-06 02:39:57,129 autosynth [DEBUG] > Running: git diff autosynth-171..autosynth-177 -- synth.metadata
2020-08-06 02:39:57,133 autosynth [DEBUG] > Running: git diff autosynth-177..autosynth-189 -- . :(exclude)synth.metadata
2020-08-06 02:39:57,137 autosynth [DEBUG] > Running: git diff autosynth-177..autosynth-189 -- synth.metadata
2020-08-06 02:39:57,142 autosynth [DEBUG] > Running: git log -1 --no-decorate --format=%B
2020-08-06 02:39:57,146 autosynth [DEBUG] > Running: git push --force origin autosynth
remote: 
remote: Create a pull request for 'autosynth' on GitHub by visiting:        
remote:      https://github.com/googleapis/java-billing/pull/new/autosynth        
remote: 
To https://github.com/googleapis/java-billing.git
 * [new branch]      autosynth -> autosynth
2020-08-06 02:40:01,090 autosynth [DEBUG] > Running: git log -1 --pretty=%b
2020-08-06 02:40:04,100 autosynth [DEBUG] > Running: git clean -fdx
Removing __pycache__/
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 690, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 539, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 670, in _inner_main
    commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 400, in synthesize_loop
    synthesize_inner_loop(fork, synthesizer)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 444, in synthesize_inner_loop
    synthesizer, len(toolbox.versions) - 1
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 273, 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.

Dependency Dashboard

This issue contains a list of Renovate updates and their statuses.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • chore(deps): update dependency com.google.cloud:libraries-bom to v10

  • Check this box to trigger a request for Renovate to run again on this repository

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Detected dependencies

github-actions
.github/workflows/approve-readme.yaml
  • actions/github-script v6
.github/workflows/auto-release.yaml
  • actions/github-script v6
.github/workflows/ci.yaml
  • actions/checkout v3
  • actions/setup-java v3
  • actions/checkout v3
  • actions/setup-java v3
  • actions/checkout v3
  • actions/setup-java v3
  • actions/checkout v3
  • actions/setup-java v3
  • actions/checkout v3
  • actions/setup-java v3
.github/workflows/samples.yaml
  • actions/checkout v3
  • actions/setup-java v3
maven
google-cloud-billing-bom/pom.xml
  • com.google.cloud:google-cloud-shared-config 1.5.3
  • com.google.cloud:google-cloud-billing 2.3.6-SNAPSHOT
  • com.google.api.grpc:grpc-google-cloud-billing-v1 2.3.6-SNAPSHOT
  • com.google.api.grpc:proto-google-cloud-billing-v1 2.3.6-SNAPSHOT
google-cloud-billing/pom.xml
  • com.google.cloud:google-cloud-billing-parent 2.3.6-SNAPSHOT
grpc-google-cloud-billing-v1/pom.xml
  • com.google.cloud:google-cloud-billing-parent 2.3.6-SNAPSHOT
pom.xml
  • com.google.cloud:google-cloud-shared-config 1.5.3
  • com.google.api.grpc:proto-google-cloud-billing-v1 2.3.6-SNAPSHOT
  • com.google.api.grpc:grpc-google-cloud-billing-v1 2.3.6-SNAPSHOT
  • com.google.cloud:google-cloud-billing 2.3.6-SNAPSHOT
  • com.google.cloud:google-cloud-shared-dependencies 3.0.4
  • junit:junit 4.13.2
  • org.apache.maven.plugins:maven-project-info-reports-plugin 3.4.1
  • org.apache.maven.plugins:maven-javadoc-plugin 3.4.1
proto-google-cloud-billing-v1/pom.xml
  • com.google.cloud:google-cloud-billing-parent 2.3.6-SNAPSHOT
samples/install-without-bom/pom.xml
  • com.google.cloud.samples:shared-configuration 1.2.0
  • com.google.cloud:google-cloud-billing 2.3.5
  • junit:junit 4.13.2
  • com.google.truth:truth 1.1.3
  • org.codehaus.mojo:build-helper-maven-plugin 3.3.0
samples/pom.xml
  • com.google.cloud.samples:shared-configuration 1.2.0
  • org.apache.maven.plugins:maven-deploy-plugin 3.0.0
  • org.sonatype.plugins:nexus-staging-maven-plugin 1.6.13
samples/snapshot/pom.xml
  • com.google.cloud.samples:shared-configuration 1.2.0
  • com.google.cloud:google-cloud-billing 2.3.5
  • junit:junit 4.13.2
  • com.google.truth:truth 1.1.3
  • org.codehaus.mojo:build-helper-maven-plugin 3.3.0
samples/snippets/pom.xml
  • com.google.cloud.samples:shared-configuration 1.2.0
  • com.google.cloud:libraries-bom 26.1.3
  • junit:junit 4.13.2
  • com.google.truth:truth 1.1.3

  • Check this box to trigger a request for Renovate to run again on this repository

Your .repo-metadata.json file has a problem ๐Ÿค’

You have a problem with your .repo-metadata.json file:

Result of scan ๐Ÿ“ˆ:

  • api_shortname 'billing' invalid in .repo-metadata.json

โ˜๏ธ Once you address these problems, you can close this issue.

Need help?

  • Schema definition: lists valid options for each field.
  • API index: for gRPC libraries api_shortname should match the subdomain of an API's hostName.
  • Reach out to go/github-automation if you have any questions.

Dependency Dashboard

This issue contains a list of Renovate updates and their statuses.

This repository currently has no open or pending branches.


  • Check this box to trigger a request for Renovate to run again on this repository

Synthesis failed for java-billing

Hello! Autosynth couldn't regenerate java-billing. ๐Ÿ’”

Here's the output from running synth.py:

2020-05-18 10:02:51,105 autosynth [INFO] > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/java-billing
2020-05-18 10:02:51,610 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-05-18 10:02:51,613 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-05-18 10:02:51,616 autosynth [DEBUG] > Running: git config user.email [email protected]
2020-05-18 10:02:51,619 autosynth [DEBUG] > Running: git config push.default simple
2020-05-18 10:02:51,622 autosynth [DEBUG] > Running: git branch -f autosynth
2020-05-18 10:02:51,625 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-05-18 10:02:51,637 autosynth [DEBUG] > Running: git rev-parse --show-toplevel
2020-05-18 10:02:51,641 autosynth [DEBUG] > Running: git log -1 --pretty=%H
2020-05-18 10:02:51,644 autosynth [DEBUG] > Running: git remote get-url origin
2020-05-18 10:02:51,659 synthtool [ERROR] > Failed executing git checkout master:

error: Your local changes to the following files would be overwritten by checkout:
	.bazelrc
Please commit your changes or stash them before you switch branches.
Aborting

2020-05-18 10:02:51,660 autosynth [DEBUG] > Running: git clean -fdx
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 615, in <module>
    main()
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 476, in main
    return _inner_main(temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 576, in _inner_main
    git_source.enumerate_versions(sources, pathlib.Path(temp_dir))
  File "/tmpfs/src/github/synthtool/autosynth/git_source.py", line 166, in enumerate_versions
    source_versions = enumerate_versions_for_source(git_source, temp_dir)
  File "/tmpfs/src/github/synthtool/autosynth/git_source.py", line 131, in enumerate_versions_for_source
    local_repo_dir = str(synthtool_git.clone(remote))
  File "/tmpfs/src/github/synthtool/synthtool/sources/git.py", line 85, in clone
    shell.run(["git", "checkout", "master"], cwd=str(dest), check=True)
  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 '['git', 'checkout', 'master']' returned non-zero exit status 1.

Google internal developers can see the full log here.

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.