Skip to content

Add a filter doclet which works with the Java 11 doclet API. (#1216) #2657

Add a filter doclet which works with the Java 11 doclet API. (#1216)

Add a filter doclet which works with the Java 11 doclet API. (#1216) #2657

Triggered via push September 9, 2024 09:56
Status Failure
Total duration 6h 0m 45s
Artifacts 4

ci.yml

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

Annotations

72 errors and 11 warnings
build (ubuntu-latest): android-stub/src/main/java/dalvik/system/BlockGuard.java#L22
warning: [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-latest): android-stub/src/main/java/dalvik/system/CloseGuard.java#L22
warning: [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-latest): android-stub/src/main/java/com/android/org/conscrypt/SSLParametersImpl.java#L20
warning: [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-latest): android-stub/src/main/java/android/util/StatsEvent.java#L25
warning: [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-latest): android-stub/src/main/java/android/util/StatsEvent.java#L29
warning: [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-latest): android-stub/src/main/java/android/util/StatsEvent.java#L33
warning: [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-latest): android-stub/src/main/java/android/util/StatsEvent.java#L37
warning: [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-latest): android-stub/src/main/java/android/util/StatsEvent.java#L41
warning: [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-latest): android-stub/src/main/java/android/util/StatsEvent.java#L60
warning: [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-latest): android-stub/src/main/java/android/util/StatsEvent.java#L64
warning: [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-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): openjdk/src/test/java/org/conscrypt/AbstractSessionContextTest.java#L123
warning: [MockNotUsedInProduction] This mock is instantiated and configured, but is never passed to production code. It should be either removed or used.
build (ubuntu-latest): openjdk/src/test/java/org/conscrypt/OpenSSLKeyTest.java#L86
warning: [StringCharset] StringCharset
build (ubuntu-latest): openjdk/src/test/java/org/conscrypt/OpenSSLKeyTest.java#L94
warning: [StringCharset] StringCharset
build (ubuntu-latest): openjdk/src/test/java/org/conscrypt/NativeCryptoTest.java#L854
warning: [StringCharset] StringCharset
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): openjdk/src/test/java/org/conscrypt/AbstractSessionContextTest.java#L123
warning: [MockNotUsedInProduction] This mock is instantiated and configured, but is never passed to production code. It should be either removed or used.
build (macos-latest): openjdk/src/test/java/org/conscrypt/OpenSSLKeyTest.java#L86
warning: [StringCharset] StringCharset
build (macos-latest): openjdk/src/test/java/org/conscrypt/OpenSSLKeyTest.java#L94
warning: [StringCharset] StringCharset
build (macos-latest): android-stub/src/main/java/dalvik/system/BlockGuard.java#L22
warning: [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 (macos-latest): android-stub/src/main/java/dalvik/system/CloseGuard.java#L22
warning: [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 (macos-latest): android-stub/src/main/java/android/util/StatsEvent.java#L25
warning: [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 (macos-latest): android-stub/src/main/java/android/util/StatsEvent.java#L29
warning: [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 (macos-latest): android-stub/src/main/java/android/util/StatsEvent.java#L33
warning: [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 (macos-latest): android-stub/src/main/java/android/util/StatsEvent.java#L37
warning: [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 (macos-latest): android-stub/src/main/java/android/util/StatsEvent.java#L41
warning: [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 (macos-latest): android-stub/src/main/java/android/util/StatsEvent.java#L60
warning: [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 (macos-latest): android-stub/src/main/java/android/util/StatsEvent.java#L64
warning: [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 (macos-latest): android-stub/src/main/java/android/util/StatsEvent.java#L68
warning: [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 (windows-latest)
The job running on runner GitHub Actions 312 has exceeded the maximum execution time of 360 minutes.
build (windows-latest): android-stub/src/main/java/android/util/StatsEvent.java#L25
warning: [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 (windows-latest): android-stub/src/main/java/android/util/StatsEvent.java#L29
warning: [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 (windows-latest): android-stub/src/main/java/android/util/StatsEvent.java#L33
warning: [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 (windows-latest): android-stub/src/main/java/android/util/StatsEvent.java#L37
warning: [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 (windows-latest): android-stub/src/main/java/android/util/StatsEvent.java#L41
warning: [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 (windows-latest): android-stub/src/main/java/android/util/StatsEvent.java#L60
warning: [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 (windows-latest): android-stub/src/main/java/android/util/StatsEvent.java#L64
warning: [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 (windows-latest): android-stub/src/main/java/android/util/StatsEvent.java#L68
warning: [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 (windows-latest): android-stub/src/main/java/android/util/StatsEvent.java#L72
warning: [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 (windows-latest): android-stub/src/main/java/android/util/StatsEvent.java#L76
warning: [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 (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): openjdk/src/test/java/org/conscrypt/AbstractSessionContextTest.java#L123
warning: [MockNotUsedInProduction] This mock is instantiated and configured, but is never passed to production code. It should be either removed or used.
build (windows-latest): openjdk/src/test/java/org/conscrypt/NativeCryptoTest.java#L854
warning: [StringCharset] StringCharset
build (windows-latest)
The operation was canceled.
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/checkout@v2, actions/setup-go@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
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/
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", "testjar". 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
334 KB
m2repo-Linux
3.58 MB
m2repo-macOS
3.35 MB
testjar
21.2 MB