Code Monkey home page Code Monkey logo

java-bigqueryreservation's Introduction

Google Cloud BigQuery Reservation Client for Java

Java idiomatic client for Cloud BigQuery Reservation.

Maven Stability

๐ŸšŒ In October 2022, this library has moved to google-cloud-java/java-bigqueryreservation. 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-bigqueryreservation) 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-bigqueryreservation</artifactId>
  <version>2.6.0</version>
</dependency>

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

implementation 'com.google.cloud:google-cloud-bigqueryreservation:2.6.0'

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

libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.6.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 BigQuery Reservation APIs, and the authenticated principal must have the IAM role(s) required to access GCP resources using the Cloud BigQuery Reservation API calls.

Getting Started

Prerequisites

You will need a Google Cloud Platform Console project with the Cloud BigQuery Reservation API enabled. You will need to enable billing to use Google Cloud BigQuery Reservation. 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-bigqueryreservation library. See the Quickstart section to add google-cloud-bigqueryreservation as a dependency in your code.

About Cloud BigQuery Reservation

Cloud BigQuery Reservation allows users to manage their flat-rate BigQuery reservations.

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

Samples

Samples are in the samples/ directory.

Sample Source Code Try it
Quickstart Sample source code Open in Cloud Shell

Troubleshooting

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

Transport

Cloud BigQuery Reservation 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-bigqueryreservation's People

Contributors

chingor13 avatar ddixit14 avatar diegomarquezp avatar dwsupplee 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 stephaniewang526 avatar surferjeffatgoogle avatar suztomo avatar yoshi-automation avatar

Stargazers

 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  avatar  avatar  avatar  avatar

java-bigqueryreservation's Issues

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-bigqueryreservation

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

Here's the output from running synth.py:

2020-05-18 10:02:38,077 autosynth [INFO] > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/java-bigqueryreservation
2020-05-18 10:02:38,585 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-05-18 10:02:38,588 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-05-18 10:02:38,592 autosynth [DEBUG] > Running: git config user.email [email protected]
2020-05-18 10:02:38,595 autosynth [DEBUG] > Running: git config push.default simple
2020-05-18 10:02:38,597 autosynth [DEBUG] > Running: git branch -f autosynth
2020-05-18 10:02:38,601 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-05-18 10:02:38,614 autosynth [DEBUG] > Running: git rev-parse --show-toplevel
2020-05-18 10:02:38,618 autosynth [DEBUG] > Running: git log -1 --pretty=%H
2020-05-18 10:02:38,622 autosynth [DEBUG] > Running: git remote get-url origin
2020-05-18 10:02:38,637 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:38,638 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.

Synthesis failed for java-bigqueryreservation

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

