Skip to content

Instantly share code, notes, and snippets.

@jaraco
Created June 6, 2023 17:40
Show Gist options
  • Save jaraco/c4cf66353a83014e6fa0d9cc8cdc87d7 to your computer and use it in GitHub Desktop.
Save jaraco/c4cf66353a83014e6fa0d9cc8cdc87d7 to your computer and use it in GitHub Desktop.
$ create_and_cd_to_new_fig_repo --include path:google3/subdir -q
+ Traceback (most recent call last):
+ File "/usr/local/google/tmp/fig-e2e-ic_3wuy_/hg/mercurial/extensions.py", line 257, in _runuisetup
+ uisetup(ui)
+ File "/usr/local/google/_blaze_jaraco/f1c65bfcae194142dc7c58821f43f5ca/execroot/google3/blaze-out/k8-opt/bin/devtools/piper/hgfission/e2e/run_tests.runfiles/google3/third_party/py/google_hgext/__init__.py", line 223, in uisetup
+ loadfunc('commandsetup', ui, command)
+ File "/usr/local/google/_blaze_jaraco/f1c65bfcae194142dc7c58821f43f5ca/execroot/google3/blaze-out/k8-opt/bin/devtools/piper/hgfission/e2e/run_tests.runfiles/google3/third_party/py/google_hgext/__init__.py", line 203, in loadfunc
+ func = getattr(sub, funcname, None)
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ File "<frozen importlib.util>", line 247, in __getattribute__
+ File "<frozen importlib._bootstrap_external>", line 940, in exec_module
+ File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
+ File "/usr/local/google/_blaze_jaraco/f1c65bfcae194142dc7c58821f43f5ca/execroot/google3/blaze-out/k8-opt/bin/devtools/piper/hgfission/e2e/run_tests.runfiles/google3/third_party/py/google_hgext/remove_patch.py", line 6, in <module>
+ from evolve.hgext3rd.evolve import rewriteutil
+ File "<frozen importlib.util>", line 247, in __getattribute__
+ File "/usr/local/google/_blaze_jaraco/f1c65bfcae194142dc7c58821f43f5ca/execroot/google3/blaze-out/k8-opt/bin/devtools/piper/hgfission/e2e/run_tests.runfiles/google3/third_party/py/evolve/hgext3rd/evolve/__init__.py", line 361, in <module>
+ eh.merge(obsexchange.eh)
+ ^^^^^^^^^^^^^^
+ File "<frozen importlib.util>", line 247, in __getattribute__
+ File "/usr/local/google/_blaze_jaraco/f1c65bfcae194142dc7c58821f43f5ca/execroot/google3/blaze-out/k8-opt/bin/devtools/piper/hgfission/e2e/run_tests.runfiles/google3/third_party/py/evolve/hgext3rd/evolve/obsexchange.py", line 32, in <module>
+ eh.merge(obsdiscovery.eh)
+ ^^^^^^^^^^^^^^^
+ File "<frozen importlib.util>", line 247, in __getattribute__
+ File "/usr/local/google/_blaze_jaraco/f1c65bfcae194142dc7c58821f43f5ca/execroot/google3/blaze-out/k8-opt/bin/devtools/piper/hgfission/e2e/run_tests.runfiles/google3/third_party/py/evolve/hgext3rd/evolve/obsdiscovery.py", line 703, in <module>
+ @wireprotov1server.wireprotocommand(b'evoext_obshashrange_v1', b'ranges', b'pull')
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ File "/usr/local/google/tmp/fig-e2e-ic_3wuy_/hg/mercurial/wireprotov1server.py", line 165, in register
+ raise error.ProgrammingError(
+ mercurial.error.ProgrammingError: evoext_obshashrange_v1 command already registered for version 1
+ *** failed to set up extension google_hgext: evoext_obshashrange_v1 command already registered for version 1
+ hg: unknown command 'gclone'
+ (did you mean clone?)
+ [10]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment