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

phoronix-test-suite fails to run on Arch Linux #753

Open
Raj2032 opened this issue Oct 28, 2023 · 16 comments
Open

phoronix-test-suite fails to run on Arch Linux #753

Raj2032 opened this issue Oct 28, 2023 · 16 comments

Comments

@Raj2032
Copy link

Raj2032 commented Oct 28, 2023

I installed phoronix-test-suite from the AUR, and to run one of the tests I run this:

phoronix-test-suite run aobench

I then get this prompt:

    [PROBLEM] pts/aobench-1.0.1 is not installed. 
    Would you like to stop and install these tests now (Y/n): 

So then I proceed with the installation and it hangs over here:

    1 Test To Install
        1MB Of Disk Space Is Needed
        3 Seconds Estimated Install Time

    pts/aobench-1.0.1:
        Test Installation 1 of 1
        1 File Needed
        File Found: aobench-20180207.zip                                           [0.00MB]
        Approximate Install Size: 1 MB
        Estimated Install Time: 3 Seconds
        Installing Test @ 11:28:28
egrep: warning: egrep is obsolescent; using grep -E

Not sure what is going on over here.

@saiguruprasad
Copy link

Did the installation complete?

@Raj2032
Copy link
Author

Raj2032 commented Oct 28, 2023

Nope never did, it was previously on my system many months ago but when I tried to run it again this happens. I tried to clear the ~/.phoronix-test-suite/ and uninstalled and reinstalled the software still the same deal.

@saiguruprasad
Copy link

You can check the install logs to find out what is going on. Install logs are available in ~/.phoronix-test-suite/installed-tests/pts/.

@Raj2032
Copy link
Author

Raj2032 commented Oct 28, 2023

@saiguruprasad I ran ls inside that dir and I see aobench-1.0.1 so I cd into it and I only see a zip file aobench-20180207.zip no logs.

@saiguruprasad
Copy link

Are you able to install other tests?

@FabioLolix
Copy link
Contributor

AUR pkgbuild maintainer here, it install fine for me, had not installed it before

$ phoronix-test-suite run aobench

Updated OpenBenchmarking.org Repository Index
pts: 534 Distinct Tests, 2321 Test Versions, 56 Suites
Available Changes From 5 October To 28 October
Updated Test:   pts/cloverleaf   v1.2.0  CloverLeaf                                 
Updated Test:   pts/cpuminer-opt v1.7.0  Cpuminer-Opt                               
New Test:       pts/easywave     v1.0.0  easyWave                                   
Updated Test:   pts/embree       v1.6.0  Embree                                     
Updated Test:   pts/fluidx3d     v1.2.0  FluidX3D                                   
Updated Test:   pts/heffte       v1.1.0  HeFFTe - Highly Efficient FFT for Exascale 
Updated Test:   pts/oidn         v2.1.0  Intel Open Image Denoise                   
Updated Test:   pts/onednn       v3.3.0  oneDNN                                     
Updated Test:   pts/openvkl      v2.0.0  OpenVKL                                    
Updated Test:   pts/quantlib     v1.2.0  QuantLib                                   
Updated Suite:  pts/database     v1.3.9  Database Test Suite                        
Updated Suite:  pts/hpc          v1.1.10 HPC - High Performance Computing           
Updated OpenBenchmarking.org Repository Index
system: 42 Distinct Tests, 132 Test Versions
Updated OpenBenchmarking.org Repository Index
git: 9 Distinct Tests, 12 Test Versions

    [PROBLEM] pts/aobench-1.0.1 is not installed. 
    Would you like to stop and install these tests now (Y/n): y
    Evaluating External Test Dependencies ........................................................................................................

Phoronix Test Suite v10.8.4

    To Install:    pts/aobench-1.0.1

    Determining File Requirements ................................................................................................................
    Searching Download Caches ....................................................................................................................

    1 Test To Install
        1 File To Download [0.00MB]
        1MB Of Disk Space Is Needed
        3 Seconds Estimated Install Time

    pts/aobench-1.0.1:
        Test Installation 1 of 1
        1 File Needed
        Downloading: aobench-20180207.zip                                                                                                 [0.00MB]
        Downloading ..............................................................................................................................
        Approximate Install Size: 1 MB
        Estimated Install Time: 3 Seconds
        Installing Test @ 15:45:42
egrep: warning: egrep is obsolescent; using grep -E


System Information

@Raj2032
Copy link
Author

Raj2032 commented Oct 28, 2023

@saiguruprasad Tried openarena same deal.

@Raj2032
Copy link
Author

Raj2032 commented Oct 28, 2023

@FabioLolix How long did it take for you to install?

@FabioLolix
Copy link
Contributor

Like 1 second

@Raj2032
Copy link
Author

Raj2032 commented Oct 28, 2023

@FabioLolix

I am doing it today again:

image

@Raj2032
Copy link
Author

Raj2032 commented Oct 28, 2023

@FabioLolix Which AUR package are you using:

aur/phoronix-test-suite 10.8.4-1 [installed] (47, 1.20)
    The most comprehensive testing and benchmarking platform available for Linux    
aur/phoronix-test-suite-git 10.8.2.r0.g59dd31383-1 (18, 0.01)
    The most comprehensive testing and benchmarking platform available for Linux    

I am using phoronix-test-suite. Not the git version.

@FabioLolix
Copy link
Contributor

phoronix-test-suite stable version,

@Raj2032
Copy link
Author

Raj2032 commented Oct 28, 2023

@FabioLolix What Arch based distro are you using if you don't mind me asking? I am using EndeavourOS.

@FabioLolix
Copy link
Contributor

@Raj2032 pure Arch

btw your downloaded files are integer?

$ sha256sum /home/fabio/.phoronix-test-suite/installed-tests/pts/aobench-1.0.1/aobench-20180207.zip
0d8fe95cb6a35042e38f87ca25f7c4f53e9d8f7d142a414be84c4439250c7a4e  /home/fabio/.phoronix-test-suite/installed-tests/pts/aobench-1.0.1/aobench-20180207.zip

@Raj2032
Copy link
Author

Raj2032 commented Oct 28, 2023

@FabioLolix Checksum matches mate

@Raj2032
Copy link
Author

Raj2032 commented Oct 28, 2023

@FabioLolix When was the last time you ran sudo pacman -Syu?

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

3 participants