Mirror of charm-nova-compute is failing due to "strange" timeout
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad code imports |
Fix Released
|
High
|
Colin Watson |
Bug Description
The charm-nova-compute project holds the code upstream at opendev.org. The code mirror is failing.
Code import page: https:/
Error from log:
2022-02-22 12:55:13 INFO Starting job.
2022-02-22 12:55:13 INFO Getting existing repository from hosting service.
2022-02-22 12:55:19 INFO Cloning into bare repository 'repository'...
2022-02-22 12:55:19 INFO remote: Enumerating objects: 27119, done.
2022-02-22 12:55:19 INFO remote: Counting objects: 100% (27119/27119)
2022-02-22 12:55:19 INFO remote: Counting objects: 100% (27119/27119), done.
2022-02-22 12:55:21 INFO remote: Compressing objects: 100% (11644/11644)
2022-02-22 12:55:21 INFO remote: Compressing objects: 100% (11644/11644), done.
2022-02-22 12:55:21 INFO Receiving objects: 98% (26577/27119), 14.57 MiB | 14.42 MiB/s
2022-02-22 12:55:21 INFO remote: Total 27119 (delta 16249), reused 25674 (delta 14827)
2022-02-22 12:55:21 INFO Receiving objects: 100% (27119/27119), 14.57 MiB | 14.42 MiB/s
2022-02-22 12:55:21 INFO Receiving objects: 100% (27119/27119), 17.43 MiB | 14.42 MiB/s, done.
2022-02-22 12:55:22 INFO Resolving deltas: 100% (16249/16249)
2022-02-22 12:55:22 INFO Resolving deltas: 100% (16249/16249), done.
2022-02-22 12:55:22 INFO Checking connectivity... done.
2022-02-22 12:55:22 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.
Related branches
- Ioana Lasc (community): Approve
-
Diff: 22 lines (+2/-3)1 file modifiedlib/lp/codehosting/codeimport/worker.py (+2/-3)
- Jürgen Gmach: Approve
-
Diff: 13 lines (+1/-1)1 file modifiedlib/lp/codehosting/codeimport/worker.py (+1/-1)
Changed in lp-codeimport: | |
status: | Triaged → In Progress |
assignee: | nobody → Colin Watson (cjwatson) |
status: | In Progress → Fix Committed |
After hunting down a few red herrings, I'm currently baffled by this. My best theory is to add some more progress information to the `git fetch` that it's running at that point and try to see what's going on.