Continuous integration #4500
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 (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
[UnusedVariable] The parameter 'serverId' is never read.
|
|
android-test (30):
android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedMethod] Constructor 'Link' is never used.
|
|
android-test (30):
android-stub/src/main/java/android/pake/PakeOption.java#L94
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
|
|
android-test (30):
android-stub/src/main/java/android/pake/PakeOption.java#L81
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
|
|
android-test (30):
android-stub/src/main/java/android/pake/PakeOption.java#L53
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
|
|
android-test (30):
android-stub/src/main/java/android/pake/PakeOption.java#L42
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
|
|
android-test (30):
testing/src/main/java/tests/util/ServiceTester.java#L88
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
|
|
android-test (30):
testing/src/main/java/tests/util/ServiceTester.java#L75
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
|
|
android-test (30):
testing/src/main/java/tests/util/ServiceTester.java#L62
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
|
|
android-test (34):
android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter 'serverId' is never read.
|
|
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
[UnusedMethod] Constructor 'Link' is never used.
|
|
android-test (34):
android-stub/src/main/java/android/pake/PakeOption.java#L94
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
|
|
android-test (34):
android-stub/src/main/java/android/pake/PakeOption.java#L81
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
|
|
android-test (34):
android-stub/src/main/java/android/pake/PakeOption.java#L53
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
|
|
android-test (34):
android-stub/src/main/java/android/pake/PakeOption.java#L42
[DoNotCallSuggester] Methods that always throw an exception should be annotated with @DonotCall to prevent calls at compilation time vs. at runtime (note that adding @DonotCall will break any existing callers of this API).
|
|
android-test (34):
testing/src/main/java/tests/util/ServiceTester.java#L88
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
|
|
android-test (34):
testing/src/main/java/tests/util/ServiceTester.java#L75
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
|
|
android-test (34):
testing/src/main/java/tests/util/ServiceTester.java#L62
[UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
boringssl-source
Expired
|
372 KB |
sha256:7888a6a86911eede8ba426d11463f425d139f5bfdf2acd1b0778ea1b35219601
|
|
|
m2repo-Linux
|
9.55 MB |
sha256:018f48666a84605a2c5eac307e38da75e600bbefb88187a14ab975b820b26d19
|
|
|
m2repo-Windows
|
1.88 MB |
sha256:d548bde502d89844f244e77e37963d31de9771e7747f6df43869cfda7cc543c2
|
|
|
m2repo-macOS
|
3.88 MB |
sha256:29916b605f006331f3d0b06740a743cf9b9361e5226d338bfa8ee277c550bf7b
|
|
|
m2repo-uber
|
21.7 MB |
sha256:0ffbc4b04374427c5adad76ce4d8c093ff1127f6c8d9a8375ce75f32c7f214d3
|
|
|
test-results-macos-14-11-temurin
|
57.3 KB |
sha256:391a2cb704b6ea013a54e5f2c1402c6b60f33d4c2972d8e4dfe7b9deb207271e
|
|
|
test-results-macos-14-11-zulu
|
56.8 KB |
sha256:30ee8b783fd39fb388c30607a404ae6d73fbafac83a17e9787ed1812b0459d3b
|
|
|
test-results-macos-14-17-temurin
|
53.9 KB |
sha256:b388b0c90af6bf01e142accd441ddefe1180cf7ab2507260840010cbfe887bef
|
|
|
test-results-macos-14-17-zulu
|
53.9 KB |
sha256:8e641d070b4646a5c58eb18d6e2ac7812e4051ca82a9cafaf44473450626bb11
|
|
|
test-results-macos-14-21-temurin
|
54 KB |
sha256:66b967e3ec24a0780fc66cd6faf9d7a21eb70c849b68db275b996d29767a07ff
|
|
|
test-results-macos-14-21-zulu
|
54.3 KB |
sha256:3397cbe153cb59146b91b1e09374be67cf3201909baf82081f57c91f73286f14
|
|
|
test-results-macos-14-25-temurin
|
54.2 KB |
sha256:2bf39d613c03b24e7fe73c2d40e11582f7f9d20287f254bc3c9bda0af3e3fbd9
|
|
|
test-results-macos-14-25-zulu
|
54.5 KB |
sha256:845ad45a6a586722d61144a16c9b0d8abab7a1627129dfa6c72b4d485176428f
|
|
|
test-results-macos-14-8-zulu
|
57.3 KB |
sha256:945fc5cbc65e561f4cb482783901beda9b94526ba27da85d883054595db4b3fe
|
|
|
test-results-macos-14-EA-temurin
|
53.9 KB |
sha256:fee3fbd18c09edcb29f18b3033c2527e3b7d08f471815f82138231e319fcbf37
|
|
|
test-results-macos-14-EA-zulu
|
54.4 KB |
sha256:2f21802e249bae3f8aeb0c82f670294b15e6c11149f87db356a14b5c5cb4d6e5
|
|
|
test-results-macos-latest-11-temurin
|
56.8 KB |
sha256:6fadcd27bed47a8c717c6e38085b4fd46eda5196fab1a439bb235547066dae4c
|
|
|
test-results-macos-latest-11-zulu
|
56.9 KB |
sha256:c92c2e975a31b62f3c52c8fe4415ce83a9cc599e1b8bc7e5c0b1ed1d232a8cdc
|
|
|
test-results-macos-latest-17-temurin
|
54.3 KB |
sha256:07c2a0bcfb89fc85da0f61666bfa9c899830485761892d25a194c74ae3b43d84
|
|
|
test-results-macos-latest-17-zulu
|
53.9 KB |
sha256:532321cff87166326559ae2cddc1c0231d7abf24b409dc3c903de7d2c7480a65
|
|
|
test-results-macos-latest-21-temurin
|
54.3 KB |
sha256:96d8b5ba19b14cfa840ec3073b12912b1c1e267fa4bb88f213e8491c8c0d55aa
|
|
|
test-results-macos-latest-21-zulu
|
54.1 KB |
sha256:531097751862c80ba355931213b6e9b88bd410ad7ff2f91578339a8be9dabd27
|
|
|
test-results-macos-latest-25-temurin
|
54.7 KB |
sha256:d97e38bdbd51e1d84559dc0e0ccea21a70cf5b2051e80e676e60517840ae69b1
|
|
|
test-results-macos-latest-25-zulu
|
54.3 KB |
sha256:aa496aa6cca9b7b6f704fcf2e55a88a2a4771b065568bafa1c209dc9e27c50f6
|
|
|
test-results-macos-latest-8-zulu
|
57.5 KB |
sha256:d9993512ad5d2cb3cd31111c04a93b4814da21588a529b5d264298252027e3c4
|
|
|
test-results-macos-latest-EA-temurin
|
53.9 KB |
sha256:74fc82b61bd2a491098166140cd1f8648835561ca32987d0cf99077737458e45
|
|
|
test-results-macos-latest-EA-zulu
|
54 KB |
sha256:0f86abb21ba890264cebc74e37fc7da743e590e64abbcf1005afb76c46a261cf
|
|
|
test-results-ubuntu-22.04-11-temurin
|
56.5 KB |
sha256:90344531dacb69b86f1742aa09331649d12e476570f7a96a82cacb55027cdc8c
|
|
|
test-results-ubuntu-22.04-11-zulu
|
56.6 KB |
sha256:84e45b28f7814cfb0688b9af9030dcfa7366189d17ff24c24be297337a80f781
|
|
|
test-results-ubuntu-22.04-17-temurin
|
53.5 KB |
sha256:67e390b330355bbc158bf942ef5a78b8e8f9870c77d8fc0eb1c9a40b90de3745
|
|
|
test-results-ubuntu-22.04-17-zulu
|
53.4 KB |
sha256:70f83ac34af7bf1798958ae74ec031435a8729a1f13258124185280dc53390a7
|
|
|
test-results-ubuntu-22.04-21-temurin
|
53.7 KB |
sha256:b49948e45acf3ee8ed25eb8bbc92f23fcc846e74d4c81c5900a9d9526540f054
|
|
|
test-results-ubuntu-22.04-21-zulu
|
53.7 KB |
sha256:69e59d4019aa259c6d45b7ed9cee635667c58181d41f3b78d402c979a46e2cb8
|
|
|
test-results-ubuntu-22.04-25-temurin
|
53.7 KB |
sha256:69b43912c872970fcd3a2e221b08a34eb3333d0ec494bc3ff2e6f098451dc3bc
|
|
|
test-results-ubuntu-22.04-25-zulu
|
53.7 KB |
sha256:c66ae28e2d35ac3462b87243a14f9c5370042d0694de045fdc42fd7deff19278
|
|
|
test-results-ubuntu-22.04-8-temurin
|
57 KB |
sha256:41ffefc891f9923882d1f991be1c0e270972a97523fcae988e488e9aa5804bd7
|
|
|
test-results-ubuntu-22.04-8-zulu
|
57.1 KB |
sha256:6db04382d07332d010355d6d7701185d50ecb10b42ed3c1183f64088e9644e5e
|
|
|
test-results-ubuntu-22.04-EA-temurin
|
53.6 KB |
sha256:5a5148e22a186b05a76cf5106f199bdcef9257fe43a0dfee520f04de21c76736
|
|
|
test-results-ubuntu-22.04-EA-zulu
|
53.7 KB |
sha256:10613d48365a1ec9a46496dc9fbcf74d8270cf26c0e8c5794c98c5bbd3dee6bc
|
|
|
test-results-ubuntu-22.04-arm-11-temurin
|
56.5 KB |
sha256:1c45c14dcbcb79fc2c88822b8af3e28eda2decd41d0e1f0dc39913126f058c5f
|
|
|
test-results-ubuntu-22.04-arm-11-zulu
|
56.5 KB |
sha256:84cd3ef167ce3cbe40afc473861b27cabbd23298b85c2c664e065b6a8ac88b36
|
|
|
test-results-ubuntu-22.04-arm-17-temurin
|
53.6 KB |
sha256:574eed55d6201970fabc092b3c540ba06c8426977f4c6214bda324de5eae18d8
|
|
|
test-results-ubuntu-22.04-arm-17-zulu
|
53.6 KB |
sha256:aca3ad46d0a1a214ab2453d779a7f72a63e3256488318dbd465bb40d07b8ff1d
|
|
|
test-results-ubuntu-22.04-arm-21-temurin
|
53.7 KB |
sha256:5e99e1d6d4ebf69ec22a8d907c6a59eb42006a91fb7e435f0e2e64c41bb5c037
|
|
|
test-results-ubuntu-22.04-arm-21-zulu
|
53.7 KB |
sha256:33c0b49b50734542ca1ea56718bb2d6d00a718ba1a7fab5f49eb1b8bdd2623fa
|
|
|
test-results-ubuntu-22.04-arm-25-temurin
|
53.7 KB |
sha256:35cec8d7621ae549fcf3920216019a1e22f04ddcfa94932beb0627d0edc3fb83
|
|
|
test-results-ubuntu-22.04-arm-25-zulu
|
53.7 KB |
sha256:70bb0884dd8d555cacae0c72416cffdf19e76abdc46282f19abefd8c3e9dc54a
|
|
|
test-results-ubuntu-22.04-arm-8-temurin
|
56.9 KB |
sha256:2478059a0c23f3b3d2470fb0f24cfa380d524a136de73bcd6ff9c3f03ad39712
|
|
|
test-results-ubuntu-22.04-arm-8-zulu
|
56.9 KB |
sha256:e1fb8372f31996fb74b056bc093dea6eff6b909ef4b79dbdc01433b58bee7295
|
|
|
test-results-ubuntu-22.04-arm-EA-temurin
|
53.6 KB |
sha256:79aafcf12d7b7582caae8acdf78a65bc214d09642c593abcb49bb57b52506fd2
|
|
|
test-results-ubuntu-22.04-arm-EA-zulu
|
53.6 KB |
sha256:bb0afdb519dc0ff3f1c3d6cbeb457816afabc5ab78e4ec26cad25df6dd34b519
|
|
|
test-results-ubuntu-latest-11-temurin
|
56.6 KB |
sha256:5c351f69af4a79aaeed257be18da62c0701e10e5a5da119555545b5e6374e21e
|
|
|
test-results-ubuntu-latest-11-zulu
|
56.6 KB |
sha256:58c25355a08e3ef053fe6dc96b6609da5aff318765126ea10525c06d34aecaec
|
|
|
test-results-ubuntu-latest-17-temurin
|
53.6 KB |
sha256:417577139a89e2da8ba57a496baa2f261b1540a363cf0803f58ab3eb55b9a94c
|
|
|
test-results-ubuntu-latest-17-zulu
|
53.7 KB |
sha256:343e865b4b54cdd04dc3fd8c5aef97407f5e10326e7e1788d3a77d7355086a69
|
|
|
test-results-ubuntu-latest-21-temurin
|
53.6 KB |
sha256:cff3dbf0cd6ed26f32e9642dd1f52efd363b6c761554e0fa4f8ca9b910be420e
|
|
|
test-results-ubuntu-latest-21-zulu
|
53.6 KB |
sha256:6cde5c9cdf9715b7b70132b2c35f102fe87ae4fb84d1d40ab6c8743c127918f7
|
|
|
test-results-ubuntu-latest-25-temurin
|
53.7 KB |
sha256:1519d5261d479151637b6a77663822324a8c7eec2737e4411d6656e27032fbfe
|
|
|
test-results-ubuntu-latest-25-zulu
|
53.7 KB |
sha256:2abed30f608b3a3add11228e33288d5476055827d77ebf200eeec0a89c59f0dd
|
|
|
test-results-ubuntu-latest-8-temurin
|
57 KB |
sha256:e7669b2cc96e9e6bfc5c05da9fb1cd14d70e004b60c13cc59707f1293340b840
|
|
|
test-results-ubuntu-latest-8-zulu
|
57 KB |
sha256:12639f153588d280249b4bb4a2986440c8db481c2e2c7d0d3d248d7da6947439
|
|
|
test-results-ubuntu-latest-EA-temurin
|
53.7 KB |
sha256:5917f4c101d3dfe77d79cf292723a55504f15705d0cd039e52341db7a4987d4b
|
|
|
test-results-ubuntu-latest-EA-zulu
|
53.7 KB |
sha256:6761db1642f3c2961e6cc7498cb38312a47b7a41cf88e9a9add2fac58d39e4a3
|
|
|
test-results-windows-latest-11-temurin
|
59.5 KB |
sha256:4e7a94dff02f72b0a5f0fd3261a9fa07c597903ce906dc6578755c0be227d70a
|
|
|
test-results-windows-latest-11-zulu
|
59.5 KB |
sha256:7418e0fa7db73d51e3241bb06486deb504f867622e429fc0d8b52b616cefc1c4
|
|
|
test-results-windows-latest-17-temurin
|
56.8 KB |
sha256:c7299859121d1b451bf233f40e6306482e8f871f16b8094326dc5bc97142f7af
|
|
|
test-results-windows-latest-17-zulu
|
56.8 KB |
sha256:e19c52629ffd5eb384f9e6430909559e0a2a738330065e79babe46d245578d7a
|
|
|
test-results-windows-latest-21-temurin
|
56.8 KB |
sha256:b5fc460328495cb4c7f803040245892ba00af2ed3fb19d436c6d77c348db8d55
|
|
|
test-results-windows-latest-21-zulu
|
56.8 KB |
sha256:75d6ab89aea8687ca7cb3356172972e44264e9efe4ff4785b89fe8c7972488bb
|
|
|
test-results-windows-latest-25-temurin
|
56.6 KB |
sha256:ce8d25900c427d3b6c0b7e437627cb31db9d028be59f3f55a2b39c8f788e63e9
|
|
|
test-results-windows-latest-25-zulu
|
56.7 KB |
sha256:3052275b47814ae6a0baa7f62602177112833e833004c20f9efaece01ce162fa
|
|
|
test-results-windows-latest-8-temurin
|
59.6 KB |
sha256:1a91d1f754501db70caeb3f61d99298aca4f32ea36092b7e260e3adc0a70c516
|
|
|
test-results-windows-latest-8-zulu
|
59.8 KB |
sha256:e8f17f5ccd6b4aada5929777f9670619ce2dda65f2a4b6a4bfca5194e14d3d2d
|
|
|
test-results-windows-latest-EA-temurin
|
56.7 KB |
sha256:09ed3d1ea44836d6657dc012d29a6843dc1ae16a1fdbd067ee035892015b8665
|
|
|
test-results-windows-latest-EA-zulu
|
56.6 KB |
sha256:dbef4616e85898a381f2932648a0d7e1596535ca7af30026fb7d79b38cd7aeae
|
|
|
testjar
|
24.2 MB |
sha256:da363e6e74bab532256b149f212fe9cd9171554486d5ca4ac8d0cc7167ca11e3
|
|