You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test result for ":golang.org/x/text/message#TestSprintf/%x/��\\x0f�" is invalid: test_id_structured: case_name: unicode replacement character (U+FFFD) at byte index 15
prpc: responding with InvalidArgument error (HTTP 400): test_results[19513]: test_id_structured: case_name: unicode replacement character (U+FFFD) at byte index 15
RPC failed permanently: rpc error: code = InvalidArgument desc = test_results[19513]: test_id_structured: case_name: unicode replacement character (U+FFFD) at byte index 15 {"host":"localhost:44025", "method":"ReportTestResults", "service":"luci.resultsink.v1.Sink"}
result_adapter: rpc error: code = InvalidArgument desc = test_results[19513]: test_id_structured: case_name: unicode replacement character (U+FFFD) at byte index 15
The test_id_structured field was recently added to result_adapter in crrev.com/c/6395720. This is either a problem on the side of result_adapter and/or ResultDB in that it doesn't handle or escape certain inputs, or, it's possible that the subtest names in the golang.org/x/text/message package are using characters that aren't allowed, and it just happened not to be noticed until now.
The text was updated successfully, but these errors were encountered:
dmitshur
added
Builders
x/build issues (builders, bots, dashboards)
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Mar 28, 2025
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Apr 1, 2025
The x/text dashboard has turned red:
https://ci.chromium.org/p/golang/g/x-text-gotip-by-go/console
The
go test
execution itself passes, but LUCI builds (for example, https://ci.chromium.org/b/8719167695879841169) fail with:The
test_id_structured
field was recently added to result_adapter in crrev.com/c/6395720. This is either a problem on the side of result_adapter and/or ResultDB in that it doesn't handle or escape certain inputs, or, it's possible that the subtest names in the golang.org/x/text/message package are using characters that aren't allowed, and it just happened not to be noticed until now.CC @golang/release, @mpvl.
The text was updated successfully, but these errors were encountered: