Skip to content

PR #6683

PR #6683 #2882

GitHub Actions / Test Results failed Feb 7, 2025 in 0s

4 fail in 8s

4 tests  +4   0 ✅ ±0   8s ⏱️ +8s
2 suites +2   0 💤 ±0 
2 files   +2   4 ❌ +4 

Results for commit 99a541e. ± Comparison against earlier commit 134398c.

Annotations

Check warning on line 0 in com.google.firebase.perf.ktx.LibraryVersionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

library version should be registered with runtime (com.google.firebase.perf.ktx.LibraryVersionTest) failed

artifacts/unit-test-result-/firebase-perf/ktx/build/test-results/testDebugUnitTest/TEST-com.google.firebase.perf.ktx.LibraryVersionTest.xml [took 8s]
Raw output
java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at com.google.firebase.components.ComponentDiscovery.instantiate(ComponentDiscovery.java:120)
	at com.google.firebase.components.ComponentDiscovery.lambda$discoverLazy$0(ComponentDiscovery.java:112)
	at com.google.firebase.components.ComponentRuntime.discoverComponents(ComponentRuntime.java:116)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:100)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:46)
	at com.google.firebase.components.ComponentRuntime$Builder.build(ComponentRuntime.java:407)
	at com.google.firebase.FirebaseApp.<init>(FirebaseApp.java:439)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:296)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:264)
	at com.google.firebase.ktx.FirebaseKt.initialize(Firebase.kt:103)
	at com.google.firebase.perf.ktx.BaseTestCase.setUp(PerformanceTests.kt:70)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:489)
	at org.robolectric.internal.SandboxTestRunner$2.lambda$evaluate$2(SandboxTestRunner.java:290)
	at org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:104)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.IllegalArgumentException: Incompatible versions of Firebase Perf and Firebase Sessions.
A safe combination would be:
  firebase-sessions:1.1.0
  firebase-crashlytics:18.5.0
  firebase-perf:20.5.0
For more information contact Firebase Support.
	at com.google.firebase.sessions.api.FirebaseSessionsDependencies.addDependency(FirebaseSessionsDependencies.kt:44)
	at com.google.firebase.perf.FirebasePerfRegistrar.<clinit>(FirebasePerfRegistrar.java:54)
	... 31 more

Check warning on line 0 in com.google.firebase.perf.ktx.PerformanceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

trace wrapper test (com.google.firebase.perf.ktx.PerformanceTests) failed

artifacts/unit-test-result-/firebase-perf/ktx/build/test-results/testDebugUnitTest/TEST-com.google.firebase.perf.ktx.PerformanceTests.xml [took 0s]
Raw output
java.lang.NoClassDefFoundError: Could not initialize class com.google.firebase.perf.FirebasePerfRegistrar
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at com.google.firebase.components.ComponentDiscovery.instantiate(ComponentDiscovery.java:120)
	at com.google.firebase.components.ComponentDiscovery.lambda$discoverLazy$0(ComponentDiscovery.java:112)
	at com.google.firebase.components.ComponentRuntime.discoverComponents(ComponentRuntime.java:116)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:100)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:46)
	at com.google.firebase.components.ComponentRuntime$Builder.build(ComponentRuntime.java:407)
	at com.google.firebase.FirebaseApp.<init>(FirebaseApp.java:439)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:296)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:264)
	at com.google.firebase.ktx.FirebaseKt.initialize(Firebase.kt:103)
	at com.google.firebase.perf.ktx.BaseTestCase.setUp(PerformanceTests.kt:70)
	at com.google.firebase.perf.ktx.PerformanceTests.setUp(PerformanceTests.kt:117)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:489)
	at org.robolectric.internal.SandboxTestRunner$2.lambda$evaluate$2(SandboxTestRunner.java:290)
	at org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:104)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalArgumentException: Incompatible versions of Firebase Perf and Firebase Sessions.
A safe combination would be:
  firebase-sessions:1.1.0
  firebase-crashlytics:18.5.0
  firebase-perf:20.5.0
For more information contact Firebase Support. [in thread "SDK 34 Main Thread"]
	at com.google.firebase.sessions.api.FirebaseSessionsDependencies.addDependency(FirebaseSessionsDependencies.kt:44)
	at com.google.firebase.perf.FirebasePerfRegistrar.<clinit>(FirebasePerfRegistrar.java:54)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at com.google.firebase.components.ComponentDiscovery.instantiate(ComponentDiscovery.java:120)
	at com.google.firebase.components.ComponentDiscovery.lambda$discoverLazy$0(ComponentDiscovery.java:112)
	at com.google.firebase.components.ComponentRuntime.discoverComponents(ComponentRuntime.java:116)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:100)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:46)
	at com.google.firebase.components.ComponentRuntime$Builder.build(ComponentRuntime.java:407)
	at com.google.firebase.FirebaseApp.<init>(FirebaseApp.java:439)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:296)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:264)
	at com.google.firebase.ktx.FirebaseKt.initialize(Firebase.kt:103)
	at com.google.firebase.perf.ktx.BaseTestCase.setUp(PerformanceTests.kt:70)
	... 18 more

Check warning on line 0 in com.google.firebase.perf.ktx.PerformanceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

performance should delegate to FirebasePerformance#getInstance() (com.google.firebase.perf.ktx.PerformanceTests) failed

