redhat-performance / passmark-wrapper

wrapper for passmark workload
Other
1 stars 2 forks source link

Wrapper does not function on Ubuntu 20.04 #18

Open kdvalin opened 1 year ago

kdvalin commented 1 year ago

fatal: [10.18.81.22]: FAILED! => {
...
    "cmd": "/tmp/passmark.cmd",
     "msg": "non-zero return code",
     "rc": 1,
     "stderr": "",
     "stderr_lines": [],
     "stdout": "//root/workloads//passmark-wrapper-tegra/passmark/passmark_run --run_user root --home_parent / --iterations 1 --tuned_setting tuned_none_sys_file_ --host_config 10.18.81.22 --sysname 10.18.81.22 --sys_type local --iterations 5\nrm: cannot remove 'passmark.summary': No such file or directory\nCloning into 'test_tools'...\n//root/workloads//passmark-wrapper-tegra/passmark/passmark_run: line 241: pushd: /usr/lib64: No such file or directory\nln: failed to create symbolic link 'libncurses.so.5': File exists\n//root/workloads//passmark-wrapper-tegra/passmark/passmark_run: line 246: pushd: PerformanceTest: No such file or directory\nrm: cannot remove 'passmark_*out': No such file or directory\nrm: cannot remove 'passmark.summary': No such file or directory\n//root/workloads//passmark-wrapper-tegra/passmark/passmark_run: line 257: ./pt_linux_arm64: No such file or directory\nExecution of ./pt_linux_arm64 failed",
     "stdout_lines": [
         "//root/workloads//passmark-wrapper-tegra/passmark/passmark_run --run_user root --home_parent / --iterations 1 --tuned_setting tuned_none_sys_file_ --host_config 10.18.81.22 --sysname 10.18.81.22 --sys_type local --iterations 5",
         "rm: cannot remove 'passmark.summary': No such file or directory",
         "Cloning into 'test_tools'...",
         "//root/workloads//passmark-wrapper-tegra/passmark/passmark_run: line 241: pushd: /usr/lib64: No such file or directory",
         "ln: failed to create symbolic link 'libncurses.so.5': File exists",
         "//root/workloads//passmark-wrapper-tegra/passmark/passmark_run: line 246: pushd: PerformanceTest: No such file or directory",
         "rm: cannot remove 'passmark_*out': No such file or directory",
         "rm: cannot remove 'passmark.summary': No such file or directory",
         "//root/workloads//passmark-wrapper-tegra/passmark/passmark_run: line 257: ./pt_linux_arm64: No such file or directory",
         "Execution of ./pt_linux_arm64 failed"
]}
kdvalin commented 1 year ago

When running using Tegra Linux (which is Ubuntu), symlinking /usr/lib64 to /usr/lib/aarch64-linux-gnu/ seems to have fixed the issue