Skip to content

Instantly share code, notes, and snippets.

@chantra
Created October 16, 2015 21:10
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 chantra/2e52410da7e0f48d0eee to your computer and use it in GitHub Desktop.
Save chantra/2e52410da7e0f48d0eee to your computer and use it in GitHub Desktop.
ok github.com/facebook/augmented-traffic-control/src/daemon 2.563s
go test -v github.com/facebook/augmented-traffic-control/src/atcd
? github.com/facebook/augmented-traffic-control/src/atcd [no test files]
go build -o bin/atcd github.com/facebook/augmented-traffic-control/src/atcd
/usr/src/myapp/.gopath//bin/go-bindata -pkg api -o src/api/bindata.go static/...
.gopath/src/github.com/facebook/augmented-traffic-control/src/api/bindata.go
go test -v github.com/facebook/augmented-traffic-control/src/api
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x692ab6]
goroutine 1 [running]:
log.(*Logger).Output(0x0, 0x2, 0xc8200108c0, 0x39, 0x0, 0x0)
/usr/local/go/src/log/log.go:147 +0x4e6
log.(*Logger).Fatal(0x0, 0xc820045da8, 0x2, 0x2)
/usr/local/go/src/log/log.go:186 +0x6a
github.com/facebook/augmented-traffic-control/src/log.Syslog(0xc820045e40)
/usr/src/myapp/.gopath/src/github.com/facebook/augmented-traffic-control/src/log/log.go:14 +0x178
github.com/facebook/augmented-traffic-control/src/api.init.1()
/usr/src/myapp/.gopath/src/github.com/facebook/augmented-traffic-control/src/api/log.go:10 +0x24
github.com/facebook/augmented-traffic-control/src/api.init()
/usr/src/myapp/.gopath/src/github.com/facebook/augmented-traffic-control/src/api/utils_test.go:77 +0x18b3
main.init()
github.com/facebook/augmented-traffic-control/src/api/_test/_testmain.go:84 +0x4a
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
exit status 2
FAIL github.com/facebook/augmented-traffic-control/src/api 0.021s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment