Hi
I just tried to setup the latest exec-runner (beta-7) on my macOS Mojave install, but I am running into some issues with communication.
On the macOS machine the log gets filled with thousands and thousands of lines with:
time=“2019-10-23T22:29:18+02:00” level=error msg=“cannot request stage” error=“not implemented” thread=2
On my drone server the logs get filled with equally many:
{“arch”:“amd64”,“kernel”:"",“kind”:“pipeline”,“level”:“debug”,“msg”:“manager: request queue item”,“os”:“darwin”,“time”:“2019-10-23T20:19:10Z”,“type”:“exec”,“variant”:""}
{“error”:“not implemented”,“level”:“warning”,“msg”:“manager: request queue item error”,“time”:“2019-10-23T20:19:10Z”}
Versions:
drone server: 1.6.0 (docker image: docker.io/drone/drone:1.6.0)
drone exec runner: 1.0.0-beta7
macOS: 10.14.6 (Mojave)
I followed the https://docs.drone.io/runner/exec/installation/macos/ installation guide.
Thanks
Kristoffer