googleapis / google-api-java-client-services

Generated Java code for Google APIs
Apache License 2.0
607 stars 345 forks source link

Synthesis failed for cloudbilling #3497

Closed yoshi-automation closed 4 years ago

yoshi-automation commented 4 years ago

Hello! Autosynth couldn't regenerate cloudbilling. :broken_heart:

Here's the output from running synth.py:

Cloning into 'working_repo'...
Checking out files:  25% (16471/65442)   
Checking out files:  26% (17015/65442)   
Checking out files:  27% (17670/65442)   
Checking out files:  28% (18324/65442)   
Checking out files:  29% (18979/65442)   
Checking out files:  30% (19633/65442)   
Checking out files:  31% (20288/65442)   
Checking out files:  32% (20942/65442)   
Checking out files:  33% (21596/65442)   
Checking out files:  34% (22251/65442)   
Checking out files:  35% (22905/65442)   
Checking out files:  36% (23560/65442)   
Checking out files:  37% (24214/65442)   
Checking out files:  38% (24868/65442)   
Checking out files:  39% (25523/65442)   
Checking out files:  40% (26177/65442)   
Checking out files:  41% (26832/65442)   
Checking out files:  42% (27486/65442)   
Checking out files:  43% (28141/65442)   
Checking out files:  44% (28795/65442)   
Checking out files:  45% (29449/65442)   
Checking out files:  46% (30104/65442)   
Checking out files:  47% (30758/65442)   
Checking out files:  48% (31413/65442)   
Checking out files:  49% (32067/65442)   
Checking out files:  50% (32721/65442)   
Checking out files:  51% (33376/65442)   
Checking out files:  52% (34030/65442)   
Checking out files:  52% (34308/65442)   
Checking out files:  53% (34685/65442)   
Checking out files:  54% (35339/65442)   
Checking out files:  55% (35994/65442)   
Checking out files:  56% (36648/65442)   
Checking out files:  57% (37302/65442)   
Checking out files:  58% (37957/65442)   
Checking out files:  59% (38611/65442)   
Checking out files:  60% (39266/65442)   
Checking out files:  61% (39920/65442)   
Checking out files:  62% (40575/65442)   
Checking out files:  63% (41229/65442)   
Checking out files:  64% (41883/65442)   
Checking out files:  65% (42538/65442)   
Checking out files:  66% (43192/65442)   
Checking out files:  67% (43847/65442)   
Checking out files:  68% (44501/65442)   
Checking out files:  69% (45155/65442)   
Checking out files:  70% (45810/65442)   
Checking out files:  71% (46464/65442)   
Checking out files:  72% (47119/65442)   
Checking out files:  73% (47773/65442)   
Checking out files:  74% (48428/65442)   
Checking out files:  75% (49082/65442)   
Checking out files:  76% (49736/65442)   
Checking out files:  77% (50391/65442)   
Checking out files:  78% (51045/65442)   
Checking out files:  79% (51700/65442)   
Checking out files:  80% (52354/65442)   
Checking out files:  80% (52445/65442)   
Checking out files:  81% (53009/65442)   
Checking out files:  82% (53663/65442)   
Checking out files:  83% (54317/65442)   
Checking out files:  84% (54972/65442)   
Checking out files:  85% (55626/65442)   
Checking out files:  86% (56281/65442)   
Checking out files:  87% (56935/65442)   
Checking out files:  88% (57589/65442)   
Checking out files:  89% (58244/65442)   
Checking out files:  90% (58898/65442)   
Checking out files:  91% (59553/65442)   
Checking out files:  92% (60207/65442)   
Checking out files:  93% (60862/65442)   
Checking out files:  94% (61516/65442)   
Checking out files:  95% (62170/65442)   
Checking out files:  96% (62825/65442)   
Checking out files:  97% (63479/65442)   
Checking out files:  98% (64134/65442)   
Checking out files:  99% (64788/65442)   
Checking out files: 100% (65442/65442)   
Checking out files: 100% (65442/65442), done.
Switched to branch 'autosynth-cloudbilling'
fatal: ambiguous argument 'clients/google-api-services-cloudbilling/synth.metadata': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/google-api-services-cloudbilling/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/discovery-artifact-manager.git.
synthtool > Wrote metadata to clients/google-api-services-cloudbilling/synth.metadata.
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 99, in <module>
    main()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 91, in main
    spec.loader.exec_module(synth_module)  # type: ignore
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 46, in <module>
    discovery = git.clone(discovery_url, depth=1)
TypeError: clone() got an unexpected keyword argument 'depth'

Synthesis failed

Google internal developers can see the full log here.

yoshi-automation commented 4 years ago

Autosynth is still having trouble generating cloudbilling. :sob:

Here's the output from running synth.py:

Cloning into 'working_repo'...
Checking out files:  24% (16307/65749)   
Checking out files:  25% (16438/65749)   
Checking out files:  26% (17095/65749)   
Checking out files:  27% (17753/65749)   
Checking out files:  28% (18410/65749)   
Checking out files:  29% (19068/65749)   
Checking out files:  30% (19725/65749)   
Checking out files:  31% (20383/65749)   
Checking out files:  32% (21040/65749)   
Checking out files:  33% (21698/65749)   
Checking out files:  34% (22355/65749)   
Checking out files:  35% (23013/65749)   
Checking out files:  36% (23670/65749)   
Checking out files:  37% (24328/65749)   
Checking out files:  38% (24985/65749)   
Checking out files:  39% (25643/65749)   
Checking out files:  40% (26300/65749)   
Checking out files:  41% (26958/65749)   
Checking out files:  42% (27615/65749)   
Checking out files:  43% (28273/65749)   
Checking out files:  44% (28930/65749)   
Checking out files:  45% (29588/65749)   
Checking out files:  46% (30245/65749)   
Checking out files:  47% (30903/65749)   
Checking out files:  48% (31560/65749)   
Checking out files:  49% (32218/65749)   
Checking out files:  50% (32875/65749)   
Checking out files:  51% (33532/65749)   
Checking out files:  52% (34190/65749)   
Checking out files:  52% (34630/65749)   
Checking out files:  53% (34847/65749)   
Checking out files:  54% (35505/65749)   
Checking out files:  55% (36162/65749)   
Checking out files:  56% (36820/65749)   
Checking out files:  57% (37477/65749)   
Checking out files:  58% (38135/65749)   
Checking out files:  59% (38792/65749)   
Checking out files:  60% (39450/65749)   
Checking out files:  61% (40107/65749)   
Checking out files:  62% (40765/65749)   
Checking out files:  63% (41422/65749)   
Checking out files:  64% (42080/65749)   
Checking out files:  65% (42737/65749)   
Checking out files:  66% (43395/65749)   
Checking out files:  67% (44052/65749)   
Checking out files:  68% (44710/65749)   
Checking out files:  69% (45367/65749)   
Checking out files:  70% (46025/65749)   
Checking out files:  71% (46682/65749)   
Checking out files:  72% (47340/65749)   
Checking out files:  73% (47997/65749)   
Checking out files:  74% (48655/65749)   
Checking out files:  75% (49312/65749)   
Checking out files:  76% (49970/65749)   
Checking out files:  77% (50627/65749)   
Checking out files:  78% (51285/65749)   
Checking out files:  78% (51892/65749)   
Checking out files:  79% (51942/65749)   
Checking out files:  80% (52600/65749)   
Checking out files:  81% (53257/65749)   
Checking out files:  82% (53915/65749)   
Checking out files:  83% (54572/65749)   
Checking out files:  84% (55230/65749)   
Checking out files:  85% (55887/65749)   
Checking out files:  86% (56545/65749)   
Checking out files:  87% (57202/65749)   
Checking out files:  88% (57860/65749)   
Checking out files:  89% (58517/65749)   
Checking out files:  90% (59175/65749)   
Checking out files:  91% (59832/65749)   
Checking out files:  92% (60490/65749)   
Checking out files:  93% (61147/65749)   
Checking out files:  94% (61805/65749)   
Checking out files:  95% (62462/65749)   
Checking out files:  96% (63120/65749)   
Checking out files:  97% (63777/65749)   
Checking out files:  98% (64435/65749)   
Checking out files:  99% (65092/65749)   
Checking out files: 100% (65749/65749)   
Checking out files: 100% (65749/65749), done.
Switched to branch 'autosynth-cloudbilling'
fatal: ambiguous argument 'clients/google-api-services-cloudbilling/synth.metadata': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/google-api-services-cloudbilling/synth.metadata', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Cloning https://github.com/googleapis/discovery-artifact-manager.git.
synthtool > Wrote metadata to clients/google-api-services-cloudbilling/synth.metadata.
Traceback (most recent call last):
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 99, in <module>
    main()
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 91, in main
    spec.loader.exec_module(synth_module)  # type: ignore
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
  File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 46, in <module>
    discovery = git.clone(discovery_url, depth=1)
TypeError: clone() got an unexpected keyword argument 'depth'

Synthesis failed

Google internal developers can see the full log here.

yoshi-automation commented 4 years ago

Autosynth passed, closing! :green_heart: