Skip to content

Continuous integration #2517

Continuous integration

Continuous integration #2517

Triggered via push May 8, 2024 06:16
Status Success
Total duration 20m 41s
Artifacts 15

ci.yml

on: push
boringssl_clone
4s
boringssl_clone
Matrix: build
Matrix: openjdk-test
Fit to window
Zoom out
Zoom in

Annotations

84 errors and 33 warnings
build (windows-latest): testing/src/main/java/org/conscrypt/java/security/AbstractAlgorithmParametersTest.java#L28
warning: [PublicConstructorForAbstractClass] Constructors of on an abstract class can be declared protected as there is never a need for them to be public
build (windows-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L701
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (windows-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L702
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (windows-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L943
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (windows-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L965
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (windows-latest): testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [EmptyBlockTag] A block tag (@param, @return, @throws, @deprecated) has an empty description. Block tags without descriptions don't add much value for future readers of the code; consider removing the tag entirely or adding a description.
build (windows-latest): testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [MissingSummary] A summary line is required on public/protected Javadocs.
build (windows-latest): testing/src/main/java/org/conscrypt/VeryBasicHttpServer.java#L118
warning: [StringSplitter] String.split(String) has surprising behavior
build (windows-latest): common/src/main/java/org/conscrypt/ArrayUtils.java#L40
warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter values
build (windows-latest): common/src/main/java/org/conscrypt/XdhKeySpec.java#L44
warning: [UnnecessaryParentheses] These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them
build (windows-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L583
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (windows-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L584
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (windows-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L595
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (windows-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L596
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (windows-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L656
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (windows-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L659
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (windows-latest): common/src/test/java/org/conscrypt/java/security/cert/CertificateFactoryTest.java#L799
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (windows-latest): common/src/test/java/org/conscrypt/javax/net/ssl/HttpsURLConnectionTest.java#L193
warning: [CatchFail] Ignoring exceptions and calling fail() is unnecessary, and makes test output less useful
build (windows-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "58" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (windows-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (windows-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (windows-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (windows-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (windows-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (windows-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (windows-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (windows-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (windows-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (ubuntu-latest): common/src/main/java/org/conscrypt/XdhKeySpec.java#L44
warning: [UnnecessaryParentheses] These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them
build (ubuntu-latest): common/src/main/java/org/conscrypt/XdhKeySpec.java#L44
warning: [UnnecessaryParentheses] These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them
build (ubuntu-latest): common/src/main/java/org/conscrypt/ArrayUtils.java#L40
warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter values
build (ubuntu-latest): common/src/main/java/org/conscrypt/XdhKeySpec.java#L44
warning: [UnnecessaryParentheses] These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them
build (ubuntu-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L701
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (ubuntu-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L702
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (ubuntu-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L943
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (ubuntu-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L965
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (ubuntu-latest): testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [EmptyBlockTag] A block tag (@param, @return, @throws, @deprecated) has an empty description. Block tags without descriptions don't add much value for future readers of the code; consider removing the tag entirely or adding a description.
build (ubuntu-latest): testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [MissingSummary] A summary line is required on public/protected Javadocs.
build (ubuntu-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L583
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (ubuntu-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L584
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (ubuntu-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L595
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (ubuntu-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L596
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (ubuntu-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L656
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (ubuntu-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L659
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (ubuntu-latest): common/src/test/java/org/conscrypt/javax/net/ssl/HttpsURLConnectionTest.java#L193
warning: [CatchFail] Ignoring exceptions and calling fail() is unnecessary, and makes test output less useful
build (ubuntu-latest): common/src/test/java/org/conscrypt/java/security/cert/CertificateFactoryTest.java#L799
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (macos-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L583
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (macos-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L584
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (macos-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L595
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (macos-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L596
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (macos-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L656
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (macos-latest): openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L659
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
build (macos-latest): common/src/test/java/org/conscrypt/java/security/cert/CertificateFactoryTest.java#L799
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (macos-latest): common/src/test/java/org/conscrypt/javax/net/ssl/HttpsURLConnectionTest.java#L193
warning: [CatchFail] Ignoring exceptions and calling fail() is unnecessary, and makes test output less useful
build (macos-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "58" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (macos-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (macos-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (macos-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (macos-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (macos-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (macos-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (macos-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (macos-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (macos-latest): common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
build (macos-latest): testing/src/main/java/org/conscrypt/VeryBasicHttpServer.java#L118
warning: [StringSplitter] String.split(String) has surprising behavior
build (macos-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L701
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (macos-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L702
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (macos-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L943
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (macos-latest): testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L965
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
build (macos-latest): testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [EmptyBlockTag] A block tag (@param, @return, @throws, @deprecated) has an empty description. Block tags without descriptions don't add much value for future readers of the code; consider removing the tag entirely or adding a description.
build (macos-latest): testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [MissingSummary] A summary line is required on public/protected Javadocs.
build (macos-latest): testing/src/main/java/org/conscrypt/java/security/AbstractAlgorithmParametersTest.java#L28
warning: [PublicConstructorForAbstractClass] Constructors of on an abstract class can be declared protected as there is never a need for them to be public
build (macos-latest): common/src/main/java/org/conscrypt/ArrayUtils.java#L40
warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter values
build (macos-latest): common/src/main/java/org/conscrypt/XdhKeySpec.java#L44
warning: [UnnecessaryParentheses] These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1.4.3, actions/checkout@v2, actions/setup-go@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1.4.3, actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1.4.3, actions/checkout@v2, actions/setup-go@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1.4.3, actions/checkout@v2, actions/setup-go@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1.4.3, actions/checkout@v2, actions/setup-go@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1.4.3, actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
uberjar
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
uberjar
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
openjdk-test (ubuntu-latest, 11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
openjdk-test (ubuntu-latest, 11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
openjdk-test (ubuntu-latest, 9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
openjdk-test (ubuntu-latest, 9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
openjdk-test (ubuntu-latest, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
openjdk-test (ubuntu-latest, 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
openjdk-test (windows-latest, 11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
openjdk-test (windows-latest, 11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
openjdk-test (windows-latest, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
openjdk-test (windows-latest, 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
openjdk-test (windows-latest, 9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
openjdk-test (windows-latest, 9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
openjdk-test (macos-latest, 11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
openjdk-test (macos-latest, 11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
openjdk-test (macos-latest, 9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
openjdk-test (macos-latest, 9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
openjdk-test (macos-latest, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
openjdk-test (macos-latest, 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "boringssl-source", "m2repo-Linux", "m2repo-macOS", "m2repo-uber", "m2repo-Windows", "testjar", "test-results-macos-latest-11", "test-results-macos-latest-8", "test-results-macos-latest-9", "test-results-ubuntu-latest-11", "test-results-ubuntu-latest-8", "test-results-ubuntu-latest-9", "test-results-windows-latest-11", "test-results-windows-latest-8", "test-results-windows-latest-9". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
boringssl-source
333 KB
m2repo-Linux
4.19 MB
m2repo-Windows
2.44 MB
m2repo-macOS
3.92 MB
m2repo-uber
13.7 MB
test-results-macos-latest-11
761 KB
test-results-macos-latest-8
760 KB
test-results-macos-latest-9
761 KB
test-results-ubuntu-latest-11
764 KB
test-results-ubuntu-latest-8
762 KB
test-results-ubuntu-latest-9
763 KB
test-results-windows-latest-11
789 KB
test-results-windows-latest-8
786 KB
test-results-windows-latest-9
788 KB
testjar
21.2 MB