Here's the output from running synth.py:

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

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 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Note: checking out '01b6f23d24b27878b48667ce597876d66b59780e'.

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 01b6f23 fix(python): install testutils from pypi (#503)
Note: checking out '756b174de4a122461993c1c583345533d819936d'.

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 756b174d fix: Add missing method_signature annotations for BigTable Admin Backup RPCs
Switched to a new branch 'autosynth-self-2'
2020-05-07 05:07:44 [INFO] Running synthtool
2020-05-07 05:07:44 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-05-07 05:07:44,794 synthtool > Executing /tmpfs/src/github/synthtool/working_repo/synth.py.
On branch autosynth-self-2
nothing to commit, working tree clean
2020-05-07 05:07:44,979 synthtool > Ensuring dependencies.
2020-05-07 05:07:44,991 synthtool > Cloning googleapis.
2020-05-07 05:07:44,992 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/googleapis
2020-05-07 05:07:44,996 synthtool > Generating code for: //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java.
2020-05-07 05:07:59,745 synthtool > Failed executing bazel build //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java:

Starting local Bazel server and connecting to it...
Loading: 
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/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmplnsnahh3/googleapis/WORKSPACE:34:1
Loading: 0 packages loaded
INFO: SHA256 (https://github.com/grpc/grpc/archive/8347f4753568b5b66e49111c60ae2841278d3f33.zip) = 8d87aa54941db316e8a3370fdee1173ac4b2ede5724877d36a57edbc6dd136f0
Loading: 0 packages loaded
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/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmplnsnahh3/googleapis/WORKSPACE:95:1
INFO: SHA256 (https://github.com/googleapis/gax-java/archive/730046855da122b26adbaa3fcf535becd8afa292.zip) = 97c2a418cf3acf3eba0bb25ac01a617b03023711ff031c081a78f98b55beee55
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/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmplnsnahh3/googleapis/WORKSPACE:123:1
Loading: 0 packages loaded
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/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/8ad43ad4be17512972d5ad7b5887b1a6/external/com_google_api_gax_java/repositories.bzl:114:5
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/8ad43ad4be17512972d5ad7b5887b1a6/external/com_google_api_gax_java/repositories.bzl:60:5
 - /tmpfs/tmp/tmplnsnahh3/googleapis/WORKSPACE:138:1
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/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmplnsnahh3/googleapis/WORKSPACE:62: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/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmplnsnahh3/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/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmplnsnahh3/googleapis/WORKSPACE:179:1
Loading: 0 packages loaded
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/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmplnsnahh3/googleapis/WORKSPACE:200:1
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/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmplnsnahh3/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/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /tmpfs/tmp/tmplnsnahh3/googleapis/WORKSPACE:29:1
Analyzing: target //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java (1 packages loaded, 0 targets configured)
INFO: Call stack for the definition of repository 'rules_python' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/8ad43ad4be17512972d5ad7b5887b1a6/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
 - /home/kbuilder/.cache/bazel/_bazel_kbuilder/8ad43ad4be17512972d5ad7b5887b1a6/external/com_google_protobuf/protobuf_deps.bzl:58:9
 - /tmpfs/tmp/tmplnsnahh3/googleapis/WORKSPACE:42:1
ERROR: While resolving toolchains for target //google/cloud/bigquery/reservation/v1:reservation_java_gapic_test: 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/bigquery/reservation/v1:google-cloud-bigquery-reservation-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: 14.696s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (12 packages loaded, 23 targets configured)
FAILED: Build did NOT complete successfully (12 packages loaded, 23 targets configured)

2020-05-07 05:07:59,748 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 31, in <module>
    destination_name='bigqueryreservation'
  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/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java']' returned non-zero exit status 1.
2020-05-07 05:07:59 [ERROR] Synthesis failed
HEAD is now at 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Switched to branch 'autosynth-self'
Note: checking out '0bcb6107a30379ec50edbf89f9712d5ec2a23ac4'.

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 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Previous HEAD position was 01b6f23 fix(python): install testutils from pypi (#503)
HEAD is now at be74d3e build: do not fail builds on codecov errors (#528)
Previous HEAD position was 756b174d fix: Add missing method_signature annotations for BigTable Admin Backup RPCs
HEAD is now at 2fc2caaa chore: enable gapic v2 and proto annotation for bigquery/storage/v1beta2 API.
Switched to a new branch 'autosynth-35'
2020-05-07 05:07:59 [INFO] Running synthtool
2020-05-07 05:07:59 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-05-07 05:08:00,065 synthtool > Executing /tmpfs/src/github/synthtool/working_repo/synth.py.
On branch autosynth-35
nothing to commit, working tree clean
2020-05-07 05:08:00,198 synthtool > Ensuring dependencies.
2020-05-07 05:08:00,209 synthtool > Cloning googleapis.
2020-05-07 05:08:00,210 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/googleapis
2020-05-07 05:08:00,215 synthtool > Generating code for: //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java.
2020-05-07 05:11:41,371 synthtool > Generated code into /tmpfs/tmp/tmp5pc66_oi.
2020-05-07 05:11:41,375 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequestOrBuilder.java.
2020-05-07 05:11:41,375 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservation.java.
2020-05-07 05:11:41,375 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateBiReservationRequestOrBuilder.java.
2020-05-07 05:11:41,376 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateBiReservationRequest.java.
2020-05-07 05:11:41,376 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequest.java.
2020-05-07 05:11:41,376 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/Assignment.java.
2020-05-07 05:11:41,377 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequest.java.
2020-05-07 05:11:41,377 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponse.java.
2020-05-07 05:11:41,377 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequestOrBuilder.java.
2020-05-07 05:11:41,377 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequest.java.
2020-05-07 05:11:41,378 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:11:41,378 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequest.java.
2020-05-07 05:11:41,378 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequest.java.
2020-05-07 05:11:41,379 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationProto.java.
2020-05-07 05:11:41,379 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequest.java.
2020-05-07 05:11:41,379 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentOrBuilder.java.
2020-05-07 05:11:41,380 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationOrBuilder.java.
2020-05-07 05:11:41,380 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponseOrBuilder.java.
2020-05-07 05:11:41,380 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentOrBuilder.java.
2020-05-07 05:11:41,380 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponseOrBuilder.java.
2020-05-07 05:11:41,381 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:11:41,381 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponse.java.
2020-05-07 05:11:41,381 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequestOrBuilder.java.
2020-05-07 05:11:41,381 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequest.java.
2020-05-07 05:11:41,382 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:11:41,382 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequest.java.
2020-05-07 05:11:41,382 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequest.java.
2020-05-07 05:11:41,382 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetBiReservationRequestOrBuilder.java.
2020-05-07 05:11:41,383 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequestOrBuilder.java.
2020-05-07 05:11:41,383 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequestOrBuilder.java.
2020-05-07 05:11:41,383 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequest.java.
2020-05-07 05:11:41,384 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponse.java.
2020-05-07 05:11:41,384 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationOrBuilder.java.
2020-05-07 05:11:41,384 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MoveAssignmentRequestOrBuilder.java.
2020-05-07 05:11:41,384 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequest.java.
2020-05-07 05:11:41,384 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponseOrBuilder.java.
2020-05-07 05:11:41,385 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequest.java.
2020-05-07 05:11:41,385 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:11:41,385 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponse.java.
2020-05-07 05:11:41,386 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:11:41,386 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequestOrBuilder.java.
2020-05-07 05:11:41,386 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetBiReservationRequest.java.
2020-05-07 05:11:41,386 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequestOrBuilder.java.
2020-05-07 05:11:41,387 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequest.java.
2020-05-07 05:11:41,387 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitment.java.
2020-05-07 05:11:41,387 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequestOrBuilder.java.
2020-05-07 05:11:41,387 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequestOrBuilder.java.
2020-05-07 05:11:41,388 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponse.java.
2020-05-07 05:11:41,388 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponseOrBuilder.java.
2020-05-07 05:11:41,388 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequest.java.
2020-05-07 05:11:41,388 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequestOrBuilder.java.
2020-05-07 05:11:41,389 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequestOrBuilder.java.
2020-05-07 05:11:41,389 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MoveAssignmentRequest.java.
2020-05-07 05:11:41,389 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/Reservation.java.
2020-05-07 05:11:41,390 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequest.java.
2020-05-07 05:11:41,390 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequest.java.
2020-05-07 05:11:41,390 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponseOrBuilder.java.
2020-05-07 05:11:41,395 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/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentName.java.
2020-05-07 05:11:41,395 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/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationName.java.
2020-05-07 05:11:41,395 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/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentName.java.
2020-05-07 05:11:41,395 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/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationName.java.
2020-05-07 05:11:41,396 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/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/LocationName.java.
2020-05-07 05:11:41,399 synthtool > Replaced '^package (.*);' in /tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/grpc-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceGrpc.java.
2020-05-07 05:11:41,423 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/src')] were copied. Does the source contain files?
2020-05-07 05:11:41,423 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/resources')] were copied. Does the source contain files?
2020-05-07 05:11:41,423 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp5pc66_oi/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/src/**/*.manifest.yaml')] were copied. Does the source contain files?
2020-05-07 05:11:41,424 synthtool > Running java formatter on 10 files
2020-05-07 05:11:44,542 synthtool > Running java formatter on 1 files
2020-05-07 05:11:47,072 synthtool > Running java formatter on 62 files
2020-05-07 05:11:53,461 synthtool > Running java formatter on 0 files
2020-05-07 05:11:53,837 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/synthtool
.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
.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/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-05-07 05:11:53,991 synthtool > existing pom file found (samples/pom.xml) - keeping the existing
2020-05-07 05:11:53,991 synthtool > existing pom file found (samples/snapshot/pom.xml) - keeping the existing
2020-05-07 05:11:53,991 synthtool > existing pom file found (samples/install-without-bom/pom.xml) - keeping the existing
2020-05-07 05:11:53,991 synthtool > existing pom file found (samples/snippets/pom.xml) - keeping the existing
2020-05-07 05:11:53,993 synthtool > Wrote metadata to synth.metadata.
2020-05-07 05:11:54 [INFO] Changed files:
2020-05-07 05:11:54 [INFO] M README.md
 M synth.metadata
[autosynth-35 cbeaebd] chore: enable gapic v2 and proto annotation for bigquery/storage/v1beta2 API.
 2 files changed, 38 insertions(+), 39 deletions(-)
 rewrite synth.metadata (72%)
HEAD is now at cbeaebd chore: enable gapic v2 and proto annotation for bigquery/storage/v1beta2 API.
Switched to branch 'autosynth'
Note: checking out '0bcb6107a30379ec50edbf89f9712d5ec2a23ac4'.

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 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Previous HEAD position was be74d3e build: do not fail builds on codecov errors (#528)
HEAD is now at 01b6f23 fix(python): install testutils from pypi (#503)
Previous HEAD position was 2fc2caaa chore: enable gapic v2 and proto annotation for bigquery/storage/v1beta2 API.
HEAD is now at 756b174d fix: Add missing method_signature annotations for BigTable Admin Backup RPCs
Switched to a new branch 'autosynth-0'
2020-05-07 05:11:54 [INFO] Running synthtool
2020-05-07 05:11:54 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-05-07 05:11:54,323 synthtool > Executing /tmpfs/src/github/synthtool/working_repo/synth.py.
On branch autosynth-0
nothing to commit, working tree clean
2020-05-07 05:11:54,457 synthtool > Ensuring dependencies.
2020-05-07 05:11:54,468 synthtool > Cloning googleapis.
2020-05-07 05:11:54,469 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/googleapis
2020-05-07 05:11:54,474 synthtool > Generating code for: //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java.
2020-05-07 05:11:55,689 synthtool > Failed executing bazel build //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java:

Loading: 
Loading: 0 packages loaded
Analyzing: target //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java (1 packages loaded, 0 targets configured)
ERROR: While resolving toolchains for target //google/cloud/bigquery/reservation/v1:reservation_java_gapic_test: 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/bigquery/reservation/v1:google-cloud-bigquery-reservation-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: 1.202s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (14 packages loaded, 23 targets configured)
FAILED: Build did NOT complete successfully (14 packages loaded, 23 targets configured)

2020-05-07 05:11:55,690 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 31, in <module>
    destination_name='bigqueryreservation'
  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/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java']' returned non-zero exit status 1.
2020-05-07 05:11:55 [ERROR] Synthesis failed
2020-05-07 05:11:55 [INFO] Changed files:
2020-05-07 05:11:55 [INFO] 
HEAD is now at 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Switched to branch 'autosynth'
Note: checking out '0bcb6107a30379ec50edbf89f9712d5ec2a23ac4'.

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 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Previous HEAD position was 01b6f23 fix(python): install testutils from pypi (#503)
HEAD is now at 04cb397 chore: add labels with context info (#518)
Previous HEAD position was 756b174d fix: Add missing method_signature annotations for BigTable Admin Backup RPCs
HEAD is now at ab3468cf chore!: enable gapicv2 for vision/v1p3beta API
Switched to a new branch 'autosynth-17'
2020-05-07 05:11:55 [INFO] Running synthtool
2020-05-07 05:11:55 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-05-07 05:11:56,009 synthtool > Executing /tmpfs/src/github/synthtool/working_repo/synth.py.
On branch autosynth-17
nothing to commit, working tree clean
2020-05-07 05:11:56,138 synthtool > Ensuring dependencies.
2020-05-07 05:11:56,149 synthtool > Cloning googleapis.
2020-05-07 05:11:56,150 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/googleapis
2020-05-07 05:11:56,154 synthtool > Generating code for: //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java.
2020-05-07 05:11:56,893 synthtool > Failed executing bazel build //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java:

Loading: 
Loading: 0 packages loaded
Analyzing: target //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java (0 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/bigquery/reservation/v1:google-cloud-bigquery-reservation-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: 0.725s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (1 packages loaded, 0 targets configured)
FAILED: Build did NOT complete successfully (1 packages loaded, 0 targets configured)

2020-05-07 05:11:56,894 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 31, in <module>
    destination_name='bigqueryreservation'
  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/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java']' returned non-zero exit status 1.
2020-05-07 05:11:56 [ERROR] Synthesis failed
2020-05-07 05:11:56 [INFO] Changed files:
2020-05-07 05:11:56 [INFO] 
HEAD is now at 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Switched to branch 'autosynth'
Note: checking out '0bcb6107a30379ec50edbf89f9712d5ec2a23ac4'.

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 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Previous HEAD position was 04cb397 chore: add labels with context info (#518)
HEAD is now at ab88356 fix: make .kokoro-autosynth executable (#522)
Previous HEAD position was ab3468cf chore!: enable gapicv2 for vision/v1p3beta API
HEAD is now at 4bef0001 fix: add resource reference to proto files chore: update copyright and comments
Switched to a new branch 'autosynth-26'
2020-05-07 05:11:57 [INFO] Running synthtool
2020-05-07 05:11:57 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-05-07 05:11:57,244 synthtool > Executing /tmpfs/src/github/synthtool/working_repo/synth.py.
On branch autosynth-26
nothing to commit, working tree clean
2020-05-07 05:11:57,377 synthtool > Ensuring dependencies.
2020-05-07 05:11:57,388 synthtool > Cloning googleapis.
2020-05-07 05:11:57,389 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/googleapis
2020-05-07 05:11:57,393 synthtool > Generating code for: //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java.
2020-05-07 05:12:00,696 synthtool > Generated code into /tmpfs/tmp/tmp84ukz4p9.
2020-05-07 05:12:00,700 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequestOrBuilder.java.
2020-05-07 05:12:00,700 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservation.java.
2020-05-07 05:12:00,700 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateBiReservationRequestOrBuilder.java.
2020-05-07 05:12:00,701 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateBiReservationRequest.java.
2020-05-07 05:12:00,701 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequest.java.
2020-05-07 05:12:00,701 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/Assignment.java.
2020-05-07 05:12:00,702 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequest.java.
2020-05-07 05:12:00,702 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponse.java.
2020-05-07 05:12:00,702 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequestOrBuilder.java.
2020-05-07 05:12:00,703 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequest.java.
2020-05-07 05:12:00,703 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:00,703 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequest.java.
2020-05-07 05:12:00,704 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequest.java.
2020-05-07 05:12:00,704 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationProto.java.
2020-05-07 05:12:00,704 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequest.java.
2020-05-07 05:12:00,705 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentOrBuilder.java.
2020-05-07 05:12:00,708 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationOrBuilder.java.
2020-05-07 05:12:00,724 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponseOrBuilder.java.
2020-05-07 05:12:00,724 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentOrBuilder.java.
2020-05-07 05:12:00,724 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponseOrBuilder.java.
2020-05-07 05:12:00,725 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:00,728 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponse.java.
2020-05-07 05:12:00,728 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequestOrBuilder.java.
2020-05-07 05:12:00,729 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequest.java.
2020-05-07 05:12:00,729 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:00,730 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequest.java.
2020-05-07 05:12:00,730 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequest.java.
2020-05-07 05:12:00,730 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetBiReservationRequestOrBuilder.java.
2020-05-07 05:12:00,731 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequestOrBuilder.java.
2020-05-07 05:12:00,731 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequestOrBuilder.java.
2020-05-07 05:12:00,731 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequest.java.
2020-05-07 05:12:00,732 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponse.java.
2020-05-07 05:12:00,732 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationOrBuilder.java.
2020-05-07 05:12:00,733 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MoveAssignmentRequestOrBuilder.java.
2020-05-07 05:12:00,733 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequest.java.
2020-05-07 05:12:00,733 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponseOrBuilder.java.
2020-05-07 05:12:00,733 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequest.java.
2020-05-07 05:12:00,734 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:00,734 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponse.java.
2020-05-07 05:12:00,734 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:00,735 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequestOrBuilder.java.
2020-05-07 05:12:00,735 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetBiReservationRequest.java.
2020-05-07 05:12:00,735 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequestOrBuilder.java.
2020-05-07 05:12:00,736 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequest.java.
2020-05-07 05:12:00,736 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitment.java.
2020-05-07 05:12:00,736 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequestOrBuilder.java.
2020-05-07 05:12:00,737 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequestOrBuilder.java.
2020-05-07 05:12:00,737 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponse.java.
2020-05-07 05:12:00,737 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponseOrBuilder.java.
2020-05-07 05:12:00,738 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequest.java.
2020-05-07 05:12:00,738 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequestOrBuilder.java.
2020-05-07 05:12:00,738 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequestOrBuilder.java.
2020-05-07 05:12:00,739 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MoveAssignmentRequest.java.
2020-05-07 05:12:00,739 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/Reservation.java.
2020-05-07 05:12:00,739 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequest.java.
2020-05-07 05:12:00,740 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequest.java.
2020-05-07 05:12:00,740 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponseOrBuilder.java.
2020-05-07 05:12:00,747 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/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentName.java.
2020-05-07 05:12:00,747 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/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationName.java.
2020-05-07 05:12:00,747 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/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentName.java.
2020-05-07 05:12:00,748 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/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationName.java.
2020-05-07 05:12:00,748 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/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/LocationName.java.
2020-05-07 05:12:00,754 synthtool > Replaced '^package (.*);' in /tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/grpc-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceGrpc.java.
2020-05-07 05:12:00,784 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/src')] were copied. Does the source contain files?
2020-05-07 05:12:00,785 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/resources')] were copied. Does the source contain files?
2020-05-07 05:12:00,786 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp84ukz4p9/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/src/**/*.manifest.yaml')] were copied. Does the source contain files?
2020-05-07 05:12:00,787 synthtool > Running java formatter on 10 files
2020-05-07 05:12:03,954 synthtool > Running java formatter on 1 files
2020-05-07 05:12:06,597 synthtool > Running java formatter on 62 files
2020-05-07 05:12:12,897 synthtool > Running java formatter on 0 files
2020-05-07 05:12:13,255 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/synthtool
.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
.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/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-05-07 05:12:13,412 synthtool > existing pom file found (samples/pom.xml) - keeping the existing
2020-05-07 05:12:13,413 synthtool > existing pom file found (samples/snapshot/pom.xml) - keeping the existing
2020-05-07 05:12:13,413 synthtool > existing pom file found (samples/install-without-bom/pom.xml) - keeping the existing
2020-05-07 05:12:13,413 synthtool > existing pom file found (samples/snippets/pom.xml) - keeping the existing
2020-05-07 05:12:13,415 synthtool > Wrote metadata to synth.metadata.
2020-05-07 05:12:13 [INFO] Changed files:
2020-05-07 05:12:13 [INFO] M README.md
 M synth.metadata
[autosynth-26 b1a1f31] fix: add resource reference to proto files chore: update copyright and comments
 2 files changed, 38 insertions(+), 39 deletions(-)
 rewrite synth.metadata (72%)
HEAD is now at b1a1f31 fix: add resource reference to proto files chore: update copyright and comments
Switched to branch 'autosynth'
Note: checking out '0bcb6107a30379ec50edbf89f9712d5ec2a23ac4'.

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 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Previous HEAD position was ab88356 fix: make .kokoro-autosynth executable (#522)
HEAD is now at a2c1c4f fix(python): use python installed by pyenv for bazel (#520)
Previous HEAD position was 4bef0001 fix: add resource reference to proto files chore: update copyright and comments
HEAD is now at e0f9d9e1 Integrate Python GAPIC Microgenerator in googleapis. This PR uses using documentai as an example. Depends on https://github.com/googleapis/gapic-generator-python/pull/402
Switched to a new branch 'autosynth-21'
2020-05-07 05:12:13 [INFO] Running synthtool
2020-05-07 05:12:13 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-05-07 05:12:13,729 synthtool > Executing /tmpfs/src/github/synthtool/working_repo/synth.py.
On branch autosynth-21
nothing to commit, working tree clean
2020-05-07 05:12:13,858 synthtool > Ensuring dependencies.
2020-05-07 05:12:13,869 synthtool > Cloning googleapis.
2020-05-07 05:12:13,870 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/googleapis
2020-05-07 05:12:13,874 synthtool > Generating code for: //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java.
2020-05-07 05:12:14,158 synthtool > Generated code into /tmpfs/tmp/tmp_dlyvc8m.
2020-05-07 05:12:14,160 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequestOrBuilder.java.
2020-05-07 05:12:14,161 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservation.java.
2020-05-07 05:12:14,161 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateBiReservationRequestOrBuilder.java.
2020-05-07 05:12:14,161 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateBiReservationRequest.java.
2020-05-07 05:12:14,161 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequest.java.
2020-05-07 05:12:14,162 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/Assignment.java.
2020-05-07 05:12:14,162 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequest.java.
2020-05-07 05:12:14,162 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponse.java.
2020-05-07 05:12:14,162 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequestOrBuilder.java.
2020-05-07 05:12:14,162 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequest.java.
2020-05-07 05:12:14,163 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:14,163 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequest.java.
2020-05-07 05:12:14,163 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequest.java.
2020-05-07 05:12:14,163 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationProto.java.
2020-05-07 05:12:14,164 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequest.java.
2020-05-07 05:12:14,164 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentOrBuilder.java.
2020-05-07 05:12:14,164 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationOrBuilder.java.
2020-05-07 05:12:14,164 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponseOrBuilder.java.
2020-05-07 05:12:14,165 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentOrBuilder.java.
2020-05-07 05:12:14,165 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponseOrBuilder.java.
2020-05-07 05:12:14,165 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:14,165 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponse.java.
2020-05-07 05:12:14,165 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequestOrBuilder.java.
2020-05-07 05:12:14,166 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequest.java.
2020-05-07 05:12:14,166 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:14,166 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequest.java.
2020-05-07 05:12:14,166 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequest.java.
2020-05-07 05:12:14,167 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetBiReservationRequestOrBuilder.java.
2020-05-07 05:12:14,167 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequestOrBuilder.java.
2020-05-07 05:12:14,167 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequestOrBuilder.java.
2020-05-07 05:12:14,167 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequest.java.
2020-05-07 05:12:14,168 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponse.java.
2020-05-07 05:12:14,168 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationOrBuilder.java.
2020-05-07 05:12:14,168 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MoveAssignmentRequestOrBuilder.java.
2020-05-07 05:12:14,168 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequest.java.
2020-05-07 05:12:14,168 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponseOrBuilder.java.
2020-05-07 05:12:14,169 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequest.java.
2020-05-07 05:12:14,169 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:14,169 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponse.java.
2020-05-07 05:12:14,169 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:14,169 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequestOrBuilder.java.
2020-05-07 05:12:14,170 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetBiReservationRequest.java.
2020-05-07 05:12:14,170 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequestOrBuilder.java.
2020-05-07 05:12:14,170 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequest.java.
2020-05-07 05:12:14,170 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitment.java.
2020-05-07 05:12:14,171 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequestOrBuilder.java.
2020-05-07 05:12:14,171 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequestOrBuilder.java.
2020-05-07 05:12:14,171 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponse.java.
2020-05-07 05:12:14,171 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponseOrBuilder.java.
2020-05-07 05:12:14,172 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequest.java.
2020-05-07 05:12:14,172 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequestOrBuilder.java.
2020-05-07 05:12:14,172 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequestOrBuilder.java.
2020-05-07 05:12:14,172 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MoveAssignmentRequest.java.
2020-05-07 05:12:14,172 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/Reservation.java.
2020-05-07 05:12:14,173 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequest.java.
2020-05-07 05:12:14,173 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequest.java.
2020-05-07 05:12:14,173 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponseOrBuilder.java.
2020-05-07 05:12:14,177 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/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentName.java.
2020-05-07 05:12:14,177 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/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationName.java.
2020-05-07 05:12:14,178 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/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentName.java.
2020-05-07 05:12:14,178 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/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationName.java.
2020-05-07 05:12:14,178 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/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/LocationName.java.
2020-05-07 05:12:14,182 synthtool > Replaced '^package (.*);' in /tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/grpc-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceGrpc.java.
2020-05-07 05:12:14,202 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/src')] were copied. Does the source contain files?
2020-05-07 05:12:14,203 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/resources')] were copied. Does the source contain files?
2020-05-07 05:12:14,203 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmp_dlyvc8m/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/src/**/*.manifest.yaml')] were copied. Does the source contain files?
2020-05-07 05:12:14,204 synthtool > Running java formatter on 10 files
2020-05-07 05:12:17,264 synthtool > Running java formatter on 1 files
2020-05-07 05:12:19,839 synthtool > Running java formatter on 62 files
2020-05-07 05:12:26,213 synthtool > Running java formatter on 0 files
2020-05-07 05:12:26,590 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/synthtool
.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
.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/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-05-07 05:12:26,742 synthtool > existing pom file found (samples/pom.xml) - keeping the existing
2020-05-07 05:12:26,743 synthtool > existing pom file found (samples/snapshot/pom.xml) - keeping the existing
2020-05-07 05:12:26,743 synthtool > existing pom file found (samples/install-without-bom/pom.xml) - keeping the existing
2020-05-07 05:12:26,743 synthtool > existing pom file found (samples/snippets/pom.xml) - keeping the existing
2020-05-07 05:12:26,745 synthtool > Wrote metadata to synth.metadata.
2020-05-07 05:12:26 [INFO] Changed files:
2020-05-07 05:12:26 [INFO] M README.md
 M synth.metadata
[autosynth-21 700a994] fix(python): use python installed by pyenv for bazel (#520)
 2 files changed, 38 insertions(+), 39 deletions(-)
 rewrite synth.metadata (72%)
HEAD is now at 700a994 fix(python): use python installed by pyenv for bazel (#520)
Switched to branch 'autosynth'
Note: checking out '0bcb6107a30379ec50edbf89f9712d5ec2a23ac4'.

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 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Previous HEAD position was a2c1c4f fix(python): use python installed by pyenv for bazel (#520)
HEAD is now at 04cb397 chore: add labels with context info (#518)
Previous HEAD position was e0f9d9e1 Integrate Python GAPIC Microgenerator in googleapis. This PR uses using documentai as an example. Depends on https://github.com/googleapis/gapic-generator-python/pull/402
HEAD is now at 4ca990cb Web Security Scanner V1 API
Switched to a new branch 'autosynth-19'
2020-05-07 05:12:26 [INFO] Running synthtool
2020-05-07 05:12:26 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-05-07 05:12:27,054 synthtool > Executing /tmpfs/src/github/synthtool/working_repo/synth.py.
On branch autosynth-19
nothing to commit, working tree clean
2020-05-07 05:12:27,184 synthtool > Ensuring dependencies.
2020-05-07 05:12:27,195 synthtool > Cloning googleapis.
2020-05-07 05:12:27,196 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/googleapis
2020-05-07 05:12:27,200 synthtool > Generating code for: //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java.
2020-05-07 05:12:27,909 synthtool > Failed executing bazel build //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java:

Loading: 
Loading: 0 packages loaded
Analyzing: target //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java (1 packages loaded, 0 targets configured)
ERROR: While resolving toolchains for target //google/cloud/bigquery/reservation/v1:reservation_java_gapic_test: 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/bigquery/reservation/v1:google-cloud-bigquery-reservation-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: 0.697s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (14 packages loaded, 23 targets configured)
FAILED: Build did NOT complete successfully (14 packages loaded, 23 targets configured)

2020-05-07 05:12:27,911 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 31, in <module>
    destination_name='bigqueryreservation'
  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/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java']' returned non-zero exit status 1.
2020-05-07 05:12:27 [ERROR] Synthesis failed
2020-05-07 05:12:27 [INFO] Changed files:
2020-05-07 05:12:27 [INFO] 
HEAD is now at 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
Switched to branch 'autosynth'
Note: checking out '0bcb6107a30379ec50edbf89f9712d5ec2a23ac4'.

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 0bcb610 chore(deps): update dependency com.google.cloud:google-cloud-bigqueryreservation to v0.1.0 (#16)
HEAD is now at 04cb397 chore: add labels with context info (#518)
Previous HEAD position was 4ca990cb Web Security Scanner V1 API
HEAD is now at e0f9d9e1 Integrate Python GAPIC Microgenerator in googleapis. This PR uses using documentai as an example. Depends on https://github.com/googleapis/gapic-generator-python/pull/402
Switched to a new branch 'autosynth-20'
2020-05-07 05:12:28 [INFO] Running synthtool
2020-05-07 05:12:28 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-05-07 05:12:28,211 synthtool > Executing /tmpfs/src/github/synthtool/working_repo/synth.py.
On branch autosynth-20
nothing to commit, working tree clean
2020-05-07 05:12:28,341 synthtool > Ensuring dependencies.
2020-05-07 05:12:28,352 synthtool > Cloning googleapis.
2020-05-07 05:12:28,353 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/googleapis
2020-05-07 05:12:28,357 synthtool > Generating code for: //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java.
2020-05-07 05:12:31,194 synthtool > Generated code into /tmpfs/tmp/tmpewy4hp2w.
2020-05-07 05:12:31,198 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequestOrBuilder.java.
2020-05-07 05:12:31,198 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservation.java.
2020-05-07 05:12:31,199 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateBiReservationRequestOrBuilder.java.
2020-05-07 05:12:31,199 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateBiReservationRequest.java.
2020-05-07 05:12:31,199 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequest.java.
2020-05-07 05:12:31,200 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/Assignment.java.
2020-05-07 05:12:31,200 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequest.java.
2020-05-07 05:12:31,201 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponse.java.
2020-05-07 05:12:31,201 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequestOrBuilder.java.
2020-05-07 05:12:31,201 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequest.java.
2020-05-07 05:12:31,202 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:31,202 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequest.java.
2020-05-07 05:12:31,203 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequest.java.
2020-05-07 05:12:31,203 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationProto.java.
2020-05-07 05:12:31,204 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequest.java.
2020-05-07 05:12:31,204 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentOrBuilder.java.
2020-05-07 05:12:31,204 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationOrBuilder.java.
2020-05-07 05:12:31,205 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponseOrBuilder.java.
2020-05-07 05:12:31,205 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentOrBuilder.java.
2020-05-07 05:12:31,205 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponseOrBuilder.java.
2020-05-07 05:12:31,206 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:31,206 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponse.java.
2020-05-07 05:12:31,206 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequestOrBuilder.java.
2020-05-07 05:12:31,207 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequest.java.
2020-05-07 05:12:31,207 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:31,208 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequest.java.
2020-05-07 05:12:31,208 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequest.java.
2020-05-07 05:12:31,208 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetBiReservationRequestOrBuilder.java.
2020-05-07 05:12:31,209 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequestOrBuilder.java.
2020-05-07 05:12:31,209 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequestOrBuilder.java.
2020-05-07 05:12:31,209 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequest.java.
2020-05-07 05:12:31,210 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponse.java.
2020-05-07 05:12:31,210 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationOrBuilder.java.
2020-05-07 05:12:31,210 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MoveAssignmentRequestOrBuilder.java.
2020-05-07 05:12:31,211 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequest.java.
2020-05-07 05:12:31,211 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponseOrBuilder.java.
2020-05-07 05:12:31,211 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequest.java.
2020-05-07 05:12:31,212 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:31,212 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponse.java.
2020-05-07 05:12:31,212 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequestOrBuilder.java.
2020-05-07 05:12:31,213 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequestOrBuilder.java.
2020-05-07 05:12:31,213 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetBiReservationRequest.java.
2020-05-07 05:12:31,213 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequestOrBuilder.java.
2020-05-07 05:12:31,214 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequest.java.
2020-05-07 05:12:31,214 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitment.java.
2020-05-07 05:12:31,215 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequestOrBuilder.java.
2020-05-07 05:12:31,215 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequestOrBuilder.java.
2020-05-07 05:12:31,215 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponse.java.
2020-05-07 05:12:31,216 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponseOrBuilder.java.
2020-05-07 05:12:31,216 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequest.java.
2020-05-07 05:12:31,216 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequestOrBuilder.java.
2020-05-07 05:12:31,217 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequestOrBuilder.java.
2020-05-07 05:12:31,217 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/MoveAssignmentRequest.java.
2020-05-07 05:12:31,217 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/Reservation.java.
2020-05-07 05:12:31,218 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequest.java.
2020-05-07 05:12:31,218 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequest.java.
2020-05-07 05:12:31,219 synthtool > Replaced '// Generated by the protocol buffer compiler.  DO NOT EDIT!' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponseOrBuilder.java.
2020-05-07 05:12:31,227 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/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentName.java.
2020-05-07 05:12:31,227 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/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationName.java.
2020-05-07 05:12:31,227 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/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentName.java.
2020-05-07 05:12:31,228 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/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationName.java.
2020-05-07 05:12:31,228 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/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/LocationName.java.
2020-05-07 05:12:31,235 synthtool > Replaced '^package (.*);' in /tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/grpc-google-cloud-bigquery-reservation-v1-java/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceGrpc.java.
2020-05-07 05:12:31,257 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/src')] were copied. Does the source contain files?
2020-05-07 05:12:31,257 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/resources')] were copied. Does the source contain files?
2020-05-07 05:12:31,258 synthtool > No files in sources [PosixPath('/tmpfs/tmp/tmpewy4hp2w/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/samples/src/**/*.manifest.yaml')] were copied. Does the source contain files?
2020-05-07 05:12:31,259 synthtool > Running java formatter on 10 files
2020-05-07 05:12:34,369 synthtool > Running java formatter on 1 files
2020-05-07 05:12:37,007 synthtool > Running java formatter on 62 files
2020-05-07 05:12:43,356 synthtool > Running java formatter on 0 files
2020-05-07 05:12:43,734 synthtool > Using precloned repo /tmpfs/tmp/tmplnsnahh3/synthtool
.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
.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/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-05-07 05:12:43,890 synthtool > existing pom file found (samples/pom.xml) - keeping the existing
2020-05-07 05:12:43,891 synthtool > existing pom file found (samples/snapshot/pom.xml) - keeping the existing
2020-05-07 05:12:43,891 synthtool > existing pom file found (samples/install-without-bom/pom.xml) - keeping the existing
2020-05-07 05:12:43,891 synthtool > existing pom file found (samples/snippets/pom.xml) - keeping the existing
2020-05-07 05:12:43,893 synthtool > Wrote metadata to synth.metadata.
2020-05-07 05:12:43 [INFO] Changed files:
2020-05-07 05:12:43 [INFO] M README.md
 M synth.metadata
[autosynth-20 842457e] Integrate Python GAPIC Microgenerator in googleapis. This PR uses using documentai as an example. Depends on https://github.com/googleapis/gapic-generator-python/pull/402
 2 files changed, 38 insertions(+), 39 deletions(-)
 rewrite synth.metadata (72%)
HEAD is now at 842457e Integrate Python GAPIC Microgenerator in googleapis. This PR uses using documentai as an example. Depends on https://github.com/googleapis/gapic-generator-python/pull/402
Switched to branch 'autosynth'
[autosynth 842457e] Integrate Python GAPIC Microgenerator in googleapis. This PR uses using documentai as an example. Depends on https://github.com/googleapis/gapic-generator-python/pull/402
 2 files changed, 38 insertions(+), 39 deletions(-)
 rewrite synth.metadata (72%)
To https://github.com/googleapis/java-bigqueryreservation.git
 + 71775ef...842457e autosynth -> autosynth (forced update)
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 361, in synthesize_loop
    toolbox.push_changes(change_pusher)
  File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 286, in push_changes
    pr = change_pusher.push_changes(self.commit_count, self.branch, pr_title)
  File "/tmpfs/src/github/synthtool/autosynth/change_pusher.py", line 92, in push_changes
    body=build_pr_body(synth_log, trailers),
  File "/tmpfs/src/github/synthtool/autosynth/github.py", line 65, in create_pull_request
    response.raise_for_status()
  File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/requests/models.py", line 941, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url: https://api.github.com/repos/googleapis/java-bigqueryreservation/pulls

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

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

Promote to 1.0.0

The v1 endpoint is published. Let's look to promote the version to 1.0.0

com.example.bigqueryreservation.QuickstartSampleIT: testQuickstart failed

Note: #575 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 60377da
buildURL: Build Status, Sponge
status: failed

Test output
java.lang.NoClassDefFoundError: com/google/cloud/bigquery/reservation/v1/UpdateAssignmentRequest
	at com.google.cloud.bigquery.reservation.v1.stub.GrpcReservationServiceStub.(GrpcReservationServiceStub.java:294)
	at com.google.cloud.bigquery.reservation.v1.stub.ReservationServiceStubSettings.createStub(ReservationServiceStubSettings.java:621)
	at com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.(ReservationServiceClient.java:151)
	at com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.create(ReservationServiceClient.java:132)
	at com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.create(ReservationServiceClient.java:123)
	at com.example.bigqueryreservation.QuickstartSample.quickStartSample(QuickstartSample.java:33)
	at com.example.bigqueryreservation.QuickstartSampleIT.testQuickstart(QuickstartSampleIT.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: java.lang.ClassNotFoundException: com.google.cloud.bigquery.reservation.v1.UpdateAssignmentRequest
	at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
	... 37 more

Synthesis failed for java-bigqueryreservation

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

Here's the output from running synth.py:

ogle-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/src')] were copied. Does the source contain files?
2020-07-16 15:14:47,299 autosynth [ERROR] > Synthesis failed
2020-07-16 15:14:47,299 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 797f7dc chore(deps): update dependency com.google.cloud:libraries-bom to v8.1.0 (#99)
2020-07-16 15:14:47,307 autosynth [DEBUG] > Running: git checkout autosynth-googleapis
Switched to branch 'autosynth-googleapis'
2020-07-16 15:14:47,312 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:14:47,636 autosynth [DEBUG] > Running: git checkout 797f7dc1816e96c84cfc9dba0a94c2bd15e58df6
Note: checking out '797f7dc1816e96c84cfc9dba0a94c2bd15e58df6'.

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 797f7dc chore(deps): update dependency com.google.cloud:libraries-bom to v8.1.0 (#99)
2020-07-16 15:14:47,642 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:14:47,651 autosynth [DEBUG] > Running: git checkout b56aa06cc99050861c9a9b14d9569bd18eb09604
HEAD is now at b56aa06c feat: Adds AuditLog proto for reading IAM admin logs.
2020-07-16 15:14:47,684 autosynth [DEBUG] > Running: git branch -f autosynth-65
2020-07-16 15:14:47,689 autosynth [DEBUG] > Running: git checkout autosynth-65
Switched to branch 'autosynth-65'
2020-07-16 15:14:47,694 autosynth [INFO] > Running synthtool
2020-07-16 15:14:47,694 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']
2020-07-16 15:14:47,694 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/java-bigqueryreservation/65/sponge_log.log
2020-07-16 15:14:47,696 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2020-07-16 15:14:47,902 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/java-bigqueryreservation/synth.py.
On branch autosynth-65
nothing to commit, working tree clean
2020-07-16 15:14:48,033 synthtool [DEBUG] > Ensuring dependencies.
2020-07-16 15:14:48,045 synthtool [DEBUG] > Cloning googleapis.
2020-07-16 15:14:48,046 synthtool [DEBUG] > Using precloned repo /home/kbuilder/.cache/synthtool/googleapis
2020-07-16 15:14:48,050 synthtool [DEBUG] > Generating code for: //google/cloud/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java.
2020-07-16 15:14:49,817 synthtool [SUCCESS] > Generated code into /tmpfs/tmp/tmpee6i9po4.
2020-07-16 15:14:49,819 synthtool [WARNING] > No replacements made in [PosixPath('/tmpfs/tmp/tmpee6i9po4/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-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:14:49,825 synthtool [WARNING] > No replacements made in [PosixPath('/tmpfs/tmp/tmpee6i9po4/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-v1-java/src/**/*Name.java'), PosixPath('/tmpfs/tmp/tmpee6i9po4/google-cloud-bigquery-reservation-v1-java/proto-google-cloud-bigquery-reservation-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:14:49,826 synthtool [WARNING] > No replacements made in [PosixPath('/tmpfs/tmp/tmpee6i9po4/google-cloud-bigquery-reservation-v1-java/grpc-google-cloud-bigquery-reservation-v1-java/src/**/*.java')] for pattern ^package (.*);, maybe replacement is no longer needed?
2020-07-16 15:14:49,827 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-bigqueryreservation/synth.py", line 31, in <module>
    destination_name='bigqueryreservation'
  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/tmpee6i9po4/google-cloud-bigquery-reservation-v1-java/gapic-google-cloud-bigquery-reservation-v1-java/src')] were copied. Does the source contain files?
2020-07-16 15:14:49,879 autosynth [ERROR] > Synthesis failed
2020-07-16 15:14:49,879 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 797f7dc chore(deps): update dependency com.google.cloud:libraries-bom to v8.1.0 (#99)
2020-07-16 15:14:49,885 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-07-16 15:14:49,890 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.

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

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

Result of scan ๐Ÿ“ˆ:

  • release_level must be equal to one of the allowed values 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.

com.example.bigqueryreservation.QuickstartSampleIT: testQuickstart failed

Note: #373 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 1b34d07
buildURL: Build Status, Sponge
status: failed

Test output
java.lang.NoClassDefFoundError: com/google/cloud/bigquery/reservation/v1/SearchAllAssignmentsRequest
	at com.google.cloud.bigquery.reservation.v1.stub.GrpcReservationServiceStub.(GrpcReservationServiceStub.java:270)
	at com.google.cloud.bigquery.reservation.v1.stub.ReservationServiceStubSettings.createStub(ReservationServiceStubSettings.java:614)
	at com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.(ReservationServiceClient.java:151)
	at com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.create(ReservationServiceClient.java:132)
	at com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.create(ReservationServiceClient.java:123)
	at com.example.bigqueryreservation.QuickstartSample.quickStartSample(QuickstartSample.java:33)
	at com.example.bigqueryreservation.QuickstartSampleIT.testQuickstart(QuickstartSampleIT.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: java.lang.ClassNotFoundException: com.google.cloud.bigquery.reservation.v1.SearchAllAssignmentsRequest
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
	... 37 more

com.example.bigqueryreservation.QuickstartSampleIT: testQuickstart failed

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: 1ad9ed7
buildURL: Build Status, Sponge
status: failed

Test output
com.google.api.gax.rpc.UnavailableException: io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain metadata
	at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:69)
	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
	at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)
	at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68)
	at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1041)
	at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)
	at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1215)
	at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:983)
	at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:771)
	at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:563)
	at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:533)
	at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:553)
	at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:68)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:739)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:718)
	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed
		at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)
		at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
		at com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.listReservations(ReservationServiceClient.java:362)
		at com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.listReservations(ReservationServiceClient.java:335)
		at com.example.bigqueryreservation.QuickstartSample.quickStartSample(QuickstartSample.java:37)
		at com.example.bigqueryreservation.QuickstartSampleIT.testQuickstart(QuickstartSampleIT.java:61)
		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
		at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
		at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
		at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
		at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
		at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
		at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
		at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
		at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
		at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
		at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
		at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
		at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
		at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
		at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
		at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
		at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
		at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
		at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
		at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
		at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
		at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
		at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
		at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
		at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
		at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain metadata
	at io.grpc.Status.asRuntimeException(Status.java:535)
	... 14 more
Caused by: java.io.IOException: Error getting access token for service account: 400 Bad Request
POST https://oauth2.googleapis.com/token
{"error":"invalid_grant","error_description":"Invalid JWT Signature."}
	at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:612)
	at com.google.auth.oauth2.OAuth2Credentials.refresh(OAuth2Credentials.java:164)
	at com.google.auth.oauth2.OAuth2Credentials.getRequestMetadata(OAuth2Credentials.java:149)
	at com.google.auth.oauth2.ServiceAccountCredentials.getRequestMetadata(ServiceAccountCredentials.java:946)
	at com.google.auth.Credentials.blockingGetToCallback(Credentials.java:112)
	at com.google.auth.Credentials$1.run(Credentials.java:98)
	... 7 more
Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request
POST https://oauth2.googleapis.com/token
{"error":"invalid_grant","error_description":"Invalid JWT Signature."}
	at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1116)
	at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:609)
	... 12 more

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-bigqueryreservation

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

Here's the output from running synth.py:

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

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 4842a25 chore(deps): update dependency com.google.cloud:libraries-bom to v5.3.0 (#10)
Note: checking out '01b6f23d24b27878b48667ce597876d66b59780e'.

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 01b6f23 fix(python): install testutils from pypi (#503)
Note: checking out '756b174de4a122461993c1c583345533d819936d'.

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 756b174d fix: Add missing method_signature annotations for BigTable Admin Backup RPCs
Switched to a new branch 'autosynth-self-2'
2020-04-30 13:58:02 [INFO] Running synthtool
2020-04-30 13:58:02 [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:03 [ERROR] Synthesis failed
HEAD is now at 4842a25 chore(deps): update dependency com.google.cloud:libraries-bom to v5.3.0 (#10)
Switched to branch 'autosynth-self'
Note: checking out '4842a25fe4f05f4c277a20b3eb331e03e953492c'.

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 4842a25 chore(deps): update dependency com.google.cloud:libraries-bom to v5.3.0 (#10)
Previous HEAD position was 01b6f23 fix(python): install testutils from pypi (#503)
HEAD is now at 6b685a2 fix: synthtool path (#515)
Previous HEAD position was 756b174d fix: Add missing method_signature annotations for BigTable Admin Backup RPCs
HEAD is now at 7e1c7603 Add an OAuth scope annotation in build_service proto file
Switched to a new branch 'autosynth-9'
2020-04-30 13:58:03 [INFO] Running synthtool
2020-04-30 13:58:03 [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:03 [ERROR] Synthesis failed
HEAD is now at 4842a25 chore(deps): update dependency com.google.cloud:libraries-bom to v5.3.0 (#10)
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.

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-bigqueryreservation-bom/pom.xml
  • com.google.cloud:google-cloud-shared-config 1.5.3
  • com.google.cloud:google-cloud-bigqueryreservation 2.4.7-SNAPSHOT
  • com.google.api.grpc:grpc-google-cloud-bigqueryreservation-v1 2.4.7-SNAPSHOT
  • com.google.api.grpc:proto-google-cloud-bigqueryreservation-v1 2.4.7-SNAPSHOT
  • org.sonatype.plugins:nexus-staging-maven-plugin 1.6.13
google-cloud-bigqueryreservation/pom.xml
  • com.google.cloud:google-cloud-bigqueryreservation-parent 2.4.7-SNAPSHOT
grpc-google-cloud-bigqueryreservation-v1/pom.xml
  • com.google.cloud:google-cloud-bigqueryreservation-parent 2.4.7-SNAPSHOT
pom.xml
  • com.google.cloud:google-cloud-shared-config 1.5.3
  • com.google.cloud:google-cloud-bigqueryreservation 2.4.7-SNAPSHOT
  • com.google.api.grpc:proto-google-cloud-bigqueryreservation-v1 2.4.7-SNAPSHOT
  • com.google.api.grpc:grpc-google-cloud-bigqueryreservation-v1 2.4.7-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
  • org.sonatype.plugins:nexus-staging-maven-plugin 1.6.13
proto-google-cloud-bigqueryreservation-v1/pom.xml
  • com.google.cloud:google-cloud-bigqueryreservation-parent 2.4.7-SNAPSHOT
samples/install-without-bom/pom.xml
  • com.google.cloud.samples:shared-configuration 1.2.0
  • com.google.cloud:google-cloud-bigqueryreservation 2.4.6
  • 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-bigqueryreservation 2.4.6
  • 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
  • com.google.cloud:google-cloud-bigqueryreservation 2.4.6
  • 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

com.example.bigqueryreservation.QuickstartSampleIT: testQuickstart failed

Note: #529 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: c1d225c
buildURL: Build Status, Sponge
status: failed

Test output
com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: The user does not have bigquery.reservations.list permission for projects/java-docs-samples-testing.
	at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:53)
	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
	at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)
	at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68)
	at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1133)
	at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31)
	at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1277)
	at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:1038)
	at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:808)
	at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:564)
	at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:534)
	at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:463)
	at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:427)
	at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:460)
	at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:562)
	at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:70)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:743)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:722)
	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed
		at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)
		at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
		at com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.listReservations(ReservationServiceClient.java:361)
		at com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.listReservations(ReservationServiceClient.java:334)
		at com.example.bigqueryreservation.QuickstartSample.quickStartSample(QuickstartSample.java:37)
		at com.example.bigqueryreservation.QuickstartSampleIT.testQuickstart(QuickstartSampleIT.java:61)
		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
		at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
		at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
		at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
		at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
		at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
		at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
		at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
		at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
		at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
		at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
		at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
		at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
		at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
		at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
		at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
		at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
		at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
		at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
		at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
		at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
		at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
		at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
		at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
		at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
		at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: io.grpc.StatusRuntimeException: PERMISSION_DENIED: The user does not have bigquery.reservations.list permission for projects/java-docs-samples-testing.
	at io.grpc.Status.asRuntimeException(Status.java:535)
	... 13 more

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-bigqueryreservation

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

