JDK-8214152 : Kitchensink fails with several "No aspect with given name"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 12
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86_64
  • Submitted: 2018-11-21
  • Updated: 2018-11-22
  • Resolved: 2018-11-21
Related Reports
Duplicate :  
Description
The following test failed in the jdk/jdk CI:

applications/kitchensink/Kitchensink.java

Here's a snippet from the log file:

[glue.process.err] [analyzer.process.err] Starting the ResultAnalyzer
[glue.process.err] [analyzer.process.err] FAILURE: SPECjbb2005.Max Transactions: No aspect with given name
[glue.process.err] [analyzer.process.err] FAILURE: SPECjbb2005.Thread Spread: No aspect with given name
[glue.process.err] [analyzer.process.err] FAILURE: SPECjbb2005.Min transactions: No aspect with given name
[glue.process.err] [analyzer.process.err] FAILURE: SPECjbb2005.Throughput: No aspect with given name
[glue.process.err] [analyzer.process.err] FAILURE: SPECjbb2005.Throughput: No aspect with given name
[glue.process.err] [analyzer.process.err] FAILED: The kitchensink run failed.
[glue.process.err] [Tue Nov 20 12:31:23 PST 2018] (1542745883443) Analyzer process has been shutdown
[glue.process.err] [Tue Nov 20 12:31:23 PST 2018] (1542745883443) kitchensink: Finished
Finished run at: Tue Nov 20 12:31:23 PST 2018
result: Failed. Execution failed: `main' threw exception: java.lang.Error: Kitchensink failed with exit code = 1


test result: Failed. Execution failed: `main' threw exception: java.lang.Error: Kitchensink failed with exit code = 1