Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Docker unable to run containers due to containerd and shim trying to find non existing container. #38742

Closed
r7l opened this issue Feb 16, 2019 · 4 comments

Comments

@r7l
Copy link

r7l commented Feb 16, 2019

Hello,

Docker stopped working after an update. It was working fine for weeks but now fails to run ANY image.

Description

When trying to run a container with Docker it simply responds with an error message like this:

docker: Error response from daemon: ttrpc: client shutting down: read unix @->@/containerd-shim/moby/565c3b0f77ecd3eac83e5f448311c764dbc720a6bf072eec50caf50f71a0cc30/shim.sock: read: connection reset by peer: unknown.

It seems like as if containerd is trying to delete a non existing container. I've deleted everything and uninstalled Docker to reinstall it again. The error remains.

I saw others mentioning a problem with logging. Docker is logging fine to the files i've set it up to. It was doing so all the time.

Steps to reproduce the issue:

  1. delete everything related to docker from system and install docker again
  2. /etc/init.d/docker start
  3. docker run -it IMAGE

Describe the results you received:

Docker just displays this error:

docker: Error response from daemon: ttrpc: client shutting down: read unix @->@/containerd-shim/moby/565c3b0f77ecd3eac83e5f448311c764dbc720a6bf072eec50caf50f71a0cc30/shim.sock: read: connection reset by peer: unknown.

This is the output in log file:

time="2019-02-16T15:11:58.055921019+01:00" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/97a4a24fe6d8532f19b1415218e7afe2823c941e4a97c99784977d955bf06922/shim.sock" debug=false pid=26281 
time="2019-02-16T15:11:58.057308149+01:00" level=error msg="failed to kill shim" error="ttrpc: client shutting down: read unix @->@/containerd-shim/moby/97a4a24fe6d8532f19b1415218e7afe2823c941e4a97c99784977d955bf06922/shim.sock: read: connection reset by peer: unknown" 
time="2019-02-16T15:11:58.057536205+01:00" level=info msg="shim reaped" id=97a4a24fe6d8532f19b1415218e7afe2823c941e4a97c99784977d955bf06922 
time="2019-02-16T15:11:58.057694715+01:00" level=error msg="stream copy error: reading from a closed fifo"
time="2019-02-16T15:11:58.101606438+01:00" level=error msg="97a4a24fe6d8532f19b1415218e7afe2823c941e4a97c99784977d955bf06922 cleanup: failed to delete container from containerd: no such container"
time="2019-02-16T15:11:58.101750561+01:00" level=error msg="Handler for POST /v1.39/containers/97a4a24fe6d8532f19b1415218e7afe2823c941e4a97c99784977d955bf06922/start returned error: ttrpc: client shutting down: read unix @->@/containerd-shim/moby/97a4a24fe6d8532f19b1415218e7afe2823c941e4a97c99784977d955bf06922/shim.sock: read: connection reset by peer: unknown"

Describe the results you expected:

Run the container.

Additional information you deem important (e.g. issue happens only occasionally):

Output of docker version:

Client:
 Version:           18.09.2
 API version:       1.39
 Go version:        go1.11.5
 Git commit:        6247962
 Built:             Sat Feb 16 13:15:59 2019
 OS/Arch:           linux/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.09.2
  API version:      1.39 (minimum version 1.12)
  Go version:       go1.11.5
  Git commit:       6247962
  Built:            Sat Feb 16 13:15:10 2019
  OS/Arch:          linux/amd64
  Experimental:     false

Output of docker info:

Containers: 8
 Running: 0
 Paused: 0
 Stopped: 8
Images: 3
Server Version: 18.09.2
Storage Driver: overlay2
 Backing Filesystem: extfs
 Supports d_type: true
 Native Overlay Diff: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 9754871865f7fe2f4e74d43e2fc7ccd237edcbce
