Skip to content

Reduce the number of IPC calls #8876

Reduce the number of IPC calls

Reduce the number of IPC calls #8876

Triggered via pull request January 16, 2025 23:04
Status Failure
Total duration 9m 28s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Build Job ubuntu-latest - Java 17
9m 18s
Build Job ubuntu-latest - Java 17
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
io.sentry.android.core.ActivityLifecycleIntegrationTest ► When not foregroundImportance, do not create app start span: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ActivityLifecycleIntegrationTest.xml#L1
Failed test found in: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ActivityLifecycleIntegrationTest.xml Error: org.mockito.exceptions.verification.junit.ArgumentsAreDifferent: Argument(s) are different! Wanted: hub.startTransaction( <any io.sentry.TransactionContext>, <custom argument matcher> ); -> at io.sentry.Hub.startTransaction(Hub.java:732) Actual invocations have different arguments: hub.getOptions( ); -> at io.sentry.android.core.ActivityLifecycleIntegration.onActivityPreCreated(ActivityLifecycleIntegration.java:385) hub.configureScope( io.sentry.android.core.ActivityLifecycleIntegration$$Lambda$286/0x00007fb084796ef8@17d9d3a3 ); -> at io.sentry.android.core.ActivityLifecycleIntegration.onActivityCreated(ActivityLifecycleIntegration.java:403) hub.startTransaction( io.sentry.TransactionContext@9ad2b636, io.sentry.TransactionOptions@3f207278 ); -> at io.sentry.android.core.ActivityLifecycleIntegration.startTracing(ActivityLifecycleIntegration.java:232) hub.getOptions( ); -> at io.sentry.SentryTracer.<init>(SentryTracer.java:87) hub.getOptions( ); -> at io.sentry.SentryTracer.createChild(SentryTracer.java:546) hub.getOptions( ); -> at io.sentry.SentryTracer.createChild(SentryTracer.java:435) hub.getOptions( ); -> at io.sentry.SentryTracer.createChild(SentryTracer.java:468) hub.getOptions( ); -> at io.sentry.SentryTracer.createChild(SentryTracer.java:546) hub.getOptions( ); -> at io.sentry.SentryTracer.createChild(SentryTracer.java:435) hub.getOptions( ); -> at io.sentry.SentryTracer.createChild(SentryTracer.java:468) hub.configureScope( io.sentry.android.core.ActivityLifecycleIntegration$$Lambda$291/0x00007fb084797db0@310d7ee9 ); -> at io.sentry.android.core.ActivityLifecycleIntegration.startTracing(ActivityLifecycleIntegration.java:285)
io.sentry.android.core.AndroidOptionsInitializerTest ► init should set proguard uuid id on start: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.AndroidOptionsInitializerTest.xml#L1
Failed test found in: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.AndroidOptionsInitializerTest.xml Error: java.lang.AssertionError: java.lang.AssertionError: expected:<proguard-uuid> but was:<null>
io.sentry.android.core.AnrV2EventProcessorTest ► when backfillable event is not enrichable, sets OS: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.AnrV2EventProcessorTest.xml#L1
Failed test found in: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.AnrV2EventProcessorTest.xml Error: org.junit.ComparisonFailure: org.junit.ComparisonFailure: expected:<[7.8.123]> but was:<[5.0.2]>
io.sentry.android.core.ContextUtilsTest ► when context is invalid, getApplicationName returns null: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ContextUtilsTest.xml#L1
Failed test found in: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ContextUtilsTest.xml Error: java.lang.AssertionError: java.lang.AssertionError: actual value is not null expected null, but was:<io.sentry.android.core.test>
io.sentry.android.core.ContextUtilsTest ► returns true when app started with foreground importance: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ContextUtilsTest.xml#L1
Failed test found in: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ContextUtilsTest.xml Error: java.lang.AssertionError: java.lang.AssertionError: Expected value to be true.
io.sentry.android.core.ManifestMetadataReaderTest ► applyMetadata reads enableAutoActivityLifecycleTracing to options: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ManifestMetadataReaderTest.xml#L1
Failed test found in: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ManifestMetadataReaderTest.xml Error: java.lang.AssertionError: java.lang.AssertionError: Expected value to be false.
io.sentry.android.core.ManifestMetadataReaderTest ► applyMetadata reads integers even when expecting floats: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ManifestMetadataReaderTest.xml#L1
Failed test found in: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ManifestMetadataReaderTest.xml Error: java.lang.AssertionError: java.lang.AssertionError: expected:<1.0> but was:<null>
io.sentry.android.core.ManifestMetadataReaderTest ► applyMetadata reads anrReportInDebug to options: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ManifestMetadataReaderTest.xml#L1
Failed test found in: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ManifestMetadataReaderTest.xml Error: java.lang.AssertionError: java.lang.AssertionError: Expected value to be true.
io.sentry.android.core.ManifestMetadataReaderTest ► applyMetadata reads enableTracesProfiling to options: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ManifestMetadataReaderTest.xml#L1
Failed test found in: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ManifestMetadataReaderTest.xml Error: java.lang.AssertionError: java.lang.AssertionError: Expected value to be true.
io.sentry.android.core.ManifestMetadataReaderTest ► applyMetadata reads session replay mask flags to options: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ManifestMetadataReaderTest.xml#L1
Failed test found in: sentry-android-core/build/test-results/testReleaseUnitTest/TEST-io.sentry.android.core.ManifestMetadataReaderTest.xml Error: java.lang.AssertionError: java.lang.AssertionError: Expected value to be true.
Build Job ubuntu-latest - Java 17
Process completed with exit code 2.
Build Job ubuntu-latest - Java 17
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build Job ubuntu-latest - Java 17
Test report summary exceeded limit of 65535 bytes and will be trimmed

Artifacts

Produced during runtime
Name Size Digest
test-results-build Expired
650 KB
sha256:e6ffdc3e9743aeef66b85cbcd8ba58c2f7d4ae8c1e8c469d08673f150c84d557