Continuous integration #4499
ci.yml
on: schedule
boringssl_clone
9s
clang_format_check
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 '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 (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?
|
|
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:8383a398b756351f12e71bed906621e55cdeee4bed483f71ebcbfc237991e411
|
|
|
m2repo-Linux
|
9.55 MB |
sha256:6b20d6d5e628b54ce1406597a290c8487922f2bef76681f13636ddccb71f5f95
|
|
|
m2repo-Windows
|
1.88 MB |
sha256:4504beca76bb4f7ba344bea3bf5047395a876083b795b61529e3934950607a2e
|
|
|
m2repo-macOS
|
3.88 MB |
sha256:e077fcb7709167ed819ca5a63c54f8a0419a538c9eacc41c0f79daf5eef3bfa6
|
|
|
m2repo-uber
|
21.7 MB |
sha256:a4e02ee3efaa22c9a2c05a27fdde8f3981baccdad7749e46355bbe2c1fdf19b7
|
|
|
test-results-macos-14-11-temurin
|
56.8 KB |
sha256:c30e816f901b8ffd8bced1ff6d7c11ad98f21cab78c2a1b9621e3b83e8c51a3f
|
|
|
test-results-macos-14-11-zulu
|
56.8 KB |
sha256:68a9af6d2f87192fd75d77ecd3f2ba3eaad840b7b983142ccf666f87e690ddca
|
|
|
test-results-macos-14-17-temurin
|
54 KB |
sha256:f9c4e43c8a9bbba9ed8fd6d3e670fa52b38b38595f292919fc265bcf4588fbc4
|
|
|
test-results-macos-14-17-zulu
|
53.9 KB |
sha256:12ec13e3f44fc03d33f9bb2b9414e44864a171a2b0199a58c1f7a99b4b7b7b52
|
|
|
test-results-macos-14-21-temurin
|
54 KB |
sha256:37d6a463564f2135aab3300d020543f99c603dcded7ef32eb0fc6bd4fe9cc539
|
|
|
test-results-macos-14-21-zulu
|
54.5 KB |
sha256:ff9f3f0cc438601a320abc9c05256741a88189f850f8e0b8f3915697fa0ffbcf
|
|
|
test-results-macos-14-25-temurin
|
54.5 KB |
sha256:deba9cdf4b12b3285e1adc1b2f67bee53638992ec502feadcba4489bc9816398
|
|
|
test-results-macos-14-25-zulu
|
54 KB |
sha256:edbe0f500978c6fae43493972da630b816d7716f7cd43c44a37ed5331fb300a3
|
|
|
test-results-macos-14-8-zulu
|
57.4 KB |
sha256:8cc24a32b7c29dd2134828eccfaececb9179379e8dd5f0cd74482b161a1627b8
|
|
|
test-results-macos-14-EA-temurin
|
54.2 KB |
sha256:7cecba4912e1ad99cae664aff7fd2633ba2ebac6287ff03ac923e1c9f70c6858
|
|
|
test-results-macos-14-EA-zulu
|
54.2 KB |
sha256:9a8c0baf36ab7733f77f157fcc82344374978112a6cce26715c5c5de4af863c3
|
|
|
test-results-macos-latest-11-temurin
|
57.5 KB |
sha256:b1f457237248c0b082ee55f533b7378e888d49f7862b3d8b8f78531fa3eecbc8
|
|
|
test-results-macos-latest-11-zulu
|
57.2 KB |
sha256:d0a311b38947d14fa47ce98c2558c3b0ecf8138d44134a856762b8138c900f8e
|
|
|
test-results-macos-latest-17-temurin
|
53.9 KB |
sha256:ad37ae794f0667bc9c5407932c1875836acd1048ebf3697944a4e80187a00033
|
|
|
test-results-macos-latest-17-zulu
|
54.5 KB |
sha256:68dec67b9a5551c46d6788bcf5ad110f3ba7360f162c8134c069991852b3fb57
|
|
|
test-results-macos-latest-21-temurin
|
54.1 KB |
sha256:75b89acdb7696bb6e6272f44a260e7cef224f163cc619efae55403aecff04aa8
|
|
|
test-results-macos-latest-21-zulu
|
54.6 KB |
sha256:6f1b4fce0313f02f5b725f443ff6cf1e2af0fb2f9b9a3b91fe913e9c148f5dbc
|
|
|
test-results-macos-latest-25-temurin
|
54.6 KB |
sha256:ee9714a53b5eb590a93544736bb4a7031d3f976466d6f06139d4491908c06b4e
|
|
|
test-results-macos-latest-25-zulu
|
54.7 KB |
sha256:a5064354a34c5532bc5ce7bff9a9b83d9b18832fa0c204319925fd10df2d1452
|
|
|
test-results-macos-latest-8-zulu
|
57.9 KB |
sha256:757eac351070d1e2bb4ed9faaad89e570bb22491e27d30cf03f06a895f2de255
|
|
|
test-results-macos-latest-EA-temurin
|
54.1 KB |
sha256:82ae772a236804252fd049e9fb4fac09e683f0e978140bb15daed87e7892c569
|
|
|
test-results-macos-latest-EA-zulu
|
54.7 KB |
sha256:ba3e3e421ac93bbaf6125ddda75f2a51ea5d017428fdd5046601331cf2e45247
|
|
|
test-results-ubuntu-22.04-11-temurin
|
56.6 KB |
sha256:ba193b0d5b5d1af134ae774ab3b0fb1a20982feb517fe846c5dc5282aa11f86d
|
|
|
test-results-ubuntu-22.04-11-zulu
|
56.5 KB |
sha256:edf663ffb8f0439a6590f35e2818c0815db8677c8805016f40c6f4960d2a6d62
|
|
|
test-results-ubuntu-22.04-17-temurin
|
53.7 KB |
sha256:a52b07b014d2606e6600e45f1a75686c55befa9216fb92df46854039eb8a855d
|
|
|
test-results-ubuntu-22.04-17-zulu
|
53.8 KB |
sha256:de7572096adf39fd061ebe0fa1018c8f5659a69d462b201eb193604bb3bce8d4
|
|
|
test-results-ubuntu-22.04-21-temurin
|
53.7 KB |
sha256:81cfaf40d1a52ee1eac0b0ef06945a3d4eb6e1427089bd61d2f5013dd762c842
|
|
|
test-results-ubuntu-22.04-21-zulu
|
53.6 KB |
sha256:af3aa834a9d2a2e8797f2d757a30c2a072517a5980c759a88d83615bb4d54ec1
|
|
|
test-results-ubuntu-22.04-25-temurin
|
53.7 KB |
sha256:d0680b4ec0d55b5ee15e8bb0907824a7d02c60914e1207a93452a57e52d0e033
|
|
|
test-results-ubuntu-22.04-25-zulu
|
53.6 KB |
sha256:3d31f85aaf7e2d6832a90b97ed975ac75c267ce08735f3ca9dfed23d000d596d
|
|
|
test-results-ubuntu-22.04-8-temurin
|
56.9 KB |
sha256:d92ab476fca8fb6d95b4f47195904dcb0f03981e62bd2de1fa2b428c386280f4
|
|
|
test-results-ubuntu-22.04-8-zulu
|
56.8 KB |
sha256:fc4d9fd7068e35dae7c1a9934ed62593da262608a2b08d6589770408d4d52511
|
|
|
test-results-ubuntu-22.04-EA-temurin
|
53.7 KB |
sha256:238c5cd506b4161403e095cda7a2558887225d13e6616dc729f9a0ee96a5bfe5
|
|
|
test-results-ubuntu-22.04-EA-zulu
|
53.6 KB |
sha256:d002eaaeca165a32672c64afd57ddbb537ae727e48d9f9e6567dc65c334478ce
|
|
|
test-results-ubuntu-22.04-arm-11-temurin
|
56.5 KB |
sha256:d9c4108252adf9caf63fc77f3f28d7c9ce903e2cf4b051d2b97736bcc05fd980
|
|
|
test-results-ubuntu-22.04-arm-11-zulu
|
56.6 KB |
sha256:b811d8098a3571f59c75634db79d6ca6fd136a6ea204c8489e44a902b1c6c695
|
|
|
test-results-ubuntu-22.04-arm-17-temurin
|
53.6 KB |
sha256:c3a5ba31779e70f91cfd7aafd4290a7c0ede6ac9b515fe2a432f0604fe5889cc
|
|
|
test-results-ubuntu-22.04-arm-17-zulu
|
53.6 KB |
sha256:9d2c165e67a8127a5b199ed86b076f8f4ad7f17fe2d999981bdbb63e13876704
|
|
|
test-results-ubuntu-22.04-arm-21-temurin
|
53.7 KB |
sha256:167ce4a349a7731ab5d7bda6e782c3b1bbe3788a34ac24b203eb7ab67b335a11
|
|
|
test-results-ubuntu-22.04-arm-21-zulu
|
53.7 KB |
sha256:c6a95f15da1812b0f7c088958a4064fa530b765a95f0606823cb01af2cbab53b
|
|
|
test-results-ubuntu-22.04-arm-25-temurin
|
53.7 KB |
sha256:5fe43db11fc226eb2853a481a3f9b04276dde672eb2af9f99525aeac8dea3611
|
|
|
test-results-ubuntu-22.04-arm-25-zulu
|
53.7 KB |
sha256:92b0ddc01f91e4a946616d732607744c6d9741750896b89d782865203a17a508
|
|
|
test-results-ubuntu-22.04-arm-8-temurin
|
57.1 KB |
sha256:2457ae4b7c341ad19e516ee00242319e1474798d594d4ee408e3d53a8738ecfe
|
|
|
test-results-ubuntu-22.04-arm-8-zulu
|
57 KB |
sha256:dc476afe02318195b08ffcad22f210176502c9d1e164842d9028e6440024719a
|
|
|
test-results-ubuntu-22.04-arm-EA-temurin
|
53.6 KB |
sha256:25cdb1bc8f297e0b0776479bccf9f75365f7b78850e17bba22bb72aa6015199f
|
|
|
test-results-ubuntu-22.04-arm-EA-zulu
|
53.7 KB |
sha256:376176ecea3c042d1f7d9b63e4289af2ffde000243f81c3084a1f276515ea178
|
|
|
test-results-ubuntu-latest-11-temurin
|
56.3 KB |
sha256:de3905d9fde051c7b8f85cb5888b73b50b919e42a297a5dcc7749c3f6abf9e1f
|
|
|
test-results-ubuntu-latest-11-zulu
|
56.6 KB |
sha256:c423e84fe7bcdb1b73ac64b0c373ef7f237440f1def96ccb8bd053c68a3f36ff
|
|
|
test-results-ubuntu-latest-17-temurin
|
53.5 KB |
sha256:b47e60c85b68fe757c078e4a46ce4956219b62fd0ea4f167fc1df973e048bb6d
|
|
|
test-results-ubuntu-latest-17-zulu
|
53.6 KB |
sha256:ff4605c63cda999e83c8cdc2e4519ba1b1956c91d507247cb203f92af2f10a1b
|
|
|
test-results-ubuntu-latest-21-temurin
|
53.7 KB |
sha256:1c808c6eb96b1bd8edbb56cd8ce86020bf518b045c02069466299e8332fbfcb4
|
|
|
test-results-ubuntu-latest-21-zulu
|
53.6 KB |
sha256:23e23c027159479e64867c44ddc53d26b05dcb8cf7978cf025c86fa421a73dce
|
|
|
test-results-ubuntu-latest-25-temurin
|
53.7 KB |
sha256:6604d23f13b4b8c55a0e5abf1479256a6dfd2bde4281a90c1087751addafe286
|
|
|
test-results-ubuntu-latest-25-zulu
|
53.5 KB |
sha256:d9929eda43cb20d49b61047b431758a013e6efae5180bb8883a0e4c2baa864c2
|
|
|
test-results-ubuntu-latest-8-temurin
|
56.9 KB |
sha256:5b0be8da46f2bf1c9cf1abdfd7d31e010e8302c8f563b3648745be80b1e293f0
|
|
|
test-results-ubuntu-latest-8-zulu
|
57.1 KB |
sha256:b07741b1bca1d6b4fa9558b37277ead92efa6856b4514b83d6c12c22ac97cd3e
|
|
|
test-results-ubuntu-latest-EA-temurin
|
53.5 KB |
sha256:36185226b0bcdd9d3b2c4f8646bd32b8fc9e00846a39154e75a406f6ef7ea2c4
|
|
|
test-results-ubuntu-latest-EA-zulu
|
53.6 KB |
sha256:a0127c7d2f3deba3463500472dea78d0fd168dca9c19c9250cf6364de70aa424
|
|
|
test-results-windows-latest-11-temurin
|
59.5 KB |
sha256:98e6009316cb06ea3609535c0b5a953622560a709098be2f10513d4ddd9e7939
|
|
|
test-results-windows-latest-11-zulu
|
59.5 KB |
sha256:c13431a8536b61f3eab5c9b769f7d2b17ef9ed4ec15d3a34ab67497606f85303
|
|
|
test-results-windows-latest-17-temurin
|
56.7 KB |
sha256:757c111e298ff89e77404b927df80323c22b34ecd90cf0161ff44da9aeddec82
|
|
|
test-results-windows-latest-17-zulu
|
56.8 KB |
sha256:6dee2c5117484171be69b881f0518790f4925cce7a3a0116232c93552e52560a
|
|
|
test-results-windows-latest-21-temurin
|
56.8 KB |
sha256:9eaea5dbae282ca79792be2c42ebb6d567ef397995a7c4d1b1493b1368caad22
|
|
|
test-results-windows-latest-21-zulu
|
56.8 KB |
sha256:5a3243ee429d25e7b07172553445ba483082b40b6cb6ee607c92eaed514eebfa
|
|
|
test-results-windows-latest-25-temurin
|
56.7 KB |
sha256:eed7a4f3b41fe8d52b54774eb5488301ea5936a98e1757e6fcbdaf9497a54ef2
|
|
|
test-results-windows-latest-25-zulu
|
56.8 KB |
sha256:49904d0344f150febd7233b55a3caf40636401f856dcd61b7d76c6ac19cf6f1c
|
|
|
test-results-windows-latest-8-temurin
|
59.1 KB |
sha256:60184c9676387758591dbc447e2e62fd7459e8066cec44b31664c4dfe7ff4721
|
|
|
test-results-windows-latest-8-zulu
|
59.7 KB |
sha256:65b238e84185cc6a1d46e530453ab939e5c8d4bdd70c07f2f3cd7f93196b3ebc
|
|
|
test-results-windows-latest-EA-temurin
|
56.7 KB |
sha256:10519525c01f08a42fcb10d2ddc1be6a631d152176a8dd384e38a8ac3b945793
|
|
|
test-results-windows-latest-EA-zulu
|
56.6 KB |
sha256:49dcf3f07adc556f40b32d5f89af8725039c1c7fc617d23565aa9a857a6c2cd2
|
|
|
testjar
|
24.2 MB |
sha256:c38a495a76d12356f8701c23e33796965a635d0b4726ed55f87e4ce181443983
|
|