Skip to content

Continuous integration #4490

Continuous integration

Continuous integration #4490

Triggered via schedule July 14, 2026 00:31
Status Cancelled
Total duration 6h 0m 26s
Artifacts 76

ci.yml

on: schedule
boringssl_clone
6s
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

2 errors, 45 warnings, and 12 notices
android-test (34)
The job has exceeded the maximum execution time of 6h0m0s
android-test (34)
The operation was canceled.
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 'serverId' is never read.
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
[UnusedMethod] Constructor 'Link' is never used.
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?
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, 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, 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, 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, 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
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, 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, 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, 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, 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, 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

Artifacts

Produced during runtime
Name Size Digest
boringssl-source Expired
372 KB
sha256:ee454d148481525d6d3f376c6183242d21c80687edca9c6fdfc83fa0a3e528ca
m2repo-Linux
9.54 MB
sha256:673a3eb88b78eb57157e9186eacc735536366b71e01dff6e84f72dd6a804ecec
m2repo-Windows
1.88 MB
sha256:86388f275fe7c1e107a4d75830e8affcbf7b6224879aaa7ec8a3ce602ded785e
m2repo-macOS
3.88 MB
sha256:35a3b6a82edda076620a8f61cd398258b252fac39fce95c025c0bae1a8d976ea
m2repo-uber
21.7 MB
sha256:92ac05b55c0fd1e49d9257dc5b9c5e673bafaab88396f05c89cb5cdaafd7aac0
test-results-macos-14-11-temurin
56.8 KB
sha256:13b81b19422204911c44b38dd2d5f64a2e302354933e381a72ee4951604d4aea
test-results-macos-14-11-zulu
56.8 KB
sha256:f1394b4e82655eb3cb6c9f2d66e039506dde1fdd1f92021ee51ff5f45eac0888
test-results-macos-14-17-temurin
53.9 KB
sha256:e986b18435af72c5ca318c5ad1afd570bb02b26258afb90b836a96353b89776c
test-results-macos-14-17-zulu
54.2 KB
sha256:5846b5eed79c12af85bdc6b23192c1a919338dc1bc584aeacba3f085ef74f932
test-results-macos-14-21-temurin
54.3 KB
sha256:1f66e75a87b9f47878dffee42a494652e56cd1cd0a0eeb04ae1e21b06544f542
test-results-macos-14-21-zulu
54.2 KB
sha256:5e833beca07b07bdfc7316ea3bd6ed12db002b409ac83ee89ae714c7a24e42d5
test-results-macos-14-25-temurin
54.1 KB
sha256:c2ff418a0547f8d57947962cdb32331a2fb26d9f906bf8af9219b2ade8315c3d
test-results-macos-14-25-zulu
54 KB
sha256:5e19116576a15318fe18042b8b0558f9db20a32c748b024a9e7699f530abcc09
test-results-macos-14-8-zulu
57.6 KB
sha256:77e14a2cf6304d18faa33bb565b29eba4cd37428d29c84ae63536080c1d5599a
test-results-macos-14-EA-temurin
54 KB
sha256:516af700c433f4e6353a0428ab03bbec3ca572ffab333eacdcadf5c0ff0395e4
test-results-macos-14-EA-zulu
53.9 KB
sha256:89b5fcbcb1ac5753e2ed3a7ffa0887ccd35ee0508b98a9bae766ed9cfb8ec650
test-results-macos-latest-11-temurin
57.4 KB
sha256:fb335126a0fc7cb64a9ab47721e4001d112a7e8c77d50aed8762cfdc79dbb263
test-results-macos-latest-11-zulu
57.7 KB
sha256:ef30da2a124fe64ca19816d95f51a739971ffd9a57a56a9a818b42a6e5d2b0f6
test-results-macos-latest-17-temurin
54.5 KB
sha256:2ccea4b7d0e6b35409f237cd7c2e57c6e65b95cf488bfe237f2a140712e8d031
test-results-macos-latest-17-zulu
54.4 KB
sha256:9e24336d2dc14d6f7c936bed835fc928ba63a6987b32cee3cd042344fc254967
test-results-macos-latest-21-temurin
54.2 KB
sha256:0bbcb4110d770365a9bdf1728084efbb7f25848887c9c40f95714fb65530eb4e
test-results-macos-latest-21-zulu
54.1 KB
sha256:94ae5347138d694b25115bd4a764c3cd768f8cafd6c4f5f4819aab76a97f5780
test-results-macos-latest-25-temurin
54.6 KB
sha256:b731a415a4fdaf17bb29fbd262a8c63afbb5fa288c29390f21491936f453e977
test-results-macos-latest-25-zulu
54 KB
sha256:690eea2faebddc6d938189019cd79fa1ac718b48f24d3cc997fce7c7c5b50c5a
test-results-macos-latest-8-zulu
57.3 KB
sha256:be55da18b41a27f51952f808b6dae3b36951e2752dc1a87d7a5fc2f689e5e216
test-results-macos-latest-EA-temurin
54 KB
sha256:923aa7beb7cd6f5aef5014489ad7ca8002f718efe5071d2bb6580c6bd4a601cc
test-results-macos-latest-EA-zulu
53.9 KB
sha256:88309646d5c8810abc3ddf15f78175ac62c66bc12e022c17410108ecea60b588
test-results-ubuntu-22.04-11-temurin
56.5 KB
sha256:c0ef28c766884a3cf3dd31fca298a54e19a89cef428661f5febdb130ae65693a
test-results-ubuntu-22.04-11-zulu
56.4 KB
sha256:e435148b8e0c1bc149d33aa85be30d6bc1c045dcf1a517cd4c198c807f544e8c
test-results-ubuntu-22.04-17-temurin
53.5 KB
sha256:ec5e34b0f554470f943484e07b6f9d11485fff45e1275a8de31f4dada5d45b3e
test-results-ubuntu-22.04-17-zulu
53.8 KB
sha256:f1c079b9b967218c338996837c6f29fafa94203e4d931998641f573e40adbbce
test-results-ubuntu-22.04-21-temurin
53.7 KB
sha256:0752aba600edb1078c0c01bcde950b5e900d272c66b1390d377138a7d75ed8e3
test-results-ubuntu-22.04-21-zulu
53.7 KB
sha256:6a65b93ee1521532d857c2ef880247febdcdf0ca8066a1dccf69604ccf32d685
test-results-ubuntu-22.04-25-temurin
53.6 KB
sha256:17d2d4811bd40a0f8ab0b696845ff6cdc6e76b6cfa5ea2daa56240400fdc5c99
test-results-ubuntu-22.04-25-zulu
53.5 KB
sha256:e97f0c7783963bb9d84000be626612ce255f63112ef00dd2db8bb03ee8b2813d
test-results-ubuntu-22.04-8-temurin
56.7 KB
sha256:255b6617930ea2c60c5360967975e12da8e97826f103fd0471378c68ef4253de
test-results-ubuntu-22.04-8-zulu
57 KB
sha256:a09c60140dd7efbcd93aecf005797021fb27180192d456369c011a1ea15c84c0
test-results-ubuntu-22.04-EA-temurin
53.5 KB
sha256:8eb23e251f9f50215ca0e43345ce813a31b0805ea3ee47aececb150fab668658
test-results-ubuntu-22.04-EA-zulu
53.8 KB
sha256:8bb27c003288b205a4d87f55e71ecaa0ff8f9ca30bb9cb5a932e489f3d9152a3
test-results-ubuntu-22.04-arm-11-temurin
56.5 KB
sha256:05d1f9c9689d709bb707d22de17ab486eee645b987b821b41f16956c407f77dd
test-results-ubuntu-22.04-arm-11-zulu
56.4 KB
sha256:d2d90222ab36be953777429ffc5cbbc934efdda81145e5cab938a5cd245dd570
test-results-ubuntu-22.04-arm-17-temurin
53.6 KB
sha256:fde1e4b943e66df0ce741cdd3a833096fb6e2410b5e597296794c652ea8b07b8
test-results-ubuntu-22.04-arm-17-zulu
53.7 KB
sha256:6eacfd5589b1182d662d927bb3b4155392899775d7d22a25eb317ab5102a0714
test-results-ubuntu-22.04-arm-21-temurin
53.6 KB
sha256:ec97c010cca0aa5e144558cee4e11cebbcacf34cea952e09bdd3394bc7416a04
test-results-ubuntu-22.04-arm-21-zulu
53.7 KB
sha256:7dfd41f419af541406fbb899e4caa2e6a0fc90d366e7c4f84883c78e9b2dfb7c
test-results-ubuntu-22.04-arm-25-temurin
53.7 KB
sha256:0855cd5b0e4c66080a3b0f7f9aa4359bd2dbca148d188e4b0f49079c9bb0c7b2
test-results-ubuntu-22.04-arm-25-zulu
53.7 KB
sha256:1426e117b4f5bc2eb7a88f10d077f6c7dd5d8c0844c6c311a65c93374cdb07b6
test-results-ubuntu-22.04-arm-8-temurin
57.1 KB
sha256:fcefe9553e74485a6e83a4b8e21083329da90dc5febace6ed3e4a2af88c36177
test-results-ubuntu-22.04-arm-8-zulu
57 KB
sha256:1919d13a547069ed9b181ee0e9356aade8d08db918e63f8527d9bc008d43c29b
test-results-ubuntu-22.04-arm-EA-temurin
53.7 KB
sha256:1d1d8142194eb472be4fc211a2a0074cb49126be5f1e5bfbf193b4f5bbe56bda
test-results-ubuntu-22.04-arm-EA-zulu
53.7 KB
sha256:178c5b83f9cf3929dea1b1aa09b1a8b5fb43af0235a50028076c728ea8d458a9
test-results-ubuntu-latest-11-temurin
56.5 KB
sha256:32f29259546d4aa7f71a51284156a80d9f14aaa01aeecada4382899f7aab9de3
test-results-ubuntu-latest-11-zulu
56.6 KB
sha256:d8104e6c1dfd97a4c036619cf786c093673aa605f3a3e57cff04e5d3edd11583
test-results-ubuntu-latest-17-temurin
53.6 KB
sha256:ebfbd0ccd55728d922f41fb1a29afda03ad901eaa02d80865a1f050792419c32
test-results-ubuntu-latest-17-zulu
53.8 KB
sha256:74507b0426ffc4d834775f60d82985ca3602a463209e2eac9506c74dff27670e
test-results-ubuntu-latest-21-temurin
53.6 KB
sha256:e52a6f8c4a1a6cb613b0b3978e5b0677bf491f18930f7297723f9e12dccbe0e7
test-results-ubuntu-latest-21-zulu
53.6 KB
sha256:ea5bdbb32054323853aeb051813607d8cfff3dd32e7d5a4652397418ab927278
test-results-ubuntu-latest-25-temurin
53.7 KB
sha256:5b79b5a246bfa064b04c1aa68dca129a41575c0cafe72efbe7b1dcff11212d03
test-results-ubuntu-latest-25-zulu
53.8 KB
sha256:9065e147bd6c969f1042aca4a92c42e3d7afcc918f285f549fcbb745f1896496
test-results-ubuntu-latest-8-temurin
57 KB
sha256:17a49fd4ccc4cb26722e5434366e98a1b8acdaa2f71c121047d26d2d7bf0b7ef
test-results-ubuntu-latest-8-zulu
57.1 KB
sha256:1b8cf0a315dd2e3fe11f20e84032f37c0e8eba6d93f99085c4a8d9697d19889b
test-results-ubuntu-latest-EA-temurin
53.6 KB
sha256:a1dd258101e697189d7f113ef1658f51d82a28c6a5a6ab1ca4bdf7095374bda1
test-results-ubuntu-latest-EA-zulu
53.6 KB
sha256:70633eec98b44d8c0525fcabc1e45474451ee95251edffb379cd4e8b886c54f9
test-results-windows-latest-11-temurin
59.5 KB
sha256:2cda903d4c9d973a93611a6206ef05028ad3aef89e6ed6ddbd3925870d66729e
test-results-windows-latest-11-zulu
59.3 KB
sha256:76764bde29b57d57c57806328bdab48ce6039550e257fe645dc149da3093d1e6
test-results-windows-latest-17-temurin
56.7 KB
sha256:d16b159d554f7185bab731e7ebdc2e7ed4729007b2c9b3716de8ec57fcd81606
test-results-windows-latest-17-zulu
56.8 KB
sha256:5751da2eadf57c0f78372f3b85d50cefbf5df26b10b277c8b65f0bddd4755f50
test-results-windows-latest-21-temurin
56.8 KB
sha256:dded6847701be8f89b704ab16098f61588bd24c3175a5ca612ff6cbe55db14cc
test-results-windows-latest-21-zulu
56.8 KB
sha256:b335964962807ce5be0a90d4e5d768e6db25c85e3d6511f93bc39214a6716729
test-results-windows-latest-25-temurin
56.6 KB
sha256:2d7eff7a673ad87ed2280f69995c64cef6c87d4c51dd87a582c21fe557b29cbf
test-results-windows-latest-25-zulu
56.8 KB
sha256:98b259ce02d273ea80338686f85523baff260a8a7eae6199307a1a80b3310e06
test-results-windows-latest-8-temurin
59.5 KB
sha256:aea6b060a3e273bf26f728c441836d71065e2e076701651f9fc3b424b6a4e1c6
test-results-windows-latest-8-zulu
59.8 KB
sha256:bf22a2eb3574be120e8650f6c1d39b2936131feff1109ba6c2ec35d012d91d0b
test-results-windows-latest-EA-temurin
56.7 KB
sha256:b8f4520aa9b527181c4dc988c798a8b51e9b689a1e2beac65ff519019c14b9c1
test-results-windows-latest-EA-zulu
56.7 KB
sha256:be8f2e1a9d83b49d046a74d0900be6e9fa7daec707983d32f1759f57773503fc
testjar
24.2 MB
sha256:2c314fe646f469cd0ba912bac7fa4622438b1c7f283407fedb8167c9bdbfe6bb