Skip to content

Project import generated by Copybara. (#1523) #4489

Project import generated by Copybara. (#1523)

Project import generated by Copybara. (#1523) #4489

Triggered via push July 13, 2026 15:35
Status Success
Total duration 53m 6s
Artifacts 76

ci.yml

on: push
boringssl_clone
4s
boringssl_clone
clang_format_check
clang_format_check
Matrix: build
Matrix: android-test
Matrix: openjdk-test
Fit to window
Zoom out
Zoom in

Annotations

55 warnings and 12 notices
build (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: ilammy/msvc-dev-cmd@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (macos-latest): common/src/test/java/org/conscrypt/DuckTypedHpkeSpiTest.java#L188
[UnusedMethod] Method 'setupBaseForTesting' is never used.
build (macos-latest): openjdk/src/test/java/org/conscrypt/AddressUtilsTest.java#L485
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
build (macos-latest): common/src/main/java/org/conscrypt/OpenSSLX509Certificate.java#L458
[DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
build (macos-latest): common/src/main/java/org/conscrypt/HpkeSuite.java#L374
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
build (macos-latest): common/src/main/java/org/conscrypt/HpkeSuite.java#L358
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
build (macos-latest): common/src/main/java/org/conscrypt/HpkeSuite.java#L294
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
build (macos-latest): common/src/main/java/org/conscrypt/HpkeSuite.java#L274
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
build (macos-latest): common/src/main/java/org/conscrypt/HpkeSuite.java#L193
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
build (macos-latest): common/src/main/java/org/conscrypt/HpkeSuite.java#L142
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
build (macos-latest): common/src/main/java/org/conscrypt/HpkeSuite.java#L131
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
build (macos-latest): common/src/main/java/org/conscrypt/HpkeSuite.java#L120
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
build (macos-latest): common/src/main/java/org/conscrypt/SSLParametersImpl.java#L787
[UnusedVariable] The parameter 'spake2PlusCipherSuitesNeeded' is never read.
android-test (26): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter 'serverId' is never read.
android-test (26): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter 'clientId' is never read.
android-test (26): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedMethod] Constructor 'Link' is never used.
android-test (26): android-stub/src/main/java/android/pake/PakeOption.java#L94
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (26): android-stub/src/main/java/android/pake/PakeOption.java#L81
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (26): android-stub/src/main/java/android/pake/PakeOption.java#L53
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (26): android-stub/src/main/java/android/pake/PakeOption.java#L42
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (26): testing/src/main/java/tests/util/ServiceTester.java#L88
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
android-test (26): testing/src/main/java/tests/util/ServiceTester.java#L75
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
android-test (26): testing/src/main/java/tests/util/ServiceTester.java#L62
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
build (ubuntu-22.04): common/src/test/java/org/conscrypt/DuckTypedHpkeSpiTest.java#L188
[UnusedMethod] Method 'setupBaseForTesting' is never used.
build (ubuntu-22.04): openjdk/src/test/java/org/conscrypt/AddressUtilsTest.java#L485
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L152
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L141
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L110
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L101
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L75
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L64
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L53
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter 'clientId' is never read.
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter 'serverId' is never read.
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedMethod] Constructor 'Link' is never used.
android-test (34): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter 'serverId' is never read.
android-test (34): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter 'clientId' is never read.
android-test (34): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedMethod] Constructor 'Link' is never used.
android-test (34): android-stub/src/main/java/android/pake/PakeOption.java#L94
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (34): android-stub/src/main/java/android/pake/PakeOption.java#L81
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (34): android-stub/src/main/java/android/pake/PakeOption.java#L53
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (34): android-stub/src/main/java/android/pake/PakeOption.java#L42
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (34): testing/src/main/java/tests/util/ServiceTester.java#L88
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
android-test (34): testing/src/main/java/tests/util/ServiceTester.java#L75
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
android-test (34): testing/src/main/java/tests/util/ServiceTester.java#L62
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
android-test (30): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter 'clientId' is never read.
android-test (30): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter 'serverId' is never read.
android-test (30): android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedMethod] Constructor 'Link' is never used.
android-test (30): android-stub/src/main/java/android/pake/PakeOption.java#L94
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (30): android-stub/src/main/java/android/pake/PakeOption.java#L81
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (30): android-stub/src/main/java/android/pake/PakeOption.java#L53
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (30): android-stub/src/main/java/android/pake/PakeOption.java#L42
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
android-test (30): testing/src/main/java/tests/util/ServiceTester.java#L88
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
android-test (30): testing/src/main/java/tests/util/ServiceTester.java#L75
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
android-test (30): testing/src/main/java/tests/util/ServiceTester.java#L62
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
build (macos-latest)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, 25, temurin)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, 17, temurin)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, 17, zulu)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, 21, zulu)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, 25, zulu)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, EA, zulu)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, 11, zulu)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, 11, temurin)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, 21, temurin)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, EA, temurin)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
openjdk-test (macos-latest, 8, zulu)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167

Artifacts

Produced during runtime
Name Size Digest
boringssl-source Expired
372 KB
sha256:a797b5d94655e5b419e42256fa21ad4d9b3132f437171d923d4355311c0652d9
m2repo-Linux
9.54 MB
sha256:69a708ef482e1405f2bea147fc58f92e575c48831d8d0dede6cb799c18c7b32c
m2repo-Windows
1.88 MB
sha256:ab72ed1d03186c4a6cfcc81a7514ca790fba184f1fbc43cd3de1a46a6c792d27
m2repo-macOS
3.88 MB
sha256:d5dc4a85f3d869efd8b0e618ae5f1d8e19ef3b61fcf51c71d68bbbdd61b19dc9
m2repo-uber
21.7 MB
sha256:60f43afc0f55ea019438c7e1c969946db28ffa357d7f9e258fc965be616bb0b2
test-results-macos-14-11-temurin
57.2 KB
sha256:eea1e906a87012cb749331ec3fcaa83ea2def2bce97b0cf04d5c0c1b17d9b667
test-results-macos-14-11-zulu
57 KB
sha256:1742ceb421b4596ce310954e567f0358136a372bf76ec8687e1b07d376be9558
test-results-macos-14-17-temurin
54.3 KB
sha256:913b2c08d3b55b3cc606c155390578843d2c223fe76ab203939233e57ff82c9b
test-results-macos-14-17-zulu
54 KB
sha256:1b74efc5486dc45089821ee543f1ebb369e9b65fb6293abcf80ddc24b5095fdd
test-results-macos-14-21-temurin
54.3 KB
sha256:571326cb39a48de4606e8cb99e51a93385142cf608e1b93988249b469c7662b8
test-results-macos-14-21-zulu
54.1 KB
sha256:e1f06a6281bffb308cad6596e04caa4daf8a48fae00856c62d9d1b602fcbe916
test-results-macos-14-25-temurin
54.1 KB
sha256:3d18b9645e27fa63ca1ca5d4592d08633cb32cdd61b220e6fb80f2e12b1055af
test-results-macos-14-25-zulu
54 KB
sha256:3a3378f530899efd064fba641b73fc2bb6d6de8c12ee04ad22cf50f827a38118
test-results-macos-14-8-zulu
57.8 KB
sha256:fbb23131b7c03dc3ff64dee407d7f197295fd8006feabf79569d72b0aa43cba1
test-results-macos-14-EA-temurin
54.2 KB
sha256:1f194586d94af156e2fab8bff2232085266832536a58d5b03cbcba15ff0d3c8f
test-results-macos-14-EA-zulu
54.1 KB
sha256:38b3ce84eac1701f407e06dee812b00bde9d41d31272204acfbb9bfd4c87a2d4
test-results-macos-latest-11-temurin
57.5 KB
sha256:ee53aec9f39b2251c808ed4cfa0336bf6ab3bd99fabd64591adf62983ed402f9
test-results-macos-latest-11-zulu
57.4 KB
sha256:0bc4aeea50d139c2716f9d70150986aa180527ecd3ff6d725397231e7a555481
test-results-macos-latest-17-temurin
54 KB
sha256:df807cb2708882b1271bbfc544d1af850a47a7d206fd6bf2d128660ebd144ed7
test-results-macos-latest-17-zulu
54 KB
sha256:8a15fdfea36e5ee868cbfca8bc437ea892dd37f1b1a657e98d9ac3e1c049ad35
test-results-macos-latest-21-temurin
54.8 KB
sha256:e70479657c6c7353ca7f16da8b9ed3ac80084facd74ce3b75788eb9f2dcd4e43
test-results-macos-latest-21-zulu
54 KB
sha256:3854a085f437d085896987e5322d473150a547c6f00f77fdfa027c0ebfe53a42
test-results-macos-latest-25-temurin
54 KB
sha256:5ddfefdf235ba675b4a70f0281af62595dce61f35c03caa966fdc474d41e6d08
test-results-macos-latest-25-zulu
54 KB
sha256:dd28ac2405edd7680d54f1e8418aad0ce5c102fdecc4f87c6215363b02c97403
test-results-macos-latest-8-zulu
57.7 KB
sha256:9ad6c0446ab286fb7503950521b5c10724f2c7fe1d106e7867120ba598344960
test-results-macos-latest-EA-temurin
54.5 KB
sha256:1b2954c91d6fc6a5afe3f1167033a6d5524b94a35bbcb26b6cef5d8ccfd64ef2
test-results-macos-latest-EA-zulu
54.2 KB
sha256:0b02987f9e3a78d76ad5f60f3d3754c54d5bf5d4723a45f73d05dab6c964c2be
test-results-ubuntu-22.04-11-temurin
56.8 KB
sha256:f82c8af12636de9130efb7d55c43e079d18b558efbc75ea6e19e084966fa3459
test-results-ubuntu-22.04-11-zulu
56.5 KB
sha256:3d44a85aeccdb00b7d1a8933a3c1c4b5741f4f51cb272461fb75ca67a621c0e1
test-results-ubuntu-22.04-17-temurin
53.7 KB
sha256:a7121c1e731bbedad8d29e2ab4d887b2485f72f3b5701fc552a941094ae408e4
test-results-ubuntu-22.04-17-zulu
53.8 KB
sha256:655568267ed9e30dde70f7140f071ef87ca3a693f56a175a05e2c551b74ececd
test-results-ubuntu-22.04-21-temurin
53.6 KB
sha256:a090e87c88daa66bf94efe0f86a39c03eaa27913a25994148be4e20d5f5a63bd
test-results-ubuntu-22.04-21-zulu
53.7 KB
sha256:a532a7d1e039ec3aec3b0e62940df4014ce2c970dc3b942216795693cab58df7
test-results-ubuntu-22.04-25-temurin
53.5 KB
sha256:4835f5859e540f6ed320d14cbbe88ee6a1481e74bd39f5406f80556f21394f56
test-results-ubuntu-22.04-25-zulu
53.6 KB
sha256:8188923572bed391c82a4846939d3edc8c0d4c5070e0031bc823aafe67f7a157
test-results-ubuntu-22.04-8-temurin
56.9 KB
sha256:aeb251452ef216bf2e8aba5b6405afbc9f8e4f95cdc3c58f8aac46c70cda2ae7
test-results-ubuntu-22.04-8-zulu
57.1 KB
sha256:59f8ff2923c625db09637103b0450eb43c09618c69e516379f8717b85e690d60
test-results-ubuntu-22.04-EA-temurin
53.4 KB
sha256:be6264c16bc96c37a324b0f20eb5f5a1ddda429c5d5bdae40fb5c67d033ec2b6
test-results-ubuntu-22.04-EA-zulu
53.8 KB
sha256:bbd86786c25d62dd80ca997ecff3685dd1235a8b53924d17ecb0d407cf395433
test-results-ubuntu-22.04-arm-11-temurin
56.5 KB
sha256:ca8b7b677ebfdd36b0d9c5b451e9c4ae4bf71d1c84f11ae45057671368aa9f6f
test-results-ubuntu-22.04-arm-11-zulu
56.4 KB
sha256:5ffb47030f2e42eb7829ba809f3ab5b842804dbd988abf6617544aa361d306f2
test-results-ubuntu-22.04-arm-17-temurin
53.7 KB
sha256:e7de1df78249e4a67ae32adf070b456138789a0bd51801e0bcc6ab3abdfe03cd
test-results-ubuntu-22.04-arm-17-zulu
53.8 KB
sha256:f91c2f2923d05fca0ec8fcde5e185c37bd880b30d509e1cef418e0e3cdf46b1a
test-results-ubuntu-22.04-arm-21-temurin
53.7 KB
sha256:e03c1b2e436f291ac7c95e17dbbeb4261a36a7f639565fe27fbba93de1b14071
test-results-ubuntu-22.04-arm-21-zulu
53.8 KB
sha256:4945c304189fa8f793b7af8d29641359be2756e3f5b69d41a0d03763159ea0e2
test-results-ubuntu-22.04-arm-25-temurin
53.7 KB
sha256:5f003527b7dfa16d22ee8e43bbe79344cfde5635499f4c9908f7d03ad51ba18d
test-results-ubuntu-22.04-arm-25-zulu
53.7 KB
sha256:aa1c6586e8dcd57b25d46b97731b97b5f176ff279f21447effd04153753f88d7
test-results-ubuntu-22.04-arm-8-temurin
57 KB
sha256:f41e8c88dc269dab3ed0cdfd5ab2b35c6491ee163c73e1d00f19b43516b9d5de
test-results-ubuntu-22.04-arm-8-zulu
57 KB
sha256:53725c2027d3337b409fca4d50376bb6fcf5e029c4d6e0c43cbe0d349e6b5851
test-results-ubuntu-22.04-arm-EA-temurin
53.6 KB
sha256:97e3c7ec1b7f8dfe26b4d826d4273e2bbbfcc71cdfca9536c4d27fa60a86d95e
test-results-ubuntu-22.04-arm-EA-zulu
53.6 KB
sha256:8b5d7f2ad54b2ac9e5b0476f10fada9205eba94b3fab075ff072d8a5d1abd103
test-results-ubuntu-latest-11-temurin
56.4 KB
sha256:d2d81c56ac6bfefdb36495edaca97e664a8600a51cae2cb756397c39a5d460bc
test-results-ubuntu-latest-11-zulu
56.4 KB
sha256:9b0d967b61f10a08bfba94ec858bb327f805636061eead4b03ff4554fc468277
test-results-ubuntu-latest-17-temurin
53.7 KB
sha256:09118dac5a3e2ef9a2700b7699bd0df16867e81ccea15aed26d3d76d37722a14
test-results-ubuntu-latest-17-zulu
53.7 KB
sha256:bb9524c57ac6cf116f187c6b7122fb8d5050e75ecf2f1d61a4490745e52c2c8b
test-results-ubuntu-latest-21-temurin
53.6 KB
sha256:26cd320fd77e6a8b3f9706f8c36d8c67848923880895808b365e705b356329b1
test-results-ubuntu-latest-21-zulu
53.7 KB
sha256:37d388c80fd45a0945e13105b91f3fd4904a502f6bd1e329e9a8daad9bfdbc88
test-results-ubuntu-latest-25-temurin
53.6 KB
sha256:8f1178163c84305cc4efce8e78336222facbbee3e32b5dced6c8337b1237cf1c
test-results-ubuntu-latest-25-zulu
53.8 KB
sha256:2db631717d200a83b946bf67e9f991f932a9def09f0a0b45a210232eb863bc81
test-results-ubuntu-latest-8-temurin
57 KB
sha256:bed30460eb2cd8253b007636f33616178aad36d1aacb538e76f1fb7e19f30446
test-results-ubuntu-latest-8-zulu
57.1 KB
sha256:d716a44c1ea9f43308ba0a0a122916037daa31b927445ab1ebb83056fb78e657
test-results-ubuntu-latest-EA-temurin
53.7 KB
sha256:e02f89cc94658f5371005154856bac59863bd02d7700dd97072d1abecbaf0e88
test-results-ubuntu-latest-EA-zulu
53.7 KB
sha256:a241e997e22609df50f15114e1ceaf5bea56c65dbec845718b44e597768c8019
test-results-windows-latest-11-temurin
59.6 KB
sha256:5668441d5915c250d26c6dcb5c60d4b6e6ad32863c6f56e4b42cbd74f2d9b5d6
test-results-windows-latest-11-zulu
59.5 KB
sha256:5c7a9b24db4f5597382dc3e559ec18df099f6b0dda87b0fe18e4f49cf75aad57
test-results-windows-latest-17-temurin
56.8 KB
sha256:ce1b7753967951efaffc86a0ee247d6cbbda3bb2fc740372bef446c7e03259a9
test-results-windows-latest-17-zulu
56.8 KB
sha256:f58d84f109e19699391bd9d4f4877854e5776fa4f6b1de5bc714fb18f6bd64df
test-results-windows-latest-21-temurin
56.6 KB
sha256:8048e5a14a4c547c9dbfcc80145abdfcce5bcc4901b273ef4f7d6fcbb0fa2911
test-results-windows-latest-21-zulu
56.8 KB
sha256:ed95533e27d84bfdff98f04a3ed9c49953ee75ccc6fa3b61af2aca7d06c55059
test-results-windows-latest-25-temurin
56.7 KB
sha256:bda92eec53c81ea60554891744da2b6a370cff82210dfafa9271a58c502e4528
test-results-windows-latest-25-zulu
56.8 KB
sha256:ba0570bd23f1cdcd6bb3b557c00b3592e53ae62012d1425065b8b98b93a42e18
test-results-windows-latest-8-temurin
59.6 KB
sha256:5a3d46586d0d88029b7d756a35b39e4bcec71345fd8ce78ba1eefc59724cc5d4
test-results-windows-latest-8-zulu
59.6 KB
sha256:f263d79836cf0c73a5a0efb5ce604e12bdc2348f239de4ff468d5812d5fb2069
test-results-windows-latest-EA-temurin
56.6 KB
sha256:1710b821927307ce753ae5b2b2a5c98dc68ef3c9ce40897197639476e6cb80a0
test-results-windows-latest-EA-zulu
56.8 KB
sha256:6868840d218c1af6c065cbe926fa44e4240bf01a8bc476231c9017f33a9ad0b0
testjar
24.2 MB
sha256:5efe9ce12577702667447f648ba08ea09e239daea90332f62044b1362ca12042