Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapper does not function on Ubuntu 20.04 #18

Open
kdvalin opened this issue Jul 18, 2023 · 1 comment
Open

Wrapper does not function on Ubuntu 20.04 #18

kdvalin opened this issue Jul 18, 2023 · 1 comment

Comments

@kdvalin
Copy link
Member

kdvalin commented Jul 18, 2023

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
Copy link
Member Author

kdvalin commented Jul 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant