Here’s the one from pod with failed “test” step that keeps running:
Yeah, it seems it helped with the build that was getting stuck
I’ll let it run tomorrow and see if more builds will be done like this.
Okay, it look’s like the steps that finish with error fail successfuly.
Although we discovered a different bug now with step that fails but in the end, in Drone UI it displays this error message:
During the run, the logs are normally displayed as usual but as the run is finished it’s displaying this messsage.
I was monitoring logs in a container on k8s during the run of the build and the logs finish with this lines:
We’d expect this lines will be displayed in Drone server UI but unfortunately we just find error message shown on a picture above.
Note: Pod ID’s don’t match as the screenshot with logs was made on pod, that was triggered with kube-runner beta.12 as I was testing previous behavior. Anyway the logs were the same on the pod, that produced the error on first picture. This behavior is happening with drone-runner-kube:latest.
Yeah, and the same happens with the build I was showing in the beginning. Build fails but doesn’t display logs.
Failing to display the logs could be an issue with the user interface as opposed to an issue with the runner. Can you see the logs if you manually try to access the log endpoint in your browser? The log endpoint follows this pattern:
/api/repos/{organization}/{repo}/builds/{buildNumber}/logs/{stageNumber}/{stepNumber}
cc @d1wilko
Thanks for confirming. There is a UI issue where we were not displaying logs correctly when an error exists. I thought we fixed this in a recent release, but we can verify.
I updated Drone Server to 2.4.0 but this still happened.
And I was able to get to the logs endpoint in browser.

Ok I’ve added back in the console logs when an error is thrown with this PR - show error and console logs for buld steps by d1wilko · Pull Request #387 · drone/drone-ui · GitHub
it should be in the next drone release 
When will this be released please?
I’m waiting for release everyday now 
Hey @mknapcok theres a few other fixes we are working to get out which we would like to bundle into a single release.
I would say we will do a release at the tail end of next week - thanks 
Hi @mknapcok apologies about the delay - we were trying to bundle a few things together for a release but they are taking longer than expected 
I have done a UI release and updated the UI version in drone server’s main branch - however I have not done a full release of drone server - so please use the latest tag for drone and you will get the UI update 
Thanks,
Dan
Thanks a lot
Much appreciated 
Michal
Hi @d1wilko,
I’m afraid, the drone-ui 2.3.1 in drone/drone:latest didn’t help. I’m still getting this error message:
But the logs are available on log endpoint:
Any ideas?
Thanks 
thats not ideal - have you tried clearing your browser cache - just incase
I tried to clear the cache now but it didn’t help unfortunately.
can you send me the full json response from the build request in the dev tools? - I’ll see if there was anything I didn’t consider








