stuck git import for a few days
Git import for the ceph-mon charm seems stuck for a few days (since 2023-10-02)
https:/
The logs seem to indicate a timeout:
2023-10-02 15:33:18 INFO Starting job.
2023-10-02 15:33:18 INFO Getting existing repository from hosting service.
2023-10-02 15:33:36 INFO remote: Counting objects: 100% (3189/3189)
2023-10-02 15:33:36 INFO remote: Counting objects: 100% (3189/3189), done.
2023-10-02 15:33:37 INFO remote: Compressing objects: 100% (3091/3091)
2023-10-02 15:33:37 INFO remote: Compressing objects: 100% (3091/3091), done.
2023-10-02 15:33:37 INFO Receiving objects: 99% (27243/27518), 20.93 MiB | 41.28 MiB/s
2023-10-02 15:33:37 INFO remote: Total 27518 (delta 2323), reused 122 (delta 96)
2023-10-02 15:33:37 INFO Receiving objects: 100% (27518/27518), 20.93 MiB | 41.28 MiB/s
2023-10-02 15:33:37 INFO Receiving objects: 100% (27518/27518), 21.51 MiB | 23.34 MiB/s, done.
2023-10-02 15:33:42 INFO Resolving deltas: 100% (16470/16470)
2023-10-02 15:33:42 INFO Resolving deltas: 100% (16470/16470), done.
2023-10-02 15:33:42 INFO Fetching remote repository.
Traceback (most recent call last):
File "/srv/lp-
sys.
File "/srv/lp-
return import_worker.run()
File "/srv/lp-
return self._doImport()
File "/srv/lp-
cwd=
File "/srv/lp-
for line in self._throttleP
File "/srv/lp-
buffered, timeout=timeout):
File "/srv/lp-
line = next(wrapped_file)
KeyboardInterrupt
Import failed:
Traceback (most recent call last):
Failure: twisted.
However a manual clone from https:/
git clone https:/
Cloning into 'charm-ceph-mon'...
remote: Enumerating objects: 7608, done.
remote: Counting objects: 100% (3003/3003), done.
remote: Compressing objects: 100% (789/789), done.
remote: Total 7608 (delta 2848), reused 2214 (delta 2214), pack-reused 4605
Receiving objects: 100% (7608/7608), 1.70 MiB | 537.00 KiB/s, done.
Resolving deltas: 100% (4974/4974), done.
I've triggered an import manually as well and it does seem to be stuck too.
Would you be able to help out?
Question information
- Language:
- English Edit question
- Status:
- Open
- Assignee:
- Guruprasad Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Peter Sabaini for more information if necessary.