Skip to content

Instantly share code, notes, and snippets.

@amidvidy
Created October 30, 2014 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amidvidy/7f8b599e159f3e9ad4d5 to your computer and use it in GitHub Desktop.
Save amidvidy/7f8b599e159f3e9ad4d5 to your computer and use it in GitHub Desktop.
panic: runtime error: send on closed channel
goroutine 420 [running]:
runtime.panic(0x25bc60, 0x3eb71e)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/panic.c:279 +0xf5
github.com/mongodb/mongo-tools/mongorestore.func·005()
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:282 +0x426
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:287 +0x88b
goroutine 16 [runnable]:
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents(0xc208052000, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:49 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).Restore(0xc208052000, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/mongorestore.go:110 +0x473
main.main()
/Users/amidvidy/Documents/gitroot/mongo-tools/mongorestore/main/mongorestore.go:74 +0x73e
goroutine 19 [finalizer wait, 9 minutes]:
runtime.park(0x14df0, 0x3ef528, 0x3ee8c9)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0x3ef528, 0x3ee8c9)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/proc.c:1445
goroutine 20 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d4700, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208128f00, 0xc2814ce101, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d4700, 0x1d41a0, 0xc20816c190, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc252664c20, 0x23d540, 0xc252664c40, 0x1d41a0, 0xc20816c190, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080f4730, 0xc20810e180, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080f4730, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 21 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812ed20, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc20813e480, 0xc2245be701, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812ed20, 0x1d41a0, 0xc2080a8158, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc2656be720, 0x23d540, 0xc2656be740, 0x1d41a0, 0xc2080a8158, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080189b0, 0xc208196300, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080189b0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x1)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 22 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812ec40, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc20813ea80, 0xc259588201, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812ec40, 0x1d41a0, 0xc2080a80c8, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc265d544c0, 0x23d540, 0xc265d544e0, 0x1d41a0, 0xc2080a80c8, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080ce410, 0xc20810e480, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080ce410, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x2)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 23 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d4460, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208128a80, 0xc259588401, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d4460, 0x1d41a0, 0xc20816c178, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc23f7e4c80, 0x23d540, 0xc23f7e4ca0, 0x1d41a0, 0xc20816c178, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208018f50, 0xc2080ba700, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208018f50, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x3)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 24 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080de2a0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc22e8da180, 0xc2080d8801, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080de2a0, 0x1d41a0, 0xc22d8a8028, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc253426e60, 0x23d540, 0xc253426e80, 0x1d41a0, 0xc22d8a8028, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208019c20, 0xc208076100, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208019c20, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x4)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 25 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812ea80, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc20813e180, 0xc226824b01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812ea80, 0x1d41a0, 0xc2080a8008, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc248ad1060, 0x23d540, 0xc248ad1080, 0x1d41a0, 0xc2080a8008, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080f5860, 0xc20c4f4980, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080f5860, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x5)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 26 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc208160b60, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98480, 0xc22fd46501, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc208160b60, 0x1d41a0, 0xc228c54090, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc22ee3c060, 0x23d540, 0xc22ee3c080, 0x1d41a0, 0xc228c54090, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080cf400, 0xc222228000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080cf400, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x6)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 27 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc208160c40, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98600, 0xc21fd3e301, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc208160c40, 0x1d41a0, 0xc228c54098, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc274558940, 0x23d540, 0xc274558960, 0x1d41a0, 0xc228c54098, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208019a40, 0xc21fd56180, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208019a40, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x7)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 28 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc208161ea0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98f00, 0xc21b172c01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc208161ea0, 0x1d41a0, 0xc228c540a0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc26d698e00, 0x23d540, 0xc26d698e20, 0x1d41a0, 0xc228c540a0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080f48c0, 0xc20811c000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080f48c0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x8)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 29 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812eee0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc20813ec00, 0xc218e7ef01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812eee0, 0x1d41a0, 0xc2080a8228, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc252fba0e0, 0x23d540, 0xc252fba100, 0x1d41a0, 0xc2080a8228, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080cedc0, 0xc208076300, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080cedc0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x9)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 30 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc251c74000, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208153680, 0xc21fd18a01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc251c74000, 0x1d41a0, 0xc2080ac140, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc236195ae0, 0x23d540, 0xc236195b00, 0x1d41a0, 0xc2080ac140, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080f4be0, 0xc22d8c4000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080f4be0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0xa)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 31 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d49a0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208129380, 0xc21fd18801, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d49a0, 0x1d41a0, 0xc20816c1a8, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc266fd47a0, 0x23d540, 0xc266fd47c0, 0x1d41a0, 0xc20816c1a8, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208019630, 0xc208196600, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208019630, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0xb)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 32 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d4c40, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208129680, 0xc2221e2501, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d4c40, 0x1d41a0, 0xc20816c100, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc2412b93a0, 0x23d540, 0xc2412b93c0, 0x1d41a0, 0xc20816c100, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208110870, 0xc20b37e100, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208110870, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0xc)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 33 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc208160d20, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98c00, 0xc218e7ea01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc208160d20, 0x1d41a0, 0xc228c54040, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc23ee1a9a0, 0x23d540, 0xc23ee1a9c0, 0x1d41a0, 0xc228c54040, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080cfb80, 0xc229ee2100, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080cfb80, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0xd)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 34 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d41c0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208128000, 0xc21b172901, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d41c0, 0x1d41a0, 0xc20816c148, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc238cba840, 0x23d540, 0xc238cba880, 0x1d41a0, 0xc20816c148, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080ce280, 0xc22b072000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080ce280, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0xe)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 35 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d4a80, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208129500, 0xc2814ce301, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d4a80, 0x1d41a0, 0xc20816c1b0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc255bff020, 0x23d540, 0xc255bff040, 0x1d41a0, 0xc20816c1b0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080ce730, 0xc21c246380, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080ce730, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0xf)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 36 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d4b60, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208128780, 0xc21b172001, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d4b60, 0x1d41a0, 0xc20816c0f8, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc23c46d5e0, 0x23d540, 0xc23c46d600, 0x1d41a0, 0xc20816c0f8, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080190e0, 0xc20811c380, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080190e0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x10)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 37 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2081601c0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98780, 0xc2080c6301, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2081601c0, 0x1d41a0, 0xc228c54020, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc26f13d4a0, 0x23d540, 0xc26f13d4c0, 0x1d41a0, 0xc228c54020, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208018dc0, 0xc21a020380, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208018dc0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x11)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 38 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc23ba1a000, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc2080d2480, 0xc2080c7101, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc23ba1a000, 0x1d41a0, 0xc20805e068, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc2360d98e0, 0x23d540, 0xc2360d9900, 0x1d41a0, 0xc20805e068, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208018730, 0xc21a020000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208018730, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x12)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 48 [semacquire, 2 minutes]:
sync.runtime_Semacquire(0xc24461041c)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:199 +0x30
sync.(*WaitGroup).Wait(0xc256d855a0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/waitgroup.go:129 +0x14b
gopkg.in/mgo%2ev2.(*mongoCluster).syncServersIteration(0xc2080be4b0, 0x1)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:487 +0x3b5
gopkg.in/mgo%2ev2.(*mongoCluster).syncServersLoop(0xc2080be4b0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:340 +0x1e1
created by gopkg.in/mgo%2ev2.newCluster
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:73 +0x153
goroutine 39 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812ee00, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc20813e000, 0xc20807f101, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812ee00, 0x1d41a0, 0xc2080a8208, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc24e0c7960, 0x23d540, 0xc24e0c79a0, 0x1d41a0, 0xc2080a8208, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080ce5a0, 0xc226838100, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080ce5a0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x13)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 40 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812e9a0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc20813e780, 0xc208165601, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812e9a0, 0x1d41a0, 0xc2080a8028, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc243d5b780, 0x23d540, 0xc243d5b7a0, 0x1d41a0, 0xc2080a8028, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208019db0, 0xc2080ba400, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208019db0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x14)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 41 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812e8c0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc20813e300, 0xc21f9fa501, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812e8c0, 0x1d41a0, 0xc2080a8018, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc2592532a0, 0x23d540, 0xc2592532e0, 0x1d41a0, 0xc2080a8018, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080cf7c0, 0xc2234f4000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080cf7c0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x15)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 42 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc208160a80, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98a80, 0xc229ecac01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc208160a80, 0x1d41a0, 0xc228c54038, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc252954420, 0x23d540, 0xc252954440, 0x1d41a0, 0xc228c54038, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080ce0f0, 0xc2210c0000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080ce0f0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x16)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 43 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d4620, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208128d80, 0xc21f9faf01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d4620, 0x1d41a0, 0xc20816c188, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc2393c01c0, 0x23d540, 0xc2393c0240, 0x1d41a0, 0xc20816c188, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080ce050, 0xc20810ea80, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080ce050, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x17)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 44 [chan receive, 9 minutes]:
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB(0xc208052000, 0xc208067925, 0xd, 0xc2081168e3, 0xe, 0xc20805cc80, 0x395aa1a, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:295 +0x919
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208110b90, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:173 +0x18ab
github.com/mongodb/mongo-tools/mongorestore.func·002(0x18)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 45 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812eb60, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc20813e900, 0xc2080c6d01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812eb60, 0x1d41a0, 0xc2080a8010, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc23ee54880, 0x23d540, 0xc23ee548a0, 0x1d41a0, 0xc2080a8010, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080cf310, 0xc22566a580, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080cf310, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x19)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 46 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812f0a0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c99200, 0xc2814ce901, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812f0a0, 0x1d41a0, 0xc228c540b0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc2666f4280, 0x23d540, 0xc2666f42c0, 0x1d41a0, 0xc228c540b0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080cfc20, 0xc227940000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080cfc20, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x1a)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 47 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d4540, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208128c00, 0xc226824a01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d4540, 0x1d41a0, 0xc20816c180, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc24653b440, 0x23d540, 0xc24653b460, 0x1d41a0, 0xc20816c180, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080f5ea0, 0xc208196000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080f5ea0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x1b)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 64 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d47e0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208129080, 0xc259588001, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d47e0, 0x1d41a0, 0xc20816c198, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc235fa6820, 0x23d540, 0xc235fa6860, 0x1d41a0, 0xc20816c198, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208110a00, 0xc20c4f4000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208110a00, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x1c)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 65 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2081609a0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98900, 0xc229eca301, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2081609a0, 0x1d41a0, 0xc228c54030, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc270e07020, 0x23d540, 0xc270e07040, 0x1d41a0, 0xc228c54030, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080cfd60, 0xc20810e700, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080cfd60, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x1d)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 66 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc208160ee0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98d80, 0xc21b172601, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc208160ee0, 0x1d41a0, 0xc228c54048, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc247e139c0, 0x23d540, 0xc247e139e0, 0x1d41a0, 0xc228c54048, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080198b0, 0xc21b164000, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080198b0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x1e)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 67 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d40e0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208128900, 0xc21c254501, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d40e0, 0x1d41a0, 0xc20816c090, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc27e506780, 0x23d540, 0xc27e5067a0, 0x1d41a0, 0xc20816c090, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080cfdb0, 0xc20c4f4300, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080cfdb0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x1f)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 68 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc208160fc0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98000, 0xc229eca201, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc208160fc0, 0x1d41a0, 0xc228c54018, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc26c69ffe0, 0x23d540, 0xc242fca000, 0x1d41a0, 0xc228c54018, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080ce8c0, 0xc208196980, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080ce8c0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x20)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 69 [chan receive, 9 minutes]:
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB(0xc208052000, 0xc2080673a5, 0xd, 0xc2080c8df3, 0xe, 0xc21c234040, 0x2df7a0d, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:295 +0x919
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208019810, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:173 +0x18ab
github.com/mongodb/mongo-tools/mongorestore.func·002(0x21)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 70 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812f180, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c99380, 0xc2080c6901, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812f180, 0x1d41a0, 0xc228c540b8, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc256ced140, 0x23d540, 0xc256ced160, 0x1d41a0, 0xc228c540b8, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208110550, 0xc22566a100, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208110550, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x22)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 72 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d4d20, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208128180, 0xc218e7ef01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d4d20, 0x1d41a0, 0xc20816c008, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc2513df8e0, 0x23d540, 0xc2513df920, 0x1d41a0, 0xc20816c008, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080cff40, 0xc20810e080, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080cff40, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x24)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 73 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc208160540, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98300, 0xc2234c2001, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc208160540, 0x1d41a0, 0xc228c54088, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc2363ab560, 0x23d540, 0xc2363ab580, 0x1d41a0, 0xc228c54088, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080185a0, 0xc2080ba100, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080185a0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x25)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 74 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc2080d48c0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc208129200, 0xc2080c6f01, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc2080d48c0, 0x1d41a0, 0xc20816c1a0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc245301fc0, 0x23d540, 0xc245301fe0, 0x1d41a0, 0xc20816c1a0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc2080f4a50, 0xc227940400, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc2080f4a50, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x26)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 75 [semacquire]:
sync.runtime_Syncsemacquire(0xc2080be4d8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:257 +0xc0
sync.(*Cond).Wait(0xc2080be4c8)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/cond.go:62 +0x9d
gopkg.in/mgo%2ev2.(*mongoCluster).AcquireSocket(0xc2080be4b0, 0xc2080be400, 0xb2d05e00, 0x0, 0x0, 0x0, 0x0, 0x1000, 0xc20812efc0, 0x0, ...)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:546 +0x7af
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c99080, 0xc229eca601, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3435 +0x2f6
gopkg.in/mgo%2ev2.(*Query).One(0xc20812efc0, 0x1d41a0, 0xc228c540a8, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:2389 +0xda
gopkg.in/mgo%2ev2.(*Database).Run(0xc271be24c0, 0x23d540, 0xc271be24e0, 0x1d41a0, 0xc228c540a8, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:586 +0x24c
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).CreateIndexes(0xc208052000, 0xc208110230, 0xc20c4f4600, 0x4, 0x4, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/metadata.go:152 +0x685
github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntent(0xc208052000, 0xc208110230, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:183 +0x1ade
github.com/mongodb/mongo-tools/mongorestore.func·002(0x27)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:35 +0x1f1
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreIntents
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:44 +0x14b
goroutine 119 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4ab330, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208052450, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208052450, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2080523f0, 0xc2080c8060, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20816a088, 0xc2080c8060, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20816a088, 0xc2080c8060, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208161500)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 120 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b0350, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081627d0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081627d0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208162770, 0xc2080c8270, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20816a098, 0xc2080c8270, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20816a098, 0xc2080c8270, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc2081615e0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 79 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b06c0, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081625a0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081625a0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208162540, 0xc2080f1290, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080ac0c0, 0xc2080f1290, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080ac0c0, 0xc2080f1290, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc20812e000)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 121 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4aaaf0, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208100610, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208100610, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2081005b0, 0xc2080c84e0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20816a0a8, 0xc2080c84e0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20816a0a8, 0xc2080c84e0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc2081616c0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 176 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b0ae0, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208100760, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208100760, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208100700, 0xc2080f1530, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080ac0e0, 0xc2080f1530, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080ac0e0, 0xc2080f1530, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc20812e460)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 122 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4aaa40, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208100680, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208100680, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208100620, 0xc2080c8990, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20816a0c0, 0xc2080c8990, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20816a0c0, 0xc2080c8990, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc2081617a0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 123 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4ab070, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208100450, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208100450, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2081003f0, 0xc2080c8c00, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20816a0d0, 0xc2080c8c00, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20816a0d0, 0xc2080c8c00, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208161880)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 177 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b0b90, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081006f0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081006f0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208100690, 0xc2080f1890, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080ac0f0, 0xc2080f1890, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080ac0f0, 0xc2080f1890, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc20812e620)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 124 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4ab280, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208162140, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208162140, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2081620e0, 0xc20c4e2030, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20816a0e0, 0xc20c4e2030, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20816a0e0, 0xc20c4e2030, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208161960)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 183 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b0400, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208162760, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208162760, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208162700, 0xc2081169c0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080ac128, 0xc2081169c0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080ac128, 0xc2081169c0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc20812e700)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 192 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4ab3e0, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081003e0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081003e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208100380, 0xc20802d290, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20816c058, 0xc20802d290, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20816c058, 0xc20802d290, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208160620)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 198 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4ab540, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2080523e0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2080523e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208052380, 0xc2221f8060, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20816c0b8, 0xc2221f8060, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20816c0b8, 0xc2221f8060, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc2081607e0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 129 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b02a0, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208162840, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208162840, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2081627e0, 0xc20c4e30e0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080a8098, 0xc20c4e30e0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080a8098, 0xc20c4e30e0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc2081608c0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 130 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4ab1d0, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081301b0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081301b0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208130150, 0xc20c4e3dd0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080a8120, 0xc20c4e3dd0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080a8120, 0xc20c4e3dd0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208160e00)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 131 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4aac50, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2080da450, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2080da450, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2080da3f0, 0xc20c4e3ec0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080a8150, 0xc20c4e3ec0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080a8150, 0xc20c4e3ec0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208161b20)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 132 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4aadb0, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208162220, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208162220, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2081621c0, 0xc2080d7350, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080a8180, 0xc2080d7350, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080a8180, 0xc2080d7350, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208161c00)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 133 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4aafc0, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081621b0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081621b0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208162150, 0xc20d506f30, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080a8198, 0xc20d506f30, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080a8198, 0xc20d506f30, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208161ce0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 139 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b04b0, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081626f0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081626f0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208162690, 0xc2221d6000, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080a8298, 0xc2221d6000, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080a8298, 0xc2221d6000, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208161dc0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 245 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4aad00, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208100530, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208100530, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2081004d0, 0xc217d7e0f0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20c4e4040, 0xc217d7e0f0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20c4e4040, 0xc217d7e0f0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc20812e540)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 320 [select]:
github.com/mongodb/mongo-tools/common/progress.(*ProgressBar).start(0xc21fa0e000)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/progress/progress_bar.go:76 +0x329
created by github.com/mongodb/mongo-tools/common/progress.(*ProgressBar).Start
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/progress/progress_bar.go:56 +0x150
goroutine 321 [chan receive, 9 minutes]:
github.com/mongodb/mongo-tools/mongorestore.func·003()
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:240 +0x4f
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:246 +0x79a
goroutine 322 [chan send, 9 minutes]:
github.com/mongodb/mongo-tools/mongorestore.func·004()
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:254 +0x1b8
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:257 +0x7fd
goroutine 323 [IO wait]:
net.runtime_pollWait(0x4ab330, 0x77, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208052450, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitWrite(0xc208052450, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:93 +0x42
net.(*netFD).Write(0xc2080523f0, 0xc25caf4000, 0x142831, 0x172000, 0x22798, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:325 +0x49c
net.(*conn).Write(0xc20816a088, 0xc25caf4000, 0x142831, 0x172000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:130 +0xe7
gopkg.in/mgo%2ev2.(*mongoSocket).Query(0xc208161500, 0x1469c78, 0x1, 0x1, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:492 +0x19e2
gopkg.in/mgo%2ev2.(*Collection).writeQuery(0xc21f9f60f0, 0x1d36c0, 0xc269789920, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3545 +0x226
gopkg.in/mgo%2ev2.(*Bulk).Run(0xc21f9f61e0, 0xc2697c9160, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/bulk.go:66 +0xc1
github.com/mongodb/mongo-tools/common/db.(*BufferedBulkInserter).Flush(0xc21f9f61b0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/db/buffered_bulk.go:77 +0x5d
github.com/mongodb/mongo-tools/common/db.(*BufferedBulkInserter).Insert(0xc21f9f61b0, 0x25b660, 0xc2697c9140, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/db/buffered_bulk.go:60 +0x2a9
github.com/mongodb/mongo-tools/mongorestore.func·005()
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:277 +0x393
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:287 +0x88b
goroutine 324 [semacquire, 9 minutes]:
sync.runtime_Semacquire(0xc208161504)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:199 +0x30
sync.(*Mutex).Lock(0xc208161500)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/mutex.go:66 +0xd6
gopkg.in/mgo%2ev2.(*mongoSocket).Acquire(0xc208161500, 0x1dc600)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:214 +0x32
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc2080d2780, 0xc24f8b8e00, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3408 +0x82
gopkg.in/mgo%2ev2.(*Collection).writeQuery(0xc21f9f60f0, 0x1d36c0, 0xc24ed2c9f0, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3534 +0xf5
gopkg.in/mgo%2ev2.(*Bulk).Run(0xc21f9f6ed0, 0xc266571ca0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/bulk.go:66 +0xc1
github.com/mongodb/mongo-tools/common/db.(*BufferedBulkInserter).Flush(0xc21f9f6ea0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/db/buffered_bulk.go:77 +0x5d
github.com/mongodb/mongo-tools/common/db.(*BufferedBulkInserter).Insert(0xc21f9f6ea0, 0x25b660, 0xc266571c80, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/db/buffered_bulk.go:60 +0x2a9
github.com/mongodb/mongo-tools/mongorestore.func·005()
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:277 +0x393
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:287 +0x88b
goroutine 336 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4ab490, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2080da370, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2080da370, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2080da310, 0xc21fbecdb0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080ac008, 0xc21fbecdb0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080ac008, 0xc21fbecdb0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208160000)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 400 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4aae60, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081004c0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081004c0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208100460, 0xc2222220f0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20816a008, 0xc2222220f0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20816a008, 0xc2222220f0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc20812e0e0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 416 [runnable]:
time.stopTimer(0xc2221ea788, 0xc2221d6f00)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/time.goc:52 +0x2c
time.(*Ticker).Stop(0xc2221ea780)
/usr/local/Cellar/go/1.3/libexec/src/pkg/time/tick.go:46 +0x33
github.com/mongodb/mongo-tools/common/progress.(*ProgressBar).start(0xc222306190)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/progress/progress_bar.go:78 +0xba
created by github.com/mongodb/mongo-tools/common/progress.(*ProgressBar).Start
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/progress/progress_bar.go:56 +0x150
goroutine 418 [chan send]:
github.com/mongodb/mongo-tools/mongorestore.func·004()
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:254 +0x1b8
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:257 +0x7fd
goroutine 432 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4aaf10, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208130220, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208130220, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2081301c0, 0xc22349ccf0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2234a0000, 0xc22349ccf0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2234a0000, 0xc22349ccf0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc2080d42a0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 103 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b0980, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081623e0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081623e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208162380, 0xc2245034d0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc20816a0f0, 0xc2245034d0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc20816a0f0, 0xc2245034d0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc208161a40)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 53 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b01f0, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc208162920, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc208162920, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2081628c0, 0xc2267eadb0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc226812000, 0xc2267eadb0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc226812000, 0xc2267eadb0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc2080de460)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 308 [select]:
github.com/mongodb/mongo-tools/common/progress.(*ProgressBar).start(0xc22f89e140)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/progress/progress_bar.go:76 +0x329
created by github.com/mongodb/mongo-tools/common/progress.(*ProgressBar).Start
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/progress/progress_bar.go:56 +0x150
goroutine 309 [chan receive, 9 minutes]:
github.com/mongodb/mongo-tools/mongorestore.func·003()
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:240 +0x4f
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:246 +0x79a
goroutine 310 [chan send, 9 minutes]:
github.com/mongodb/mongo-tools/mongorestore.func·004()
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:254 +0x1b8
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:257 +0x7fd
goroutine 311 [semacquire, 9 minutes]:
sync.runtime_Semacquire(0xc208161ce4)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:199 +0x30
sync.(*Mutex).Lock(0xc208161ce0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/mutex.go:66 +0xd6
gopkg.in/mgo%2ev2.(*mongoSocket).Acquire(0xc208161ce0, 0x1dc600)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:214 +0x32
gopkg.in/mgo%2ev2.(*Session).acquireSocket(0xc229c98180, 0xc2706cd000, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3408 +0x82
gopkg.in/mgo%2ev2.(*Collection).writeQuery(0xc21d2a7230, 0x1d36c0, 0xc27072b260, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3534 +0xf5
gopkg.in/mgo%2ev2.(*Bulk).Run(0xc21d2a7ef0, 0xc26cb154e0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/bulk.go:66 +0xc1
github.com/mongodb/mongo-tools/common/db.(*BufferedBulkInserter).Flush(0xc21d2a7ec0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/db/buffered_bulk.go:77 +0x5d
github.com/mongodb/mongo-tools/common/db.(*BufferedBulkInserter).Insert(0xc21d2a7ec0, 0x25b660, 0xc26cb154c0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/db/buffered_bulk.go:60 +0x2a9
github.com/mongodb/mongo-tools/mongorestore.func·005()
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:277 +0x393
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:287 +0x88b
goroutine 312 [IO wait]:
net.runtime_pollWait(0x4aafc0, 0x77, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081621b0, 0x77, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitWrite(0xc2081621b0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:93 +0x42
net.(*netFD).Write(0xc208162150, 0xc25c810000, 0x142831, 0x172000, 0x254d8, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:325 +0x49c
net.(*conn).Write(0xc2080a8198, 0xc25c810000, 0x142831, 0x172000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:130 +0xe7
gopkg.in/mgo%2ev2.(*mongoSocket).Query(0xc208161ce0, 0x1545c78, 0x1, 0x1, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:492 +0x19e2
gopkg.in/mgo%2ev2.(*Collection).writeQuery(0xc21d2a7230, 0x1d36c0, 0xc243b5bc50, 0x0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/session.go:3545 +0x226
gopkg.in/mgo%2ev2.(*Bulk).Run(0xc23b7c4c00, 0xc243ec5640, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/bulk.go:66 +0xc1
github.com/mongodb/mongo-tools/common/db.(*BufferedBulkInserter).Flush(0xc23b7c4bd0, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/db/buffered_bulk.go:77 +0x5d
github.com/mongodb/mongo-tools/common/db.(*BufferedBulkInserter).Insert(0xc23b7c4bd0, 0x25b660, 0xc243ec5620, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/common/db/buffered_bulk.go:60 +0x2a9
github.com/mongodb/mongo-tools/mongorestore.func·005()
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:277 +0x393
created by github.com/mongodb/mongo-tools/mongorestore.(*MongoRestore).RestoreCollectionToDB
/Users/amidvidy/Documents/gitroot/mongo-tools/.gopath/src/github.com/mongodb/mongo-tools/mongorestore/restore.go:287 +0x88b
goroutine 145 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b0140, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081307d0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081307d0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc208130770, 0xc2447073b0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc228c54000, 0xc2447073b0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc228c54000, 0xc2447073b0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc2081600e0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 204 [IO wait, 9 minutes]:
net.runtime_pollWait(0x4b0090, 0x72, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc22fc0a0d0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc22fc0a0d0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc22fc0a070, 0xc26f75bda0, 0x24, 0x24, 0x0, 0x496410, 0x23)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/fd_unix.go:232 +0x34c
net.(*conn).Read(0xc2080a8190, 0xc26f75bda0, 0x24, 0x24, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3/libexec/src/pkg/net/net.go:122 +0xe7
gopkg.in/mgo%2ev2.fill(0x4aba90, 0xc2080a8190, 0xc26f75bda0, 0x24, 0x24, 0x0, 0x0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:502 +0x7f
gopkg.in/mgo%2ev2.(*mongoSocket).readLoop(0xc20812e1c0)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:519 +0x11f
created by gopkg.in/mgo%2ev2.newSocket
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:166 +0x2ee
goroutine 325 [semacquire]:
sync.runtime_Semacquire(0xc208161504)
/usr/local/Cellar/go/1.3/libexec/src/pkg/runtime/sema.goc:199 +0x30
sync.(*Mutex).Lock(0xc208161500)
/usr/local/Cellar/go/1.3/libexec/src/pkg/sync/mutex.go:66 +0xd6
gopkg.in/mgo%2ev2.(*mongoSocket).kill(0xc208161500, 0x4921b0, 0xc230f42450, 0xc2080de000)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:292 +0x40
gopkg.in/mgo%2ev2.(*mongoSocket).Close(0xc208161500)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/socket.go:288 +0xb2
gopkg.in/mgo%2ev2.(*mongoServer).Close(0xc2080de000)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/server.go:193 +0x20f
gopkg.in/mgo%2ev2.(*mongoCluster).removeServer(0xc2080be4b0, 0xc2080de000)
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:120 +0xdf
gopkg.in/mgo%2ev2.func·008()
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:460 +0x60d
created by gopkg.in/mgo%2ev2.func·009
/Users/amidvidy/Documents/gitroot/mongo-tools/vendor/src/gopkg.in/mgo.v2/cluster.go:480 +0x14c
...restore completed in 596.576397896 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment