Announcement

Collapse
No announcement yet.

Unable to generate test output

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Unable to generate test output

    Running Phoronix Test Suite v3.0.0 produces this error after running a test suite. I have uploaded 1 result so maybe its the "unique name" that isnt unique enough (default) or it simple fails to handle space in result name.


    $ ./phoronix-test-suite benchmark pts/audio-encoding

    Phoronix Test Suite v3.0.0

    Installed: pts/timed-audio-encode-1.0.0
    Installed: pts/encode-mp3-1.3.1
    Installed: pts/encode-ogg-1.2.0
    Installed: pts/encode-flac-1.2.0
    Installed: pts/encode-ape-1.3.0
    Installed: pts/encode-wavpack-1.2.0
    Would you like to save these test results (Y/n): y
    Enter a name to save these results: Dell Inspiron 1520 - Mandriva 2010.2
    Enter a unique name for this test run: Default

    If you wish, enter a new description below.
    Press ENTER to proceed without changes.

    Current Description: Running pts/encode-mp3-1.3.1, pts/encode-ogg-1.2.0, pts/encode-flac-1.2.0, pts/encode-ape-1.3.0, pts/encode-wavpack-1.2.0.

    New Description:

    Estimated Run-Time: 13 Minutes



    LAME MP3 Encoding:
    pts/encode-mp3-1.3.1
    Test 1 of 5
    Estimated Time Remaining: 13 Minutes
    Estimated Test Run-Time: 5 Minutes
    Expected Trial Run Count: 5
    Started Run 1 @ 11:51:46
    Started Run 2 @ 11:52:41
    Started Run 3 @ 11:53:32
    Started Run 4 @ 11:54:24
    Started Run 5 @ 11:55:15 [Std. Dev: 0.63%]

    Test Results:
    49.435930013657
    49.271717071533
    49.593404054642
    48.899880886078
    48.920763969421

    Average: 49.22 Seconds


    Ogg Encoding:
    pts/encode-ogg-1.2.0
    Test 2 of 5
    Estimated Time Remaining: 8 Minutes
    Estimated Test Run-Time: 3 Minutes
    Expected Trial Run Count: 5
    Started Run 1 @ 11:56:15
    Started Run 2 @ 11:56:44
    Started Run 3 @ 11:57:13
    Started Run 4 @ 11:57:42
    Started Run 5 @ 11:58:11 [Std. Dev: 0.45%]

    Test Results:
    27.136169910431
    26.902419090271
    26.868518829346
    27.107745885849
    26.941790103912

    Average: 26.99 Seconds


    FLAC Audio Encoding:
    pts/encode-flac-1.2.0
    Test 3 of 5
    Estimated Time Remaining: 6 Minutes
    Estimated Test Run-Time: 2 Minutes
    Expected Trial Run Count: 5
    Started Run 1 @ 11:58:50
    Started Run 2 @ 11:59:13
    Started Run 3 @ 11:59:36
    Started Run 4 @ 11:59:59
    Started Run 5 @ 12:00:23 [Std. Dev: 0.42%]

    Test Results:
    21.284304141998
    21.107004880905
    21.117460012436
    21.237337827682
    21.087728977203

    Average: 21.17 Seconds


    Monkey Audio Encoding:
    pts/encode-ape-1.3.0
    Test 4 of 5
    Estimated Time Remaining: 4 Minutes
    Estimated Test Run-Time: 2 Minutes
    Expected Trial Run Count: 5
    Started Run 1 @ 12:00:55
    Started Run 2 @ 12:01:15
    Started Run 3 @ 12:01:34
    Started Run 4 @ 12:01:54
    Started Run 5 @ 12:02:13 [Std. Dev: 0.37%]

    Test Results:
    17.597018957138
    17.465438127518
    17.48961186409
    17.455509185791
    17.433687925339

    Average: 17.49 Seconds


    WavPack Audio Encoding:
    pts/encode-wavpack-1.2.0
    Test 5 of 5
    Estimated Time Remaining: 2 Minutes
    Expected Trial Run Count: 5
    Started Run 1 @ 12:02:42
    Started Run 2 @ 12:03:06
    Started Run 3 @ 12:03:31
    Started Run 4 @ 12:03:55
    Started Run 5 @ 12:04:19 [Std. Dev: 0.57%]

    Test Results:
    22.344198226929
    22.278082132339
    22.085668087006
    22.063488006592
    22.106182813644

    Average: 22.18 Seconds

    Do you want to view the results in your web browser (y/N): y
    sh: -c: line 0: unexpected EOF while looking for matching `"'
    sh: -c: line 1: syntax error: unexpected end of file

    Would you like to upload these results to OpenBenchmarking.org (Y/n): y

    Errors occurred parsing the result file XML.

    Results Failed To Upload.

  • #2
    I have found the issue, "Enter a name to save these results:" input doesn't support "-".

    So this works:
    Dell Inspiron 1520 w. Mandriva 2010.2
    And this doesn't:
    Dell Inspiron 1520 - Mandriva 2010.2

    Comment


    • #3
      Originally posted by baxeno View Post
      I have found the issue, "Enter a name to save these results:" input doesn't support "-".

      So this works:
      Dell Inspiron 1520 w. Mandriva 2010.2
      And this doesn't:
      Dell Inspiron 1520 - Mandriva 2010.2
      A dash should be suppoted just fine.
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        Clearification

        A little clearification is in order, since it's not the dash it self but in combo with a space in front of it, like this " -".

        Working:
        test-t
        Not working:
        test -t

        Comment

        Working...
        X