runc version: 96ec2177ae841256168fcf76954f7177af9446eb
init version: fec3683b971d9c3ef73f284f176672c44b448662
Security Options:
 seccomp
  Profile: default
Kernel Version: 4.14.83-gentoo
Operating System: Gentoo/Linux
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 11.73GiB
Name: r42
ID: A4S5:PBU2:NNTX:K6UM:ZUUA:VZBQ:VKYS:INPH:C3MT:2K7Y:JIJV:6SJO
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

Additional environment details (AWS, VirtualBox, physical, etc.):

  • KVM
  • Gentoo Linux
  • OpenRC
@r7l
Copy link
Author

r7l commented Feb 16, 2019

I was trying this on 3 other machines now and one of them has the exact same issue. The additional one with the issue is actually my desktop while all other machines (including the one mentioned above) are servers hosted on KVM.

@r7l r7l changed the title Docker unable to run containers due to containerd and shim trying to find non existing container. Docker CE unable to run containers due to containerd and shim trying to find non existing container. Feb 16, 2019
@r7l r7l changed the title Docker CE unable to run containers due to containerd and shim trying to find non existing container. Docker unable to run containers due to containerd and shim trying to find non existing container. Feb 16, 2019
@r7l
Copy link
Author

r7l commented Feb 16, 2019

Sorry for changing the title. I wasn't sure if this is Docker or Docker CE related. I am using the CE version.

I've did some further testing on a working and a non working KVM machine. I've made sure both systems have the exact same versions of the Kernel and Docker. Kernel config is the same as well.

I've also enabled debug mode on both Docker instances and tried running this command:

docker run -it --rm busybox

Output on the machine with working Docker:

time="2019-02-17T00:35:27.560907855+01:00" level=debug msg="Calling GET /_ping"
time="2019-02-17T00:35:27.562313130+01:00" level=debug msg="Calling POST /v1.39/containers/create"
time="2019-02-17T00:35:27.562609894+01:00" level=debug msg="form data: {\"AttachStderr\":true,\"AttachStdin\":true,\"AttachStdout\":true,\"Cmd\":null,\"Domainname\":\"\",\"Entrypoint\":null,\"Env\":[],\"HostConfig\":{\"AutoRemove\":true,\"Binds\":null,\"BlkioDeviceReadBps\":null,\"BlkioDeviceReadIOps\":null,\"BlkioDeviceWriteBps\":null,\"BlkioDeviceWriteIOps\":null,\"BlkioWeight\":0,\"BlkioWeightDevice\":[],\"CapAdd\":null,\"CapDrop\":null,\"Cgroup\":\"\",\"CgroupParent\":\"\",\"ConsoleSize\":[0,0],\"ContainerIDFile\":\"\",\"CpuCount\":0,\"CpuPercent\":0,\"CpuPeriod\":0,\"CpuQuota\":0,\"CpuRealtimePeriod\":0,\"CpuRealtimeRuntime\":0,\"CpuShares\":0,\"CpusetCpus\":\"\",\"CpusetMems\":\"\",\"DeviceCgroupRules\":null,\"Devices\":[],\"DiskQuota\":0,\"Dns\":[],\"DnsOptions\":[],\"DnsSearch\":[],\"ExtraHosts\":null,\"GroupAdd\":null,\"IOMaximumBandwidth\":0,\"IOMaximumIOps\":0,\"IpcMode\":\"\",\"Isolation\":\"\",\"KernelMemory\":0,\"Links\":null,\"LogConfig\":{\"Config\":{},\"Type\":\"\"},\"MaskedPaths\":null,\"Memory\":0,\"MemoryReservation\":0,\"MemorySwap\":0,\"MemorySwappiness\":-1,\"NanoCpus\":0,\"NetworkMode\":\"default\",\"OomKillDisable\":false,\"OomScoreAdj\":0,\"PidMode\":\"\",\"PidsLimit\":0,\"PortBindings\":{},\"Privileged\":false,\"PublishAllPorts\":false,\"ReadonlyPaths\":null,\"ReadonlyRootfs\":false,\"RestartPolicy\":{\"MaximumRetryCount\":0,\"Name\":\"no\"},\"SecurityOpt\":null,\"ShmSize\":0,\"UTSMode\":\"\",\"Ulimits\":null,\"UsernsMode\":\"\",\"VolumeDriver\":\"\",\"VolumesFrom\":null},\"Hostname\":\"\",\"Image\":\"busybox\",\"Labels\":{},\"NetworkingConfig\":{\"EndpointsConfig\":{}},\"OnBuild\":null,\"OpenStdin\":true,\"StdinOnce\":true,\"Tty\":true,\"User\":\"\",\"Volumes\":{},\"WorkingDir\":\"\"}"
time="2019-02-17T00:35:27.582813329+01:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/overlay2/fc74cdfc4181eedc67994fbd7b359c44a989b7fe3fdac98744620b159eb2169b/merged 0x564813022300 0x564813022300}"
time="2019-02-17T00:35:27.597272206+01:00" level=debug msg="Calling POST /v1.39/containers/53cf510f7fdd33a7299786a3bf341987ac537b366e603b2aa6c1d8e01c8710e8/attach?stderr=1&stdin=1&stdout=1&stream=1"
time="2019-02-17T00:35:27.597507683+01:00" level=debug msg="attach: stdin: begin"
time="2019-02-17T00:35:27.597541557+01:00" level=debug msg="attach: stderr: begin"
time="2019-02-17T00:35:27.597540238+01:00" level=debug msg="attach: stdout: begin"
time="2019-02-17T00:35:27.598031195+01:00" level=debug msg="Calling POST /v1.39/containers/53cf510f7fdd33a7299786a3bf341987ac537b366e603b2aa6c1d8e01c8710e8/wait?condition=removed"
time="2019-02-17T00:35:27.598621210+01:00" level=debug msg="Calling POST /v1.39/containers/53cf510f7fdd33a7299786a3bf341987ac537b366e603b2aa6c1d8e01c8710e8/start"
time="2019-02-17T00:35:27.599697849+01:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/overlay2/fc74cdfc4181eedc67994fbd7b359c44a989b7fe3fdac98744620b159eb2169b/merged 0x564813022300 0x564813022300}"
time="2019-02-17T00:35:27.600064638+01:00" level=debug msg="Assigning addresses for endpoint eager_nightingale's interface on network bridge"
time="2019-02-17T00:35:27.600099437+01:00" level=debug msg="RequestAddress(LocalDefault/172.17.0.0/16, <nil>, map[])"
time="2019-02-17T00:35:27.600130261+01:00" level=debug msg="Request address PoolID:172.17.0.0/16 App: ipam/default/data, ID: LocalDefault/172.17.0.0/16, DBIndex: 0x0, Bits: 65536, Unselected: 65533, Sequence: (0xc0000000, 1)->(0x0, 2046)->(0x1, 1)->end Curr:3 Serial:false PrefAddress:<nil> "
time="2019-02-17T00:35:27.602770740+01:00" level=debug msg="Assigning addresses for endpoint eager_nightingale's interface on network bridge"
time="2019-02-17T00:35:27.605590268+01:00" level=debug msg="Programming external connectivity on endpoint eager_nightingale (311c1dac5466dac0b5e61308a26c596a784b6f8878e19e03b3448228a554cc10)"
time="2019-02-17T00:35:27.606322064+01:00" level=debug msg="EnableService 53cf510f7fdd33a7299786a3bf341987ac537b366e603b2aa6c1d8e01c8710e8 START"
time="2019-02-17T00:35:27.606364697+01:00" level=debug msg="EnableService 53cf510f7fdd33a7299786a3bf341987ac537b366e603b2aa6c1d8e01c8710e8 DONE"
time="2019-02-17T00:35:27.608675882+01:00" level=debug msg="bundle dir created" bundle=/var/run/docker/containerd/53cf510f7fdd33a7299786a3bf341987ac537b366e603b2aa6c1d8e01c8710e8 module=libcontainerd namespace=moby root=/var/lib/docker/overlay2/fc74cdfc4181eedc67994fbd7b359c44a989b7fe3fdac98744620b159eb2169b/merged
time="2019-02-17T00:35:27.611437198+01:00" level=debug msg="event published" ns=moby topic="/containers/create" type=containerd.events.ContainerCreate 
time="2019-02-17T00:35:27.615019023+01:00" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/53cf510f7fdd33a7299786a3bf341987ac537b366e603b2aa6c1d8e01c8710e8/shim.sock" debug=true pid=6471 
time="2019-02-17T00:35:27+01:00" level=debug msg="registering ttrpc server" 
time="2019-02-17T00:35:27+01:00" level=debug msg="serving api on unix socket" socket="[inherited from parent]" 
time="2019-02-17T00:35:27.847804996+01:00" level=debug msg="sandbox set key processing took 72.946182ms for container 53cf510f7fdd33a7299786a3bf341987ac537b366e603b2aa6c1d8e01c8710e8"
time="2019-02-17T00:35:27.915116828+01:00" level=debug msg="event published" ns=moby topic="/tasks/create" type=containerd.events.TaskCreate 
time="2019-02-17T00:35:27.915577326+01:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/create
time="2019-02-17T00:35:27.941254843+01:00" level=debug msg="event published" ns=moby topic="/tasks/start" type=containerd.events.TaskStart 
time="2019-02-17T00:35:27.941659888+01:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/start
time="2019-02-17T00:35:27.958813529+01:00" level=debug msg="Calling POST /v1.39/containers/53cf510f7fdd33a7299786a3bf341987ac537b366e603b2aa6c1d8e01c8710e8/resize?h=93&w=319"

