Hi,
I recently noticed that the output of my buildkite CLI tool, GitHub - kevinburke/buildkite: Buildkite CLI tool, was broken. The CLI tool downloads the raw_log_url from any build with status: failed and display the latest 100 lines of failed log output.
I noticed recently that the contents of raw_log_url is missing some text that’s available from the log_url - specifically, the actual part of the test that’s failing (it’s a Go test, if that matters).
Is this expected behavior? Unfortunately we’re running buildkite agents on company source code so I can’t share, but wondering if this rings any bells.
I tried searching the documentation for information about raw_log_url but could not find anything.