8299602 - Error encountered while building and testing JDK11U-DEV code
Henry GALVEZ
henry.galvez at intm.fr
Wed Feb 22 09:35:45 UTC 2023
Hello Severin,
I just wanted to give a quick update on my progress. I used the apt package manager to install jtreg and it automatically installed version jtreg 5.1-b01-2.
However, I use the source you gived to me and I was able to successfully run a tier 1 test.
I wanted to thank you for help me. I will continue to work and provide updates as necessary.
Best regards,
Henry
PS: I was sick last week, that's why I didn't advance.
________________________________
De: Severin Gehwolf <sgehwolf at redhat.com>
Enviado: viernes, 10 de febrero de 2023 18:25
Para: Henry GALVEZ <henry.galvez at intm.fr>
Cc: jdk-updates-dev at openjdk.org <jdk-updates-dev at openjdk.org>
Asunto: Re: 8299602 - Error encountered while building and testing JDK11U-DEV code
On Fri, 2023-02-10 at 15:07 +0000, Henry GALVEZ wrote:
> Dear Severin,
>
> I hope this email finds you well. I am reaching out because I am encountering an error while building and testing the JDK11U-DEV repository code. I have taken the following steps to address the issue:
>
> Downloaded the repository code
> Attempted to build and run tests without making any modifications
> Validated that I have all the necessary requirements
> Unfortunately, I am still encountering an error when running the tier1 tests. I have done some research by reviewing the archive of the mailing list, the documentation, and online resources, but I have been unable to find a solution to the issue.
>
> I would greatly appreciate your advice on how to correct this error or information on which mailing list I should ask for help.
>
> Here is a summarized output of my last test:
>
>
>
> Running test 'jtreg:test/hotspot/jtreg:tier1'
> Error: Unexpected exception occurred! java.lang.IllegalArgumentException: 6+1
> java.lang.IllegalArgumentException: 6+1
> at com.sun.javatest.regtest.tool.Version.<init>(Version.java:80)
> at com.sun.javatest.regtest.config.TestProperties$Cache$Entry.initAllowSmartActionArgs(TestProperties.java:452)
> at com.sun.javatest.regtest.config.TestProperties$Cache$Entry.<init>(TestProperties.java:262)
> at com.sun.javatest.regtest.config.TestProperties$Cache.getEntryInternal(TestProperties.java:509)
> at com.sun.javatest.regtest.config.TestProperties$Cache.getEntry(TestProperties.java:500)
> at com.sun.javatest.regtest.config.TestProperties.<init>(TestProperties.java:57)
> at com.sun.javatest.regtest.config.RegressionTestSuite.<init>(RegressionTestSuite.java:80)
> at com.sun.javatest.regtest.config.RegressionTestSuite.open(RegressionTestSuite.java:65)
> at com.sun.javatest.regtest.config.TestManager.getTestSuites(TestManager.java:165)
> at com.sun.javatest.regtest.tool.Tool.run(Tool.java:1124)
> at com.sun.javatest.regtest.tool.Tool.run(Tool.java:1075)
> at com.sun.javatest.regtest.tool.Tool.main(Tool.java:147)
> at com.sun.javatest.regtest.Main.main(Main.java:58)
> Finished running test 'jtreg:test/hotspot/jtreg:tier1'
> Test report is stored in build/linux-x86_64-normal-server-release/test-results/jtreg_test_hotspot_jtreg_tier1
Looks like wrong version of jtreg. Where did you get it from? Did you
build from source? How does the MANIFEST.MF of jtreg.jar look like?
Mine has:
Manifest-Version: 1.0
jtreg-VersionString: 6-dev+0
jtreg-BuildDate: June 23, 2021
jtreg-Milestone: dev
jtreg-Version: 6
jtreg-Name: jtreg
Class-Path: javatest.jar asmtools.jar
jtreg-Build: 0
jtreg-BuildJavaVersion: Java(TM) 2 SDK, Version 1.8.0_292-b10
Created-By: 1.8.0_292 (Red Hat, Inc.)
Main-class: com.sun.javatest.regtest.Main
And that works.
Or consider downloading from here:
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fci.adoptopenjdk.net%2Fview%2FDependencies%2Fjob%2Fdependency_pipeline%2FlastSuccessfulBuild%2Fartifact%2Fjtreg%2F&data=05%7C01%7Chenry.galvez%40intm.fr%7Cc8eaf69ec657478b0f0208db0b8bc608%7C73ed3e4cd13c4c27b5c27ea43a0b9720%7C0%7C0%7C638116467178316162%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=P9hbogE6%2BNh9W11mYGx21uraKM09DDSeGIZYwQv%2FakU%3D&reserved=0
HTH.
Thanks,
Severin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/jdk-updates-dev/attachments/20230222/998af3a4/attachment-0001.htm>
More information about the jdk-updates-dev
mailing list