You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Strigun (JIRA)" <ji...@apache.org> on 2006/12/19 15:32:21 UTC

[jira] Created: (HARMONY-2795) [drlvm]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

[drlvm]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
--------------------------------------------------------------------------

                 Key: HARMONY-2795
                 URL: http://issues.apache.org/jira/browse/HARMONY-2795
             Project: Harmony
          Issue Type: Bug
          Components: App-Oriented Bug Reports
            Reporter: Vladimir Strigun


Steps to reproduce:
java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
Output:
Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
http://incubator.apache.org/harmony
===== DaCapo fop starting =====
[ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
 to rgb() must normalize to the range 0 to 1
[ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
 to rgb() must normalize to the range 0 to 1
[ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
 to rgb() must normalize to the range 0 to 1
[ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
 to rgb() must normalize to the range 0 to 1
[ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
rgb() must normalize to the range 0 to 1
[ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
) must normalize to the range 0 to 1
Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
19dd96e4db66a168f657d9
===== DaCapo fop FAILED =====
Validation FAILED for fop default

The similar output for lusearch:
===== DaCapo lusearch starting =====
4 query batches completed
Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
d47e2677695690259ad3a088a
Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
68508248d7e0c80f0ac9428a9
Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
6873bc6e838f2b03730cdb851
Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
1f45fdc5723aa3606b54e1b7e
===== DaCapo lusearch FAILED =====
Validation FAILED for lusearch small

fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2795) [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Pavel Ozhdikhin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469700 ] 

Pavel Ozhdikhin commented on HARMONY-2795:
------------------------------------------

Passed for me with the patch from http://issues.apache.org/jira/browse/HARMONY-3109. Please verify.


> [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2795) [drlvm]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Pavel Ozhdikhin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467264 ] 

Pavel Ozhdikhin commented on HARMONY-2795:
------------------------------------------

The failure is reproducible with -Xem:opt and IS NOT reproducible with -Xem:jet and interpreter. So, it's likely a Jitrino.OPT JIT bug.


> [drlvm]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-2795) [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Vladimir Strigun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Strigun updated HARMONY-2795:
--------------------------------------

    Summary: [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf  (was: [drlvm]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf)

> [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2795) [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Naveen Neelakantam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469832 ] 

Naveen Neelakantam commented on HARMONY-2795:
---------------------------------------------

I used the -Xem:server option when testing.

> [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2795) [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Naveen Neelakantam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469826 ] 

Naveen Neelakantam commented on HARMONY-2795:
---------------------------------------------

Good news!

I have verified that both fop and lusearch pass with default input sets.  Tested with r502673.

> [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2795) [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Pavel Ozhdikhin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470204 ] 

Pavel Ozhdikhin commented on HARMONY-2795:
------------------------------------------

This is a new issue likely caused by commit of the https://issues.apache.org/jira/browse/HARMONY-3052.
I've filed a new JIRA issue for the problem with Eclipse: http://issues.apache.org/jira/browse/HARMONY-3121.
I beleive this issue should be closed as fixed.


> [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2795) [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Vladimir Strigun (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470270 ] 

Vladimir Strigun commented on HARMONY-2795:
-------------------------------------------

I agree. Let's close the issue as fixed.

> [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2795) [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Naveen Neelakantam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469990 ] 

Naveen Neelakantam commented on HARMONY-2795:
---------------------------------------------

DaCapo Eclipse is crashing on the second iteration for me also, whereas it did not before.

> [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-2795) [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov closed HARMONY-2795.
------------------------------------

    Resolution: Duplicate

Closing as requested.

> [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2795) [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Vladimir Strigun (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469834 ] 

Vladimir Strigun commented on HARMONY-2795:
-------------------------------------------

Yes, fop and lusearch pass with default input.
But I have other problems: 2nd iteration of eclipse failed however it pass with r501073.
I've executed eclipse benchmark with "-n 10" option and it fails on 2nd iteration with the following output (I'm sorry, I've tested release build) :

SIGSEGV in VM code.
Stack trace:
	1: ValueMethodProfile::flushInstProfile(VPInstructionProfileData*) (??:-1)
	2: ValueMethodProfile::getResult(unsigned int) (??:-1)
	3: value_profiler_get_top_value(void*, unsigned int) (??:-1)
	4: Jitrino::DrlValueMethodProfile::getTopValue(unsigned int) const (??:-1)
	5: Jitrino::Devirtualizer::guardCallsInBlock(Jitrino::IRManager&, Jitrino::Node*) (??:-1)
	6: Jitrino::Devirtualizer::guardCallsInRegion(Jitrino::IRManager&, Jitrino::DominatorTree*) (??:-1)
	7: Jitrino::GuardedDevirtualizationPass::_run(Jitrino::IRManager&) (??:-1)
	8: Jitrino::OptPass::run() (??:-1)
	9: Jitrino::runPipeline(Jitrino::CompilationContext*) (??:-1)
	10: Jitrino::compileMethod(Jitrino::CompilationContext*) (??:-1)
	11: Jitrino::Jitrino::CompileMethod(Jitrino::CompilationContext*) (??:-1)
	12: JIT_compile_method_with_params (??:-1)
	13: Dll_JIT::compile_method_with_params(void*, Method*, OpenMethodExecutionParams) (??:-1)
	14: compile_do_compilation_jit(Method*, JIT*) (??:-1)
	15: vm_compile_method (??:-1)
	16: DrlEMImpl::methodProfileIsReady(MethodProfile*) (??:-1)
	17: EdgeProfileCollector::onTimeout() (??:-1)
	18: DrlEMImpl::tbsTimeout() (??:-1)
	19: ProfilerThreadTimeout (??:-1)
	20: Java_java_lang_EMThreadSupport_onTimeout (??:-1)
	21: IP is 0xA2BC3BA3 <native code>
	22: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
	23: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
	24: java/lang/Thread.run()V (Thread.java:-1)
	25: java/lang/Thread.runImpl()V (Thread.java:-1)
	26: vm_invoke_native_array_stub (/Harmony/source/enhanced/drlvm/trunk/vm/vmcore/src/util/ia32/base/invoke_native_stub_ia32.asm:41)
	27: .L49 (??:-1)
	28: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*) (??:-1)
	29: ExecuteMethod (??:-1)
	30: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*) (??:-1)
	31: call_method_no_ref_result(JNIEnv_External*, _jobject*, _jmethodID*, jvalue*, jvalue*, int) (??:-1)
	32: wrapper_proc (??:-1)
	33: thread_start_proc (??:-1)
	34: dummy_worker (threadproc/unix/thread.c:139)
	35: start_thread (??:-1)
	36: clone (??:-1)





> [drlvm][jit][opt]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2795) [drlvm]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf

Posted by "Naveen Neelakantam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463683 ] 

Naveen Neelakantam commented on HARMONY-2795:
---------------------------------------------

I am seeing the same issues on RHEL4:

java -showversion
Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r494559, (Jan 10 2007), Linux/ia32/gcc 4.1.0, debug build
http://incubator.apache.org/harmony


> [drlvm]Dacapo.fop and Dacapo.lusearch benchmarks failed with server emconf
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2795
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2795
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Vladimir Strigun
>
> Steps to reproduce:
> java -showversion -Xem:server -jar dacapo-2006-10.jar -s default  fop
> Output:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r488663, (Dec 19 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> ===== DaCapo fop starting =====
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(100,210,250)': org.apache.fop.fo.expr.PropertyException: Arguments
>  to rgb() must normalize to the range 0 to 1
> [ERROR] Error in background-color property value 'rgb(0,0,255)': org.apache.fop.fo.expr.PropertyException: Arguments to
> rgb() must normalize to the range 0 to 1
> [ERROR] Error in color property value 'rgb(100%,100%,100%)': org.apache.fop.fo.expr.PropertyException: Arguments to rgb(
> ) must normalize to the range 0 to 1
> Digest validation failed for stdout.log, expecting 0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found 0x53d0f3976b102c9d43
> 19dd96e4db66a168f657d9
> ===== DaCapo fop FAILED =====
> Validation FAILED for fop default
> The similar output for lusearch:
> ===== DaCapo lusearch starting =====
> 4 query batches completed
> Digest validation failed for lusearch.out0, expecting 0x953b0419423890f5efc1a1803a691c62fe2333da found 0x4b99964ab27a568
> d47e2677695690259ad3a088a
> Digest validation failed for lusearch.out1, expecting 0x36af4a729cfe88a995ede73d9ee902a0bc7e96ec found 0xdfe03044828e582
> 68508248d7e0c80f0ac9428a9
> Digest validation failed for lusearch.out2, expecting 0x17394045489c5967b322b8437454b5cb8405fe52 found 0xac511613abf3ca8
> 6873bc6e838f2b03730cdb851
> Digest validation failed for lusearch.out3, expecting 0x299f21c2aa37c5c7605b2d940220c56e2f38dcae found 0xe3672224ce79f12
> 1f45fdc5723aa3606b54e1b7e
> ===== DaCapo lusearch FAILED =====
> Validation FAILED for lusearch small
> fop benchmark failed with default and large inputs only, lusearch failed with all inputs. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira