Skip to content

Instantly share code, notes, and snippets.

@SchoolGuy
Created April 12, 2021 11:44
Show Gist options
  • Save SchoolGuy/8faf4fcbdcf8d64f95a6baee9e9e2de5 to your computer and use it in GitHub Desktop.
Save SchoolGuy/8faf4fcbdcf8d64f95a6baee9e9e2de5 to your computer and use it in GitHub Desktop.
Jibri Test Output - 204354dc060cea694cde6ffe9903f3c180487a56
[13:42:32] enno@localhost /home/enno/Sources/IntelliJ-Projects/jibri (0)
> mvn clean test
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------------< org.jitsi:jibri >---------------------------
[INFO] Building jibri 8.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jibri ---
[INFO] Deleting /home/enno/Sources/IntelliJ-Projects/jibri/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jibri ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jibri ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO]
[INFO] --- kotlin-maven-plugin:1.4.31:compile (compile) @ jibri ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.intellij.util.ReflectionUtil (file:/home/enno/.m2/repository/org/jetbrains/kotlin/kotlin-compiler/1.4.31/kotlin-compiler-1.4.31.jar) to method java.util.ResourceBundle.setParent(java.util.ResourceBundle)
WARNING: Please consider reporting this to the maintainers of com.intellij.util.ReflectionUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (java-compile) @ jibri ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /home/enno/Sources/IntelliJ-Projects/jibri/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jibri ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] --- kotlin-maven-plugin:1.4.31:test-compile (test-compile) @ jibri ---
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (java-test-compile) @ jibri ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jibri ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
~~~ Kotest Configuration ~~~
-> Parallelization factor: 1
-> Concurrent specs: null
-> Global concurrent tests: 1
-> Dispatcher affinity: true
-> Default test timeout: 600000ms
-> Default test order: Sequential
-> Default isolation mode: SingleInstance
-> Global soft assertions: false
-> Write spec failure file: false
-> Fail on ignored tests: false
-> Spec execution order: SpecExecutionOrder
-> Include test scope affixes: null
-> Remove test name whitespace: false
-> Append tags to test names: false
-> Extensions
- io.kotest.engine.extensions.SystemPropertyTagExtension
- io.kotest.core.extensions.RuntimeTagExtension
- io.kotest.engine.extensions.RuntimeTagExpressionExtension
-> Listeners
- io.kotest.extensions.junitxml.JunitXmlReporter
- class io.kotest.engine.config.LoadConfigFromClasspathKt$toDetectedConfig$beforeAfterAllListener$1
[INFO] Running org.jitsi.jibri.service.AppDataTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.472 s <<< FAILURE! - in org.jitsi.jibri.service.AppDataTest
[ERROR] org.jitsi.jibri.service.AppDataTest Time elapsed: 0.11 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.CallUrlInfoTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.123 s <<< FAILURE! - in org.jitsi.jibri.CallUrlInfoTest
[ERROR] org.jitsi.jibri.CallUrlInfoTest Time elapsed: 0.106 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.selenium.status_checks.EmptyCallStatusCheckTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 16, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.865 s <<< FAILURE! - in org.jitsi.jibri.selenium.status_checks.EmptyCallStatusCheckTest
[ERROR] org.jitsi.jibri.selenium.status_checks.EmptyCallStatusCheckTest Time elapsed: 0.127 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.capture.ffmpeg.FfmpegCapturerTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 30, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.603 s <<< FAILURE! - in org.jitsi.jibri.capture.ffmpeg.FfmpegCapturerTest
[ERROR] org.jitsi.jibri.capture.ffmpeg.FfmpegCapturerTest Time elapsed: 0.084 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.sink.impl.FileSinkTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.141 s <<< FAILURE! - in org.jitsi.jibri.sink.impl.FileSinkTest
[ERROR] org.jitsi.jibri.sink.impl.FileSinkTest Time elapsed: 0.08 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.util.FileUtilsKtTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.127 s <<< FAILURE! - in org.jitsi.jibri.util.FileUtilsKtTest
[ERROR] org.jitsi.jibri.util.FileUtilsKtTest Time elapsed: 0.089 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.api.http.HttpApiTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.389 s <<< FAILURE! - in org.jitsi.jibri.api.http.HttpApiTest
[ERROR] org.jitsi.jibri.api.http.HttpApiTest Time elapsed: 0.098 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.api.http.internal.InternalHttpApiTest
Apr. 12, 2021 1:42:58 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Jibri gracefully shutting down
Apr. 12, 2021 1:42:58 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Config file changed
Apr. 12, 2021 1:42:58 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Jibri is forcefully shutting down
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.358 s <<< FAILURE! - in org.jitsi.jibri.api.http.internal.InternalHttpApiTest
[ERROR] org.jitsi.jibri.api.http.internal.InternalHttpApiTest Time elapsed: 0.16 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.util.JibriSubprocessTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 14, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.463 s <<< FAILURE! - in org.jitsi.jibri.util.JibriSubprocessTest
[ERROR] org.jitsi.jibri.util.JibriSubprocessTest Time elapsed: 0.085 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.util.LoggingUtilsKtTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.274 s <<< FAILURE! - in org.jitsi.jibri.util.LoggingUtilsKtTest
[ERROR] org.jitsi.jibri.util.LoggingUtilsKtTest Time elapsed: 0.088 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.selenium.status_checks.MediaReceivedStatusCheckTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 22, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.289 s <<< FAILURE! - in org.jitsi.jibri.selenium.status_checks.MediaReceivedStatusCheckTest
[ERROR] org.jitsi.jibri.selenium.status_checks.MediaReceivedStatusCheckTest Time elapsed: 0.076 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.capture.ffmpeg.executor.OutputParserTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 16, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.11 s <<< FAILURE! - in org.jitsi.jibri.capture.ffmpeg.executor.OutputParserTest
[ERROR] org.jitsi.jibri.capture.ffmpeg.executor.OutputParserTest Time elapsed: 0.08 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.util.ProcessWrapperTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 37, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.596 s <<< FAILURE! - in org.jitsi.jibri.util.ProcessWrapperTest
[ERROR] org.jitsi.jibri.util.ProcessWrapperTest Time elapsed: 0.084 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.util.RefreshingPropertyTest
Refreshing, generation was 0
Refreshing, generation was 1
Refreshing, generation was 2
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.spec.SpecExecutor$execute$1.invokeSuspend(SpecExecutor.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:113)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.102 s <<< FAILURE! - in org.jitsi.jibri.util.RefreshingPropertyTest
[ERROR] org.jitsi.jibri.util.RefreshingPropertyTest Time elapsed: 0.084 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.selenium.SeleniumStateMachineTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.109 s <<< FAILURE! - in org.jitsi.jibri.selenium.SeleniumStateMachineTest
[ERROR] org.jitsi.jibri.selenium.SeleniumStateMachineTest Time elapsed: 0.082 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.util.TailLogicTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.spec.SpecExecutor$execute$1.invokeSuspend(SpecExecutor.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:113)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.087 s <<< FAILURE! - in org.jitsi.jibri.util.TailLogicTest
[ERROR] org.jitsi.jibri.util.TailLogicTest Time elapsed: 0.078 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.util.TeeLogicTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.106 s <<< FAILURE! - in org.jitsi.jibri.util.TeeLogicTest
[ERROR] org.jitsi.jibri.util.TeeLogicTest Time elapsed: 0.094 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.util.TeeTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.093 s <<< FAILURE! - in org.jitsi.jibri.util.TeeTest
[ERROR] org.jitsi.jibri.util.TeeTest Time elapsed: 0.086 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.webhooks.v1.WebhookClientTest
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: got jwtConfig: {}
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Unable to create JwtInfo: com.typesafe.config.ConfigException$Missing: reference.conf @ file:/home/enno/Sources/IntelliJ-Projects/jibri/target/classes/reference.conf: 59: No configuration setting found for key 'signing-key-path'
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: got jwtConfig: {}
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Unable to create JwtInfo: com.typesafe.config.ConfigException$Missing: reference.conf @ file:/home/enno/Sources/IntelliJ-Projects/jibri/target/classes/reference.conf: 59: No configuration setting found for key 'signing-key-path'
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: got jwtConfig: {}
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Unable to create JwtInfo: com.typesafe.config.ConfigException$Missing: reference.conf @ file:/home/enno/Sources/IntelliJ-Projects/jibri/target/classes/reference.conf: 59: No configuration setting found for key 'signing-key-path'
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: got jwtConfig: {}
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Unable to create JwtInfo: com.typesafe.config.ConfigException$Missing: reference.conf @ file:/home/enno/Sources/IntelliJ-Projects/jibri/target/classes/reference.conf: 59: No configuration setting found for key 'signing-key-path'
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: got jwtConfig: {}
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Unable to create JwtInfo: com.typesafe.config.ConfigException$Missing: reference.conf @ file:/home/enno/Sources/IntelliJ-Projects/jibri/target/classes/reference.conf: 59: No configuration setting found for key 'signing-key-path'
Apr. 12, 2021 1:43:05 NACHM. org.jitsi.utils.logging2.LoggerImpl log
SCHWERWIEGEND: Error updating health for webhook subscriber https://error: HttpResponse[https://error/v1/status, 400 Bad Request]
Apr. 12, 2021 1:43:06 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: got jwtConfig: {}
Apr. 12, 2021 1:43:06 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Unable to create JwtInfo: com.typesafe.config.ConfigException$Missing: reference.conf @ file:/home/enno/Sources/IntelliJ-Projects/jibri/target/classes/reference.conf: 59: No configuration setting found for key 'signing-key-path'
Apr. 12, 2021 1:43:06 NACHM. org.jitsi.utils.logging2.LoggerImpl log
SCHWERWIEGEND: Error updating health for webhook subscriber https://error: HttpResponse[https://error/v1/status, 400 Bad Request]
Apr. 12, 2021 1:43:07 NACHM. org.jitsi.utils.logging2.LoggerImpl log
SCHWERWIEGEND: Error updating health for webhook subscriber https://error: HttpResponse[https://error/v1/status, 400 Bad Request]
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.526 s <<< FAILURE! - in org.jitsi.jibri.webhooks.v1.WebhookClientTest
[ERROR] org.jitsi.jibri.webhooks.v1.WebhookClientTest Time elapsed: 0.088 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.api.xmpp.XmppApiTest
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost1 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost2 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost1 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost2 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost1 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost2 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received JibriIq <iq to='to_jid@xmppdomain' from='from_jid@xmppdomain' id='23qCm-4' type='get'><jibri xmlns='http://jitsi.org/protocol/jibri' action='start' recording_mode='file' room='room_jid@xmppdomain' session_id='session_id'/></iq> from environment MucClient(#478)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received start request, starting service
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Parsed call url info: CallUrlInfo(baseUrl=https://xmppDomain, callName=room_jid, urlParams=[])
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Sending 'pending' response to start IQ
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost1 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost2 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received JibriIq <iq to='to_jid@xmppdomain' from='from_jid@xmppdomain' id='23qCm-7' type='get'><jibri xmlns='http://jitsi.org/protocol/jibri' action='start' recording_mode='file' room='room_jid@xmppdomain' session_id='session_id'/></iq> from environment MucClient(#485)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received start request, starting service
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Parsed call url info: CallUrlInfo(baseUrl=https://xmppDomain, callName=room_jid, urlParams=[])
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Sending 'pending' response to start IQ
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Current service started up successfully, sending on iq <iq to='from_jid@xmppdomain' id='23qCm-9' type='set'><jibri xmlns='http://jitsi.org/protocol/jibri' status='on'/></iq>
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost1 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost2 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received JibriIq <iq to='to_jid@xmppdomain' from='from_jid@xmppdomain' id='23qCm-11' type='get'><jibri xmlns='http://jitsi.org/protocol/jibri' action='start' recording_mode='file' room='room_jid@xmppdomain' session_id='session_id'/></iq> from environment MucClient(#492)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received start request, starting service
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Parsed call url info: CallUrlInfo(baseUrl=https://xmppDomain, callName=room_jid, urlParams=[])
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Sending 'pending' response to start IQ
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Current service started up successfully, sending on iq <iq to='from_jid@xmppdomain' id='23qCm-13' type='set'><jibri xmlns='http://jitsi.org/protocol/jibri' status='on'/></iq>
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received JibriIq <iq to='to_jid@xmppdomain' from='from_jid@xmppdomain' id='23qCm-14' type='get'><jibri xmlns='http://jitsi.org/protocol/jibri' action='stop' room='room_jid@xmppdomain' session_id='session_id'/></iq> from environment MucClient(#492)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost1 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost2 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received JibriIq <iq to='to_jid@xmppdomain' from='from_jid@xmppdomain' id='23qCm-17' type='get'><jibri xmlns='http://jitsi.org/protocol/jibri' action='start' recording_mode='file' room='room_jid@xmppdomain' session_id='session_id'/></iq> from environment MucClient(#499)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received start request, starting service
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Parsed call url info: CallUrlInfo(baseUrl=https://xmppDomain, callName=room_jid, urlParams=[])
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
SCHWERWIEGEND: Jibri is currently busy, cannot service this request
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost1 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost2 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received JibriIq <iq to='to_jid@xmppdomain' from='from_jid@xmppdomain' id='23qCm-20' type='get'><jibri xmlns='http://jitsi.org/protocol/jibri' action='start' recording_mode='file' room='room_jid@xmppdomain' session_id='session_id' app_data='{"file_recording_metadata":{"file_recording_metadata":{"upload_credentials":{"service_name":"file_service","token":"file_service_token"}}}}'/></iq> from environment MucClient(#506)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received start request, starting service
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Parsed call url info: CallUrlInfo(baseUrl=https://xmppDomain, callName=room_jid, urlParams=[])
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Sending 'pending' response to start IQ
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost1 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Connecting to xmpp environment on xmppServerHost2 with config XmppEnvironmentConfig(name=xmppEnvName, xmppServerHosts=[xmppServerHost1, xmppServerHost2], xmppDomain=xmppDomain, controlLogin=XmppCredentials(domain=controlXmppDomain, username=xmppUsername, password=xmppPassword), controlMuc=XmppMuc(domain=xmppMucDomain, roomName=xmppMucRoomName, nickname=xmppMucNickname), sipControlMuc=XmppMuc(domain=xmppSipMucDomain, roomName=xmppSipMucRoomName, nickname=xmppSipMucNickname), callLogin=XmppCredentials(domain=callXmppDomain, username=xmppCallUsername, password=xmppCallPassword), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
Apr. 12, 2021 1:43:09 NACHM. org.jitsi.utils.logging2.LoggerImpl log
INFORMATION: Received JibriIq <iq to='to_jid@xmppdomain' from='from_jid@xmppdomain' id='23qCm-23' type='get'><jibri xmlns='http://jitsi.org/protocol/jibri' action='start' recording_mode='file' room='room_jid@xmppdomain' session_id='session_id'/></iq> from environment MucClient(#514)
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.launchers.DefaultSpecLauncher$sequential$$inlined$forEach$lambda$1$1.invokeSuspend(DefaultSpecLauncher.kt:56)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 16, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.553 s <<< FAILURE! - in org.jitsi.jibri.api.xmpp.XmppApiTest
[ERROR] org.jitsi.jibri.api.xmpp.XmppApiTest Time elapsed: 0.088 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO] Running org.jitsi.jibri.util.XmppUtilsTest
java.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom2.Attribute.setValue(Attribute.java:482)
at org.jdom2.Attribute.<init>(Attribute.java:221)
at org.jdom2.Attribute.<init>(Attribute.java:244)
at org.jdom2.Element.setAttribute(Element.java:1281)
at io.kotest.extensions.junitxml.JunitXmlReporter.finalizeSpec(JunitXmlReporter.kt:86)
at io.kotest.engine.NotificationManager.userLevelSpecFinished(NotificationManager.kt:94)
at io.kotest.engine.NotificationManager.specFinished(NotificationManager.kt:72)
at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:44)
at io.kotest.engine.spec.SpecExecutor$execute$1.invokeSuspend(SpecExecutor.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:113)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.097 s <<< FAILURE! - in org.jitsi.jibri.util.XmppUtilsTest
[ERROR] org.jitsi.jibri.util.XmppUtilsTest Time elapsed: 0.084 s <<< ERROR!
java.lang.NullPointerException: Can not set a null value for an Attribute
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] CallUrlInfoTest » NullPointer Can not set a null value for an Attribute
[ERROR] HttpApiTest » NullPointer Can not set a null value for an Attribute
[ERROR] InternalHttpApiTest » NullPointer Can not set a null value for an Attribute
[ERROR] XmppApiTest » NullPointer Can not set a null value for an Attribute
[ERROR] FfmpegCapturerTest » NullPointer Can not set a null value for an Attribute
[ERROR] OutputParserTest » NullPointer Can not set a null value for an Attribute
[ERROR] SeleniumStateMachineTest » NullPointer Can not set a null value for an Attribu...
[ERROR] EmptyCallStatusCheckTest » NullPointer Can not set a null value for an Attribu...
[ERROR] MediaReceivedStatusCheckTest » NullPointer Can not set a null value for an Att...
[ERROR] AppDataTest » NullPointer Can not set a null value for an Attribute
[ERROR] FileSinkTest » NullPointer Can not set a null value for an Attribute
[ERROR] FileUtilsKtTest » NullPointer Can not set a null value for an Attribute
[ERROR] JibriSubprocessTest » NullPointer Can not set a null value for an Attribute
[ERROR] LoggingUtilsKtTest » NullPointer Can not set a null value for an Attribute
[ERROR] ProcessWrapperTest » NullPointer Can not set a null value for an Attribute
[ERROR] RefreshingPropertyTest » NullPointer Can not set a null value for an Attribute
[ERROR] TailLogicTest » NullPointer Can not set a null value for an Attribute
[ERROR] TeeLogicTest » NullPointer Can not set a null value for an Attribute
[ERROR] TeeTest » NullPointer Can not set a null value for an Attribute
[ERROR] XmppUtilsTest » NullPointer Can not set a null value for an Attribute
[ERROR] WebhookClientTest » NullPointer Can not set a null value for an Attribute
[INFO]
[ERROR] Tests run: 266, Failures: 0, Errors: 21, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.231 s
[INFO] Finished at: 2021-04-12T13:43:09+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project jibri: There are test failures.
[ERROR]
[ERROR] Please refer to /home/enno/Sources/IntelliJ-Projects/jibri/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment