Skip to content

Automatically determine forbidden word prefix to use #385

Automatically determine forbidden word prefix to use

Automatically determine forbidden word prefix to use #385

Triggered via push November 12, 2024 19:43
Status Failure
Total duration 4m 13s
Artifacts

system-test.yml

on: push
Matrix: waitForNative / build
buildMockserver
4m 2s
buildMockserver
runSystemTestsWindows
0s
runSystemTestsWindows
Matrix: runSystemTestsLinux
Fit to window
Zoom out
Zoom in

Annotations

16 errors, 5 warnings, and 3 notices
org.nzbhydra.indexers.capscheck.NewznabCheckerTest ► shouldCheckCaps: core/src/test/java/org/nzbhydra/indexers/capscheck/NewznabCheckerTest.java#L140
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.capscheck.NewznabCheckerTest.xml Error: org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
org.nzbhydra.indexers.NewznabTest ► shouldUseDifferentExclusionFormatForNzedbAndOmgWtf: core/src/test/java/org/nzbhydra/indexers/NewznabTest.java#L346
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.NewznabTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.springframework.context.ApplicationContext.getAutowireCapableBeanFactory()" because the return value of "org.nzbhydra.NzbHydra.getApplicationContext()" is null
org.nzbhydra.indexers.NewznabTest ► shouldAccountForRejectedResults: core/src/test/java/org/nzbhydra/indexers/NewznabTest.java#L216
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.NewznabTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.nzbhydra.config.BaseConfigHandler.save(boolean)" because "this.baseConfigHandler" is null
org.nzbhydra.indexers.NewznabTest ► shoulNotdAddExcludedAndRequiredWordsWithSomeCharacters: core/src/test/java/org/nzbhydra/indexers/NewznabTest.java#L346
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.NewznabTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.springframework.context.ApplicationContext.getAutowireCapableBeanFactory()" because the return value of "org.nzbhydra.NzbHydra.getApplicationContext()" is null
org.nzbhydra.indexers.NewznabTest ► shouldReturnCorrectSearchResults: core/src/test/java/org/nzbhydra/indexers/NewznabTest.java#L185
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.NewznabTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.nzbhydra.config.BaseConfigHandler.save(boolean)" because "this.baseConfigHandler" is null
org.nzbhydra.indexers.NewznabTest ► shouldAddExcludedAndRequiredWordsToQuery: core/src/test/java/org/nzbhydra/indexers/NewznabTest.java#L346
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.NewznabTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.springframework.context.ApplicationContext.getAutowireCapableBeanFactory()" because the return value of "org.nzbhydra.NzbHydra.getApplicationContext()" is null
waitForNative / build (ubuntu-20.04)
Failed test were found and 'fail-on-error' option is set to true
waitForNative / build (ubuntu-20.04)
Process completed with exit code 1.
org.nzbhydra.indexers.capscheck.NewznabCheckerTest ► shouldCheckCaps: core/src/test/java/org/nzbhydra/indexers/capscheck/NewznabCheckerTest.java#L140
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.capscheck.NewznabCheckerTest.xml Error: org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
org.nzbhydra.indexers.NewznabTest ► shouldUseDifferentExclusionFormatForNzedbAndOmgWtf: core/src/test/java/org/nzbhydra/indexers/NewznabTest.java#L346
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.NewznabTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.springframework.context.ApplicationContext.getAutowireCapableBeanFactory()" because the return value of "org.nzbhydra.NzbHydra.getApplicationContext()" is null
org.nzbhydra.indexers.NewznabTest ► shouldAccountForRejectedResults: core/src/test/java/org/nzbhydra/indexers/NewznabTest.java#L216
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.NewznabTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.nzbhydra.config.BaseConfigHandler.save(boolean)" because "this.baseConfigHandler" is null
org.nzbhydra.indexers.NewznabTest ► shoulNotdAddExcludedAndRequiredWordsWithSomeCharacters: core/src/test/java/org/nzbhydra/indexers/NewznabTest.java#L346
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.NewznabTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.springframework.context.ApplicationContext.getAutowireCapableBeanFactory()" because the return value of "org.nzbhydra.NzbHydra.getApplicationContext()" is null
org.nzbhydra.indexers.NewznabTest ► shouldReturnCorrectSearchResults: core/src/test/java/org/nzbhydra/indexers/NewznabTest.java#L185
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.NewznabTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.nzbhydra.config.BaseConfigHandler.save(boolean)" because "this.baseConfigHandler" is null
org.nzbhydra.indexers.NewznabTest ► shouldAddExcludedAndRequiredWordsToQuery: core/src/test/java/org/nzbhydra/indexers/NewznabTest.java#L346
Failed test found in: core/target/surefire-reports/TEST-org.nzbhydra.indexers.NewznabTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.springframework.context.ApplicationContext.getAutowireCapableBeanFactory()" because the return value of "org.nzbhydra.NzbHydra.getApplicationContext()" is null
waitForNative / build (windows-latest)
Process completed with exit code 1.
waitForNative / build (windows-latest)
Failed test were found and 'fail-on-error' option is set to true
waitForNative / build (ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, tj-actions/glob@v17.2.5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
waitForNative / build (ubuntu-20.04)
Please remove "components: 'native-image'" from your workflow file. It is automatically included since GraalVM for JDK 17: https://github.com/oracle/graal/pull/5995
waitForNative / build (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, tj-actions/glob@v17.2.5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
waitForNative / build (windows-latest)
Please remove "components: 'native-image'" from your workflow file. It is automatically included since GraalVM for JDK 17: https://github.com/oracle/graal/pull/5995
buildMockserver
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, tj-actions/glob@v17.2.5, actions/setup-java@v3, docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
waitForNative / build (ubuntu-20.04)
Will build new native image / docker container. Changed files in core since last push:
waitForNative / build (windows-latest)
Will build new native image / docker container. Changed files in core since last push:
buildMockserver
Will build new mock server container. Changed files since last push: