Continuous integration #4504
ci.yml
on: schedule
boringssl_clone
6s
clang_format_check
0s
Matrix: build
Matrix: android-test
Matrix: openjdk-test
Annotations
55 warnings
|
build (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: ilammy/msvc-dev-cmd@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (macos-latest):
common/src/test/java/org/conscrypt/DuckTypedHpkeSpiTest.java#L188
[UnusedMethod] Method 'setupBaseForTesting' is never used.
|
|
build (macos-latest):
openjdk/src/test/java/org/conscrypt/AddressUtilsTest.java#L485
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
|
|
build (macos-latest):
common/src/main/java/org/conscrypt/OpenSSLX509Certificate.java#L458
[DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
|
|
build (macos-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L374
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
|
|
build (macos-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L358
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
|
|
build (macos-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L294
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
|
|
build (macos-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L274
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
|
|
build (macos-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L193
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
|
|
build (macos-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L142
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
|
|
build (macos-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L131
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
|
|
build (macos-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L120
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
|
|
build (macos-latest):
common/src/main/java/org/conscrypt/SSLParametersImpl.java#L787
[UnusedVariable] The parameter 'spake2PlusCipherSuitesNeeded' is never read.
|
|
android-test (26):
android-stub/src/main/java/android/pake/PakeServerKeyManagerParameters.java#L92
[UnusedVariable] The parameter '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 '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:5d2b34c418a14f25f3eb879ac0206f0f84c4f18734a02449390de0fc850c1f10
|
|
|
m2repo-Linux
|
9.55 MB |
sha256:c7df9be77467f378b93f92645e1fa64f9b20a8d2bc671feee0937e9a29151214
|
|
|
m2repo-Windows
|
1.88 MB |
sha256:a661fb02b716f956216ec599f97d204a22c6dcfadce7b908f5571d565e2faad6
|
|
|
m2repo-macOS
|
3.88 MB |
sha256:7d5f416278df22e774424022a9a6cbe35538094e47005d66f1ef7880f5e270b5
|
|
|
m2repo-uber
|
21.7 MB |
sha256:404365b9b0388fc6ada9bb290da7a2f79cf2fc4971025f92da8cd054f8a17809
|
|
|
test-results-macos-14-11-temurin
|
56.9 KB |
sha256:41d55a94a265ac316b43dd6751b81ec9d378cf08eec6c75721f38fa243b6c591
|
|
|
test-results-macos-14-11-zulu
|
57.2 KB |
sha256:9e4ba746bf6e24761f8490e10db6991dafc6f38a5dcea76ef40ac97896d756b3
|
|
|
test-results-macos-14-17-temurin
|
53.8 KB |
sha256:e8e5ab5c27eec70d6969ee4b7de6e2f1f5029c648d952426ebe9ca1e3fae4c09
|
|
|
test-results-macos-14-17-zulu
|
54.3 KB |
sha256:c74fc2cf5d123882098b8982b88760d3101d4d6378707252b953910b8479a144
|
|
|
test-results-macos-14-21-temurin
|
54.4 KB |
sha256:9b8300ceeebc35f0310511e7c6b4bf5b46ca54836c3bbdc3e3c0443e08c62340
|
|
|
test-results-macos-14-21-zulu
|
53.9 KB |
sha256:cbabc795b1461b51510601829460d4cb0047ec2180aa09dd3c57b998a9e1ce02
|
|
|
test-results-macos-14-25-temurin
|
54 KB |
sha256:8dea6668079284dff8508815a30c102f7966d276a675261d24a358d41fa01fb6
|
|
|
test-results-macos-14-25-zulu
|
54 KB |
sha256:fae82cb20a2639c927a454cbd2ab1cdcf51356df21866231fa81f10d15d78e90
|
|
|
test-results-macos-14-8-zulu
|
57.8 KB |
sha256:d26f6465fa380c1848a06064a0d3cbbd4a4d8fa85b15d5f73b14d2a35f2b6fa9
|
|
|
test-results-macos-14-EA-temurin
|
54 KB |
sha256:803691d2a645ffcb49f4e0934f361e0d25feb675dfec5f143a0ee9d34e01ca93
|
|
|
test-results-macos-14-EA-zulu
|
54 KB |
sha256:a595f4b14183b52c347a3045d849c7d78c4d35db14ddcb4f2dfc76af1d85f363
|
|
|
test-results-macos-latest-11-temurin
|
56.8 KB |
sha256:71c2ab0a07ba80b8339ac35789171a0fb3ab0ee30c45b20bb2ba203b0712fdf1
|
|
|
test-results-macos-latest-11-zulu
|
57.1 KB |
sha256:000e52f6a0625a626b511bd20ae4001308188d95c588772cb15af9fcd9c25e9e
|
|
|
test-results-macos-latest-17-temurin
|
53.9 KB |
sha256:14103a97810c29e15a277f1eb00c6cacadfbf82a1ed2b75cc0e9e7fd4bcd3e74
|
|
|
test-results-macos-latest-17-zulu
|
54.1 KB |
sha256:380cea8f126c3f25ddcdcbbceedcc9d48c22d703835c5bd0835c905192a160b5
|
|
|
test-results-macos-latest-21-temurin
|
54.4 KB |
sha256:454d56b0ab2e98bb4e8d7cfb9032d9a08d186bee18efa0b16fcc329339759300
|
|
|
test-results-macos-latest-21-zulu
|
54.5 KB |
sha256:159b9d8f9e66d04ba6bd22f58564853223e2e0fbe179b2a4c9a37093f0abb35f
|
|
|
test-results-macos-latest-25-temurin
|
54.1 KB |
sha256:3d5189ebf83f1fd92635f8e141522847b64a3048ae0cce5296a36949bb9ce32c
|
|
|
test-results-macos-latest-25-zulu
|
53.9 KB |
sha256:5ba12fa09cf39f74fcf18c5920a8f3fecb2f7b4a3c9d8fd47606a329f1756907
|
|
|
test-results-macos-latest-8-zulu
|
57.2 KB |
sha256:b2689c59dd76a4b3b2c99d95d4bf6637eb141a5e4ea7b5bfa488a88903ff5a93
|
|
|
test-results-macos-latest-EA-temurin
|
54 KB |
sha256:d71420c58c8d3fc52c2c901bc981715fcbc61c85ea33431f0e7ec7a470684403
|
|
|
test-results-macos-latest-EA-zulu
|
53.9 KB |
sha256:fc67a5ab49dcb64dc28f29978d59f831f15ba5e512c894db20134ec8b1df3f49
|
|
|
test-results-ubuntu-22.04-11-temurin
|
56.5 KB |
sha256:04ccaf4178334baa7db44810a239b87eaeef31eb37d4bc79ed1f92d7b273b3bc
|
|
|
test-results-ubuntu-22.04-11-zulu
|
56.6 KB |
sha256:492a05a06ee940a5916f3f3c62f6b91b9d21cd66db88648d296e4275a1e95523
|
|
|
test-results-ubuntu-22.04-17-temurin
|
53.6 KB |
sha256:c706fbb23a07ad1c8e779e6108f6175cad16961cb0f863e83ec199e404308b26
|
|
|
test-results-ubuntu-22.04-17-zulu
|
53.7 KB |
sha256:940f5160fe80b92a21f3d8753036dee9e60450c4754b31cfa600b0b490bcc9cc
|
|
|
test-results-ubuntu-22.04-21-temurin
|
53.6 KB |
sha256:1624a44262857ca661ce9fec15766206a351fdae184ba26b8ac73b629ef25af5
|
|
|
test-results-ubuntu-22.04-21-zulu
|
53.7 KB |
sha256:194d52efe79dd70a24ad749f0b6f2311a9d0b4992140f55ba217adc51a23cccc
|
|
|
test-results-ubuntu-22.04-25-temurin
|
53.7 KB |
sha256:75ba5d83511c38b144ebc2b1731018ac21445abd91b6c80593a3e8f96b564c73
|
|
|
test-results-ubuntu-22.04-25-zulu
|
53.7 KB |
sha256:f62ee70f77487dface085b0444ed464ad4f75d817888bd777c7972126b7a6f77
|
|
|
test-results-ubuntu-22.04-8-temurin
|
57 KB |
sha256:314cdf1cd5318f4035e3943d21bdea64ee678b540d85090abbb108afb7da4382
|
|
|
test-results-ubuntu-22.04-8-zulu
|
57.1 KB |
sha256:975da1ce3574e2a7609d1453822155aaaa8a1afcbd29b11d5fd93b2dfbb4658b
|
|
|
test-results-ubuntu-22.04-EA-temurin
|
53.7 KB |
sha256:108e2c89bc20ecef6620555af3e1c57165732b62247aef171f42627be47631c8
|
|
|
test-results-ubuntu-22.04-EA-zulu
|
53.7 KB |
sha256:4e558983d3427f8cccf98193bb601f0bce1b51f1ad9b721ee900d2f75a568ee0
|
|
|
test-results-ubuntu-22.04-arm-11-temurin
|
56.4 KB |
sha256:7bc2ade666f9a7c1a33d0d96787aa9288e97dc777c5843040ddfec444f36fb74
|
|
|
test-results-ubuntu-22.04-arm-11-zulu
|
56.4 KB |
sha256:c6089cfc982245b60e6e59f0cc9d13efbac51a11adca10a26298ad681595f472
|
|
|
test-results-ubuntu-22.04-arm-17-temurin
|
53.6 KB |
sha256:22fa39a378707d16da40b53822c258278ed34efd052db9f1e0342c70ae3e6fdf
|
|
|
test-results-ubuntu-22.04-arm-17-zulu
|
53.6 KB |
sha256:d2d749d6dec0990255df332235b06e6e1042c2210298c2423c15f65ce0eb3aee
|
|
|
test-results-ubuntu-22.04-arm-21-temurin
|
53.6 KB |
sha256:6c1c748641a567a8b8f5478c568a4f6f6912817e8da6cf7984515abf621ed726
|
|
|
test-results-ubuntu-22.04-arm-21-zulu
|
53.6 KB |
sha256:bd734fd620217e0ee915aa82e2bda701d1efb2922085ab076a9d982ddd845a77
|
|
|
test-results-ubuntu-22.04-arm-25-temurin
|
53.8 KB |
sha256:8403b7ef45f904295c72e31edcccdea3c8dd354b45dfb421d533a51c71a12ffe
|
|
|
test-results-ubuntu-22.04-arm-25-zulu
|
53.6 KB |
sha256:10cb367a4201dabe3a9d39243271e2a0f68118309b34888ff1b3e187bb00afb9
|
|
|
test-results-ubuntu-22.04-arm-8-temurin
|
56.9 KB |
sha256:ac4b51b7a3421956e2b660d934050a8f6829d57dccbba1754d78c93b7d2fbc93
|
|
|
test-results-ubuntu-22.04-arm-8-zulu
|
57.1 KB |
sha256:81c37612301d9231ed2b09de4f216c7f270a89af6bd4f67880ec7698657f669b
|
|
|
test-results-ubuntu-22.04-arm-EA-temurin
|
53.6 KB |
sha256:8f46e41c4a914cb04b6c88195d67a7daf69f8d610c932ebb0c7c605aebc27fd7
|
|
|
test-results-ubuntu-22.04-arm-EA-zulu
|
53.6 KB |
sha256:41d6de3765231185458f12dcfb53bd424db98cbf6aad7e61aeda97db9e72a1ad
|
|
|
test-results-ubuntu-latest-11-temurin
|
56.6 KB |
sha256:92f0c42395019aeb5a035c8a531b025f4d402cd185014197c8af12bc57636140
|
|
|
test-results-ubuntu-latest-11-zulu
|
56.5 KB |
sha256:359632c93072acb19ba8e5a56cdd1ada69b38c91c1625dc1d8809b3e88e3f83d
|
|
|
test-results-ubuntu-latest-17-temurin
|
53.5 KB |
sha256:86501eb695bea93f24e558a1156d3401e1111ea9d9c380811f911d822a016c97
|
|
|
test-results-ubuntu-latest-17-zulu
|
53.8 KB |
sha256:29dae2785c4a4c1442cbb955a4ec9d8f67a2c1a9f26ead74d597726b3a083da3
|
|
|
test-results-ubuntu-latest-21-temurin
|
53.6 KB |
sha256:6db204d4e6822bb7f8371196599c2e53b61210b77a9b6ff026db328a40e8eeb6
|
|
|
test-results-ubuntu-latest-21-zulu
|
53.5 KB |
sha256:575f9ed43598ca89ab8e49e54563259c4c6b18349db7354491fe8bba7df654db
|
|
|
test-results-ubuntu-latest-25-temurin
|
53.6 KB |
sha256:411466ceb6180c4f7f31c7de26cebebfb6ec64deafe4e33ff0407a6ab0e6d925
|
|
|
test-results-ubuntu-latest-25-zulu
|
53.7 KB |
sha256:881d4f955beeeb122802e8ccdae152eb1694ebfede9ad5c0fa016467b2f90ab7
|
|
|
test-results-ubuntu-latest-8-temurin
|
56.9 KB |
sha256:a0e2e983e9ffb7e080862c8e0f5608cdcf01c77e8b592a1b70211455f504be97
|
|
|
test-results-ubuntu-latest-8-zulu
|
56.8 KB |
sha256:500b6cfbf53ee338ce12b767220fcaf88974b88cb653310733c9311b7dd7d81a
|
|
|
test-results-ubuntu-latest-EA-temurin
|
53.5 KB |
sha256:f94b735f199c569c0c061e19d0b42ed2cd3acb4a7451be0eaff99658e5047320
|
|
|
test-results-ubuntu-latest-EA-zulu
|
53.6 KB |
sha256:705214d2f1cf617a1dc372d8b60943166fbaf1bbfecd7edc9b755dcea0b5300e
|
|
|
test-results-windows-latest-11-temurin
|
59.5 KB |
sha256:f26237066b2262bb7c793fd671d85a90e7b80fecc3a623ce366009671720b9e0
|
|
|
test-results-windows-latest-11-zulu
|
59.5 KB |
sha256:6a0ad2934a62ca82e0fe02f46d1ab1ab60f1ad49a25a4d7d31a3dbab5068a217
|
|
|
test-results-windows-latest-17-temurin
|
56.8 KB |
sha256:f3d6d9822843e8311ca11a6e70dc98a9adba4aa899dbb0ea587bf0e8807f5be3
|
|
|
test-results-windows-latest-17-zulu
|
56.8 KB |
sha256:82125b7aa2d77c63309a5761e7149a095427d0c917c3f7cd9433e12f7ea6992c
|
|
|
test-results-windows-latest-21-temurin
|
56.8 KB |
sha256:1c054d5a1cb50f0c306af65b02abeb4b164974d0bda12dc1f857c26a8d74cd73
|
|
|
test-results-windows-latest-21-zulu
|
56.8 KB |
sha256:b3aa6199d272d9e71727279f0c4bbb43fbf7929058fa7cee842867ddaf2f5c9e
|
|
|
test-results-windows-latest-25-temurin
|
56.9 KB |
sha256:035f2d34f60b2092fa1b89b5f3e73c6d36f4ebbccf1bf895714790ac9e8aaf81
|
|
|
test-results-windows-latest-25-zulu
|
56.6 KB |
sha256:8a5a0d7f0176df3b3e0f6f80f79c0ed45fd605e8b36abbdd8bcf9be38ead6aae
|
|
|
test-results-windows-latest-8-temurin
|
59.6 KB |
sha256:dc623e7caa45eb1de8c1fafecff52c0b3bb339751a3c78f87b152268649c7900
|
|
|
test-results-windows-latest-8-zulu
|
59.5 KB |
sha256:cfaae5b5f49eeb96a463369e2efbc73012a47a454c64bb50e6be4770deee9801
|
|
|
test-results-windows-latest-EA-temurin
|
56.7 KB |
sha256:7c320e6720f38aca2a159449b0ae95c5eda3062509558ef3b3d0cead5f621b11
|
|
|
test-results-windows-latest-EA-zulu
|
56.7 KB |
sha256:bf150ac585282d2ac106f059e76c1a55dbfe0ea67b50690e51e0e317afb6be4b
|
|
|
testjar
|
24.2 MB |
sha256:528f2f703f52cd0403d6283cc3164d43bd8648e103d3e81184f00b4411b4e2bc
|
|