Here's the output from running synth.py:

.whl
Collecting MarkupSafe==1.1.1 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 5))
  Using cached 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))
  Using cached https://files.pythonhosted.org/packages/30/79/510974552cebff2ba04038544799450defe75e96ea5f1675dbf72cc8744f/protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
  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))
  Using cached 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/tmpk5_q6dx4/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'
    
    ----------------------------------------
 (Command "python setup.py egg_info" failed with error code 1 in /tmpfs/tmp/pip-build-h_8iy1jm/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))
  Using cached https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl
  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))
  Using cached https://files.pythonhosted.org/packages/e0/2d/7c6c75013105e1d2b6eaa1bf18a56995be1dbc673c38885aea31136e9918/google_api_core-1.22.1-py2.py3-none-any.whl
  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))
  Using cached https://files.pythonhosted.org/packages/03/74/3956721ea1eb4bcf7502a311fdaa60b85bd751de4e57d1943afe9b334141/googleapis_common_protos-1.52.0-py2.py3-none-any.whl
  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))
  Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl
  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))
  Using cached 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))
  Using cached https://files.pythonhosted.org/packages/30/79/510974552cebff2ba04038544799450defe75e96ea5f1675dbf72cc8744f/protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
  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))
  Using cached 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/tmpk5_q6dx4/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'
    
    ----------------------------------------
 (Command "python setup.py egg_info" failed with error code 1 in /tmpfs/tmp/pip-build-h_8iy1jm/pypandoc/
)
INFO: Elapsed time: 2.046s
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-bigqueryreservation/synth.py", line 31, in <module>
    destination_name='bigqueryreservation'
  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/bigquery/reservation/v1:google-cloud-bigquery-reservation-v1-java']' returned non-zero exit status 1.
2020-08-30 14:15:18,148 autosynth [ERROR] > Synthesis failed
2020-08-30 14:15:18,148 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at e01676d build(java): switch to release-publish app for notifying GitHub of release status
2020-08-30 14:15:18,153 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-08-30 14:15:18,158 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.

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

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.