Skip to content

Instantly share code, notes, and snippets.

@allenluce
Created June 2, 2015 23:55
Show Gist options
  • Save allenluce/f3f5d8937883d3d7ed72 to your computer and use it in GitHub Desktop.
Save allenluce/f3f5d8937883d3d7ed72 to your computer and use it in GitHub Desktop.
? _/home/aluce/go/src/rtb_go/lyfe-mobile/aux_data [no test files]
# _/home/aluce/go/src/rtb_go/lyfe-mobile/blockers
blockers/blockers_test.go:29: type MockBanner has both field and method named IsBadv
blockers/blockers_test.go:37: type MockBanner has both field and method named IsBattr
blockers/blockers_test.go:41: type MockBanner has both field and method named IsCustBlock
blockers/blockers_test.go:53: type MockBanner has both field and method named HasBcat
&{e967542c-488a-40b6-a720-b4f89e63842b []}
--- FAIL: TestAutoDiscover (0.26 seconds)
panic: runtime error: index out of range [recovered]
panic: runtime error: index out of range
goroutine 20 [running]:
runtime.panic(0x712240, 0x913f5c)
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/panic.c:279 +0xf5
testing.func·006()
/home/aluce/.gvm/gos/go1.3/src/pkg/testing/testing.go:416 +0x176
runtime.panic(0x712240, 0x913f5c)
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/panic.c:248 +0x18d
rtb_go/lyfe-mobile/aws.AWSAutoDiscover(0xc208024c60, 0x0, 0x0)
/home/aluce/.gvm/pkgsets/go1.3/global/src/rtb_go/lyfe-mobile/aws/aws.go:104 +0xefb
_/home/aluce/go/src/rtb_go/lyfe-mobile/aws.TestAutoDiscover(0xc2080265a0)
/home/aluce/go/src/rtb_go/lyfe-mobile/aws/aws_test.go:9 +0x1e
testing.tRunner(0xc2080265a0, 0x90d040)
/home/aluce/.gvm/gos/go1.3/src/pkg/testing/testing.go:422 +0x8b
created by testing.RunTests
/home/aluce/.gvm/gos/go1.3/src/pkg/testing/testing.go:504 +0x8db
goroutine 16 [chan receive]:
testing.RunTests(0x7f8260, 0x90d040, 0x1, 0x1, 0x1)
/home/aluce/.gvm/gos/go1.3/src/pkg/testing/testing.go:505 +0x923
testing.Main(0x7f8260, 0x90d040, 0x1, 0x1, 0x91d080, 0x0, 0x0, 0x91d080, 0x0, 0x0)
/home/aluce/.gvm/gos/go1.3/src/pkg/testing/testing.go:435 +0x84
main.main()
_/home/aluce/go/src/rtb_go/lyfe-mobile/aws/_test/_testmain.go:47 +0x9c
goroutine 19 [finalizer wait]:
runtime.park(0x413410, 0x917f90, 0x916209)
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0x917f90, 0x916209)
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/proc.c:1445
goroutine 28 [runnable]:
net/http.(*persistConn).readLoop(0xc20803c2c0)
/home/aluce/.gvm/gos/go1.3/src/pkg/net/http/transport.go:868 +0x829
created by net/http.(*Transport).dialConn
/home/aluce/.gvm/gos/go1.3/src/pkg/net/http/transport.go:600 +0x93f
goroutine 29 [select]:
net/http.(*persistConn).writeLoop(0xc20803c2c0)
/home/aluce/.gvm/gos/go1.3/src/pkg/net/http/transport.go:885 +0x38f
created by net/http.(*Transport).dialConn
/home/aluce/.gvm/gos/go1.3/src/pkg/net/http/transport.go:601 +0x957
goroutine 17 [syscall]:
runtime.goexit()
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/proc.c:1445
FAIL _/home/aluce/go/src/rtb_go/lyfe-mobile/aws 0.265s
FAIL _/home/aluce/go/src/rtb_go/lyfe-mobile/blockers [build failed]
? _/home/aluce/go/src/rtb_go/lyfe-mobile/brightroll_proto [no test files]
ok _/home/aluce/go/src/rtb_go/lyfe-mobile/campaign 0.013s
? _/home/aluce/go/src/rtb_go/lyfe-mobile/compression [no test files]
? _/home/aluce/go/src/rtb_go/lyfe-mobile/configuration [no test files]
? _/home/aluce/go/src/rtb_go/lyfe-mobile/constants [no test files]
? _/home/aluce/go/src/rtb_go/lyfe-mobile/costs [no test files]
--- FAIL: TestMetricWrite (0.00 seconds)
panic: open /var/log/agg_log/metrics_log_current: no such file or directory [recovered]
panic: open /var/log/agg_log/metrics_log_current: no such file or directory
goroutine 23 [running]:
runtime.panic(0x5783e0, 0xc208025260)
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/panic.c:279 +0xf5
testing.func·006()
/home/aluce/.gvm/gos/go1.3/src/pkg/testing/testing.go:416 +0x176
runtime.panic(0x5783e0, 0xc208025260)
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/panic.c:248 +0x18d
_/home/aluce/go/src/rtb_go/lyfe-mobile/database.WriteMetric(0x7f090dc3fe58, 0xc208018a00, 0x7f090dc3feb0, 0xc208025260)
/home/aluce/go/src/rtb_go/lyfe-mobile/database/agg_client.go:40 +0xe2
_/home/aluce/go/src/rtb_go/lyfe-mobile/database.TestMetricWrite(0xc20804f560)
/home/aluce/go/src/rtb_go/lyfe-mobile/database/database_test.go:88 +0x99
testing.tRunner(0xc20804f560, 0x69fa28)
/home/aluce/.gvm/gos/go1.3/src/pkg/testing/testing.go:422 +0x8b
created by testing.RunTests
/home/aluce/.gvm/gos/go1.3/src/pkg/testing/testing.go:504 +0x8db
goroutine 16 [chan receive]:
testing.RunTests(0x600f38, 0x69f9e0, 0x4, 0x4, 0x1)
/home/aluce/.gvm/gos/go1.3/src/pkg/testing/testing.go:505 +0x923
testing.Main(0x600f38, 0x69f9e0, 0x4, 0x4, 0x6a91c0, 0x0, 0x0, 0x6a91c0, 0x0, 0x0)
/home/aluce/.gvm/gos/go1.3/src/pkg/testing/testing.go:435 +0x84
main.main()
_/home/aluce/go/src/rtb_go/lyfe-mobile/database/_test/_testmain.go:53 +0x9c
goroutine 19 [finalizer wait]:
runtime.park(0x4130b0, 0x6a5080, 0x6a3ba9)
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0x6a5080, 0x6a3ba9)
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
/home/aluce/.gvm/gos/go1.3/src/pkg/runtime/proc.c:1445
FAIL _/home/aluce/go/src/rtb_go/lyfe-mobile/database 0.022s
? _/home/aluce/go/src/rtb_go/lyfe-mobile/google_proto [no test files]
# _/home/aluce/go/src/rtb_go/lyfe-mobile/in_mem
in_mem/api_ads.go:38: too many arguments in call to adCache.Delete
in_mem/api_ads.go:52: adCache.Keys undefined (type *ttlcache.Cache has no field or method Keys)
in_mem/api_ads.go:54: adCache.QueueCount undefined (type *ttlcache.Cache has no field or method QueueCount)
in_mem/api_ads.go:55: adCache.QueueAuctionCount undefined (type *ttlcache.Cache has no field or method QueueAuctionCount)
in_mem/api_ads.go:91: adCache.QueueCount undefined (type *ttlcache.Cache has no field or method QueueCount)
in_mem/api_ads.go:125: assignment count mismatch: 3 = 2
in_mem/external_cache_test.go:97: adCache.QueueCount undefined (type *ttlcache.Cache has no field or method QueueCount)
in_mem/external_cache_test.go:104: adCache.QueueCount undefined (type *ttlcache.Cache has no field or method QueueCount)
in_mem/external_cache_test.go:112: assignment count mismatch: 3 = 2
in_mem/external_cache_test.go:119: adCache.QueueAuctionCount undefined (type *ttlcache.Cache has no field or method QueueAuctionCount)
in_mem/external_cache_test.go:119: too many errors
FAIL _/home/aluce/go/src/rtb_go/lyfe-mobile/in_mem [build failed]
? _/home/aluce/go/src/rtb_go/lyfe-mobile/openx_proto [no test files]
# _/home/aluce/go/src/rtb_go/lyfe-mobile/receivers
receivers/base_receiver.go:229: too many arguments in call to r.KeyMaps.BitwiseFilter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment