ConSol-Lab / gourd

a command-line tool for configuring, running, and analysing algorithm comparison experiments on supercomputers
4 stars 0 forks source link

Tarpaulin failing on git tests #33

Open andtsa opened 1 week ago

andtsa commented 1 week ago
---- versioning::test_repo_commit stdout ----
thread 'versioning::test_repo_commit' panicked at src/integration/versioning.rs:19:5:
gourd failed to use repo versioning failed: info: Fetching git program from ./repo/
info: Running build command cp test.sh run.sh
error: Could not read bytes in range [0x0, 0x10)
caused by: Could not parse the file as ELF "/home/runner/work/gourd/gourd/target/tmp/resources.noHjc3BiyIsg/07566620bd74d3f57dd9d0ef5a9cc8681b210659/run.sh"

help: Are you sure this file is executable and you are using linux?

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

failures:
    versioning::test_repo_commit

test result: FAILED. 17 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 27.10s

2024-10-16T06:37:35.083258Z ERROR cargo_tarpaulin: Test failed during run
Error: "Test failed during run"

integration::versioning is currently commented out, close this issue when the pipeline passes with the test running normally.