Output of the machine with broken Docker:

time="2019-02-17T00:35:41.783667227+01:00" level=debug msg="Calling GET /_ping"
time="2019-02-17T00:35:41.784870279+01:00" level=debug msg="Calling POST /v1.39/containers/create"
time="2019-02-17T00:35:41.785210376+01:00" level=debug msg="form data: {\"AttachStderr\":true,\"AttachStdin\":true,\"AttachStdout\":true,\"Cmd\":null,\"Domainname\":\"\",\"Entrypoint\":null,\"Env\":[],\"HostConfig\":{\"AutoRemove\":true,\"Binds\":null,\"BlkioDeviceReadBps\":null,\"BlkioDeviceReadIOps\":null,\"BlkioDeviceWriteBps\":null,\"BlkioDeviceWriteIOps\":null,\"BlkioWeight\":0,\"BlkioWeightDevice\":[],\"CapAdd\":null,\"CapDrop\":null,\"Cgroup\":\"\",\"CgroupParent\":\"\",\"ConsoleSize\":[0,0],\"ContainerIDFile\":\"\",\"CpuCount\":0,\"CpuPercent\":0,\"CpuPeriod\":0,\"CpuQuota\":0,\"CpuRealtimePeriod\":0,\"CpuRealtimeRuntime\":0,\"CpuShares\":0,\"CpusetCpus\":\"\",\"CpusetMems\":\"\",\"DeviceCgroupRules\":null,\"Devices\":[],\"DiskQuota\":0,\"Dns\":[],\"DnsOptions\":[],\"DnsSearch\":[],\"ExtraHosts\":null,\"GroupAdd\":null,\"IOMaximumBandwidth\":0,\"IOMaximumIOps\":0,\"IpcMode\":\"\",\"Isolation\":\"\",\"KernelMemory\":0,\"Links\":null,\"LogConfig\":{\"Config\":{},\"Type\":\"\"},\"MaskedPaths\":null,\"Memory\":0,\"MemoryReservation\":0,\"MemorySwap\":0,\"MemorySwappiness\":-1,\"NanoCpus\":0,\"NetworkMode\":\"default\",\"OomKillDisable\":false,\"OomScoreAdj\":0,\"PidMode\":\"\",\"PidsLimit\":0,\"PortBindings\":{},\"Privileged\":false,\"PublishAllPorts\":false,\"ReadonlyPaths\":null,\"ReadonlyRootfs\":false,\"RestartPolicy\":{\"MaximumRetryCount\":0,\"Name\":\"no\"},\"SecurityOpt\":null,\"ShmSize\":0,\"UTSMode\":\"\",\"Ulimits\":null,\"UsernsMode\":\"\",\"VolumeDriver\":\"\",\"VolumesFrom\":null},\"Hostname\":\"\",\"Image\":\"busybox\",\"Labels\":{},\"NetworkingConfig\":{\"EndpointsConfig\":{}},\"OnBuild\":null,\"OpenStdin\":true,\"StdinOnce\":true,\"Tty\":true,\"User\":\"\",\"Volumes\":{},\"WorkingDir\":\"\"}"
time="2019-02-17T00:35:41.804498040+01:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/overlay2/77f8d9e45f138c12d2d6c581aca0804f3266d8dc6602f556491ef8b4e8cec7e4/merged 0x563b7dbb0300 0x563b7dbb0300}"
time="2019-02-17T00:35:41.821412369+01:00" level=debug msg="Calling POST /v1.39/containers/36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4/attach?stderr=1&stdin=1&stdout=1&stream=1"
time="2019-02-17T00:35:41.821614706+01:00" level=debug msg="attach: stdin: begin"
time="2019-02-17T00:35:41.821657513+01:00" level=debug msg="attach: stdout: begin"
time="2019-02-17T00:35:41.821704242+01:00" level=debug msg="attach: stderr: begin"
time="2019-02-17T00:35:41.822166598+01:00" level=debug msg="Calling POST /v1.39/containers/36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4/wait?condition=removed"
time="2019-02-17T00:35:41.823655335+01:00" level=debug msg="Calling POST /v1.39/containers/36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4/start"
time="2019-02-17T00:35:41.824950550+01:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/overlay2/77f8d9e45f138c12d2d6c581aca0804f3266d8dc6602f556491ef8b4e8cec7e4/merged 0x563b7dbb0300 0x563b7dbb0300}"
time="2019-02-17T00:35:41.825439026+01:00" level=debug msg="Assigning addresses for endpoint xenodochial_bartik's interface on network bridge"
time="2019-02-17T00:35:41.825479324+01:00" level=debug msg="RequestAddress(LocalDefault/172.17.0.0/16, <nil>, map[])"
time="2019-02-17T00:35:41.825507738+01:00" level=debug msg="Request address PoolID:172.17.0.0/16 App: ipam/default/data, ID: LocalDefault/172.17.0.0/16, DBIndex: 0x0, Bits: 65536, Unselected: 65533, Sequence: (0xc0000000, 1)->(0x0, 2046)->(0x1, 1)->end Curr:0 Serial:false PrefAddress:<nil> "
time="2019-02-17T00:35:41.828975610+01:00" level=debug msg="Assigning addresses for endpoint xenodochial_bartik's interface on network bridge"
time="2019-02-17T00:35:41.832521115+01:00" level=debug msg="Programming external connectivity on endpoint xenodochial_bartik (73b310ef449cfdc0bd68a4949523b330fa87e62002579c54e360c790e5cfb1db)"
time="2019-02-17T00:35:41.833331893+01:00" level=debug msg="EnableService 36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4 START"
time="2019-02-17T00:35:41.833378491+01:00" level=debug msg="EnableService 36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4 DONE"
time="2019-02-17T00:35:41.837042105+01:00" level=debug msg="bundle dir created" bundle=/var/run/docker/containerd/36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4 module=libcontainerd namespace=moby root=/var/lib/docker/overlay2/77f8d9e45f138c12d2d6c581aca0804f3266d8dc6602f556491ef8b4e8cec7e4/merged
time="2019-02-17T00:35:41.843635160+01:00" level=debug msg="event published" ns=moby topic="/containers/create" type=containerd.events.ContainerCreate 
time="2019-02-17T00:35:41.849763495+01:00" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4/shim.sock" debug=true pid=21507 
time="2019-02-17T00:35:41.850341722+01:00" level=info msg="shim reaped" id=36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4 
time="2019-02-17T00:35:41.850346433+01:00" level=error msg="failed to kill shim" error="ttrpc: client shutting down: read unix @->@/containerd-shim/moby/36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4/shim.sock: read: connection reset by peer: unknown" 
time="2019-02-17T00:35:41.851012600+01:00" level=error msg="stream copy error: reading from a closed fifo"
time="2019-02-17T00:35:41.854719329+01:00" level=debug msg="attach: stdout: end"
time="2019-02-17T00:35:41.854736957+01:00" level=debug msg="attach: stderr: end"
time="2019-02-17T00:35:41.854747472+01:00" level=debug msg="attach: stdin: end"
time="2019-02-17T00:35:41.854908351+01:00" level=debug msg="attach done"
time="2019-02-17T00:35:41.855019709+01:00" level=debug msg="Closing buffered stdin pipe"
time="2019-02-17T00:35:41.856454492+01:00" level=debug msg="event published" ns=moby topic="/containers/delete" type=containerd.events.ContainerDelete 
time="2019-02-17T00:35:41.858998417+01:00" level=debug msg="Revoking external connectivity on endpoint xenodochial_bartik (73b310ef449cfdc0bd68a4949523b330fa87e62002579c54e360c790e5cfb1db)"
time="2019-02-17T00:35:41.860546929+01:00" level=debug msg="DeleteConntrackEntries purged ipv4:0, ipv6:0"
time="2019-02-17T00:35:41.873720773+01:00" level=debug msg="Releasing addresses for endpoint xenodochial_bartik's interface on network bridge"
time="2019-02-17T00:35:41.873774167+01:00" level=debug msg="ReleaseAddress(LocalDefault/172.17.0.0/16, 172.17.0.2)"
time="2019-02-17T00:35:41.873808407+01:00" level=debug msg="Released address PoolID:LocalDefault/172.17.0.0/16, Address:172.17.0.2 Sequence:App: ipam/default/data, ID: LocalDefault/172.17.0.0/16, DBIndex: 0x0, Bits: 65536, Unselected: 65532, Sequence: (0xe0000000, 1)->(0x0, 2046)->(0x1, 1)->end Curr:3"
time="2019-02-17T00:35:41.889671294+01:00" level=error msg="36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4 cleanup: failed to delete container from containerd: no such container"
time="2019-02-17T00:35:41.893339661+01:00" level=error msg="Handler for POST /v1.39/containers/36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4/start returned error: ttrpc: client shutting down: read unix @->@/containerd-shim/moby/36da583168b1e115ae142686e744b8fd5c707803330ba58403a45feb00091bf4/shim.sock: read: connection reset by peer: unknown"

Both machines running Gentoo Linux with ext4 file system on KVM and the versions as shown in the initial post and it was working fine on both machines prior of updating to latest Docker.

@ChuckB0ris
Copy link

Hi r7l,

From which version to which did you upgrade?

cheers

@r7l
Copy link
Author

r7l commented Feb 18, 2019

I was searching for the issue for 2 days now and did quite some back and forth on my system and finally found the cause. I had an unstable version of GO installed and that was causing the issue. Once i've installed the stable version of GO the problem vanished.

I was updating from 18.06.2 to 18.09.2. Running this unstable version of GO wasn't an issue with the old version but is one with the current one. I can live with the stable version of GO and for that reason i'll close this issue. Thanks allot for looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants