-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
autosynth failurepriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Hello! Autosynth couldn't regenerate video-intelligence. 💔
Here's the output from running synth.py:
Cloning into 'working_repo'...
Switched to branch 'autosynth-video-intelligence'
�[35msynthtool > �[31m�[43mYou are running the synthesis script directly, this will be disabled in a future release of Synthtool. Please use python3 -m synthtool instead.�[0m
�[35msynthtool > �[36mEnsuring dependencies.�[0m
�[35msynthtool > �[36mPulling artman image.�[0m
Error response from daemon: error parsing HTTP 404 response body: invalid character 'p' after top-level value: "404 page not found\n"
�[35msynthtool > �[33mFailed executing docker pull googleapis/artman:latest:
None�[0m
Traceback (most recent call last):
File "synth.py", line 20, in <module>
gapic = gcp.GAPICGenerator()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 33, in __init__
self._artman = artman.Artman()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/artman.py", line 35, in __init__
self._install_artman()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/artman.py", line 124, in _install_artman
["docker", "pull", f"googleapis/artman:{ARTMAN_VERSION}"], hide_output=False
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', 'pull', 'googleapis/artman:latest']' returned non-zero exit status 1.
�[35msynthtool > �[36mCleaned up 0 temporary directories.�[0m
Synthesis failed
Google internal developers can see the full log here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
autosynth failurepriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.