aperf icon indicating copy to clipboard operation
aperf copied to clipboard

Error: paths in archives must be relative when setting path for

Open DDxPlague opened this issue 1 year ago • 1 comments

When trying to specify a path other than the directory aperf is being run from report generation fails with the following error:

tyljont@U-1YMB85AFI6BJ4:~/Downloads$ aperf report --run ./c6i.2xl-8pods-pypy-3 --run ./c7g.2xl-8pods-pypy-3 -n /home/tyljont/Desktop/c6i-8pods-pypy-c7g-8pods-pypy-compare
[2023-12-27T17:33:04Z INFO  aperf_lib::report] Creating APerf report...
[2023-12-27T17:33:20Z INFO  aperf_lib::report] Generating /home/tyljont/Desktop/c6i-8pods-pypy-c7g-8pods-pypy-compare.tar.gz
Error: paths in archives must be relative when setting path for 

DDxPlague avatar Dec 27 '23 17:12 DDxPlague

I can confirm the error.

Actions:

  • Help Message mentions "NAME" for the report, but most users assume it is a directory. Fix help.
  • Fix error message (why is an empty string printed?)
  • The report directory is OK, the tar file is empty. Fix tar file (change directory before tar)

lrbison avatar Dec 27 '23 18:12 lrbison