Continuous integration #4505
ci.yml
on: schedule
boringssl_clone
3s
clang_format_check
0s
Matrix: build
Matrix: android-test
Matrix: openjdk-test
Annotations
55 warnings
|
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 (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
|
372 KB |
sha256:f7a95ba7f07ec479bc5da0d15594ee1ee130eeaf021122cec5f374613bdab470
|
|
|
m2repo-Linux
|
9.55 MB |
sha256:3f02f7fdf39ed3519abb22610880dea0950b139e649f09c54d43c1b540c12c73
|
|
|
m2repo-Windows
|
1.88 MB |
sha256:a90b7d5d5ba2cc9d57d285d6c64b673f50d723ebf0f9455459177a9bcf3e9171
|
|
|
m2repo-macOS
|
3.88 MB |
sha256:133e98b3eb576fb3243ccfdcd7439b57b2510aac485013953c8a8d7c4b0f1484
|
|
|
m2repo-uber
|
21.7 MB |
sha256:30398363b0f3a0777788c86bb2c3a9c06a4af74edc4df3cf7fa9c9174d397b31
|
|
|
test-results-macos-14-11-temurin
|
56.9 KB |
sha256:89b88d0061baf712c1bb0898de0f6b947f117b82cc4fce04305a24c67977029a
|
|
|
test-results-macos-14-11-zulu
|
57.2 KB |
sha256:adfc9ed1d34527a0117f2b3152c82ed379d59e853ff7f35c49c3ae7ae8596147
|
|
|
test-results-macos-14-17-temurin
|
54 KB |
sha256:4f36339e7aa695d338be3c9782d37d1c0af32452974bd1afbd5ce8d08b9458ef
|
|
|
test-results-macos-14-17-zulu
|
53.9 KB |
sha256:26bb4eee0ede0e280649afd1d155a87c72fa547d8f154a6181a6834ec1728487
|
|
|
test-results-macos-14-21-temurin
|
54 KB |
sha256:507a301592cb22103cf76f973f111cd2cf236017a91e7ee42646781f80ca80a4
|
|
|
test-results-macos-14-21-zulu
|
54 KB |
sha256:262a22606ea8103291dce2706c1dd6dd7ed37e5eea812b7972953680ea3c807b
|
|
|
test-results-macos-14-25-temurin
|
54 KB |
sha256:ed8876152d3ac80b8dd55d46d2047076510b6766e8ca26822c7142c475e0bc70
|
|
|
test-results-macos-14-25-zulu
|
54.3 KB |
sha256:e1e3826a22f3d604d44f0882476b02f49a389885d0856e836ff2c8f365c2a7a8
|
|
|
test-results-macos-14-8-zulu
|
57.3 KB |
sha256:1a5093f9ed5e527afa9d496791eadd94b4a26304197d573b2ecce19a2cc377ea
|
|
|
test-results-macos-14-EA-temurin
|
54.1 KB |
sha256:3023a03c59a407baba31904c4e05e8f3d7e8c4f35da5e04e6ff32e792a428747
|
|
|
test-results-macos-14-EA-zulu
|
54.1 KB |
sha256:656e9e049ff84ac3f54466b657d2f0837884e980eccee6c670cb06cca53f77ce
|
|
|
test-results-macos-latest-11-temurin
|
57.4 KB |
sha256:8be488c905ccdb5e08330c79e685b167d9babbb2ea7f9b0d47788a98393c609b
|
|
|
test-results-macos-latest-11-zulu
|
56.8 KB |
sha256:5c2c8ea6e6e000e7af7e48f4c04a3019d8abcb8438439591118aab88b8166c35
|
|
|
test-results-macos-latest-17-temurin
|
54 KB |
sha256:a0180ae282e49622416b37f6e8cef766fd0f7b43584e346aae091237b5b0c81b
|
|
|
test-results-macos-latest-17-zulu
|
54.3 KB |
sha256:c41d230e9bdfb62c53bd2584f2975f8b7777614f9d59f6880ab17cc9bff2fc1c
|
|
|
test-results-macos-latest-21-temurin
|
54.2 KB |
sha256:a2eab5b85410da85894bfc66206005bb12e99f05474d35deb676aa6fd966ae75
|
|
|
test-results-macos-latest-21-zulu
|
54.2 KB |
sha256:c9d10e58ca100dff7e84b06927c62c839fa9fc5cbaac99f0c4c60488bb3e5d13
|
|
|
test-results-macos-latest-25-temurin
|
54.5 KB |
sha256:90732e9294c3b9c6b94c47918d1b996072d44c96c096352df834fde421ee4293
|
|
|
test-results-macos-latest-25-zulu
|
53.9 KB |
sha256:54fb492ecd9d784c33f068d8246484434d3bc2e07dd6229c970a56818e5c1ac7
|
|
|
test-results-macos-latest-8-zulu
|
57.7 KB |
sha256:10a06109bf6d7206bf649fc7aef3c94c5689ad4e53221be02b2d5002e43f4524
|
|
|
test-results-macos-latest-EA-temurin
|
54.1 KB |
sha256:45ddb37ff766eb9d096bebb6f9c6ee5cc52c5c7b01bd17dfde1e96f04b4205dd
|
|
|
test-results-macos-latest-EA-zulu
|
54.2 KB |
sha256:e400aff6d8706f0c66d5fb911b75013337e154b5f886a1aaa089b58fa974399b
|
|
|
test-results-ubuntu-22.04-11-temurin
|
56.6 KB |
sha256:7e4861ab322b8223e6a1d913138a72814c056e72ef33756634043a1e22e98b44
|
|
|
test-results-ubuntu-22.04-11-zulu
|
56.7 KB |
sha256:4133dc9ad64175cf30ccf69c4ce4e12b32c91ab8f5bdaca370c261bacf97473c
|
|
|
test-results-ubuntu-22.04-17-temurin
|
53.7 KB |
sha256:aa676345132effcfcdfbe3dbee2d1d0b3e36bf327cc25781fcc778ff328bb480
|
|
|
test-results-ubuntu-22.04-17-zulu
|
53.7 KB |
sha256:a382d24f4714a44a7534a3ad8d999c7aed4d7ac499d9b7841a4582214ab13d18
|
|
|
test-results-ubuntu-22.04-21-temurin
|
53.7 KB |
sha256:69df71beeaf8184d5098339f3e08c48f4df91abd978131ab205da8b1768240ab
|
|
|
test-results-ubuntu-22.04-21-zulu
|
53.7 KB |
sha256:f37992b3b7063ed9ed9a4518246304b08824934aa56aafe35eac3bcbb1630d9e
|
|
|
test-results-ubuntu-22.04-25-temurin
|
53.7 KB |
sha256:67013879b9303feec1bc7ae555ab06f48fe5a18bd29caef3301fd36c581b37f5
|
|
|
test-results-ubuntu-22.04-25-zulu
|
53.6 KB |
sha256:ded31450b3da1defb53ceed31143c89eb4e14bb8e051db6682f5401c83279313
|
|
|
test-results-ubuntu-22.04-8-temurin
|
56.8 KB |
sha256:ad1dea23ff8bbc23c714ac775d4c7df51942d34c85d46c18867cf376f27b0a81
|
|
|
test-results-ubuntu-22.04-8-zulu
|
57.1 KB |
sha256:5e71e83a1296b051532ef8b23d6e812e172f488c7da5154e1b70eb39c863d022
|
|
|
test-results-ubuntu-22.04-EA-temurin
|
53.7 KB |
sha256:b2f714064042972a3eb4cdf7c9c3b34e07354a48943a2ad45a867e81b10b9f29
|
|
|
test-results-ubuntu-22.04-EA-zulu
|
53.5 KB |
sha256:7aa954e18496c3a76c741e02eb5168c35ea6b61be8f82a25a1aba4c1de0368b7
|
|
|
test-results-ubuntu-22.04-arm-11-temurin
|
56.4 KB |
sha256:c615c7ccd657f054a546ca8db35bbf05626dca0371a012d41121706753e75e17
|
|
|
test-results-ubuntu-22.04-arm-11-zulu
|
56.3 KB |
sha256:9d5242e2f99e42e4a12589ac59f6cda3e6091c1df84c4c7065f2b73a3eed4254
|
|
|
test-results-ubuntu-22.04-arm-17-temurin
|
53.6 KB |
sha256:af0887801645f5e1ae978208e3de8025c5e8f7c3c9f4697aab62577a25360d26
|
|
|
test-results-ubuntu-22.04-arm-17-zulu
|
53.6 KB |
sha256:4764fa7984965e5ae12680c652b48714bde8b03c0253c8deafe759711c91b14d
|
|
|
test-results-ubuntu-22.04-arm-21-temurin
|
53.7 KB |
sha256:8dd5fe945f2e30b7a013286569530bb3c7e2aad61bcde49f2e6bb92fa6419f94
|
|
|
test-results-ubuntu-22.04-arm-21-zulu
|
53.6 KB |
sha256:8dd08158c28f3b251123a0f1b3e435e720d1bbd39743dd0ad7b1847915d14dc5
|
|
|
test-results-ubuntu-22.04-arm-25-temurin
|
53.7 KB |
sha256:9beffeebb1e24a275b0fa20dc12c106905a6613ce536a55aafbfd976526071fe
|
|
|
test-results-ubuntu-22.04-arm-25-zulu
|
53.7 KB |
sha256:31aca279ea43bee921b3b69eb35a00efe0a7cf938e71e3ab33ac1a7a5d514a5d
|
|
|
test-results-ubuntu-22.04-arm-8-temurin
|
56.9 KB |
sha256:02b62c542dc072e16afb7f6303e85339e30d9ff20befef73e2972b9e2b8182cc
|
|
|
test-results-ubuntu-22.04-arm-8-zulu
|
57 KB |
sha256:69d0a9d4606b915cc6ec39b999d371d8f0328ee1993c731d8e9b103b7f6148c3
|
|
|
test-results-ubuntu-22.04-arm-EA-temurin
|
53.6 KB |
sha256:61ad6de4bf415f7220f683976affe345533e60a24801803391d3a50925961996
|
|
|
test-results-ubuntu-22.04-arm-EA-zulu
|
53.6 KB |
sha256:f474866257f171d3646e242eb7b4e3c1a497a653955dba41335662bcb71d7509
|
|
|
test-results-ubuntu-latest-11-temurin
|
56.5 KB |
sha256:3d48274469aadd15ab0075a9c640fc12b0b1aeaeae6612842d2f19bc3fde783f
|
|
|
test-results-ubuntu-latest-11-zulu
|
56.5 KB |
sha256:be80e4a850a3f7a94277b1f49330aa5528e1693969e2076b2c8a636d00fb8244
|
|
|
test-results-ubuntu-latest-17-temurin
|
53.5 KB |
sha256:09f86f45286f8a53c5184e61b8bbf873484bcf46a03e47f27ffe1c714d676feb
|
|
|
test-results-ubuntu-latest-17-zulu
|
53.7 KB |
sha256:7f38435d2f0c578afc14e512eee99f180351e4fba82b1b0a793ab9c8950e1a1b
|
|
|
test-results-ubuntu-latest-21-temurin
|
53.6 KB |
sha256:b3ba10e2da7ed11dab6464502034f70dda284cffd56577aaa39ceb83f5766242
|
|
|
test-results-ubuntu-latest-21-zulu
|
53.7 KB |
sha256:911f5a38de079b4cadf6ac10f92fc1a0ac01899dae6637319491523f0e813c74
|
|
|
test-results-ubuntu-latest-25-temurin
|
53.7 KB |
sha256:b8cd02b112dee8df52a69420c458edab865fdf08b01f22ed95d64de0706e39ff
|
|
|
test-results-ubuntu-latest-25-zulu
|
53.7 KB |
sha256:dd94e763fb327717521e9206212567f9be46edb8f2cab5f7dbd6a52c18523f03
|
|
|
test-results-ubuntu-latest-8-temurin
|
57 KB |
sha256:6844def9c1cccfe12c5af3a3e5e03ada1ebf3c592fef3e25a7232c1009a51267
|
|
|
test-results-ubuntu-latest-8-zulu
|
57 KB |
sha256:0669100cd3667ba2fd4b2c8973f0f9b3947ef55acb54ecdf1c39664ed66052fa
|
|
|
test-results-ubuntu-latest-EA-temurin
|
53.7 KB |
sha256:23f472a7f14e351f9a3cc0b925703717aeead70c2168cd78c7236fbacd4a3b4b
|
|
|
test-results-ubuntu-latest-EA-zulu
|
53.7 KB |
sha256:7f178377ca4ab9da74d8f0ce6326273e67b8ff2bc15e4f96f1cd9f9077f424e0
|
|
|
test-results-windows-latest-11-temurin
|
59.4 KB |
sha256:b0748cb66df8bbffc388932b30390820a04330cc62ff8f69e0c01563603e0b53
|
|
|
test-results-windows-latest-11-zulu
|
59.5 KB |
sha256:e6f307a91de7789717517fce58f375679d09d3530729794a6ea486f908542925
|
|
|
test-results-windows-latest-17-temurin
|
56.7 KB |
sha256:c743bece3f7357c3000217cbf8471f6fb6f263ac25e7aefdb4e1088631f6f99f
|
|
|
test-results-windows-latest-17-zulu
|
56.7 KB |
sha256:77b7c347e876268427092508a0b20a9661d5b4cf7a9e5300abab57085c8746f6
|
|
|
test-results-windows-latest-21-temurin
|
56.9 KB |
sha256:3f60eeb1dfb079b66ae90a3e6827dedfa43df12cd87698271745898383a74a8d
|
|
|
test-results-windows-latest-21-zulu
|
56.7 KB |
sha256:2771a25bde0423731b376fedce49c48c2d3447726e9b7a9bfab62e1b57dedcb6
|
|
|
test-results-windows-latest-25-temurin
|
56.8 KB |
sha256:f7a1007fcf29a1997cb427201d2512f09896b33f52a6145b23b6182fac348570
|
|
|
test-results-windows-latest-25-zulu
|
56.6 KB |
sha256:7c3f1ac73b9fef1dda978257e0837c9b6918145b8c0d649f8958c08e9927c364
|
|
|
test-results-windows-latest-8-temurin
|
59.6 KB |
sha256:0dbe128f49da9f171ce9c3c7b99a7d5b0ccdb8d9f4785173de98aaa571952fa6
|
|
|
test-results-windows-latest-8-zulu
|
59.8 KB |
sha256:1f1250f8579bd0e91246afafab8326d5bd6b340604ae67c44916546430812716
|
|
|
test-results-windows-latest-EA-temurin
|
56.6 KB |
sha256:3c711538ea669a901b0f6128e9314d0e5ef4f8cc187e0b9a67508c7c1680a1df
|
|
|
test-results-windows-latest-EA-zulu
|
56.5 KB |
sha256:622a02af7838acee7a5d9ab4736a8a3ac36b95d650ea2587240aa14dcd185a5f
|
|
|
testjar
|
24.2 MB |
sha256:f51f69172efce5350523e14aa504fc3683a9ae02d06b03c3acdf1170791c14b9
|
|