Continuous integration #4496
ci.yml
on: schedule
boringssl_clone
3s
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 '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 '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?
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
boringssl-source
Expired
|
372 KB |
sha256:0e22d9b36b1b1fa216e10fbc2de37b4bef450df66406f906b2f1c4216cc5f8d9
|
|
|
m2repo-Linux
|
9.55 MB |
sha256:c3afd16c2875deae7eb5712f82f023e60d37eb8b9b75769b74b7bcb4e43df5f2
|
|
|
m2repo-Windows
|
1.88 MB |
sha256:8e8a4e78255b847ff910e2357bd64695e9ca978bb85a1cdab8d06e87b6dab709
|
|
|
m2repo-macOS
|
3.88 MB |
sha256:ee14d7ed14961a19921b1106524b8ae9d7414e94acd11929f8377420f9f17e18
|
|
|
m2repo-uber
|
21.7 MB |
sha256:df4b2801796565372e02f60875d1c31ce7025e8dddff68db645a1bfde817b029
|
|
|
test-results-macos-14-11-temurin
|
57.1 KB |
sha256:59814a5c980e5fb962ea2a3efea30b55a806a206c9420edd841998c689ac4e18
|
|
|
test-results-macos-14-11-zulu
|
56.9 KB |
sha256:405c29e8b795aa483dd7d1c7b9f7621c39af28160e7d873b23e8a70d4fddcd83
|
|
|
test-results-macos-14-17-temurin
|
53.9 KB |
sha256:702baf91a8beba7e8176985447d5cd6d43923a997fae652cc817ef2244637476
|
|
|
test-results-macos-14-17-zulu
|
53.9 KB |
sha256:35b9105572a59e696e8e1ccaf438a9794ed1d2739c83c3d1868340480b2c0dae
|
|
|
test-results-macos-14-21-temurin
|
54.2 KB |
sha256:6d7a2a254233617bfa597830778fae2803cc84bc1bd8b9152fc640baf75e8bf1
|
|
|
test-results-macos-14-21-zulu
|
54 KB |
sha256:a745308705f47027ad89bb06d9ca185d1bb6e1b364f1c98d5066a31165b22ea2
|
|
|
test-results-macos-14-25-temurin
|
54 KB |
sha256:fe0bcdf6f943eaeb4248321a7f72efb10ce3f46e990ece56a522823857601210
|
|
|
test-results-macos-14-25-zulu
|
54.3 KB |
sha256:0d47f002f176633d58137e995782678f0ec7226b6c2bbc149f03e2d1d16a153a
|
|
|
test-results-macos-14-8-zulu
|
57.3 KB |
sha256:698ba13ba83bb1a26875b669250bf72aa072d0bd044abb3441bfb8507f6043e0
|
|
|
test-results-macos-14-EA-temurin
|
53.9 KB |
sha256:468f4a219955e861580be4e1876f8aaccdc0a67a9415673c060da2e8a1f7be58
|
|
|
test-results-macos-14-EA-zulu
|
53.9 KB |
sha256:8e38d87b28782dfc7b37dfe2341e397f8123661dcd1498ccc5f62cb4fb9af897
|
|
|
test-results-macos-latest-11-temurin
|
56.9 KB |
sha256:876564d87e47a1ed65fdfe56aaf69f2bc4fa4b77a5d9bb28cc4303e036b9fe07
|
|
|
test-results-macos-latest-11-zulu
|
57 KB |
sha256:4e073ee7b9091013389eafc818a685a78747ffad8da5de82aac2293769abfe49
|
|
|
test-results-macos-latest-17-temurin
|
54.3 KB |
sha256:24b89a28a34c4b480990fed8d8a0b3a393e2556c616207ccbc497dc87f2c2472
|
|
|
test-results-macos-latest-17-zulu
|
53.9 KB |
sha256:3b76e107f9a592000b3e7aaad912abf7a0b37c3c314919c22fa349e605e06a1c
|
|
|
test-results-macos-latest-21-temurin
|
54.2 KB |
sha256:6867bd3989c228f3db806ec0b30a981f957218c90f9cdd15a1b3fe83e90acb1e
|
|
|
test-results-macos-latest-21-zulu
|
53.9 KB |
sha256:25be4ce68d0f5502abfe95d11b058db5c296843cbaac367cce9296e372b37ace
|
|
|
test-results-macos-latest-25-temurin
|
54.4 KB |
sha256:a49d335b897a09513a0b5411023fe61bf7e6ba05513519b86238fa22cabd8edc
|
|
|
test-results-macos-latest-25-zulu
|
54.4 KB |
sha256:ed53d1c5ab62c470c67714c63a4df93a7a062fd7bb6c451b709f83d43b4c922d
|
|
|
test-results-macos-latest-8-zulu
|
57.5 KB |
sha256:f001a069ac91a3a4373ccaf6eb1a4f6a9e42f997975d45062f6cae074eab9057
|
|
|
test-results-macos-latest-EA-temurin
|
54.5 KB |
sha256:556c30b63474b6a14541606e416e935761f0c61b53bb67af20cd66faeb7b74db
|
|
|
test-results-macos-latest-EA-zulu
|
54.3 KB |
sha256:a7b5daca1ce0078f093d64399f6e84cdb127163a3a28c9ab9f118a402eb6a9f6
|
|
|
test-results-ubuntu-22.04-11-temurin
|
56.4 KB |
sha256:a2a1768926d997fced1fb7c643cd0a1f966978992e1c69ce64b438506a184bb4
|
|
|
test-results-ubuntu-22.04-11-zulu
|
56.6 KB |
sha256:cf6d117d944278f1d708845caa9f9891b62f548ed962fda9862e8549f559881e
|
|
|
test-results-ubuntu-22.04-17-temurin
|
53.7 KB |
sha256:8ce167cb4d594f5573cc07ca41daf001043df563e1305cdba11fb30025903407
|
|
|
test-results-ubuntu-22.04-17-zulu
|
53.8 KB |
sha256:acb6352db9089f2d571ee6d97597cf325971fe691eb5869e0fcff4c9c3b25e82
|
|
|
test-results-ubuntu-22.04-21-temurin
|
53.6 KB |
sha256:e54a67bdf167d126dfc2f1747919e2a4ea89c3340eff46a83e76449b7c7ff37d
|
|
|
test-results-ubuntu-22.04-21-zulu
|
53.7 KB |
sha256:7ccbab8672f184573e1e0b5c0578697146bf2bc7577e1a803ef77c20605ac319
|
|
|
test-results-ubuntu-22.04-25-temurin
|
53.5 KB |
sha256:fcf5ac3bdaf8e9af92b9ad62964ac53db71bd7e0b6f2f7e489b8dd6a3532ecf3
|
|
|
test-results-ubuntu-22.04-25-zulu
|
53.7 KB |
sha256:aa0c0316441c99c97c3852fd7cc6146b1c675ed75f5fdf871ed0d969bacc8e05
|
|
|
test-results-ubuntu-22.04-8-temurin
|
56.9 KB |
sha256:637184aab0f5aed2661fd2b4c7c8039b31b063a1b0c3d016b14ef7d8cb2412e4
|
|
|
test-results-ubuntu-22.04-8-zulu
|
57.2 KB |
sha256:589b5a4607aa22c26efa55dd3e9890741f389b3c4d2e27e6c9e123106909c53d
|
|
|
test-results-ubuntu-22.04-EA-temurin
|
53.6 KB |
sha256:94e477f3a50844b61958015541b0ac6ccdbe1219c0786fa2ae38c4562a5042fd
|
|
|
test-results-ubuntu-22.04-EA-zulu
|
53.6 KB |
sha256:d0219439d1b358782a2ea32f6fb75fb7609e5d5d1df1002c9bd55ab4e3c4b13c
|
|
|
test-results-ubuntu-22.04-arm-11-temurin
|
56.5 KB |
sha256:d2cf35840c7494a4fe6a2aba34e49ef595c0538c2e0b005075e27eaf210bc2b6
|
|
|
test-results-ubuntu-22.04-arm-11-zulu
|
56.5 KB |
sha256:2746b59f019d4b347ce753c06ad74b0aef1cc4a21f835c6bc14408130c11f053
|
|
|
test-results-ubuntu-22.04-arm-17-temurin
|
53.6 KB |
sha256:eecb9f314ff264a4a7f309957152b0faa019f5167651fb092fdc226e843f85d2
|
|
|
test-results-ubuntu-22.04-arm-17-zulu
|
53.6 KB |
sha256:229ab5478996858f6026eca2e6c26429cbce8b93690dbc0dc533c4daf9b9d401
|
|
|
test-results-ubuntu-22.04-arm-21-temurin
|
53.7 KB |
sha256:2002d0750e0a256c22474cbed163be3e46dedc1ae47e755ec85202d605185fbc
|
|
|
test-results-ubuntu-22.04-arm-21-zulu
|
53.7 KB |
sha256:eb26e0fd86f991214f0463d057d8edfd5a274eaddc409d2c230e92d14a5d4cfa
|
|
|
test-results-ubuntu-22.04-arm-25-temurin
|
53.7 KB |
sha256:51ce1f98b65344d1da9c859e65fc897ac9dec982ff02de88f1e15b9bd9f5ffa5
|
|
|
test-results-ubuntu-22.04-arm-25-zulu
|
53.8 KB |
sha256:5ab4d0519dcb6a8c166ed93fe7284db84907b2b459ebf792edc61110c84d336d
|
|
|
test-results-ubuntu-22.04-arm-8-temurin
|
56.9 KB |
sha256:0838c4be4ba3757e93969a9b9be16e1873ffc7681b0d79c911e79768e85fd1dd
|
|
|
test-results-ubuntu-22.04-arm-8-zulu
|
57.1 KB |
sha256:7c86faea3829837ed992b7e8cdebb339d04067344bb455d9719e457ed1eef1e5
|
|
|
test-results-ubuntu-22.04-arm-EA-temurin
|
53.6 KB |
sha256:171f37129a9a7f2780d91c1659881337a3e5b7eeb3aa941afd916011edb1cb10
|
|
|
test-results-ubuntu-22.04-arm-EA-zulu
|
53.6 KB |
sha256:254ec4c8cf4a60a596f3d512d24f3d06887706ebf3a2f22df24aac68d687df1a
|
|
|
test-results-ubuntu-latest-11-temurin
|
56.6 KB |
sha256:30a93ebd1ba876070263b7bb65806e7589bd757ca0dd0744de80541c584b4ed6
|
|
|
test-results-ubuntu-latest-11-zulu
|
56.6 KB |
sha256:2724cbfc97de49cb860147fa769d0a06dd1ab2dbe3c843d649611f0888062035
|
|
|
test-results-ubuntu-latest-17-temurin
|
53.7 KB |
sha256:681c2b0091376b9723701cc3a0096ac8d1de7b36aaae2876b9fdeb96e297db83
|
|
|
test-results-ubuntu-latest-17-zulu
|
53.7 KB |
sha256:aaf2e8dae6913900a2c1c0fdea2358a9bcf8f7365a7f07dbff20bdc3c3556ffe
|
|
|
test-results-ubuntu-latest-21-temurin
|
53.7 KB |
sha256:c68d77f99495094fd89b2ae6df9f5f3d9ec5d14eed07b97fc9f0291f32dfe2e4
|
|
|
test-results-ubuntu-latest-21-zulu
|
53.7 KB |
sha256:6ea41c85cd16fa6bc1803ecd6fbc989896283c16f8bdfdd7577c22e2e77220f3
|
|
|
test-results-ubuntu-latest-25-temurin
|
53.7 KB |
sha256:e1f6f0af3637b42dfe32d64235de3781dab8318f10712b14b448374a728726e7
|
|
|
test-results-ubuntu-latest-25-zulu
|
53.5 KB |
sha256:c2760f748e7a82f5da846ca544faff84f2aa485bafe2fb942acfb2e6b81e7bfd
|
|
|
test-results-ubuntu-latest-8-temurin
|
56.9 KB |
sha256:16a7283c1931ffdfc1146589e5493dff7a5f96d5172db29e1184ce0a3f2d024d
|
|
|
test-results-ubuntu-latest-8-zulu
|
57.1 KB |
sha256:be6f7ec13a5065099f0f6da0ed4d2efe351c6f5271b66b4a9029538262299658
|
|
|
test-results-ubuntu-latest-EA-temurin
|
53.6 KB |
sha256:f44f9ea83fda6b088bb708d25acd3087ac29b5169c7d7df76148ac9a061ecf33
|
|
|
test-results-ubuntu-latest-EA-zulu
|
53.7 KB |
sha256:f46f183ba84a8ccbf06c745ca02c7106ff76f1e5ac7cfbd5addd8cbd7dea976b
|
|
|
test-results-windows-latest-11-temurin
|
59.5 KB |
sha256:54e61200787b02f7472826b341e7a0b2a2f9ecf9c07703437cf5fa24976ced07
|
|
|
test-results-windows-latest-11-zulu
|
59.8 KB |
sha256:e99c7449c14cd689be86edcf06ad7827abfc246c836742a4642fa1686be92baf
|
|
|
test-results-windows-latest-17-temurin
|
56.8 KB |
sha256:6eeac5d23eb5a5105909e364b3229a03886bd47e51fd82f677ff0ac469b6e5fe
|
|
|
test-results-windows-latest-17-zulu
|
56.9 KB |
sha256:2e9acf80392540c6db04af65242d8f940564ef9ada66e949d458e4b1f3f8763f
|
|
|
test-results-windows-latest-21-temurin
|
56.9 KB |
sha256:ad2dc25a229c5312143392962b651fd05a0ff515aa845ca674265e2e8a080e86
|
|
|
test-results-windows-latest-21-zulu
|
56.7 KB |
sha256:40361a3ce4b40f339601338dd7ceec1f6db7e2ab14d236b9f1b31d99845dda7e
|
|
|
test-results-windows-latest-25-temurin
|
56.7 KB |
sha256:5b2345472efe344fe909606f2a02a5b4e1de07fa1d081be1529619b33e948ed8
|
|
|
test-results-windows-latest-25-zulu
|
56.6 KB |
sha256:5f3c4b5de295eef57937036a0aec1ad8692a5a81e8c2412cc1cb32cf2d3a5f08
|
|
|
test-results-windows-latest-8-temurin
|
59.6 KB |
sha256:5f82710eed169dbe4e94028c7956bb15caef38b5fa49200a783b1ed2668101b9
|
|
|
test-results-windows-latest-8-zulu
|
59.7 KB |
sha256:f68e778717a33280b7397b04e609a99216a10fec563142bbdc0b7c872d6a666f
|
|
|
test-results-windows-latest-EA-temurin
|
56.7 KB |
sha256:e6300e8870ec44fd54b96a504d8d849b31ddf19896838ceffc1ce4f98fbeb3fe
|
|
|
test-results-windows-latest-EA-zulu
|
56.8 KB |
sha256:421bfad812c15b50dff106423f7f748eed793f1a0acc16ec518141743000239e
|
|
|
testjar
|
24.2 MB |
sha256:25432559641216f90d58ee7169287cbc2c90ad298436927ce7defa7bc31af415
|
|