Open davies-w opened 3 months ago
I see that it's push
(should we update the title of the issue)?
could you also try to run it like "dvc push --no-run-cache" and see if that helps?
ok it finally ran - but I have no idea what was taking so long...
2024-07-15 12:01:27,055 DEBUG: command: /Users/winton/.pyenv/versions/ds/bin/dvc push --verbose Collecting |194 [00:00, 2.98kentry/s] 2024-07-15 12:12:41,544 DEBUG: Preparing to transfer data from '/Users/winton/repos/candidate_seniority_patch/model-interfaces/.dvc/cache/files/md5' to 's3://adeptid-dvc/dvcstore/files/md5' 2024-07-15 12:12:41,544 DEBUG: Preparing to collect status from 'adeptid-dvc/dvcstore/files/md5' .... 2024-07-15 12:12:49,264 DEBUG: Analytics is enabled. 2024-07-15 12:12:49,328 DEBUG: Trying to spawn ['daemon', 'analytics', '/var/folders/nr/spbjfgvs0sj47g0rvpm_kkqh0000gp/T/tmp77woewuz', '-v'] 2024-07-15 12:12:49,334 DEBUG: Spawned ['daemon', 'analytics', '/var/folders/nr/spbjfgvs0sj47g0rvpm_kkqh0000gp/T/tmp77woewuz', '-v'] with pid 61108
You can see it just sort of "hung" for 11 minutes between the start of the execution and it actually getting to log work being done.
dvc push --no-run-cache seems to run instantly, but dvc push still hangs.
and if you run now it the second time, w/o --no-run-cache
- is it still taking a long time to run?
Yep still taking a long time!
I think it's a duplicate of https://github.com/iterative/dvc/issues/10449 . Please put a comment there that you are also hitting it.
There's maybe two seperate issues here.
1) why is the cache taking so long 2) why's there no debugging information when it takes a long time.
why's there no debugging information when it takes a long time.
ideally it should not be taking so long time, but you are right some progress bur for pushing the cache is needed anyways
Bug Report
dvc pull hangs silently
Description
We make some changes, that require a push. There's only a few files involved. dvc push just hangs silently.
With --verbose on, ^C interrupts and shows this
Reproduce
I doubt this can be reproduced except in our enviroment. The problem is it works sometimes.
Expected
I expect some clear status to be shown.
Environment information
Output of
dvc doctor
:Additional Information (if any):
Happens on both an ARM Mac and a Unix x86 box. We're trying to push to S3, but nothing suggests it get there.