[jdk11u-dev] RFR: 8343786: [11u] GHA: Bump macOS and Xcode versions to macos-13 and XCode 14.3.1 [v3]

Antonio Vieiro duke at openjdk.org
Tue Nov 19 12:39:58 UTC 2024


On Tue, 19 Nov 2024 07:45:48 GMT, Antonio Vieiro <duke at openjdk.org> wrote:

>> An implementation of [JDK-8343786](https://bugs.openjdk.org/browse/JDK-8343786) that bumps the GHA runners versions to `macos-13` and `XCode 14.3.1`.
>> 
>> This uses the  `--enable-xcode14` configuration flag introduced in https://github.com/openjdk/jdk11u-dev/pull/2966 ([JDK-8344458](https://bugs.openjdk.org/browse/JDK-8344458)) to build and run tier-1 tests on `macos-13` and `XCode 14.3.1`.
>> 
>> Tier-1 tests seem to be failing randomly on macos-13/XCode14  with either a timeout or an ArrayIndexOutOfBoundsException t in serviceability/sa/ClhsdbFindPC.java. This is currently under investigation and may be related to [JDK-8260389](https://bugs.openjdk.org/browse/JDK-8260389) or [JDK-8277079](https://bugs.openjdk.org/browse/JDK-8277079).
>> 
>> The rest of `tier1` tests are expected to pass on this platform.
>
> Antonio Vieiro has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   8343786: [11u] GHA: Bump macOS and Xcode versions to macos-13 and XCode 14.3.1

As expected, all `tier1` tests pass with `XCode 14` but for `ClhsdbFindPC`, that fails with a timeout. Suspect is [JDK-8260389](https://bugs.openjdk.org/browse/JDK-8260389) that will require investigation (intermittent).


2024-11-19T08:29:29.3416570Z java.lang.RuntimeException: Test ERROR java.io.IOException: App waiting timeout
2024-11-19T08:29:29.3418220Z 	at ClhsdbFindPC.testFindPC(ClhsdbFindPC.java:155)


Attaching excerpt of the build log for future reference:
[xcode14-build-failure.txt](https://github.com/user-attachments/files/17815022/xcode14-build-failure.txt)

-------------

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2967#issuecomment-2485600341


More information about the jdk-updates-dev mailing list