I have noticed when using bitrise.io recently that sometimes when I get down a few screens on a very long log, it doesn’t render the background correctly. Sometimes this seems to be triggered by resizing the window, other times it happens on initial page load. I think I’ve only seen it for running builds. Sometimes reloading fixes it, sometimes not.
It appears to fix itself after the build finishes.
Hovering over a line of text causes the background to render under just that line. All the text is there (Edit → Select All allows it to be seen) - it’s just impossible to read over the grey background:
When observing build log live during the build sometimes (when it reaches thousands of lines) it gets hidden. Issue is similar to the OP’s problem - I can copy all the text to clipboard and paste it outside the browser but it’s invisible on the build page. Please see the screenshot attached:
In the meantime I am using terminal to view logfiles. (This is sometimes faster than trying to browse the full log via website in any case.) I created a bash alias for macOS that will cat the most recent downloaded log file so ANSI colors are displayed properly:
alias catlog='cd ~/Downloads && ls -t|grep '\''log$'\''|head -1|xargs cat'
Sorry for the delay (@Siemman) but this problem should be entirely solved since yesterday, let us know if you experience any similar troubles with the logs showing up and thanks for all your patience so far!