Skip to content

Close contexts after each test in SSLEngineVersionCompatibilityTest. #4492

Close contexts after each test in SSLEngineVersionCompatibilityTest.

Close contexts after each test in SSLEngineVersionCompatibilityTest. #4492

Triggered via pull request July 15, 2026 08:20
Status Failure
Total duration 51m 28s
Artifacts 76

ci.yml

on: pull_request
boringssl_clone
7s
boringssl_clone
clang_format_check
23s
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 (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/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 (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?
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?

Artifacts

Produced during runtime
Name Size Digest
boringssl-source Expired
372 KB
sha256:72af0c4d2dc82a0f9b661a55a1eec93a19fac6baf6ddf7ba74ec67808c162274
m2repo-Linux
9.54 MB
sha256:504dec40ee2703b117c3ec53eb27eea1b7e48a32b4c9a83ff3a7b69520b32b86
m2repo-Windows
1.88 MB
sha256:9d0afbf459fc9054416f75458eca21c26b7c44c95b7bb8b87bf84f874a87c702
m2repo-macOS
3.88 MB
sha256:ddcfac9a5d607319c24dec12878a5ac358ba3ab7b32056b2c4795f4b3741f2ab
m2repo-uber
21.7 MB
sha256:748ad3eb085d722889bc4dd9dfcc70f144009176ed6c1b679fda4e264e896d27
test-results-macos-14-11-temurin
57.2 KB
sha256:36078b16cfb6abeec29b637cc78e3f2fb51353a5e893be855cb783e78bca35e3
test-results-macos-14-11-zulu
56.9 KB
sha256:5c85046e3d93b0535ec6654e560c68bf4ad641c6010326bb65aa46349bc83626
test-results-macos-14-17-temurin
54 KB
sha256:0a8b51c8c5d1e45e086eec0c2403396a5a7a37b4f14e388e9c527d09869b2bcf
test-results-macos-14-17-zulu
54.2 KB
sha256:0aeea3ceb2d517241100e951e696ac4f1dd8b2ac51992b01914f98439524396d
test-results-macos-14-21-temurin
54.1 KB
sha256:8603b215543b51edd6cb6810c036f350730155d472aa80e98199730480c36457
test-results-macos-14-21-zulu
54.2 KB
sha256:4581906dfb60d6c73482f90c88a3b1eb977f371d79ee5c23ae45a0871c59c98c
test-results-macos-14-25-temurin
54.3 KB
sha256:578047dc8e1c7523f784d50018b543cb29d96208748d4be5998d6a259041a2d6
test-results-macos-14-25-zulu
54 KB
sha256:5a37a8be9d03459c76652d440aa7c297ce39a50b43d5d038c3ed92df93672900
test-results-macos-14-8-zulu
57.6 KB
sha256:3a823afea5d91bfc8621247563512bb3bf65c0cda16f76d486839b0c7ea24145
test-results-macos-14-EA-temurin
54 KB
sha256:122f3195a47998612c4056239b2b2c48374362d92270c7e6aa16c5e5d4986f3f
test-results-macos-14-EA-zulu
54.5 KB
sha256:4bc149432ee466431deca548846e4f190f2d326f038da751609bfd9751e973fd
test-results-macos-latest-11-temurin
57.3 KB
sha256:303512e07dd78fa53e77ac014e7678a6b3de1223734fef5f5728ceb995b49843
test-results-macos-latest-11-zulu
56.8 KB
sha256:d151d3edef2d2c0928bec429f7b44c84204f49ac6f42cd7e729364cce4be3534
test-results-macos-latest-17-temurin
53.9 KB
sha256:207795d99a6a537951a38c49bd6fd428c6595d229bf4fbb1d320aa7ea301f752
test-results-macos-latest-17-zulu
54.6 KB
sha256:1704f371bb2e3cf1d73a9995b48223afcaacb27e4e4a7c61d426d5c4b868ace0
test-results-macos-latest-21-temurin
54.4 KB
sha256:8ca2550cc1082fc25c63e038a1e52e8e2fa8a59ed86abfd0eb81053c893ffdb8
test-results-macos-latest-21-zulu
54.3 KB
sha256:3df3844bd140fed4115f846b260cf8c9fa7ad9abac5fa8c9cd8f7ff8d694d16d
test-results-macos-latest-25-temurin
54.4 KB
sha256:9479e6f05f81779747104704c8f06700a298e37a7f324b5507b09a3de79bc040
test-results-macos-latest-25-zulu
54.1 KB
sha256:a43c86c48df0562399bfd4e86f5d166b016c0053a6b6104f302918e35b90f0c8
test-results-macos-latest-8-zulu
57.6 KB
sha256:6f1986d2661914e9ceb127713737dd25eb74060610a4c24cab597c67620ecb87
test-results-macos-latest-EA-temurin
54.7 KB
sha256:108678fd97c5fbdbca09f322aea77659820d32fd42b8908054259759d19ee5c6
test-results-macos-latest-EA-zulu
54.4 KB
sha256:1cce4df549e630fef9a0e7f439f0135a2921723da0f199e0b21e4fcde5bd704a
test-results-ubuntu-22.04-11-temurin
56.3 KB
sha256:f64f7d4163925f1f3aa6170d2499b280fddc4a3fbee8bf6263d4499cc25aa8c1
test-results-ubuntu-22.04-11-zulu
56.6 KB
sha256:32d87573c40a6f6ac283c5e4d63dc3c494bb67d6c23f932aef7ae648049f1341
test-results-ubuntu-22.04-17-temurin
53.5 KB
sha256:6cad7d2a1fb83f77f5d1c427ad24351d1365f09dac5d7651dc9e51bbb3d64ae9
test-results-ubuntu-22.04-17-zulu
53.8 KB
sha256:01103c0ff2206f3b1dc30732417a82e8ac4c5f22afc60d65cb4f32c2e6fd0aaa
test-results-ubuntu-22.04-21-temurin
53.6 KB
sha256:1da95c6eb031fffe5def27c4ccb864cbe6f48ed45f2a2f7984c0e6fba2cb38c8
test-results-ubuntu-22.04-21-zulu
53.7 KB
sha256:afe025033eacd9f86a4780a0b55367ccc12b4943d24c05c712dcaf46cd79f700
test-results-ubuntu-22.04-25-temurin
53.7 KB
sha256:9f1592c5b5ae5697560f8bd8e1546ed9415d2c05ad9d46648a5f50c68d71c33b
test-results-ubuntu-22.04-25-zulu
53.7 KB
sha256:d2fe3f94c02f00444f35440d747a6129303ee982ce623293a7bd17d41aeb8828
test-results-ubuntu-22.04-8-temurin
56.9 KB
sha256:1e5ebb7146a0d34ef5e5ee2a51984f82f0e7b3f94134b8e4d1a763b15668243b
test-results-ubuntu-22.04-8-zulu
57 KB
sha256:70dc7d110d743b2fcb2adcc4b5ec0ea55e76795d48e8a3773821069f3b0ab2e1
test-results-ubuntu-22.04-EA-temurin
53.7 KB
sha256:ce37af53476a9916597e9efb8163e37cde54deddb89942d85a7e4ff90bb27744
test-results-ubuntu-22.04-EA-zulu
53.7 KB
sha256:9487a3dbb87380835f68bb5cae0a339847561c9adecb74e9fc0eb5737eeeaee3
test-results-ubuntu-22.04-arm-11-temurin
56.4 KB
sha256:1a720bad1b7aec1893b10e85f3be3e983d17754825aba9e914a27fdbf8afc89c
test-results-ubuntu-22.04-arm-11-zulu
56.5 KB
sha256:9c5c5eaea30bea1953953afbf40da621087e214b549dd7f3672bbaad06d47c7b
test-results-ubuntu-22.04-arm-17-temurin
53.7 KB
sha256:2d3371c36cf6f37321182ad142c39ce8cf87dcf8f9c00d57bde135bbc4dba244
test-results-ubuntu-22.04-arm-17-zulu
53.7 KB
sha256:3c467717c763c95cc502faad5cf9fd9b4bbe79fb9f381f6f60b5800e01f610be
test-results-ubuntu-22.04-arm-21-temurin
53.7 KB
sha256:90a4a880a7aa829bca354986dc5a7a180055d36c570e43eb9a06b6ff743aa146
test-results-ubuntu-22.04-arm-21-zulu
53.7 KB
sha256:3457f55a64b9fd6bfeeed1c7d8ba56541356c8cbdefe9d14354d364eeacf7d99
test-results-ubuntu-22.04-arm-25-temurin
53.7 KB
sha256:8d12acd3072b8f650cf904d40f4a355f17dff3b6bb4fcd4d779f147ecea6f00d
test-results-ubuntu-22.04-arm-25-zulu
53.7 KB
sha256:dbafded6e811a4c810f16424de9358f6044b494ae3832b8bcf153052355dc21f
test-results-ubuntu-22.04-arm-8-temurin
56.9 KB
sha256:06a3146ad83ba32347c5381c054dbae8bfb238b30a6563e6c3774b2e09512481
test-results-ubuntu-22.04-arm-8-zulu
57 KB
sha256:d2e1b70eb5cfc7a07a01d596a34d6a4515116f0c09d8abaa394acb144e3b48b5
test-results-ubuntu-22.04-arm-EA-temurin
53.7 KB
sha256:44f7dadc09e4fb0cd35744e9608fcc3a286ef5bad9d46f36600d0dabfd8c538e
test-results-ubuntu-22.04-arm-EA-zulu
53.6 KB
sha256:b68a37e89f2dfee4600aaa2ff82d90313a1372e09273581c2bae04efde03353d
test-results-ubuntu-latest-11-temurin
56.6 KB
sha256:75dbaa723aa73cc9a2f5a0267c97596c370a3cf8e91fd97861b2431e1430ea99
test-results-ubuntu-latest-11-zulu
56.6 KB
sha256:d06e793f54a992f5dcc1594aefb208a89ce1361c0b9a100be8d516ae0a4685ba
test-results-ubuntu-latest-17-temurin
53.7 KB
sha256:bbd3729e12d5e910e73b82cad254c6f61fdfb0000f18584692fb2e1ef15f65bd
test-results-ubuntu-latest-17-zulu
53.7 KB
sha256:060694a86e089c1c9ac4153973e84d47aabff317ba70020fc4d7c1d6fafd9afb
test-results-ubuntu-latest-21-temurin
53.8 KB
sha256:a6b6d0bc4ef0d3ed15f615e86529bc09fd84eab380e8a195f73f548dd3b14111
test-results-ubuntu-latest-21-zulu
53.7 KB
sha256:00c7987275f80cb9fda2517b49cf75eb21361804f6375b7dbed657c04d483d8c
test-results-ubuntu-latest-25-temurin
53.6 KB
sha256:d70c72d12736bf75e1b120f27287eff071805fb325ffe7ee5cb4ac61fded27c0
test-results-ubuntu-latest-25-zulu
53.8 KB
sha256:15d02bd29154b28f2df049903e89ef71b145fca2bb776df5fb86681e70f17c50
test-results-ubuntu-latest-8-temurin
56.9 KB
sha256:b4387a07adb961077ce40fc15c11e79c686ba58bf4a63df243ea6145a0304bff
test-results-ubuntu-latest-8-zulu
57.1 KB
sha256:00471362e084e9554947beb07681cecf41f521e4373b91587a1a0538951f54b5
test-results-ubuntu-latest-EA-temurin
53.6 KB
sha256:87ed1a808a48883c56c5edfa10781249edda99ea0a04e8aa5b7e948be65177a3
test-results-ubuntu-latest-EA-zulu
53.6 KB
sha256:7d4fb8f563df7d9ebef7a6fcaa5b206047c348fbb45589233cbd28ba0277ff53
test-results-windows-latest-11-temurin
59.5 KB
sha256:0dba4054c6021715f14088a56ff2515d3309439f39e22fc66ace1121da868afc
test-results-windows-latest-11-zulu
59.6 KB
sha256:3a05661427c6613c8351c259ef7c6760117f023fe59ee0ab510b1a1cac7c52aa
test-results-windows-latest-17-temurin
56.5 KB
sha256:c243cfe632d6616ba2155aed3e0ecc5671007ec4350196342f4ceeb71a1fc02e
test-results-windows-latest-17-zulu
56.8 KB
sha256:832705e764ad7a2bb9d3a5c8997b926ff212b7e54140b61abd58d664ef0494a3
test-results-windows-latest-21-temurin
56.8 KB
sha256:c480c7c8b7084a2a254757aba26c5bf4100750efb937e8d0c6c449e367f6222b
test-results-windows-latest-21-zulu
56.9 KB
sha256:d4ff2123347be95dd3a3b5e3073e9995d0845e5d38c5a5bfd3736f4298d3e607
test-results-windows-latest-25-temurin
56.7 KB
sha256:ffe3e3c80217ca35790379e35fe6b5b35d8a0cd9d64d7258fa9f7121c73675a4
test-results-windows-latest-25-zulu
56.8 KB
sha256:a784e1e25d5b4f9808229a5264a37541e56d22f114da2ca4e9bb6091d6a3ec51
test-results-windows-latest-8-temurin
59.6 KB
sha256:17e8f936153c634bce6882b480cf4538739dd448300dfdcb99345484aca6204b
test-results-windows-latest-8-zulu
59.5 KB
sha256:8c78b5e0b12db3c74daea34da94480eb6d3af32f9da154d261d0dfe5e04d0313
test-results-windows-latest-EA-temurin
56.7 KB
sha256:4686ed87644db79789bb01d04d50a9379cb2db0922d807b3c2130ab3054eb403
test-results-windows-latest-EA-zulu
56.7 KB
sha256:86cb4b12e1fdec7ac45fe048a9d00b4c9dafa2cf1e7b229eb0039aa7fe66b35e
testjar
24.2 MB
sha256:398332fc93002b0c82632415fee53fa4b8aeb6ef713b69ec66ff3d29a6510f05