Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

borges consumer - push to rooted repo xxx failed: object not found #52

Closed
bzz opened this issue Jun 14, 2017 · 12 comments
Closed

borges consumer - push to rooted repo xxx failed: object not found #52

bzz opened this issue Jun 14, 2017 · 12 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@bzz
Copy link
Contributor

bzz commented Jun 14, 2017

Even after merging #46 consumer fails on https://github.com/erelsgl/limdu

borges consumer --workers=1
DBUG[06-14|15:54:00] job started                              module=borges WorkerID=0 RepositoryID=015ca6ce-13ea-686e-66f2-3e4ce0548bc5
WARN[06-14|15:54:04] job warning                              module=borges WorkerID=0 RepositoryID=015ca6ce-13ea-686e-66f2-3e4ce0548bc5 error="push to rooted repo 98f1194fd33ba3fbe75869b31b7cb502c8454d59 failed: object not found"
EROR[06-14|15:54:04] job errored                              module=borges WorkerID=0 RepositoryID=015ca6ce-13ea-686e-66f2-3e4ce0548bc5 error="archiving 1 out of 1 roots failed: 98f1194fd33ba3fbe75869b31b7cb502c8454d59"

and same on https://github.com/Zucka/girafAdmin

DBUG[06-14|17:33:15] job started                              module=borges WorkerID=0 RepositoryID=015ca6ce-1471-74d4-c8a3-85f95b201e03
WARN[06-14|17:35:03] job warning                              module=borges WorkerID=0 RepositoryID=015ca6ce-1471-74d4-c8a3-85f95b201e03 error="push to rooted repo 4cf0e481540315d86d2b5eac7f0986e7fbc61e52 failed: object not found"
EROR[06-14|17:35:03] job errored                              module=borges WorkerID=0 RepositoryID=015ca6ce-1471-74d4-c8a3-85f95b201e03 error="archiving 1 out of 2 roots failed: 4cf0e481540315d86d2b5eac7f0986e7fbc61e52"

same on https://github.com/CyanogenMod/android_hardware_qcom_fm

DBUG[06-15|09:52:37] job started                              module=borges WorkerID=2 RepositoryID=015caab7-f2b6-7529-1260-179145f81e3d
WARN[06-15|09:53:53] job warning                              module=borges WorkerID=2 RepositoryID=015caab7-f2b6-7529-1260-179145f81e3d error="push to rooted repo 371d637753718494c6e4ae0bf72424d662766e77 failed: failed to update ref"
EROR[06-15|09:53:53] job errored                              module=borges WorkerID=2 RepositoryID=015caab7-f2b6-7529-1260-179145f81e3d error="archiving 1 out of 1 roots failed: 371d637753718494c6e4ae0bf72424d662766e77"

one more is https://github.com/Zucka/girafAdmin

@bzz bzz changed the title borges consumer fails push to rooted repo xxx failed: object not found borges consumer - push to rooted repo xxx failed: object not found Jun 14, 2017
@ajnavarro ajnavarro added the bug Something isn't working label Jun 14, 2017
@bzz
Copy link
Contributor Author

bzz commented Jun 14, 2017

Description updated with 3 more case

@smola
Copy link
Contributor

smola commented Jun 15, 2017

Fixed here? #46

@bzz
Copy link
Contributor Author

bzz commented Jun 15, 2017

@smola AFAIK no, all reported repos failed, while running borges version that included this fix.

@ajnavarro
Copy link
Contributor

ajnavarro commented Jun 19, 2017

Found and fixed at least one of the causes of this error: src-d/go-git#440

The exact commit: https://github.com/erelsgl/limdu/tree/8bfd56ce725893023dc3d9cec732add157813be7

@ajnavarro
Copy link
Contributor

All the repositories in this issue are not returning object not found error anymore, but with the repo https://github.com/Zucka/girafAdmin.git we are getting a stack overflow error:

runtime: goroutine stack exceeds 1000000000-byte limit
fatal error: stack overflow

runtime stack:
runtime.throw(0xa4010a, 0xe)
        /usr/local/go/src/runtime/panic.go:596 +0x95
runtime.newstack(0x0)
        /usr/local/go/src/runtime/stack.go:1089 +0x3f2
runtime.morestack()
        /usr/local/go/src/runtime/asm_amd64.s:398 +0x86

