Closed yoshi-automation closed 5 years ago
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Failed executing git reset --hard master:
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/api/amp_urls.ex': Permission denied
error: unable to create file clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/connection.ex: Permission denied
error: unable to create file clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/deserializer.ex: Permission denied
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/model/amp_url.ex': Permission denied
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/model/amp_url_error.ex': Permission denied
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/model/batch_get_amp_urls_request.ex': Permission denied
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/model/batch_get_amp_urls_response.ex': Permission denied
error: unable to create file clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/request_builder.ex: Permission denied
fatal: Could not reset index file to revision 'master'.
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 32, in <module>
repository = git.clone(repository_url, depth=1)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/sources/git.py", line 70, in clone
shell.run(["git", "reset", "--hard", committish], cwd=str(dest))
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'reset', '--hard', 'master']' returned non-zero exit status 128.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Failed executing git reset --hard master:
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/api/amp_urls.ex': Permission denied
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/connection.ex': Permission denied
error: unable to create file clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/deserializer.ex: Permission denied
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/model/amp_url.ex': Permission denied
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/model/amp_url_error.ex': Permission denied
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/model/batch_get_amp_urls_request.ex': Permission denied
error: unable to unlink old 'clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/model/batch_get_amp_urls_response.ex': Permission denied
error: unable to create file clients/accelerated_mobile_page_url/lib/google_api/accelerated_mobile_page_url/v1/request_builder.ex: Permission denied
fatal: Could not reset index file to revision 'master'.
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 32, in <module>
repository = git.clone(repository_url, depth=1)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/sources/git.py", line 70, in clone
shell.run(["git", "reset", "--hard", committish], cwd=str(dest))
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'reset', '--hard', 'master']' returned non-zero exit status 128.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Failed executing git reset --hard master:
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/accounts.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/billing_info.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/budget.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/creatives.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/marketplacedeals.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/marketplacenotes.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/marketplaceprivateauction.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/performance_report.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/pretargeting_config.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/products.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/proposals.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/api/pubprofiles.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/connection.ex': Permission denied
error: unable to create file clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/deserializer.ex: Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/account.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/account_bidder_location.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/accounts_list.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/add_order_deals_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/add_order_deals_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/add_order_notes_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/add_order_notes_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/billing_info.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/billing_info_list.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/budget.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/buyer.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/contact_information.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/create_orders_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/create_orders_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative.ex': Permission denied
error: unable to create file clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_contexts.ex: Permission denied
error: unable to create file clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_contexts_1.ex: Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_corrections.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_deal_ids.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_deal_ids_deal_statuses.ex': Permission denied
error: unable to create file clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_disapproval_reasons.ex: Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_filtering_reasons.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_filtering_reasons_reasons.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_native_ad.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_native_ad_app_icon.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_native_ad_image.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_native_ad_logo.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creative_serving_restrictions.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/creatives_list.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/deal_serving_metadata.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/deal_serving_metadata_deal_pause_status.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/deal_terms.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/deal_terms_guaranteed_fixed_price_terms.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/deal_terms_guaranteed_fixed_price_terms_billing_info.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/deal_terms_non_guaranteed_auction_terms.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/deal_terms_non_guaranteed_fixed_price_terms.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/deal_terms_rubicon_non_guaranteed_terms.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/delete_order_deals_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/delete_order_deals_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/delivery_control.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/delivery_control_frequency_cap.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/dimension.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/dimension_dimension_value.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/edit_all_order_deals_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/edit_all_order_deals_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/get_offers_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/get_order_deals_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/get_order_notes_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/get_orders_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/get_publisher_profiles_by_account_id_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/marketplace_deal.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/marketplace_deal_party.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/marketplace_label.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/marketplace_note.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/performance_report.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/performance_report_list.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/pretargeting_config.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/pretargeting_config_dimensions.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/pretargeting_config_excluded_placements.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/pretargeting_config_list.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/pretargeting_config_video_player_sizes.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/price.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/price_per_buyer.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/private_data.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/product.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/proposal.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/publisher_profile_api_proto.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/publisher_provided_forecast.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/seller.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/shared_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/targeting_value.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/targeting_value_creative_size.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/targeting_value_day_part_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/targeting_value_day_part_targeting_day_part.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/targeting_value_demog_age_criteria.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/targeting_value_demog_gender_criteria.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/targeting_value_size.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/model/update_private_auction_proposal_request.ex': Permission denied
error: unable to create file clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v14/request_builder.ex: Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/api/accounts.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/api/bidders.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/connection.ex': Permission denied
error: unable to create file clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/deserializer.ex: Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/absolute_date_range.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/accept_proposal_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/ad_size.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/ad_technology_providers.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/add_deal_association_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/add_note_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/app_context.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/auction_context.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/bid_metrics_row.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/bid_response_without_bids_status_row.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/buyer.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/callout_status_row.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/cancel_negotiation_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/client.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/client_user.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/client_user_invitation.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/complete_setup_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/contact_information.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/correction.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/creative.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/creative_deal_association.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/creative_restrictions.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/creative_size.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/creative_specification.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/creative_status_row.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/criteria_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/day_part.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/day_part_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/deal.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/deal_pause_status.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/deal_serving_metadata.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/deal_terms.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/delivery_control.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/disapproval.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/empty.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/filter_set.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/filtered_bid_creative_row.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/filtered_bid_detail_row.ex': Permission denied
error: unable to create file clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/filtering_stats.ex: Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/first_party_mobile_application_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/frequency_cap.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/guaranteed_fixed_price_terms.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/html_content.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/image.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/impression_metrics_row.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/inventory_size_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_bid_metrics_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_bid_response_errors_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_bid_responses_without_bids_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_client_user_invitations_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_client_users_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_clients_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_creative_status_breakdown_by_creative_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_creative_status_breakdown_by_detail_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_creatives_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_deal_associations_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_filter_sets_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_filtered_bid_requests_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_filtered_bids_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_impression_metrics_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_losing_bids_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_non_billable_winning_bids_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_products_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_proposals_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/list_publisher_profiles_response.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/location_context.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/marketplace_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/metric_value.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/mobile_application_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/money.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/native_content.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/non_billable_winning_bid_status_row.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/non_guaranteed_auction_terms.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/non_guaranteed_fixed_price_terms.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/note.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/operating_system_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/pause_proposal_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/placement_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/platform_context.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/price.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/price_per_buyer.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/private_data.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/product.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/proposal.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/publisher_profile.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/realtime_time_range.ex': Permission denied
error: unable to create file clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/reason.ex: Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/relative_date_range.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/remove_deal_association_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/resume_proposal_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/row_dimensions.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/security_context.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/seller.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/serving_context.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/serving_restriction.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/size.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/stop_watching_creative_request.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/targeting_criteria.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/targeting_value.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/technology_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/time_interval.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/time_of_day.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/url_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/video_content.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/video_targeting.ex': Permission denied
error: unable to unlink old 'clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/model/watch_creative_request.ex': Permission denied
error: unable to create file clients/ad_exchange_buyer/lib/google_api/ad_exchange_buyer/v2beta1/request_builder.ex: Permission denied
fatal: Could not reset index file to revision 'master'.
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 32, in <module>
repository = git.clone(repository_url, depth=1)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/sources/git.py", line 70, in clone
shell.run(["git", "reset", "--hard", committish], cwd=str(dest))
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'reset', '--hard', 'master']' returned non-zero exit status 128.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Failed executing git reset --hard master:
error: unable to unlink old 'clients/ad_experience_report/lib/google_api/ad_experience_report/v1/api/sites.ex': Permission denied
error: unable to unlink old 'clients/ad_experience_report/lib/google_api/ad_experience_report/v1/api/violating_sites.ex': Permission denied
error: unable to unlink old 'clients/ad_experience_report/lib/google_api/ad_experience_report/v1/connection.ex': Permission denied
error: unable to create file clients/ad_experience_report/lib/google_api/ad_experience_report/v1/deserializer.ex: Permission denied
error: unable to unlink old 'clients/ad_experience_report/lib/google_api/ad_experience_report/v1/model/platform_summary.ex': Permission denied
error: unable to unlink old 'clients/ad_experience_report/lib/google_api/ad_experience_report/v1/model/site_summary_response.ex': Permission denied
error: unable to unlink old 'clients/ad_experience_report/lib/google_api/ad_experience_report/v1/model/violating_sites_response.ex': Permission denied
error: unable to create file clients/ad_experience_report/lib/google_api/ad_experience_report/v1/request_builder.ex: Permission denied
fatal: Could not reset index file to revision 'master'.
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 33, in <module>
repository = git.clone(repository_url, depth=1)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/sources/git.py", line 70, in clone
shell.run(["git", "reset", "--hard", committish], cwd=str(dest))
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'reset', '--hard', 'master']' returned non-zero exit status 128.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.666s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
21:44:14.476 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
21:44:14.933 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
21:44:14.936 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
Removing clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_large_custom_dictionary_stats.ex
Removing clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_stored_info_type_stats.ex
npm WARN workspace No license field.
up to date in 1.53s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:06:06.426 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:06:06.909 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:06:06.911 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
Removing clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_large_custom_dictionary_stats.ex
Removing clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_stored_info_type_stats.ex
npm WARN workspace No license field.
up to date in 1.738s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:06:35.294 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:06:35.739 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:06:35.742 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
Removing clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_large_custom_dictionary_stats.ex
Removing clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_stored_info_type_stats.ex
npm WARN workspace No license field.
up to date in 1.608s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:06:31.391 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:06:31.819 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:06:31.822 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.619s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:12:05.933 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:12:06.379 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:12:06.382 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.741s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:10:53.853 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:10:54.273 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:10:54.275 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.613s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:10:41.898 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:10:42.298 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:10:42.300 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.632s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:10:23.642 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:10:24.071 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:10:24.073 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.669s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:12:52.496 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:12:52.925 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:12:52.927 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.547s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:11:20.770 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:11:21.222 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:11:21.224 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.644s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.0.0
google_api_discovery 0.1.0
google_gax 0.1.1
hackney 1.9.0
idna 5.1.0
metrics 1.0.1
mime 1.3.0
mimerl 1.0.2
oauth2 0.9.3
poison 3.1.0
ssl_verify_fun 1.1.1
temp 0.4.7
tesla 1.1.0
unicode_util_compat 0.3.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:12:20.440 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:12:20.864 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:12:20.867 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:31
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex:65
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:109
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:399
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:503
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:599
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:664
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:745
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:815
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:913
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:972
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1047
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1120
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1199
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex:58
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1298
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1391
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1456
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1537
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex:30
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1613
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex:62
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1700
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1774
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex:39
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1883
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:1976
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2050
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex:26
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2131
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2204
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex:2284
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex:74
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex:41
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex:61
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex:29
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex:36
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex:246
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex:77
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex:44
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex:53
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex:32
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex:80
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex:27
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex:25
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex:43
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex:28
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex:35
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex:39
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.754s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.5.1
google_api_discovery 0.2.0
google_gax 0.1.1
hackney 1.15.1
idna 6.0.0
metrics 1.0.1
mime 1.3.1
mimerl 1.2.0
oauth2 0.9.4
parse_trans 3.3.0
poison 3.1.0
ssl_verify_fun 1.1.4
temp 0.4.7
tesla 1.2.1
unicode_util_compat 0.4.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
17:25:58.577 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
17:25:59.019 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
17:25:59.021 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:112
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
Removing clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_large_custom_dictionary_stats.ex
Removing clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_stored_info_type_stats.ex
npm WARN workspace No license field.
up to date in 1.554s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.5.1
google_api_discovery 0.2.0
google_gax 0.1.1
hackney 1.15.1
idna 6.0.0
metrics 1.0.1
mime 1.3.1
mimerl 1.2.0
oauth2 0.9.4
parse_trans 3.3.0
poison 3.1.0
ssl_verify_fun 1.1.4
temp 0.4.7
tesla 1.2.1
unicode_util_compat 0.4.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:06:14.377 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:06:14.803 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:06:14.805 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:112
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.677s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.5.1
google_api_discovery 0.2.0
google_gax 0.1.1
hackney 1.15.1
idna 6.0.0
metrics 1.0.1
mime 1.3.1
mimerl 1.2.0
oauth2 0.9.4
parse_trans 3.3.0
poison 3.1.0
ssl_verify_fun 1.1.4
temp 0.4.7
tesla 1.2.1
unicode_util_compat 0.4.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:23:31.738 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:23:32.157 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:23:32.160 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:112
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.636s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.5.1
google_api_discovery 0.2.0
google_gax 0.1.1
hackney 1.15.1
idna 6.0.0
metrics 1.0.1
mime 1.3.1
mimerl 1.2.0
oauth2 0.9.4
parse_trans 3.3.0
poison 3.1.0
ssl_verify_fun 1.1.4
temp 0.4.7
tesla 1.2.1
unicode_util_compat 0.4.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:19:00.974 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:19:01.429 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:19:01.431 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:112
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.665s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.5.1
google_api_discovery 0.2.0
google_gax 0.1.1
hackney 1.15.1
idna 6.0.0
metrics 1.0.1
mime 1.3.1
mimerl 1.2.0
oauth2 0.9.4
parse_trans 3.3.0
poison 3.1.0
ssl_verify_fun 1.1.4
temp 0.4.7
tesla 1.2.1
unicode_util_compat 0.4.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:19:27.683 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:19:28.117 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:19:28.119 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:112
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.558s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.5.1
google_api_discovery 0.2.0
google_gax 0.1.1
hackney 1.15.1
idna 6.0.0
metrics 1.0.1
mime 1.3.1
mimerl 1.2.0
oauth2 0.9.4
parse_trans 3.3.0
poison 3.1.0
ssl_verify_fun 1.1.4
temp 0.4.7
tesla 1.2.1
unicode_util_compat 0.4.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:18:27.553 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:18:28.005 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:18:28.007 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:112
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.521s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.5.1
google_api_discovery 0.2.0
google_gax 0.1.1
hackney 1.15.1
idna 6.0.0
metrics 1.0.1
mime 1.3.1
mimerl 1.2.0
oauth2 0.9.4
parse_trans 3.3.0
poison 3.1.0
ssl_verify_fun 1.1.4
temp 0.4.7
tesla 1.2.1
unicode_util_compat 0.4.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:18:15.760 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:18:16.150 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:18:16.151 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:112
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Autosynth is still having trouble generating MachineLearning. :sob:
Here's the output from running synth.py
:
Cloning into 'working_repo'...
Switched to branch 'autosynth-machinelearning'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/machine_learning/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
synthtool > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning
synthtool > Failed executing docker run --rm -v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace -v/var/run/docker.sock:/var/run/docker.sock -e USER_GROUP=1000:1000 -w /workspace gcr.io/cloud-devrel-public-resources/elixir16 scripts/generate_client.sh MachineLearning:
/workspace /workspace
npm WARN workspace No license field.
up to date in 1.578s
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.5.1
google_api_discovery 0.2.0
google_gax 0.1.1
hackney 1.15.1
idna 6.0.0
metrics 1.0.1
mime 1.3.1
mimerl 1.2.0
oauth2 0.9.4
parse_trans 3.3.0
poison 3.1.0
ssl_verify_fun 1.1.4
temp 0.4.7
tesla 1.2.1
unicode_util_compat 0.4.1
A new Hex version is available (0.18.2 < 0.20.1), please update with `mix local.hex`
All dependencies up to date
08:19:04.622 [info] FETCHING: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:19:05.103 [info] FOUND: https://ml.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1
08:19:05.105 [info] Converting /workspace/specifications/gdd/MachineLearning-v1.json to /workspace/specifications/openapi/MachineLearning-v1.json
Creating leading directories
Writing GoogleCloudMlV1_ListModelsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_models_response.ex.
Writing GoogleCloudMlV1_ListLocationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_locations_response.ex.
Writing GoogleCloudMlV1_CancelJobRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__cancel_job_request.ex.
Writing GoogleCloudMlV1_Version to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex.
Writing GoogleCloudMlV1_ReplicaConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__replica_config.ex.
Writing GoogleCloudMlV1_TrainingOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_output.ex.
Writing GoogleCloudMlV1_GetConfigResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__get_config_response.ex.
Writing GoogleIamV1_SetIamPolicyRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__set_iam_policy_request.ex.
Writing GoogleCloudMlV1_TrainingInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__training_input.ex.
Writing GoogleCloudMlV1_ParameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__parameter_spec.ex.
Writing GoogleCloudMlV1_ListVersionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_versions_response.ex.
Writing GoogleCloudMlV1_Capability to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__capability.ex.
Writing GoogleCloudMlV1_ManualScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__manual_scaling.ex.
Writing GoogleCloudMlV1_BuiltInAlgorithmOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__built_in_algorithm_output.ex.
Writing GoogleLongrunning_ListOperationsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__list_operations_response.ex.
Writing GoogleIamV1_AuditLogConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_log_config.ex.
Writing GoogleCloudMlV1_HyperparameterSpec to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_spec.ex.
Writing GoogleCloudMlV1_AcceleratorConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__accelerator_config.ex.
Writing GoogleCloudMlV1_ListJobsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__list_jobs_response.ex.
Writing GoogleCloudMlV1_OperationMetadata to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__operation_metadata.ex.
Writing GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output__hyperparameter_metric.ex.
Writing GoogleType_Expr to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_type__expr.ex.
Writing GoogleCloudMlV1_Job to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__job.ex.
Writing GoogleIamV1_AuditConfig to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__audit_config.ex.
Writing GoogleCloudMlV1_AutoScaling to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__auto_scaling.ex.
Writing GoogleIamV1_TestIamPermissionsResponse to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_response.ex.
Writing GoogleCloudMlV1_Location to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__location.ex.
Writing GoogleApi_HttpBody to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_api__http_body.ex.
Writing GoogleIamV1_Policy to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__policy.ex.
Writing GoogleIamV1_Binding to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__binding.ex.
Writing GoogleCloudMlV1_Config to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__config.ex.
Writing GoogleRpc_Status to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_rpc__status.ex.
Writing GoogleIamV1_TestIamPermissionsRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_iam_v1__test_iam_permissions_request.ex.
Writing GoogleCloudMlV1_PredictRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__predict_request.ex.
Writing GoogleCloudMlV1_HyperparameterOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__hyperparameter_output.ex.
Writing GoogleLongrunning_Operation to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_longrunning__operation.ex.
Writing GoogleCloudMlV1_PredictionInput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_input.ex.
Writing GoogleCloudMlV1_SetDefaultVersionRequest to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__set_default_version_request.ex.
Writing GoogleCloudMlV1_PredictionOutput to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__prediction_output.ex.
Writing GoogleProtobuf_Empty to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_protobuf__empty.ex.
Writing GoogleCloudMlV1_Model to clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__model.ex.
Writing Operations to clients/machine_learning/lib/google_api/machine_learning/v1/api/operations.ex.
Writing Projects to clients/machine_learning/lib/google_api/machine_learning/v1/api/projects.ex.
Writing connection.ex.
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
def text do
"""
contents
"""
end
Instead make sure the contents are indented as much as the heredoc closing:
def text do
"""
contents
"""
end
The current heredoc line is indented too little
clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:112
mix format failed for file: clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex
** (SyntaxError) clients/machine_learning/lib/google_api/machine_learning/v1/model/google_cloud_ml_v1__version.ex:127: syntax error before: 'Interface'
(elixir) lib/code.ex:442: Code.format_string!/2
(mix) lib/mix/tasks/format.ex:390: Mix.Tasks.Format.format_file/2
(elixir) lib/task/supervised.ex:88: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
fixing file permissions
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 53, in <module>
shell.run(command, cwd=repository)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'run', '--rm', '-v/home/kbuilder/.cache/synthtool/elixir-google-api:/workspace', '-v/var/run/docker.sock:/var/run/docker.sock', '-e', 'USER_GROUP=1000:1000', '-w', '/workspace', 'gcr.io/cloud-devrel-public-resources/elixir16', 'scripts/generate_client.sh', 'MachineLearning']' returned non-zero exit status 1.
synthtool > Wrote metadata to clients/machine_learning/synth.metadata.
Synthesis failed
Google internal developers can see the full log here.
Hello! Autosynth couldn't regenerate MachineLearning. :broken_heart:
Here's the output from running
synth.py
:Google internal developers can see the full log here.