Bug 1857958
| Summary: | istack-commons fails to build with java-11-openjdk | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | jiri vanek <jvanek> |
| Component: | istack-commons | Assignee: | Ankur Sinha (FranciscoD) <sanjay.ankur> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | decathorpe, dmoluguw, edewata, java-maint-sig, jvanek, sanjay.ankur, sgehwolf |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | istack-commons-3.0.11-1.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-08-10 14:08:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1825969 | ||
|
Description
jiri vanek
2020-07-16 19:14:38 UTC
highlight: This was rebuild in sidetag f33-java11. Thus --target is really necessary to reproduce failure. please note: This side tag, f33-java11, will be merged to main f33 buildroot in aprox 14 days. Adding the dependency for javax.activation, the build succeeds, but there are test failures that I don't have time to debug right now: [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite findClass [ERROR] Tests run: 7, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.677 s <<< FAILURE! - in TestSuite [ERROR] testFindResource(com.sun.istack.tools.ParallelWorldClassLoaderTest) Time elapsed: 0.012 s <<< FAILURE! java.lang.StringIndexOutOfBoundsException: begin 0, end -1, length 94 at com.sun.istack.tools.ParallelWorldClassLoaderTest.testFindResource(ParallelWorldClassLoaderTest.java:117) [ERROR] testFindResources(com.sun.istack.tools.ParallelWorldClassLoaderTest) Time elapsed: 0.003 s <<< FAILURE! java.lang.AssertionError: Expected 3/4 elements. Verify the urls: [file:/builddir/build/BUILD/istack-commons-2.21/tools/target/test-classes/javax/xml/ws/Service.class, file:/builddir/build/BUILD/istack-commons-2.21/tools/target/test-classes/javax/xml/ws/Service.class] at com.sun.istack.tools.ParallelWorldClassLoaderTest.testFindResources(ParallelWorldClassLoaderTest.java:132) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] ParallelWorldClassLoaderTest.testFindResource:117 ยป StringIndexOutOfBounds beg... [ERROR] ParallelWorldClassLoaderTest.testFindResources:132 Expected 3/4 elements. Verify the urls: [file:/builddir/build/BUILD/istack-commons-2.21/tools/target/test-classes/javax/xml/ws/Service.class, file:/builddir/build/BUILD/istack-commons-2.21/tools/target/test-classes/javax/xml/ws/Service.class] [INFO] [ERROR] Tests run: 7, Failures: 2, Errors: 0, Skipped: 0 Fixed, updated to latest version, and built by mbooth: https://koji.fedoraproject.org/koji/buildinfo?buildID=1587956 |