Skip to content

fix: Added missing license headers #46

fix: Added missing license headers

fix: Added missing license headers #46

Triggered via push May 10, 2024 11:43
Status Failure
Total duration 6m 39s
Artifacts

tests.yml

on: push
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 9 warnings
com.github.kokorin.jaffree.ffmpeg.FFmpegFilterTest ► drawTextWithSpecialCharacters(): src/main/kotlin/io/v47/jaffree/process/ProcessFuture.kt#L96
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegFilterTest.xml Error: org.junit.jupiter.engine.execution.ConditionEvaluationException: Failed to evaluate condition [org.junit.jupiter.api.condition.EnabledIfCondition]: java.lang.NullPointerException: The result must not be null
Tests (ubuntu-latest)
Execution failed for task ':test'. > There were failing tests. See the report at: file:///home/runner/work/jaffree/jaffree/build/reports/tests/test/index.html
Tests (ubuntu-latest): src/main/java/com/github/kokorin/jaffree/ffmpeg/FFmpeg.java#L405
[Task :checkstyleMain FAILED] [JavadocStyle] First sentence should end with a period.
Tests (ubuntu-latest): src/main/java/com/github/kokorin/jaffree/ffmpeg/FFmpeg.java#L408
[Task :checkstyleMain FAILED] [JavadocMethod] @return tag should be present and have description.
Tests (ubuntu-latest)
Failed test were found and 'fail-on-error' option is set to true
com.github.kokorin.jaffree.ffmpeg.FFmpegFilterTest ► drawTextWithSpecialCharacters(): src/main/kotlin/io/v47/jaffree/process/ProcessFuture.kt#L96
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegFilterTest.xml Error: org.junit.jupiter.engine.execution.ConditionEvaluationException: Failed to evaluate condition [org.junit.jupiter.api.condition.EnabledIfCondition]: java.lang.NullPointerException: The result must not be null
com.github.kokorin.jaffree.ffmpeg.FFmpegTest ► testChannelInputSeek(): src/test/java/com/github/kokorin/jaffree/ffmpeg/FFmpegTest.java#L676
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegTest.xml Error: org.opentest4j.AssertionFailedError: expected: not <null>
com.github.kokorin.jaffree.ffmpeg.FFmpegTest ► testChannelOutput(): src/test/java/com/github/kokorin/jaffree/ffmpeg/FFmpegTest.java#L730
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegTest.xml Error: org.opentest4j.AssertionFailedError: expected: not <null>
com.github.kokorin.jaffree.ffmpeg.FFmpegTest ► testPipeInputPartialRead(): src/test/java/com/github/kokorin/jaffree/ffmpeg/FFmpegTest.java#L582
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegTest.xml Error: org.opentest4j.AssertionFailedError: expected: not <null>
com.github.kokorin.jaffree.ffmpeg.FFmpegTest ► testChannelInput(): src/test/java/com/github/kokorin/jaffree/ffmpeg/FFmpegTest.java#L625
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegTest.xml Error: org.opentest4j.AssertionFailedError: expected: not <null>
com.github.kokorin.jaffree.ffmpeg.FFmpegTest ► testStreamFilters(): src/test/java/com/github/kokorin/jaffree/ffmpeg/FFmpegTest.java#L754
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegTest.xml Error: org.opentest4j.AssertionFailedError: expected: not <null>
com.github.kokorin.jaffree.ffmpeg.FFmpegTest ► testPipeOutput(): src/test/java/com/github/kokorin/jaffree/ffmpeg/FFmpegTest.java#L603
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegTest.xml Error: org.opentest4j.AssertionFailedError: expected: not <null>
com.github.kokorin.jaffree.ffmpeg.FFmpegTest ► testChannelInputPartialRead(): src/test/java/com/github/kokorin/jaffree/ffmpeg/FFmpegTest.java#L650
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegTest.xml Error: org.opentest4j.AssertionFailedError: expected: not <null>
com.github.kokorin.jaffree.ffmpeg.FFmpegTest ► testPipeInput(): src/test/java/com/github/kokorin/jaffree/ffmpeg/FFmpegTest.java#L555
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegTest.xml Error: org.opentest4j.AssertionFailedError: expected: not <null>
com.github.kokorin.jaffree.nut.NutTest ► readAndWrite(): src/main/kotlin/io/v47/jaffree/process/ProcessFuture.kt#L96
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.nut.NutTest.xml Error: java.util.concurrent.ExecutionException: java.lang.NullPointerException: The result must not be null
Tests (macos-latest)
Execution failed for task ':test'. > There were failing tests. See the report at: file:///Users/runner/work/jaffree/jaffree/build/reports/tests/test/index.html
Tests (macos-latest): src/main/java/com/github/kokorin/jaffree/ffmpeg/FFmpeg.java#L405
[Task :checkstyleMain] [JavadocStyle] First sentence should end with a period.
Tests (macos-latest): src/main/java/com/github/kokorin/jaffree/ffmpeg/FFmpeg.java#L408
[Task :checkstyleMain] [JavadocMethod] @return tag should be present and have description.
Tests (macos-latest)
Failed test were found and 'fail-on-error' option is set to true
com.github.kokorin.jaffree.ffmpeg.FFmpegFilterTest ► drawTextWithSpecialCharacters(): src/main/kotlin/io/v47/jaffree/process/ProcessFuture.kt#L96
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegFilterTest.xml Error: org.junit.jupiter.engine.execution.ConditionEvaluationException: Failed to evaluate condition [org.junit.jupiter.api.condition.EnabledIfCondition]: java.lang.NullPointerException: The result must not be null
com.github.kokorin.jaffree.ffmpeg.FFmpegTest ► testExceptionIsThrownIfFfmpegExitsWithError(): src/test/java/com/github/kokorin/jaffree/ffmpeg/FFmpegTest.java#L471
Failed test found in: build/test-results/test/TEST-com.github.kokorin.jaffree.ffmpeg.FFmpegTest.xml Error: org.opentest4j.AssertionFailedError: expected: <Process execution has ended with non-zero status: 254. Check logs for detailed error message.> but was: <Process execution has ended with non-zero status: -2. Check logs for detailed error message.>
Tests (windows-latest)
Failed test were found and 'fail-on-error' option is set to true
Tests (windows-latest)
Execution failed for task ':test'. > There were failing tests. See the report at: file:///D:/a/jaffree/jaffree/build/reports/tests/test/index.html
Tests (windows-latest): \src\main\java\com\github\kokorin\jaffree\ffmpeg\FFmpeg.java#L405
[Task :checkstyleMain] [JavadocStyle] First sentence should end with a period.
Tests (windows-latest): \src\main\java\com\github\kokorin\jaffree\ffmpeg\FFmpeg.java#L408
[Task :checkstyleMain] [JavadocMethod] @return tag should be present and have description.
Tests (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3, FedericoCarboni/setup-ffmpeg@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (ubuntu-latest)
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
Tests (ubuntu-latest)
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
Tests (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (macos-latest)
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
Tests (macos-latest)
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
Tests (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3, FedericoCarboni/setup-ffmpeg@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (windows-latest)
distributionSha256Sum is not set in gradle\wrapper\gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
Tests (windows-latest)
distributionSha256Sum is not set in gradle\wrapper\gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification