Skip to content

Continuous integration #4495

Continuous integration

Continuous integration #4495

Triggered via schedule July 17, 2026 00:34
Status Failure
Total duration 48m 10s
Artifacts 76

ci.yml

on: schedule
boringssl_clone
5s
boringssl_clone
clang_format_check
0s
clang_format_check
Matrix: build
Matrix: android-test
Matrix: openjdk-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 55 warnings
android-test (34)
The process '/bin/sh' failed with exit code 1
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.
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/
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
[UnusedVariable] The parameter 'serverId' 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/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).
build (ubuntu-22.04): 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).
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeClientKeyManagerParameters.java#L115
[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/PakeClientKeyManagerParameters.java#L105
[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/PakeClientKeyManagerParameters.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).
build (ubuntu-22.04): android-stub/src/main/java/android/pake/PakeClientKeyManagerParameters.java#L84
[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/PakeClientKeyManagerParameters.java#L68
[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/PakeClientKeyManagerParameters.java#L59
[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/PakeClientKeyManagerParameters.java#L50
[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/com/android/org/conscrypt/SSLParametersImpl.java#L20
[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/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter 'serverId' is never read.
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
[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?
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
[UnusedVariable] The parameter 'serverId' 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?

Artifacts

Produced during runtime
Name Size Digest
boringssl-source Expired
372 KB
sha256:91d694f66d8326e844a4618d863b985289488d4c195c1b1f8b02f46ea7aab513
m2repo-Linux
9.55 MB
sha256:4001c0a94be329a63a815380644d9569fd0b1fdd6dd6c4ade64cf4b1c4e17ad0
m2repo-Windows
1.88 MB
sha256:b88d9aabf7955fcd47bcd12736e3db43f36612721a838e47b8cb895f1d9834b3
m2repo-macOS
3.88 MB
sha256:6b9555e548815107a6ab29ef3747eb3514552657003f69ac67e58bcfe7965704
m2repo-uber
21.7 MB
sha256:e4747e4cd409a07d2234d8eac450661f6f3b2466e49fa27b15f39931594ec197
test-results-macos-14-11-temurin
57.1 KB
sha256:d65e5a2264c8c3f1ea1b0e93462eb7a23b4fe6a517fe83730d13bc764e4252ca
test-results-macos-14-11-zulu
56.8 KB
sha256:78f094c1d318201c204e461bf066e2af3424820b86d9bb03d2c3a4b129b771b2
test-results-macos-14-17-temurin
53.9 KB
sha256:0b400cde929e1e936a27c934cf9ca06dec74bd7a3b1aeccb91cd6e56453263d8
test-results-macos-14-17-zulu
54.2 KB
sha256:c22daa0e2e667ccb511e9cb0b2de8ecf004ee57b681e43f43c1ef4a359c8783f
test-results-macos-14-21-temurin
54.2 KB
sha256:4769e0f975c3e37cde823205d1ebc8b8bcafb936be66f1193adbd5a9b0346b3b
test-results-macos-14-21-zulu
54.2 KB
sha256:2f3e632d0de2809398db5a7825bd55798f3c21c2037eb84ec65c3eb3c10a89b8
test-results-macos-14-25-temurin
54.1 KB
sha256:7df0b29c112c8a1366da9b7d104d43711656022f3addcf5fb16d96c7829f9934
test-results-macos-14-25-zulu
54.5 KB
sha256:54248d10b1ecc9798243b74cdc5ddaf3ef44cf3e938a9bf7ade38246dd611825
test-results-macos-14-8-zulu
57.4 KB
sha256:0264cdb458c6f097ac3a178511597aab71030a2794dfa349d860a76ce5b7c14e
test-results-macos-14-EA-temurin
54.4 KB
sha256:ea000354ead1ed0f628b325fccdd5eb032acc6d0c5d96effae53675d99658834
test-results-macos-14-EA-zulu
54.3 KB
sha256:7e4c9c35eb078325b86f6e1d3f5cf665662678ee30f510e75d01f7deb140482f
test-results-macos-latest-11-temurin
56.9 KB
sha256:9fcc1b787a202d4e021bda7ee7ffff84816f49b19072de17605b5a0d7e26b611
test-results-macos-latest-11-zulu
57.1 KB
sha256:d734d68ec45c6ceacbca7813f2fc8d88a5b41cf474a0106ba757f1903a0c9e7e
test-results-macos-latest-17-temurin
54.3 KB
sha256:17406d4eda8c648b0a0eac70fdd1b9190233bca4accb7e35e05c1628625f8564
test-results-macos-latest-17-zulu
53.9 KB
sha256:1f82d252ab6dd639dd62ae61c579a6abbc0d6148c637d4552feeeee8ae16b8a9
test-results-macos-latest-21-temurin
54.1 KB
sha256:230373a2ca091fc2e9404c79963e19ef46bf7cd952a3556b9861c3e54f7f4a28
test-results-macos-latest-21-zulu
54.4 KB
sha256:e9366ad88decb0e07fe276d3f4e551ade64321bb55fc437ee2fe70cd4d385a47
test-results-macos-latest-25-temurin
54.1 KB
sha256:a4fba81dcb1c769f65a0512683ea63ce3b930556d501d7e6fbdd46ed323aeaf8
test-results-macos-latest-25-zulu
54 KB
sha256:17f0073e71574ac37cc9302d5be8fadaf9281d2069df84803755edda92df773a
test-results-macos-latest-8-zulu
57.8 KB
sha256:41f50c8fcea29f259b4e4875c4a1f233148277371ec2cd739b87b0e0b863b551
test-results-macos-latest-EA-temurin
54 KB
sha256:2f53e894bb15b08b063974c69362309ccd8fc42bbd3f8a0c61804ce2dcdd8ead
test-results-macos-latest-EA-zulu
54.5 KB
sha256:8e11a1537b70e2003c0112f6b79a0187ab56f683dda369438876d6f287a14d91
test-results-ubuntu-22.04-11-temurin
56.5 KB
sha256:18a089bd5b46e99f29881b93bd23948bc2821b54180c0d60b7403a01bbc77f71
test-results-ubuntu-22.04-11-zulu
56.6 KB
sha256:f49ccfe2c5c67661c7a77a047f8eca93eacf1005fbbdc2bc473d3c9be191b5a3
test-results-ubuntu-22.04-17-temurin
53.6 KB
sha256:7914c1013ceca705e6f621c7c6f0d3ded64a37a69ac5ce5555d52880760961ee
test-results-ubuntu-22.04-17-zulu
53.7 KB
sha256:e494e7e2704fcf2b3eb64bfd5b67cbd7a522a55bcd85bfff010e1f3c7972f1a8
test-results-ubuntu-22.04-21-temurin
53.7 KB
sha256:17604e312b239c5995054c61df3aed7b9c6294433b8f65e34d93dc75c497a0a6
test-results-ubuntu-22.04-21-zulu
53.7 KB
sha256:dd2b745e9cf637126ab3dc3ab3d3c4ad9c8e0ad202c6dc5139be2c90b704475f
test-results-ubuntu-22.04-25-temurin
53.7 KB
sha256:2448667ee115a7a7fcc85edbd83341de2fb1601e0e82be35ca64d678be238517
test-results-ubuntu-22.04-25-zulu
53.7 KB
sha256:21c4b14f154a33171b35facaefb46b0def4d18c1856e05e028c28a32dc9a2ef5
test-results-ubuntu-22.04-8-temurin
57 KB
sha256:394de2038c4493fb4cd0ff2aae2f4a0a01f4c0eb4c580e8c660e407b15ee0661
test-results-ubuntu-22.04-8-zulu
56.8 KB
sha256:1fc258601d66534fc412d654444a3b3313c2d2c654448d6a61b48ea4d182376b
test-results-ubuntu-22.04-EA-temurin
53.7 KB
sha256:f6415061f0595be7c94ce373011d0eca12b691ae548dbb66919759199ec64ce3
test-results-ubuntu-22.04-EA-zulu
53.7 KB
sha256:a06fd2a9595400a0a350a69d4a552e4b8a3ef1adf2d6696d75cbf6a06d0e38d5
test-results-ubuntu-22.04-arm-11-temurin
56.5 KB
sha256:e386e7b297d79fee2168f8785ccbef739eb2a1ab6ebbca0c8de464b746554508
test-results-ubuntu-22.04-arm-11-zulu
56.4 KB
sha256:742959fbaba45359ba542ea695ec1cbf698a4d6d142dbc50eb5e2ff640c38c75
test-results-ubuntu-22.04-arm-17-temurin
53.7 KB
sha256:89fe85f6694b56a75c1043a12b7a00ec0e44b63a375a1de6af6425a6124b2959
test-results-ubuntu-22.04-arm-17-zulu
53.6 KB
sha256:d67e4f73756db16eaf6d5d251fdfe561478be96e4ebf51a456b51b9ada620767
test-results-ubuntu-22.04-arm-21-temurin
53.7 KB
sha256:d080175665413799e6e969b8d73fbbd957248890008b4de351976a3966ce3991
test-results-ubuntu-22.04-arm-21-zulu
53.6 KB
sha256:e3fce3ae14f95097e9aeecf815e499997ae4234ac5ad3e714ff4f2c033883edf
test-results-ubuntu-22.04-arm-25-temurin
53.7 KB
sha256:2cd0524639585ffc75048007e901ce63f9ecb5e7443446c4ea44fd1f8b5b18f9
test-results-ubuntu-22.04-arm-25-zulu
53.6 KB
sha256:5560655bc724cff9fc351bffeab7ec3c945b5ec4e2605dd9fec3c664a5510879
test-results-ubuntu-22.04-arm-8-temurin
57.1 KB
sha256:e6458e8bdff048e1de04aaf3c80d3d0d95bda3184df401e5b66d506175fc1285
test-results-ubuntu-22.04-arm-8-zulu
57 KB
sha256:3284231bc3b09e357dda4b11f554b8ae689b0f997292789c1849a5ae89a22dc5
test-results-ubuntu-22.04-arm-EA-temurin
53.6 KB
sha256:789fd828083d7fc1830ed19604e32a2f79d6f0976299c0a11f4482ccbc5124d5
test-results-ubuntu-22.04-arm-EA-zulu
53.7 KB
sha256:c53618cb217ebecc73bbb8bd437f7d912c1c7b2d2a882ac1c18f50de0d10a215
test-results-ubuntu-latest-11-temurin
56.6 KB
sha256:d9e9eeffe2f9e997ae07a7f805e3b72b9b85d9acb2ccffbb4d931f972ec9b77b
test-results-ubuntu-latest-11-zulu
56.5 KB
sha256:98545ea5258ae0d4b0e6e0f317819d290b0e618b4ac162b7107952005521b9ae
test-results-ubuntu-latest-17-temurin
53.7 KB
sha256:6f3e68486430ae3259ba4f4965b1f7ebe7d338eee18e3902ed898679d957d8b0
test-results-ubuntu-latest-17-zulu
53.7 KB
sha256:78594cf39bbe594558f4bc54855d436708e9b6af3bdeab4a49e825b707f3c852
test-results-ubuntu-latest-21-temurin
53.6 KB
sha256:616069e82da940ccf06cc17d0017c6869c945a65bf0fab696627b83d36eab2eb
test-results-ubuntu-latest-21-zulu
53.7 KB
sha256:410f6486d45ab137000b9a103208aba0543828135cf4de3d272b785001f0c0f6
test-results-ubuntu-latest-25-temurin
53.6 KB
sha256:715770693f4019f65ecfd61aa95ccb5119f90422c9dd00819225b3b3bea94b1e
test-results-ubuntu-latest-25-zulu
53.7 KB
sha256:c3571e28b0345daad5285bc6657ee51fe735ff7c8db45d39523fe2e2a2db0b14
test-results-ubuntu-latest-8-temurin
56.9 KB
sha256:31077bce24ba1dd94956da6a13f439d7ba7f67211df6e408e7d46ebe26b2ce1b
test-results-ubuntu-latest-8-zulu
57 KB
sha256:19b78ea8d2839ea608d7ff536bc9a56d7ade3b5e3cb93da54f67d9eb9b62cc7a
test-results-ubuntu-latest-EA-temurin
53.7 KB
sha256:2c6c248a1a7cc39ab92503160dc7589fbaf56694d261ff3f21009e829f06010a
test-results-ubuntu-latest-EA-zulu
53.7 KB
sha256:9a40e4bea486141ff3de9262f37572d018d6eb9f64a69dddb1f3b2cef8c7598d
test-results-windows-latest-11-temurin
59.5 KB
sha256:4cff04348f92b82056aa9357baa962a63429011c3d54dca712545e6f2546a12d
test-results-windows-latest-11-zulu
59.6 KB
sha256:5aa2943834398c585e6f58268b0dabcb6a3789b57a55650da41c66d0067311ff
test-results-windows-latest-17-temurin
56.8 KB
sha256:bf9b5a2e7bb16fbe3e61fe5425d84ff802fee497d4ee7393b430011502ead37d
test-results-windows-latest-17-zulu
56.7 KB
sha256:fd612519f033e4794b3e78aaf17d076d06b498b63b775104bb5e2c971547f6aa
test-results-windows-latest-21-temurin
56.8 KB
sha256:9a7b9fb26f21f3a3123178a42ed37797757b4b1df0be66c33a40f780f9c087d2
test-results-windows-latest-21-zulu
56.7 KB
sha256:ed9e356d304a8f57c495e9c911ccbf4cb1336e5cef10b6ca87d0cc90b5f3e91b
test-results-windows-latest-25-temurin
56.7 KB
sha256:47af8f578246a97290bb0fdc0df01a81d9e675862bece3324d5597b02d8f42d7
test-results-windows-latest-25-zulu
56.8 KB
sha256:87bdd0625c6bbcfc337aebd2ad2852d661850fe5bcc036a1fc9212ae137d2f40
test-results-windows-latest-8-temurin
59.4 KB
sha256:efbabd4f48d9edcf51ddd684f5217467b3f0a14f155a8b7b54ee13a2875cd8ee
test-results-windows-latest-8-zulu
59.5 KB
sha256:b49e2a209af45b273f20bc9e908af66f6619591b6bc18fff2ec43cc57d45a158
test-results-windows-latest-EA-temurin
56.7 KB
sha256:b4e46a12f95932fce38a81c7ec530d00bdf5cd5a2481341c8a35ea091f022e9e
test-results-windows-latest-EA-zulu
56.5 KB
sha256:11488765bb4547872d1b64e5eb4d1372af092a63b16eb9b7cdfb9be23f212d25
testjar
24.2 MB
sha256:962895658d454c1a6d47f0b0ced33f608f7d36ea85cdc94ff0df4b2ff96c0628