node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

Fail to test with version 1.3.1 under RISC-V

Open Avimitin opened this issue 3 years ago • 4 comments

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?

test.log

Avimitin avatar Feb 25 '22 08:02 Avimitin

I'm having the same problem building for an ARM target. Is there a way to skip the tests?

image

ajlennon avatar Feb 26 '22 12:02 ajlennon

@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?

discordianfish avatar Mar 01 '22 10:03 discordianfish

It is Linux, just under RISC-V, not x86_64.

Avimitin avatar Mar 01 '22 10:03 Avimitin

Sorry, yeah I meant linux/x86_64

discordianfish avatar Mar 07 '22 14:03 discordianfish