artifacts/unit-test-result-/firebase-perf/ktx/build/test-results/testDebugUnitTest/TEST-com.google.firebase.perf.ktx.PerformanceTests.xml [took 0s]
Raw output
java.lang.NoClassDefFoundError: Could not initialize class com.google.firebase.perf.FirebasePerfRegistrar
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at com.google.firebase.components.ComponentDiscovery.instantiate(ComponentDiscovery.java:120)
	at com.google.firebase.components.ComponentDiscovery.lambda$discoverLazy$0(ComponentDiscovery.java:112)
	at com.google.firebase.components.ComponentRuntime.discoverComponents(ComponentRuntime.java:116)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:100)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:46)
	at com.google.firebase.components.ComponentRuntime$Builder.build(ComponentRuntime.java:407)
	at com.google.firebase.FirebaseApp.<init>(FirebaseApp.java:439)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:296)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:264)
	at com.google.firebase.ktx.FirebaseKt.initialize(Firebase.kt:103)
	at com.google.firebase.perf.ktx.BaseTestCase.setUp(PerformanceTests.kt:70)
	at com.google.firebase.perf.ktx.PerformanceTests.setUp(PerformanceTests.kt:117)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:489)
	at org.robolectric.internal.SandboxTestRunner$2.lambda$evaluate$2(SandboxTestRunner.java:290)
	at org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:104)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalArgumentException: Incompatible versions of Firebase Perf and Firebase Sessions.
A safe combination would be:
  firebase-sessions:1.1.0
  firebase-crashlytics:18.5.0
  firebase-perf:20.5.0
For more information contact Firebase Support. [in thread "SDK 34 Main Thread"]
	at com.google.firebase.sessions.api.FirebaseSessionsDependencies.addDependency(FirebaseSessionsDependencies.kt:44)
	at com.google.firebase.perf.FirebasePerfRegistrar.<clinit>(FirebasePerfRegistrar.java:54)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at com.google.firebase.components.ComponentDiscovery.instantiate(ComponentDiscovery.java:120)
	at com.google.firebase.components.ComponentDiscovery.lambda$discoverLazy$0(ComponentDiscovery.java:112)
	at com.google.firebase.components.ComponentRuntime.discoverComponents(ComponentRuntime.java:116)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:100)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:46)
	at com.google.firebase.components.ComponentRuntime$Builder.build(ComponentRuntime.java:407)
	at com.google.firebase.FirebaseApp.<init>(FirebaseApp.java:439)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:296)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:264)
	at com.google.firebase.ktx.FirebaseKt.initialize(Firebase.kt:103)
	at com.google.firebase.perf.ktx.BaseTestCase.setUp(PerformanceTests.kt:70)
	... 18 more

Check warning on line 0 in com.google.firebase.perf.ktx.PerformanceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

httpMetric wrapper test (com.google.firebase.perf.ktx.PerformanceTests) failed

artifacts/unit-test-result-/firebase-perf/ktx/build/test-results/testDebugUnitTest/TEST-com.google.firebase.perf.ktx.PerformanceTests.xml [took 0s]
Raw output
java.lang.NoClassDefFoundError: Could not initialize class com.google.firebase.perf.FirebasePerfRegistrar
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at com.google.firebase.components.ComponentDiscovery.instantiate(ComponentDiscovery.java:120)
	at com.google.firebase.components.ComponentDiscovery.lambda$discoverLazy$0(ComponentDiscovery.java:112)
	at com.google.firebase.components.ComponentRuntime.discoverComponents(ComponentRuntime.java:116)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:100)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:46)
	at com.google.firebase.components.ComponentRuntime$Builder.build(ComponentRuntime.java:407)
	at com.google.firebase.FirebaseApp.<init>(FirebaseApp.java:439)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:296)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:264)
	at com.google.firebase.ktx.FirebaseKt.initialize(Firebase.kt:103)
	at com.google.firebase.perf.ktx.BaseTestCase.setUp(PerformanceTests.kt:70)
	at com.google.firebase.perf.ktx.PerformanceTests.setUp(PerformanceTests.kt:117)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:489)
	at org.robolectric.internal.SandboxTestRunner$2.lambda$evaluate$2(SandboxTestRunner.java:290)
	at org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:104)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalArgumentException: Incompatible versions of Firebase Perf and Firebase Sessions.
A safe combination would be:
  firebase-sessions:1.1.0
  firebase-crashlytics:18.5.0
  firebase-perf:20.5.0
For more information contact Firebase Support. [in thread "SDK 34 Main Thread"]
	at com.google.firebase.sessions.api.FirebaseSessionsDependencies.addDependency(FirebaseSessionsDependencies.kt:44)
	at com.google.firebase.perf.FirebasePerfRegistrar.<clinit>(FirebasePerfRegistrar.java:54)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at com.google.firebase.components.ComponentDiscovery.instantiate(ComponentDiscovery.java:120)
	at com.google.firebase.components.ComponentDiscovery.lambda$discoverLazy$0(ComponentDiscovery.java:112)
	at com.google.firebase.components.ComponentRuntime.discoverComponents(ComponentRuntime.java:116)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:100)
	at com.google.firebase.components.ComponentRuntime.<init>(ComponentRuntime.java:46)
	at com.google.firebase.components.ComponentRuntime$Builder.build(ComponentRuntime.java:407)
	at com.google.firebase.FirebaseApp.<init>(FirebaseApp.java:439)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:296)
	at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:264)
	at com.google.firebase.ktx.FirebaseKt.initialize(Firebase.kt:103)
	at com.google.firebase.perf.ktx.BaseTestCase.setUp(PerformanceTests.kt:70)
	... 18 more