repo sync stuck at 35% of prebuilt project

605 views
Skip to first unread message

Amit

unread,
May 2, 2010, 1:41:24 AM5/2/10
to Repo and Gerrit Discussion
Hi,

I am trying to do initial sync using repo.

There were few program terminations with error
fatal: Unable to look up android.git.kernel.org (port 9418) (Name or
service not known)

after repetitive repo sync it downloaded around 1.5G and then always
stuck at

Fetching projects: 90% (143/158) remote: Counting objects: 3381,
done.
remote: Compressing objects: 100% (1510/1510), done.
receiving objects: 35% (1209/3381), 93.29 MiB | 60 KiB/s


So I create a new directory and did repo init for all projects and
again did sync.hoping with will go through but second time it is stuck
at at same 35% of prebuilt project.

repo --trace sync
: unpickle /home/amitvyas/.gitconfig
: unpickle /home/amitvyas/android/.repo/repo/.git/config
: unpickle /home/amitvyas/android/.repo/manifests.git/config
: export GIT_DIR=/home/amitvyas/android/.repo/manifests.git
: git fetch origin
: load refs /home/amitvyas/android/.repo/manifests.git
: unpickle /home/amitvyas/android/.repo/projects/bionic.git/config

.
.
.
.
.
.
.
.

: export GIT_DIR=/home/amitvyas/android/.repo/projects/prebuilt.git
: git fetch korg
remote: Counting objects: 3381, done.
remote: Compressing objects: 100% (1510/1510), done.
Receiving objects: 35% (1209/3381), 93.34 MiB | 59 KiB/s

any pointers to the problem or soultions. ?

--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

Shawn Pearce

unread,
May 3, 2010, 11:47:08 AM5/3/10
to Amit, Repo and Gerrit Discussion
Amit <amit.vya...@gmail.com> wrote:
> I am trying to do initial sync using repo.
>
> There were few program terminations with error
> fatal: Unable to look up android.git.kernel.org (port 9418) (Name or
> service not known)

This is an issue with your local DNS configuration. If you can't
resolve the name, talk to your local network provider.

> after repetitive repo sync it downloaded around 1.5G and then always
> stuck at
>
> Fetching projects: 90% (143/158) remote: Counting objects: 3381,
> done.
> remote: Compressing objects: 100% (1510/1510), done.
> receiving objects: 35% (1209/3381), 93.29 MiB | 60 KiB/s

Just keep trying, and wait longer while its going. The prebuilt
project has a lot of large binary objects. The counter is showing
objects being downloaded, but on a big binary it won't advance
until its fully downloaded.
Reply all
Reply to author
Forward
0 new messages