Bug #5506
closedarv-copy issue with moving pathomap template
Description
arv-copy --src qr1hi --dst su92l --dst-git-repo bcosc --project-uuid su92l-tpzed-6ujvgnhlbkp7abw qr1hi-p5p6p-fe2l3h8xhyne2mi
R access for bryan.cosca-mason-ancestry DENIED to qr1hi-tpzed-tkobql3098tyycn
(Or there may be no repository at the given path. Did you spell it correctly?)
fatal: The remote end hung up unexpectedly
Traceback (most recent call last):
File "/usr/local/bin/arv-copy", line 4, in <module>
main()
File "/usr/local/lib/python2.7/dist-packages/arvados/commands/arv_copy.py", line 123, in main
src_arv, dst_arv, args)
File "/usr/local/lib/python2.7/dist-packages/arvados/commands/arv_copy.py", line 265, in copy_pipeline_template
copy_git_repos(pt, src, dst, args.dst_git_repo, args)
File "/usr/local/lib/python2.7/dist-packages/arvados/commands/arv_copy.py", line 345, in copy_git_repos
copy_git_repo(repo, src, dst, dst_repo, script_version, args)
File "/usr/local/lib/python2.7/dist-packages/arvados/commands/arv_copy.py", line 624, in copy_git_repo
cwd=os.path.dirname(tmprepo))
File "/usr/local/lib/python2.7/dist-packages/arvados/util.py", line 47, in run_command
(execargs, p.returncode, stderrdata))
arvados.errors.CommandFailedError: run_command ['git', 'clone', '--bare', u'git@git.qr1hi.arvadosapi.com:bryan.cosca-mason-ancestry.git', '/tmp/tmp_1i_2z'] exit 128:
None
Updated by Bryan Cosca almost 10 years ago
qr1hi-tpzed-tkobql3098tyycn has manage access to bryan.coscamasonancestry. bryan.cosca-mason-ancestry was name changed to bryan.coscamasonancestry because the '-'s were getting removed somewhere.
Updated by Peter Amstutz almost 10 years ago
- Status changed from New to Closed
- Assigned To set to Peter Amstutz
Not a bug in arv-copy. The fetch_url of the repository record was not updated when the repository was renamed. This will be addressed in #4253