Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"vcs pull" gets stuck indefinitely #250

Open
MicheleImbrianiRiACT opened this issue Jan 27, 2023 · 0 comments
Open

"vcs pull" gets stuck indefinitely #250

MicheleImbrianiRiACT opened this issue Jan 27, 2023 · 0 comments

Comments

@MicheleImbrianiRiACT
Copy link

When executing "vcs pull" and "vcs import", it sometimes gets stuck indefinitely during the process.
This happens sporadically and I have not been able to find any direct cause, nor a way to consistently reproduce this issue.
In my usage, it happens right after having built a docker image, and trying to import git repositories on my local device.
I haven't found a common cause for it happening when executing "vcs pull".

When I run the command using the --debug flag, a long list is shown in the "DEBUG:vcstool.executor:ongoing" line, containing the names of the repositories I'm trying to import. This list exhausts all the contained repositories, but gets stuck on the last remaining one.

Here is the output I obtain (with anonymized names of the repos, for privacy reasons) when importing 3 git repositories.

myuser@machine1:~/development/my_workspace/src$ vcs pull --debug
DEBUG:vcstool.executor:started './repo1'
DEBUG:vcstool.executor:started './repo2'
DEBUG:vcstool.executor:started './repo3'
DEBUG:vcstool.executor:ongoing ['./repo1', './repo2', './repo3']
DEBUG:vcstool.executor:finished './repo1'
.
DEBUG:vcstool.executor:ongoing ['./repo2', './repo3']
DEBUG:vcstool.executor:finished './repo3'
.
DEBUG:vcstool.executor:ongoing ['./repo2']

Thanks for your support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant