kurtosis-tech / kurtosis

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
https://docs.kurtosistech.com/
Apache License 2.0
321 stars 42 forks source link

random git clone failure ? #2498

Open garyng2000 opened 1 month ago

garyng2000 commented 1 month ago

What's your CLI version?

0.90.1

Description & steps to reproduce

I am getting below error randomly(sometimes it work, most time it doesn't)

kurtosis run github/ethpandaops/ethereum-package.git

Error in cloning git repository 'https://github.com/ethpandaops/ethereum-package.git' to '/kurtosis-data/tmp-repositories/tmp-repo-dir-3545872477/ethpandaops/ethereum-package'. Make sure that 'https://github.com/ethpandaops/ethereum-package.git' exists or if it's a private repository, that you are logged into GitHub via kurtosis github login.

I have verified that right before(and after) this failure, I have no problem cloning(via command line) any them(and this error is not restricted to just one package but others like prometheus under kurtosis-tech etc.)

and I can trace why exactly it fails other than this mysterious message about git clone

Desired behavior

it should work as everything else on the machine is functioning normally.

What is the severity of this bug?

Critical; I am blocked and Kurtosis is unusable for me because of this bug.

What area of the product does this pertain to?

CLI: the Command Line Interface

tedim52 commented 4 weeks ago

Thanks for opening this up! Still working on a solution for this. Related issue: https://github.com/kurtosis-tech/kurtosis/issues/2150