Phoronix Forums  

Go Back   Phoronix Forums > Phoronix > Phoronix Test Suite

Phoronix Test Suite Discussion & collaboration on the Phoronix Test Suite software and specification.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-02-2008, 05:43 PM
deanjo deanjo is offline
Senior Member
 
Join Date: May 2007
Posts: 2,928
Default sh problem with phoronix-test-suite

Quote:
Originally Posted by Michael View Post
Regarding the error, that has been fixed in git.

The most recent git commit has checking implemented to ensure that if the object doesn't exist, no error will be created but will just show "Unknown". This includes the deanjo lspci errors too.

Regarding the browser, right now it defaults to Firefox as browser checking isn't yet implemented.
Using the latest Git now fails every test with

Code:
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
Reply With Quote
  #2  
Old 04-02-2008, 05:57 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,559
Default

Quote:
Originally Posted by deanjo View Post
Using the latest Git now fails every test with

Code:
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
If you run it with benchmark argument? Can you post the complete output?
Reply With Quote
  #3  
Old 04-02-2008, 06:09 PM
deanjo deanjo is offline
Senior Member
 
Join Date: May 2007
Posts: 2,928
Default

Quote:
Originally Posted by Michael View Post
If you run it with benchmark argument? Can you post the complete output?
I wish I could but it exceeds the 10000 character limit of the forums.
Reply With Quote
  #4  
Old 04-02-2008, 06:11 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,559
Default

Quote:
Originally Posted by deanjo View Post
I wish I could but it exceeds the 10000 character limit of the forums.

Email: michael [at] phoronix.com
Reply With Quote
  #5  
Old 04-02-2008, 06:12 PM
deanjo deanjo is offline
Senior Member
 
Join Date: May 2007
Posts: 2,928
Default

Part1

Code:
 ./phoronix-test-suite benchmark universe

Installing Benchmarks For Universe Test Suite...

Encode-mp3 is already installed, skipping installation routine...
Encode-ogg is already installed, skipping installation routine...
Encode-flac is already installed, skipping installation routine...
Build-mplayer is already installed, skipping installation routine...
Build-php is already installed, skipping installation routine...
Build-imagemagick is already installed, skipping installation routine...
Nexuiz is already installed, skipping installation routine...
Compress-gzip is already installed, skipping installation routine...
Would you like to save these benchmark results (Y/n)? Y
Enter a name to save (or merge) these results: test5
Enter a unique identifier for distinguishing this series of tests: 1

Phoronix Test Suite will record results!

=================================
Universe Test Suite
=================================

Running Benchmarks For Universe Test Suite...


=================================
Executing Pre-Benchmark Tasks
=================================

=================================
LAME MP3 Encoding Benchmark (Run 1 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
LAME MP3 Encoding Benchmark (Run 2 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
LAME MP3 Encoding Benchmark (Run 3 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Executing Post-Benchmark Tasks
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
LAME MP3 Encoding Results:

 Seconds
 Seconds
 Seconds

Average: 0.00 Seconds
=================================

=================================
Executing Pre-Benchmark Tasks
=================================

=================================
Ogg Encoding Benchmark (Run 1 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Ogg Encoding Benchmark (Run 2 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Ogg Encoding Benchmark (Run 3 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Executing Post-Benchmark Tasks
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Ogg Encoding Results:

 Seconds
 Seconds
 Seconds

Average: 0.00 Seconds
=================================

=================================
Executing Pre-Benchmark Tasks
=================================

=================================
FLAC Audio Encoding Benchmark (Run 1 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
FLAC Audio Encoding Benchmark (Run 2 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
FLAC Audio Encoding Benchmark (Run 3 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Executing Post-Benchmark Tasks
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
FLAC Audio Encoding Results:

 Seconds
 Seconds
 Seconds

Average: 0.00 Seconds
=================================

=================================
Executing Pre-Benchmark Tasks
=================================

=================================
Timed MPlayer Compilation Benchmark (Run 1 of 1)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Executing Post-Benchmark Tasks
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Timed MPlayer Compilation Results:

 Seconds

Average: 0.00 Seconds
=================================

=================================
Timed PHP Compilation Benchmark (Run 1 of 1)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Executing Post-Benchmark Tasks
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Timed PHP Compilation Results:

 Seconds

Average: 0.00 Seconds
=================================

=================================
ImageMagick Compilation Benchmark (Run 1 of 1)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Executing Post-Benchmark Tasks
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
ImageMagick Compilation Results:

 Seconds

Average: 0.00 Seconds
=================================

=================================
Nexuiz Benchmark (Run 1 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Nexuiz Benchmark (Run 2 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Nexuiz Benchmark (Run 3 of 3)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Nexuiz Results:

 Average FPS
 Average FPS
 Average FPS

Average: 0.00 Average FPS
=================================
Reply With Quote
  #6  
Old 04-02-2008, 06:13 PM
deanjo deanjo is offline
Senior Member
 
Join Date: May 2007
Posts: 2,928
Default

Part 2

Code:
=================================
Executing Pre-Benchmark Tasks
=================================

=================================
Time Gzip Compression Benchmark (Run 1 of 5)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Time Gzip Compression Benchmark (Run 2 of 5)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Time Gzip Compression Benchmark (Run 3 of 5)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Time Gzip Compression Benchmark (Run 4 of 5)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Time Gzip Compression Benchmark (Run 5 of 5)
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Executing Post-Benchmark Tasks
=================================
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

=================================
Time Gzip Compression Results:

 Seconds
 Seconds
 Seconds
 Seconds
 Seconds

Average: 0.00 Seconds
=================================
Results Saved To: test-results/test5.xml
Do you want to view the results in your web browser (Y/n)? N

Would you like to upload these results to PTS Global (Y/n)? N
Reply With Quote
  #7  
Old 04-02-2008, 06:31 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,559
Default

deanjo: does the latest git commit fix your sh issues?
Reply With Quote
  #8  
Old 04-02-2008, 06:41 PM
deanjo deanjo is offline
Senior Member
 
Join Date: May 2007
Posts: 2,928
Default

No same errors
Reply With Quote
  #9  
Old 04-02-2008, 06:44 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,559
Default

Quote:
Originally Posted by deanjo View Post
No same errors
In file phoronix-test-suite/pts-core/functions/pts-functions-run.php on line 154:

Change

"$BENCHMARK_RESULTS = pts_exec("cd " . BENCHMARK_RESOURCE...."


from pts_exec to shell_exec to see if it works then?
Reply With Quote
  #10  
Old 04-02-2008, 06:52 PM
deanjo deanjo is offline
Senior Member
 
Join Date: May 2007
Posts: 2,928
Default

Quote:
Originally Posted by Michael View Post
In file phoronix-test-suite/pts-core/functions/pts-functions-run.php on line 154:

Change

"$BENCHMARK_RESULTS = pts_exec("cd " . BENCHMARK_RESOURCE...."


from pts_exec to shell_exec to see if it works then?
Nope, still the same errors

BTW BlueWhite Linux does the same.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 06:16 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.