goroutine 65 [running]:
io.(*SectionReader).Read(0xc4206ec0c0, 0xc42b843000, 0x1000, 0x1000, 0x0, 0x0, 0x3)
        /usr/local/go/src/io/io.go:456 +0xf9 fp=0xc45aee4338 sp=0xc45aee4330
gopkg.in/src-d/go-billy-siva%2ev0.(*file).Read(0xc4391e0440, 0xc42b843000, 0x1000, 0x1000, 0xc45aee43d0, 0xc45aee43c8, 0xc4499315c0)
        /home/antonio/work/src/gopkg.in/src-d/go-billy-siva.v0/file.go:48 +0x62 fp=0xc45aee4380 sp=0xc45aee4338
gopkg.in/src-d/go-billy.v3/helper/chroot.(*file).Read(0xc4203a0280, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        <autogenerated>:2 +0x6b fp=0xc45aee43c8 sp=0xc45aee4380
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:194 +0xbc fp=0xc45aee4410 sp=0xc45aee43c8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4458 sp=0xc45aee4410
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee44a0 sp=0xc45aee4458
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee44e8 sp=0xc45aee44a0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4530 sp=0xc45aee44e8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4578 sp=0xc45aee4530
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee45c0 sp=0xc45aee4578
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4608 sp=0xc45aee45c0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4650 sp=0xc45aee4608
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4698 sp=0xc45aee4650
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee46e0 sp=0xc45aee4698
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4728 sp=0xc45aee46e0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4770 sp=0xc45aee4728
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee47b8 sp=0xc45aee4770
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4800 sp=0xc45aee47b8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4848 sp=0xc45aee4800
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4890 sp=0xc45aee4848
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee48d8 sp=0xc45aee4890
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4920 sp=0xc45aee48d8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4968 sp=0xc45aee4920
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee49b0 sp=0xc45aee4968
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee49f8 sp=0xc45aee49b0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4a40 sp=0xc45aee49f8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4a88 sp=0xc45aee4a40
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4ad0 sp=0xc45aee4a88
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4b18 sp=0xc45aee4ad0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4b60 sp=0xc45aee4b18
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4ba8 sp=0xc45aee4b60
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4bf0 sp=0xc45aee4ba8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4c38 sp=0xc45aee4bf0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4c80 sp=0xc45aee4c38
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4cc8 sp=0xc45aee4c80
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4d10 sp=0xc45aee4cc8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4d58 sp=0xc45aee4d10
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4da0 sp=0xc45aee4d58
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4de8 sp=0xc45aee4da0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4e30 sp=0xc45aee4de8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4e78 sp=0xc45aee4e30
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4ec0 sp=0xc45aee4e78
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4f08 sp=0xc45aee4ec0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4f50 sp=0xc45aee4f08
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4f98 sp=0xc45aee4f50
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee4fe0 sp=0xc45aee4f98
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5028 sp=0xc45aee4fe0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5070 sp=0xc45aee5028
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee50b8 sp=0xc45aee5070
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5100 sp=0xc45aee50b8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5148 sp=0xc45aee5100
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5190 sp=0xc45aee5148
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee51d8 sp=0xc45aee5190
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5220 sp=0xc45aee51d8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5268 sp=0xc45aee5220
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee52b0 sp=0xc45aee5268
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee52f8 sp=0xc45aee52b0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5340 sp=0xc45aee52f8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5388 sp=0xc45aee5340
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee53d0 sp=0xc45aee5388
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5418 sp=0xc45aee53d0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5460 sp=0xc45aee5418
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee54a8 sp=0xc45aee5460
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee54f0 sp=0xc45aee54a8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5538 sp=0xc45aee54f0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5580 sp=0xc45aee5538
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee55c8 sp=0xc45aee5580
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5610 sp=0xc45aee55c8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5658 sp=0xc45aee5610
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee56a0 sp=0xc45aee5658
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee56e8 sp=0xc45aee56a0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5730 sp=0xc45aee56e8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5778 sp=0xc45aee5730
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee57c0 sp=0xc45aee5778
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5808 sp=0xc45aee57c0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5850 sp=0xc45aee5808
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5898 sp=0xc45aee5850
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee58e0 sp=0xc45aee5898
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5928 sp=0xc45aee58e0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5970 sp=0xc45aee5928
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee59b8 sp=0xc45aee5970
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5a00 sp=0xc45aee59b8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5a48 sp=0xc45aee5a00
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5a90 sp=0xc45aee5a48
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5ad8 sp=0xc45aee5a90
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5b20 sp=0xc45aee5ad8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5b68 sp=0xc45aee5b20
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5bb0 sp=0xc45aee5b68
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5bf8 sp=0xc45aee5bb0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5c40 sp=0xc45aee5bf8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5c88 sp=0xc45aee5c40
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5cd0 sp=0xc45aee5c88
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5d18 sp=0xc45aee5cd0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5d60 sp=0xc45aee5d18
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5da8 sp=0xc45aee5d60
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5df0 sp=0xc45aee5da8
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5e38 sp=0xc45aee5df0
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5e80 sp=0xc45aee5e38
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5ec8 sp=0xc45aee5e80
gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.(*syncedReader).Read(0xc4391e0480, 0xc42b843000, 0x1000, 0x1000, 0x0, 0xcd4240, 0xc42001a170)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:197 +0x174 fp=0xc45aee5f10 sp=0xc45aee5ec8
...additional frames elided...
created by gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit.newPackWrite
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit/writers.go:52 +0x3b5

goroutine 1 [chan receive, 3 minutes]:
srcd.works/framework.v0/queue.(*AMQPJobIter).Next(0xc4201386e0, 0xc4279d68c0, 0x0, 0x0)
        /home/antonio/work/src/srcd.works/framework.v0/queue/amqp.go:406 +0x8e
github.com/src-d/borges.(*Consumer).consumeJobIter(0xc420485d20, 0xcda080, 0xc4201386e0, 0x0, 0x0)
        /home/antonio/work/src/github.com/src-d/borges/consumer.go:105 +0x35
github.com/src-d/borges.(*Consumer).consumeQueue(0xc420485d20, 0xcdee60, 0xc420148280, 0x1, 0xc42013ac20)
        /home/antonio/work/src/github.com/src-d/borges/consumer.go:86 +0x9e
github.com/src-d/borges.(*Consumer).Start(0xc420485d20)
        /home/antonio/work/src/github.com/src-d/borges/consumer.go:45 +0xcd
main.(*consumerCmd).Execute(0xc420118ab0, 0xc42012e8c0, 0x0, 0x2, 0x0, 0x0)
        /home/antonio/work/src/github.com/src-d/borges/cli/borges/consumer.go:43 +0x349
github.com/jessevdk/go-flags.(*Parser).ParseArgs(0xc4200186c0, 0xc420010340, 0x2, 0x2, 0x4, 0x2, 0xc4200223f0, 0xc420088880, 0xc420088748)
        /home/antonio/work/src/github.com/jessevdk/go-flags/parser.go:316 +0x893
github.com/jessevdk/go-flags.(*Parser).Parse(0xc4200186c0, 0xa3c2a7, 0x8, 0xa510ec, 0x2b, 0x0)
        /home/antonio/work/src/github.com/jessevdk/go-flags/parser.go:186 +0x73
main.main()
        /home/antonio/work/src/github.com/src-d/borges/cli/borges/main.go:51 +0x23c

goroutine 17 [syscall, 4 minutes, locked to thread]:
runtime.goexit()
        /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1

goroutine 9 [IO wait]:
net.runtime_pollWait(0x7f2071e50140, 0x72, 0x3)
        /usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc420021cd8, 0x72, 0xcd7b00, 0xcd2558)
        /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc420021cd8, 0xc420135000, 0x1000)
        /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).Read(0xc420021c70, 0xc420135000, 0x1000, 0x1000, 0x0, 0xcd7b00, 0xcd2558)
        /usr/local/go/src/net/fd_unix.go:250 +0x1b7
net.(*conn).Read(0xc42000e1c8, 0xc420135000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/net.go:181 +0x70
bufio.(*Reader).Read(0xc420018b40, 0xc42012c0b2, 0x7, 0x7, 0x7, 0xc420044e88, 0x0)
        /usr/local/go/src/bufio/bufio.go:213 +0x312
io.ReadAtLeast(0xcd3bc0, 0xc420018b40, 0xc42012c0b2, 0x7, 0x7, 0x7, 0x9664e0, 0x1, 0xc42012c0b2)
        /usr/local/go/src/io/io.go:307 +0xa9
io.ReadFull(0xcd3bc0, 0xc420018b40, 0xc42012c0b2, 0x7, 0x7, 0x40563d, 0x955a00, 0xc420018ae0)
        /usr/local/go/src/io/io.go:325 +0x58
github.com/streadway/amqp.(*reader).ReadFrame(0xc420044f40, 0xc420018ae0, 0xc420044f50, 0x0, 0x0)
        /home/antonio/work/src/github.com/streadway/amqp/read.go:49 +0x6c
github.com/streadway/amqp.(*Connection).reader(0xc420136000, 0x7f2071e50238, 0xc42000e1c8)
        /home/antonio/work/src/github.com/streadway/amqp/connection.go:501 +0xe3
created by github.com/streadway/amqp.Open
        /home/antonio/work/src/github.com/streadway/amqp/connection.go:219 +0x32d

goroutine 18 [select]:
github.com/streadway/amqp.(*Connection).heartbeater(0xc420136000, 0x2540be400, 0xc420152000)
        /home/antonio/work/src/github.com/streadway/amqp/connection.go:531 +0x34f
created by github.com/streadway/amqp.(*Connection).openTune
        /home/antonio/work/src/github.com/streadway/amqp/connection.go:752 +0x52d

goroutine 19 [select, 4 minutes]:
srcd.works/framework.v0/queue.(*AMQPBroker).manageConnection(0xc420148140, 0x97e525, 0x15)
        /home/antonio/work/src/srcd.works/framework.v0/queue/amqp.go:93 +0x365
created by srcd.works/framework.v0/queue.NewAMQPBroker
        /home/antonio/work/src/srcd.works/framework.v0/queue/amqp.go:52 +0x290

goroutine 20 [chan receive, 4 minutes]:
database/sql.(*DB).connectionOpener(0xc42015a0a0)
        /usr/local/go/src/database/sql/sql.go:837 +0x4a
created by database/sql.Open
        /usr/local/go/src/database/sql/sql.go:582 +0x212

goroutine 21 [semacquire]:
sync.runtime_notifyListWait(0xc4200d41c0, 0xc400018bad)
        /usr/local/go/src/runtime/sema.go:297 +0x10b
sync.(*Cond).Wait(0xc4200d41b0)
        /usr/local/go/src/sync/cond.go:57 +0x89
io.(*pipe).read(0xc4200d4180, 0xc42021a000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
        /usr/local/go/src/io/pipe.go:47 +0x104
io.(*PipeReader).Read(0xc42000e008, 0xc42021a000, 0x8000, 0x8000, 0xf0, 0x0, 0x0)
        /usr/local/go/src/io/pipe.go:130 +0x4c
io.copyBuffer(0x7f2071e546b8, 0xc4203f8000, 0xcd5980, 0xc42000e008, 0xc42021a000, 0x8000, 0x8000, 0x9e4860, 0xc420483200, 0x7f2071e546b8)
        /usr/local/go/src/io/io.go:390 +0x100
io.Copy(0x7f2071e546b8, 0xc4203f8000, 0xcd5980, 0xc42000e008, 0xc4203f8000, 0x1, 0x2)
        /usr/local/go/src/io/io.go:360 +0x68
gopkg.in/src-d/go-git.v4/plumbing/format/packfile.UpdateObjectStorage(0x7f206caf8078, 0xc4203c3130, 0xcd5980, 0xc42000e008, 0x0, 0x0)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/common.go:33 +0x158
gopkg.in/src-d/go-git.v4/plumbing/transport/server.(*rpSession).writePackfile(0xc432e02440, 0xcd94c0, 0xc42000e008, 0x0, 0x4106a2)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/plumbing/transport/server/server.go:316 +0xb9
gopkg.in/src-d/go-git.v4/plumbing/transport/server.(*rpSession).ReceivePack(0xc432e02440, 0xc432e02900, 0xc42000e028, 0x7f206caf8078, 0xc42044ac30)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/plumbing/transport/server/server.go:222 +0xbf
gopkg.in/src-d/go-git%2ev4.pushHashes(0xcdbc40, 0xc432e02440, 0x7f206caf8078, 0xc42044ac30, 0xc432e02900, 0xc4219e4000, 0x11cd, 0x1333, 0xc4219e4000, 0x11cd, ...)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/remote.go:572 +0x1cd
gopkg.in/src-d/go-git%2ev4.(*Remote).Push(0xc4204266a0, 0xc4391f17f0, 0x0, 0x0)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/remote.go:115 +0x624
github.com/src-d/borges.(*Archiver).pushChangesToRootedRepository.func1(0xc420426620, 0x16, 0xc42046f610, 0xf)
        /home/antonio/work/src/github.com/src-d/borges/archiver.go:299 +0x201
github.com/src-d/borges.withInProcRepository(0xc420420210, 0xc4391f19b0, 0x0, 0x0)
        /home/antonio/work/src/github.com/src-d/borges/archiver.go:320 +0x483
github.com/src-d/borges.(*Archiver).pushChangesToRootedRepository(0xc4391f1db0, 0xc4273442c0, 0xc42c2607e0, 0xd815035481e4f04c, 0xe786097fac5e2b6d, 0x521ec6fb, 0xc4204a89a0, 0x4, 0x4, 0xc42014d4d0, ...)
        /home/antonio/work/src/github.com/src-d/borges/archiver.go:305 +0x1e9
github.com/src-d/borges.(*Archiver).pushChangesToRootedRepositories(0xc420483db0, 0xc4203771b0, 0xc4273442c0, 0xc42c2607e0, 0xc420197440, 0x2, 0x0)
        /home/antonio/work/src/github.com/src-d/borges/archiver.go:260 +0x11a
github.com/src-d/borges.(*Archiver).do(0xc4391f1db0, 0xc4203771b0, 0x0, 0x0)
        /home/antonio/work/src/github.com/src-d/borges/archiver.go:137 +0xd76
github.com/src-d/borges.(*Archiver).Do(0xc420483db0, 0xc4203771b0, 0xcdcbc0, 0xc4204045a0)
        /home/antonio/work/src/github.com/src-d/borges/archiver.go:76 +0x51
github.com/src-d/borges.NewArchiverWorkerPool.func1(0xc42013ac10, 0xc4203771b0, 0x0, 0xc420243e00)
        /home/antonio/work/src/github.com/src-d/borges/archiver.go:393 +0xca
github.com/src-d/borges.(*Worker).Start(0xc42013c450)
        /home/antonio/work/src/github.com/src-d/borges/worker.go:41 +0x368
github.com/src-d/borges.(*WorkerPool).add.func1(0xc420148380, 0xc42013ac08, 0xc42013c450)
        /home/antonio/work/src/github.com/src-d/borges/worker_pool.go:74 +0x78
created by github.com/src-d/borges.(*WorkerPool).add
        /home/antonio/work/src/github.com/src-d/borges/worker_pool.go:75 +0x17c

goroutine 22 [chan receive, 3 minutes]:
github.com/streadway/amqp.bufferDeliveries(0xc420152660, 0xc420152600)
        /home/antonio/work/src/github.com/streadway/amqp/consumers.go:38 +0x8b
created by github.com/streadway/amqp.(*consumers).add
        /home/antonio/work/src/github.com/streadway/amqp/consumers.go:74 +0xee

goroutine 74 [select, 4 minutes]:
net/http.(*persistConn).readLoop(0xc421172480)
        /usr/local/go/src/net/http/transport.go:1599 +0x9ec
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1117 +0xa35

goroutine 75 [select, 4 minutes]:
net/http.(*persistConn).writeLoop(0xc421172480)
        /usr/local/go/src/net/http/transport.go:1704 +0x43a
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1118 +0xa5a

goroutine 64 [runnable]:
compress/flate.(*compressor).findMatch(0xc42d592000, 0xc9b6, 0x9606, 0x3, 0x364a, 0x3, 0x0, 0xc4204e9c00)
        /usr/local/go/src/compress/flate/deflate.go:233 +0x3e7
compress/flate.(*compressor).deflate(0xc42d592000)
        /usr/local/go/src/compress/flate/deflate.go:443 +0x95e
compress/flate.(*compressor).write(0xc42d592000, 0xc44858e000, 0x8000, 0x8000, 0x8000, 0x4df15a, 0xc44858e000)
        /usr/local/go/src/compress/flate/deflate.go:551 +0x76
compress/flate.(*Writer).Write(0xc42d592000, 0xc44858e000, 0x8000, 0x8000, 0xc44858e000, 0x8000, 0x8000)
        /usr/local/go/src/compress/flate/deflate.go:709 +0x4b
compress/zlib.(*Writer).Write(0xc42035a000, 0xc44858e000, 0x8000, 0x8000, 0x8000, 0x0, 0x0)
        /usr/local/go/src/compress/zlib/writer.go:157 +0x77
io.copyBuffer(0xcd3d80, 0xc42035a000, 0x7f206caf81c8, 0xc42fa88060, 0xc44858e000, 0x8000, 0x8000, 0x9c8a80, 0xcd3c00, 0x7f206caf81c8)
        /usr/local/go/src/io/io.go:392 +0x20b
io.Copy(0xcd3d80, 0xc42035a000, 0x7f206caf81c8, 0xc42fa88060, 0xc42fa88060, 0x0, 0x0)
        /usr/local/go/src/io/io.go:360 +0x68
gopkg.in/src-d/go-git.v4/plumbing/format/packfile.(*Encoder).entry(0xc421caa000, 0xc428c73ce0, 0x0, 0x0)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/encoder.go:100 +0x184
gopkg.in/src-d/go-git.v4/plumbing/format/packfile.(*Encoder).encode(0xc421caa000, 0xc4280a0000, 0x11cd, 0x1400, 0x0, 0x0, 0x0, 0x0, 0x0)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/encoder.go:62 +0xa1
gopkg.in/src-d/go-git.v4/plumbing/format/packfile.(*Encoder).Encode(0xc421caa000, 0xc4219e4000, 0x11cd, 0x1333, 0x0, 0x0, 0x0, 0x0, 0x0)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/encoder.go:53 +0xed
gopkg.in/src-d/go-git%2ev4.pushHashes.func1(0xc42000e028, 0x7f206caf8078, 0xc42044ac30, 0xc4219e4000, 0x11cd, 0x1333, 0xc421cb0000)
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/remote.go:564 +0x8f
created by gopkg.in/src-d/go-git%2ev4.pushHashes
        /home/antonio/work/src/gopkg.in/src-d/go-git.v4/remote.go:570 +0x1a6

goroutine 60 [select, 3 minutes]:
net/http.(*persistConn).readLoop(0xc42d8825a0)
        /usr/local/go/src/net/http/transport.go:1599 +0x9ec
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1117 +0xa35

goroutine 61 [select, 3 minutes]:
net/http.(*persistConn).writeLoop(0xc42d8825a0)
        /usr/local/go/src/net/http/transport.go:1704 +0x43a
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1118 +0xa5a
exit status 2

@ajnavarro
Copy link
Contributor

Fixed the stackoverflow bug too: src-d/go-git#442

@smola smola assigned alcortesm and unassigned ajnavarro Jun 27, 2017
@alcortesm
Copy link
Contributor

alcortesm commented Jun 28, 2017

According to this thread, this issue has been fixed by @ajnavarro in src-d/go-git#440 and src-d/go-git#442, which are already merged.

Does this means that in order to solve this issue the only remaining taks to do is to advance the go-git version in the glide.lock file so that it includes @ajnavarro fixes?

@ajnavarro
Copy link
Contributor

@alcortesm the object not found error should be checked running borges, because is not only one bug. Actually I fixed 3 bugs to minimize that error, but could still happens sometimes, for other cases.

@alcortesm
Copy link
Contributor

OK

@alcortesm
Copy link
Contributor

Data Retrieval Sprint #17 Planning:

  • (1 hour) make sure borges dependencies are updated to include all the fixes to this issue in other projects.
  • (1 hour) run borges over some repositories, including the ones mentioned here to verify the previous fixes solve this issue.

@ajnavarro ajnavarro modified the milestone: 0.1 Jul 3, 2017
@ajnavarro
Copy link
Contributor

@alcortesm @bzz I'm not able to reproduce this bug anymore. Feel free to reopen this issue if you found again this bug.

@alcortesm
Copy link
Contributor

I am closing this, see @ajnavarro comment above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants