node_exporter
node_exporter copied to clipboard
Fail to test with version 1.3.1 under RISC-V
Host operating system: output of uname -a
Linux 5.11.0-1017-generic #18-Ubuntu SMP riscv64 GNU/Linux
node_exporter version: output of node_exporter --version
1.3.1
node_exporter command line flags
Are you running node_exporter in Docker?
What did you do that produced an error?
make collector/fixtures/sys/.unpacked
go test ./...
./end-to-end-test.sh
What did you expect to see?
What did you see instead?
I'm having the same problem building for an ARM target. Is there a way to skip the tests?

@SuperQ Correct me if I'm wrong but I think the e2e tests never worked on other arch than linux, right? Maybe we should automatically skip these when running on != linux?
It is Linux, just under RISC-V, not x86_64.
Sorry, yeah I meant linux/x86_64