samcro1967
(Samcro1967)
1
I noticed today that drone-gc is no longer running properly. I am seeing the messages below in the container logs. Not sure what has gone astray.
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x73d6f5]
goroutine 1 [running]:
github.com/docker/docker/client.NewClientWithOpts({0xc00025fea8, 0x1, 0x7c6960?})
/go/pkg/mod/github.com/docker/engine@v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible/client/client.go:133 +0xf5
main.main()
/tmp/aws/drone/src/main.go:42 +0xc5
samcro1967
(Samcro1967)
2
Rolling back to version 1.0.0 has it working again. Seems like the latest version pushed 22 days ago is not working.
TP_Honey
(TP Honey)
3
thanks for pointing this out, i am looking at a fix now. I will reach out when i have a new version pushed.
TP_Honey
(TP Honey)
4
@samcro1967 i pushed a new latest tag to docker hub, that problem is resolved Docker
samcro1967
(Samcro1967)
5
Just updated and working as expected.