Project import generated by Copybara. (#1521) #4473
ci.yml
on: push
boringssl_clone
6s
clang_format_check
0s
Matrix: build
Matrix: android-test
Matrix: openjdk-test
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 (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 '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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
boringssl-source
Expired
|
372 KB |
sha256:d9c11a67e3999ae21df636a30d57c7bd137e169b98a4f1b459a6c0d325706f93
|
|
|
m2repo-Linux
|
9.52 MB |
sha256:d571297324addd8110b4228cbf1cd8fdbb3a5524a76640916d003c9d81006fe4
|
|
|
m2repo-Windows
|
1.88 MB |
sha256:6744839fad2b5e30f3e68a82458d4d94e0d26e0d9b7007cb91a3e467d14c9c2a
|
|
|
m2repo-macOS
|
3.86 MB |
sha256:9b29cdf4abf40c7c249874444bfb748c71feb85ae948b949d040473b2eec31d0
|
|
|
m2repo-uber
|
21.6 MB |
sha256:e5e6b8c51dfcc7672f3de57d8934f48941bfe7e9637a08d2d5d4bee675cc66b5
|
|
|
test-results-macos-14-11-temurin
|
56.9 KB |
sha256:b3cc4b929ba8aa11d2fcf24908e7b2f01c2d8913ad87363b892afe92c2fbbdb0
|
|
|
test-results-macos-14-11-zulu
|
57.2 KB |
sha256:4ff6eec0f2f72fd00daf0665ab8b0c5480acab137f27009deefd6e4a17bdc076
|
|
|
test-results-macos-14-17-temurin
|
54.4 KB |
sha256:4b282fdc6ac4aad0b3e2c19eda4b847b7eef479b8611fd81f1ffd2fc55fab47c
|
|
|
test-results-macos-14-17-zulu
|
54 KB |
sha256:5e788a2195534dc8482c55bdee9b2668c3f9c90813adc054b5cd28cf0d1cf5db
|
|
|
test-results-macos-14-21-temurin
|
53.9 KB |
sha256:bf2c7e84aa7d363cbdef3997f5dce4f1f48aaca8d4d93f6492adba849cc15e5d
|
|
|
test-results-macos-14-21-zulu
|
54.5 KB |
sha256:aab3642442b73339f50b396f25f4f7664ffa0f8f79016c218197a36a843a1b40
|
|
|
test-results-macos-14-25-temurin
|
54 KB |
sha256:aab0d92ed0ef1445678aaf63d43deb905b99251f67e426bf7fa6f2ee32b33a07
|
|
|
test-results-macos-14-25-zulu
|
54.4 KB |
sha256:450c1bba888460e4912b1e5cdd475e1154097462b42e49cbc4625e20dcab5e7b
|
|
|
test-results-macos-14-8-zulu
|
57.4 KB |
sha256:e809b875697810d7e0c509bbd19b63a842b8925fb6fc8a92341e0c9e814dfdf2
|
|
|
test-results-macos-14-EA-temurin
|
53.9 KB |
sha256:2af8882013c361ba050acd3a1b914e88822ba223f0f223cafaf8db69cc3de4b3
|
|
|
test-results-macos-14-EA-zulu
|
54.3 KB |
sha256:c54632315b5266b2d19d072d5a636e5a73349b009776daebeac80e79a87c11b7
|
|
|
test-results-macos-latest-11-temurin
|
57.2 KB |
sha256:b6384b8fb90237e9510a2c6bb9cdacd8393dca53bacc8bf190fd4d2a5e920d93
|
|
|
test-results-macos-latest-11-zulu
|
57 KB |
sha256:ac1683c70144ff68d36104a364d0a81b4051ada85cfcc3433e6e8322d580915f
|
|
|
test-results-macos-latest-17-temurin
|
54.2 KB |
sha256:bff086a340603455c2e720d733522737bbbcf3e85e39cfd75c1df75b07c5143b
|
|
|
test-results-macos-latest-17-zulu
|
54 KB |
sha256:e3540dde3aedb0123e27122fb213b0ed29e92a1d87f800ee49e3dfd2ba3be29d
|
|
|
test-results-macos-latest-21-temurin
|
54.6 KB |
sha256:532fce6548a66625b3a372c3df0cf6bc57a1b4a16aeac14f9d86943311c22813
|
|
|
test-results-macos-latest-21-zulu
|
54.7 KB |
sha256:a465267c687d0732b71eb666667489c4e457e1b0a8172a610c6e5257bb7daf90
|
|
|
test-results-macos-latest-25-temurin
|
54.1 KB |
sha256:3661dc024a22618c5fc43d79d66b2fc777eccd49bf63cf7388648a06e6bb90a6
|
|
|
test-results-macos-latest-25-zulu
|
54.7 KB |
sha256:00e519eb41e223641e495da28227b1becf7d8d62379672e0df7b4e02e9aba2de
|
|
|
test-results-macos-latest-8-zulu
|
57.8 KB |
sha256:bd6b89f5c0bae88bfafb5daea569fb43f10db439a0a31e198619f6d941d622b1
|
|
|
test-results-macos-latest-EA-temurin
|
54.3 KB |
sha256:d40215cd6bafa5f23a6bce8d7665928f7fc50f2fd04a7440ecd4ddca905a5188
|
|
|
test-results-macos-latest-EA-zulu
|
54.3 KB |
sha256:def300d2a563ea3df829e76a818bcedfadc3fb2b96c8ecd20afd3fa00f89d5ec
|
|
|
test-results-ubuntu-22.04-11-temurin
|
56.4 KB |
sha256:6fce74ffa2ba43f48e4382b5e581b4d66ca4393c93e08c4e4c1f1a5a799ea757
|
|
|
test-results-ubuntu-22.04-11-zulu
|
56.6 KB |
sha256:95f8556d76afc1e2a8ac9f88340225dc252866195c3ba04496759774d6aadc59
|
|
|
test-results-ubuntu-22.04-17-temurin
|
53.6 KB |
sha256:bd2857564ee732198c9b92bf68d17a1d55ad5c84ec1ad190c34850f5b006c5e2
|
|
|
test-results-ubuntu-22.04-17-zulu
|
53.8 KB |
sha256:da9aed5a3402e2d24a8ff7d9a9f06d27e50ec8076bc26b37ac9a8b5e24772b0e
|
|
|
test-results-ubuntu-22.04-21-temurin
|
53.6 KB |
sha256:6a9f002d8aff02a4c5b09b71d86cc993d9884790141a2819dd6d0e74c65df47a
|
|
|
test-results-ubuntu-22.04-21-zulu
|
53.7 KB |
sha256:4c41f4e937d2a60a59ff1d357865efed48aff09b4487c9b5c74381d0d5e85ac9
|
|
|
test-results-ubuntu-22.04-25-temurin
|
53.6 KB |
sha256:bbf95854b4115509998d4030dd162443d2fc459860c5a5748b1f28a04f5c9f81
|
|
|
test-results-ubuntu-22.04-25-zulu
|
53.6 KB |
sha256:404ba878c4d44c546bd62d1054d7c255e3fc0f5a4ca7163773fe2108f136775a
|
|
|
test-results-ubuntu-22.04-8-temurin
|
56.5 KB |
sha256:a0796ef2f9988f1374a5b422f008ccd93372be320ee640e2ee216b6e25b56321
|
|
|
test-results-ubuntu-22.04-8-zulu
|
57 KB |
sha256:54c92e10ed1ffa167a4ec7587ddf991b9ca448073c829c6bd359d739dc1dbe96
|
|
|
test-results-ubuntu-22.04-EA-temurin
|
53.6 KB |
sha256:de9d8f229eefbfc02e2bdd55d452ee4549d3d5637aefc71a7cbfd860e20509de
|
|
|
test-results-ubuntu-22.04-EA-zulu
|
53.6 KB |
sha256:677851455d428e987a3d2975909ff70f8d51eafce41890fc738edabd5d7e5321
|
|
|
test-results-ubuntu-22.04-arm-11-temurin
|
56.5 KB |
sha256:75dadd38064b905e6eb7cf0044ab1e0d65d316512ce6f0578fb02b494c5888e5
|
|
|
test-results-ubuntu-22.04-arm-11-zulu
|
56.6 KB |
sha256:227d305341a7d2c21a64c3f3551159154713e1be7e2511e2b770e204aa8288b9
|
|
|
test-results-ubuntu-22.04-arm-17-temurin
|
53.6 KB |
sha256:3633df3588dc01dfd5c1e04d6b2bd6176ce1394695f99de9cafc4ac515f77538
|
|
|
test-results-ubuntu-22.04-arm-17-zulu
|
53.7 KB |
sha256:d12504576cc57edba2132544e26c2f1020bc743d05bba4bf93855d699bd71780
|
|
|
test-results-ubuntu-22.04-arm-21-temurin
|
53.7 KB |
sha256:bd2b87c2db5fe4ae01f36f5bf4a0af86d8cfaa9dbd6d70d7ea58abb932a9e4ac
|
|
|
test-results-ubuntu-22.04-arm-21-zulu
|
53.7 KB |
sha256:9b5eb3aca3f8555a6171b9caf5810929846013a1edf23a311069cd68e3f50cc4
|
|
|
test-results-ubuntu-22.04-arm-25-temurin
|
53.7 KB |
sha256:e89889de62d83bf2729b47f3491f72539e41c220c4d884aeaee5764a4c1ef590
|
|
|
test-results-ubuntu-22.04-arm-25-zulu
|
53.8 KB |
sha256:51bbae7ee3f56f9afde99efac023f8fcf620c79a7c4855a8176c38f578991e51
|
|
|
test-results-ubuntu-22.04-arm-8-temurin
|
57 KB |
sha256:5028a21d58f59f6f545119e10a6f876d7fdb3a97e6fbc76e200ce7f64948a08c
|
|
|
test-results-ubuntu-22.04-arm-8-zulu
|
57.1 KB |
sha256:28b3f89bdaab6751b5c8e87a35a20d0e6de1f9b07a530f699b04d5e442d2d0f0
|
|
|
test-results-ubuntu-22.04-arm-EA-temurin
|
53.7 KB |
sha256:2ed61ff9b04273264e6f543fbc0a8a4a5dcf5306cc32e7cc28745531b7db2878
|
|
|
test-results-ubuntu-22.04-arm-EA-zulu
|
53.7 KB |
sha256:f9142e35c9ddebbe90bb03fc0dd4912aaba94b76734201cc7c38b81ccdd0e955
|
|
|
test-results-ubuntu-latest-11-temurin
|
56.5 KB |
sha256:380cf1558bc1f9a8c1322e4070457bd4f70807a89b2e316d5daf895efe67ec4a
|
|
|
test-results-ubuntu-latest-11-zulu
|
56.5 KB |
sha256:ac7f9ca9ecaf3dcdf8467f3f1ca91a712a2003beaff19acee26ac304cdb875e4
|
|
|
test-results-ubuntu-latest-17-temurin
|
53.7 KB |
sha256:87252bd7077aa57b5aef09b728a77c82cab3e3e9bd0e92383d66065389b8cd99
|
|
|
test-results-ubuntu-latest-17-zulu
|
53.7 KB |
sha256:01a335f8e867dc8a1971697dfec73471ffdcaacabb6bb186a25a200f5f6dcde8
|
|
|
test-results-ubuntu-latest-21-temurin
|
53.7 KB |
sha256:84edb06113e6f1831dd1e004ddaa24bf4bbc0cd891718af33204d6ab0ce470a3
|
|
|
test-results-ubuntu-latest-21-zulu
|
53.7 KB |
sha256:f3c839dcaf7d3d7f633388ab5ec33a1d1e0c63afdf97e3d68b7ba4bbf2e634b7
|
|
|
test-results-ubuntu-latest-25-temurin
|
53.6 KB |
sha256:abeb9ecae83beaf0496acb271649ffb5ded8a18eaf6c2de4daf96c5850bf2958
|
|
|
test-results-ubuntu-latest-25-zulu
|
53.8 KB |
sha256:e78cd96e7895ae8abfa803729e6bcb1989d197ccb2ae1cb3c43b4b92d738cfd3
|
|
|
test-results-ubuntu-latest-8-temurin
|
56.9 KB |
sha256:841dd2a76fe75c7e33f32ca3251fa3cf0388316d48c7d50bf2dba8121b3e420b
|
|
|
test-results-ubuntu-latest-8-zulu
|
57.1 KB |
sha256:318cabd515c48c706f39bda58560eaf54ec38aa7ec26d438468d740866b3bf73
|
|
|
test-results-ubuntu-latest-EA-temurin
|
53.6 KB |
sha256:e1e425f851e0dc4507897ba2e08af4be8ffe6d499cc685c82ef1d061142f0669
|
|
|
test-results-ubuntu-latest-EA-zulu
|
53.7 KB |
sha256:b995479e74dfc2a54b85732553f4dac1a98c97bea02b5294862f827e630bb37b
|
|
|
test-results-windows-latest-11-temurin
|
59.6 KB |
sha256:797da53a541e0e164d505956771906ca649381c48f29db806588ff17891de8ab
|
|
|
test-results-windows-latest-11-zulu
|
59.6 KB |
sha256:d996ca0851c0768a89efcb670765299b71e1f803a09a12cf0d5df7110f793341
|
|
|
test-results-windows-latest-17-temurin
|
56.5 KB |
sha256:2cf03c3aa996189e9fc8132a98461d61e662d44843a6e64d77524c43015cf986
|
|
|
test-results-windows-latest-17-zulu
|
56.7 KB |
sha256:3937e7be7434105461b99cbbe2b694780710b26d4a36a02dae80740053f34027
|
|
|
test-results-windows-latest-21-temurin
|
56.9 KB |
sha256:afb281fcac765a131dfd312c70dc2f5fd95acd70f93d7d74eee0650a67cfd87f
|
|
|
test-results-windows-latest-21-zulu
|
56.9 KB |
sha256:d88a6cfe2f1be34da50249c3813e2ba0843df143c53dc1ef1574f3e681ac73b7
|
|
|
test-results-windows-latest-25-temurin
|
56.9 KB |
sha256:a9c190bf838a091dd9e4a9b1894a6692ca31fac09c78d789d3f48940934382c6
|
|
|
test-results-windows-latest-25-zulu
|
56.9 KB |
sha256:967327d037c300cf81b37a12950f44a9a98041059627aec7d323d9344877a015
|
|
|
test-results-windows-latest-8-temurin
|
59.1 KB |
sha256:99ee8a7cfecd69b60aef4c89703595d76123d1cd950b9c3c50b206df47a5cdce
|
|
|
test-results-windows-latest-8-zulu
|
59.7 KB |
sha256:d9548d816c725d6652527f25322ef2c07d3412aae2e3e2185391886dbca88cc1
|
|
|
test-results-windows-latest-EA-temurin
|
56.8 KB |
sha256:277edc5206dcfecdb2be788c0bb736e876bcce3212afcee5256f3160f75ccd2f
|
|
|
test-results-windows-latest-EA-zulu
|
56.6 KB |
sha256:3c4419fb4863e3876cfc184d2ce5b4df773f8598aada7ce396e8c03a8e493714
|
|
|
testjar
|
24.2 MB |
sha256:586a75abf6956988d73c5c6a2b49ed446d772fa0b76f26edd9f6acf2b50b20cb
|
|