[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coreutils-9.5.7-11163 cut/cut test failure
From: |
Pádraig Brady |
Subject: |
Re: coreutils-9.5.7-11163 cut/cut test failure |
Date: |
Sun, 7 Apr 2024 19:24:21 +0100 |
User-agent: |
Mozilla Thunderbird |
On 07/04/2024 14:41, Kevin Jerebica wrote:
The cut/cut test fails on Arch Linux (kernel: 6.7.0-arch3-1). Any ideas
why this might be?
The only lines that stick out to me are these three at the top of the log:
E0000 00:00:1712495787.461523 698728 wire_format_lite.cc:603] String
field 'rpc.Execution.arguments' contains invalid UTF-8 data when parsing
a protocol buffer. Use the 'bytes' type if you intend to send raw bytes.
E0000 00:00:1712495787.489133 698728 wire_format_lite.cc:603] String
field 'rpc.Execution.arguments' contains invalid UTF-8 data when parsing
a protocol buffer. Use the 'bytes' type if you intend to send raw bytes.
E0000 00:00:1712495787.516667 698728 wire_format_lite.cc:603] String
field 'rpc.Execution.arguments' contains invalid UTF-8 data when parsing
a protocol buffer. Use the 'bytes' type if you intend to send raw bytes.
Indeed that test outputs invalid UTF-8.
However that should be fine in most environments.
It seems like you might have remote logging hooked into an
auditing systems in your environment, and it is not general enough to
accept arbitrary output?