Closed yoshi-automation closed 4 years ago
Autosynth is still having trouble generating FactCheckTools. :sob:
Here's the output from running synth.py
:
2020-05-10 05:12:04 [INFO] logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
2020-05-10 05:12:04,930 autosynth > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
Switched to branch 'autosynth-factchecktools'
2020-05-10 05:12:06 [INFO] Running synthtool
2020-05-10 05:12:06,329 autosynth > Running synthtool
2020-05-10 05:12:06 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--']
2020-05-10 05:12:06,330 autosynth > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--']
2020-05-10 05:12:06,544 synthtool > Executing /home/kbuilder/.cache/synthtool/elixir-google-api/synth.py.
On branch autosynth-factchecktools
nothing to commit, working tree clean
2020-05-10 05:12:06,653 synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
2020-05-10 05:12:07,185 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/elixir19 scripts/generate_client.sh FactCheckTools
2020-05-10 05:12:11,992 synthtool > No files in sources /home/kbuilder/.cache/synthtool/elixir-google-api/clients were copied. Does the source contain files?
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 180, in __exit__
write(self.metadata_file_path)
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 112, in write
with open(outfile, "w") as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'clients/fact_check_tools/synth.metadata'
2020-05-10 05:12:12 [ERROR] Synthesis failed
2020-05-10 05:12:12,015 autosynth > Synthesis failed
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 599, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 471, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 549, in _inner_main
).synthesize(base_synth_log_path)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 118, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--', 'FactCheckTools']' returned non-zero exit status 1.
Google internal developers can see the full log here.
Autosynth is still having trouble generating FactCheckTools. :sob:
Here's the output from running synth.py
:
2020-05-11 05:10:41 [INFO] logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
2020-05-11 05:10:41,012 autosynth > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
Switched to branch 'autosynth-factchecktools'
2020-05-11 05:10:42 [INFO] Running synthtool
2020-05-11 05:10:42,391 autosynth > Running synthtool
2020-05-11 05:10:42 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--']
2020-05-11 05:10:42,391 autosynth > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--']
2020-05-11 05:10:42,579 synthtool > Executing /home/kbuilder/.cache/synthtool/elixir-google-api/synth.py.
On branch autosynth-factchecktools
nothing to commit, working tree clean
2020-05-11 05:10:42,707 synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
2020-05-11 05:10:43,356 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/elixir19 scripts/generate_client.sh FactCheckTools
2020-05-11 05:10:47,978 synthtool > No files in sources /home/kbuilder/.cache/synthtool/elixir-google-api/clients were copied. Does the source contain files?
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 180, in __exit__
write(self.metadata_file_path)
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 112, in write
with open(outfile, "w") as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'clients/fact_check_tools/synth.metadata'
2020-05-11 05:10:48 [ERROR] Synthesis failed
2020-05-11 05:10:48,002 autosynth > Synthesis failed
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 599, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 471, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 549, in _inner_main
).synthesize(base_synth_log_path)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 118, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--', 'FactCheckTools']' returned non-zero exit status 1.
Google internal developers can see the full log here.
Autosynth is still having trouble generating FactCheckTools. :sob:
Here's the output from running synth.py
:
2020-05-11 15:12:57 [INFO] logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
2020-05-11 15:12:57,431 autosynth > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
Switched to branch 'autosynth-factchecktools'
2020-05-11 15:12:59 [INFO] Running synthtool
2020-05-11 15:12:59,554 autosynth > Running synthtool
2020-05-11 15:12:59 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--']
2020-05-11 15:12:59,554 autosynth > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--']
2020-05-11 15:12:59,765 synthtool > Executing /home/kbuilder/.cache/synthtool/elixir-google-api/synth.py.
On branch autosynth-factchecktools
nothing to commit, working tree clean
2020-05-11 15:12:59,843 synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
2020-05-11 15:13:00,299 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/elixir19 scripts/generate_client.sh FactCheckTools
/workspace /workspace
[33mThe mix.lock file was generated with a newer version of Hex. Update your client by running `mix local.hex` to avoid losing data.[0m
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.5.1
google_api_discovery 0.7.0
google_gax 0.3.2
hackney 1.15.2
idna 6.0.0
jason 1.2.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.5
temp 0.4.7
tesla 1.3.3
unicode_util_compat 0.4.1
[33mA new Hex version is available (0.20.1 < 0.20.5), please update with `mix local.hex`[0m
All dependencies are up to date
[33mThe mix.lock file was generated with a newer version of Hex. Update your client by running `mix local.hex` to avoid losing data.[0m
22:13:02.750 [info] FETCHING: https://factchecktools.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1alpha1
22:13:03.119 [info] FETCHING: https://factchecktools.googleapis.com/$discovery/rest?version=v1alpha1
22:13:03.358 [info] FOUND: https://factchecktools.googleapis.com/$discovery/rest?version=v1alpha1
Revision check: old=20200505, new=20200505, generating=true
Creating leading directories
Writing GoogleFactcheckingFactchecktoolsV1alpha1Claim to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_author.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_rating.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_review.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_review_author.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_review_markup.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_review_markup_page.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_fact_checked_claim_search_response.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_list_claim_review_markup_pages_response.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1Publisher to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_publisher.ex.
Writing GoogleProtobufEmpty to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_protobuf_empty.ex.
Writing Claims to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/api/claims.ex.
Writing Pages to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/api/pages.ex.
Writing connection.ex.
Writing metadata.ex.
Writing mix.exs
Writing README.md
Writing LICENSE
Writing .gitignore
Writing config/config.exs
Writing test/test_helper.exs
fixing file permissions
2020-05-11 15:13:04,280 synthtool > No files in sources /home/kbuilder/.cache/synthtool/elixir-google-api/clients were copied. Does the source contain files?
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 180, in __exit__
write(self.metadata_file_path)
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 112, in write
with open(outfile, "w") as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'clients/fact_check_tools/synth.metadata'
2020-05-11 15:13:04 [ERROR] Synthesis failed
2020-05-11 15:13:04,310 autosynth > Synthesis failed
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 599, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 471, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 549, in _inner_main
).synthesize(base_synth_log_path)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 118, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--', 'FactCheckTools']' returned non-zero exit status 1.
Google internal developers can see the full log here.
Autosynth is still having trouble generating FactCheckTools. :sob:
Here's the output from running synth.py
:
2020-05-12 05:12:32 [INFO] logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
2020-05-12 05:12:32,121 autosynth > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
Switched to branch 'autosynth-factchecktools'
2020-05-12 05:12:33 [INFO] Running synthtool
2020-05-12 05:12:33,686 autosynth > Running synthtool
2020-05-12 05:12:33 [INFO] ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--']
2020-05-12 05:12:33,686 autosynth > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--']
2020-05-12 05:12:33,903 synthtool > Executing /home/kbuilder/.cache/synthtool/elixir-google-api/synth.py.
On branch autosynth-factchecktools
nothing to commit, working tree clean
2020-05-12 05:12:34,120 synthtool > Cloning https://github.com/googleapis/elixir-google-api.git.
2020-05-12 05:12:34,624 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/elixir19 scripts/generate_client.sh FactCheckTools
/workspace /workspace
[33mThe mix.lock file was generated with a newer version of Hex. Update your client by running `mix local.hex` to avoid losing data.[0m
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
certifi 2.5.1
google_api_discovery 0.7.0
google_gax 0.3.2
hackney 1.15.2
idna 6.0.0
jason 1.2.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.5
temp 0.4.7
tesla 1.3.3
unicode_util_compat 0.4.1
[33mA new Hex version is available (0.20.1 < 0.20.5), please update with `mix local.hex`[0m
All dependencies are up to date
[33mThe mix.lock file was generated with a newer version of Hex. Update your client by running `mix local.hex` to avoid losing data.[0m
12:12:37.159 [info] FETCHING: https://factchecktools.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v1alpha1
12:12:37.517 [info] FETCHING: https://factchecktools.googleapis.com/$discovery/rest?version=v1alpha1
12:12:37.790 [info] FOUND: https://factchecktools.googleapis.com/$discovery/rest?version=v1alpha1
Revision check: old=20200505, new=20200511, generating=true
Creating leading directories
Writing GoogleFactcheckingFactchecktoolsV1alpha1Claim to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_author.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_rating.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_review.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_review_author.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_review_markup.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_claim_review_markup_page.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_fact_checked_claim_search_response.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_list_claim_review_markup_pages_response.ex.
Writing GoogleFactcheckingFactchecktoolsV1alpha1Publisher to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_factchecking_factchecktools_v1alpha1_publisher.ex.
Writing GoogleProtobufEmpty to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/model/google_protobuf_empty.ex.
Writing Claims to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/api/claims.ex.
Writing Pages to clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/api/pages.ex.
Writing connection.ex.
Writing metadata.ex.
Writing mix.exs
Writing README.md
Writing LICENSE
Writing .gitignore
Writing config/config.exs
Writing test/test_helper.exs
[33mThe mix.lock file was generated with a newer version of Hex. Update your client by running `mix local.hex` to avoid losing data.[0m
12:12:39.020 [info] Bumping patch
fixing file permissions
2020-05-12 05:12:39,821 synthtool > No files in sources /home/kbuilder/.cache/synthtool/elixir-google-api/clients were copied. Does the source contain files?
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 180, in __exit__
write(self.metadata_file_path)
File "/tmpfs/src/github/synthtool/synthtool/metadata.py", line 112, in write
with open(outfile, "w") as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'clients/fact_check_tools/synth.metadata'
2020-05-12 05:12:39 [ERROR] Synthesis failed
2020-05-12 05:12:39,856 autosynth > Synthesis failed
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 599, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 471, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 549, in _inner_main
).synthesize(base_synth_log_path)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 118, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/fact_check_tools/synth.metadata', 'synth.py', '--', 'FactCheckTools']' returned non-zero exit status 1.
Google internal developers can see the full log here.
Autosynth passed, closing! :green_heart:
Hello! Autosynth couldn't regenerate FactCheckTools. :broken_heart:
Here's the output from running
synth.py
:Google internal developers can see the full log here.