Output: Picked up JAVA_TOOL_OPTIONS: -Xlog:os+container=off > Configure project :app WARNING: The option setting 'android.testoptions.manageddevices.emulator.gpu=host' is experimental. WARNING: BuildType 'release' is both debuggable and has 'isMinifyEnabled' set to true. All code optimizations and obfuscation are disabled for debuggable builds. > Task :app:compileReleaseKotlin w: file:///home/Messier82/projects/service-book/app/src/main/java/com/yorvana/ui/records/ImageViewerScreen.kt:60:9 'fun rememberTransformableState(onTransformation: (Float, Offset, Float) -> Unit): TransformableState' is deprecated. Prefer remembering a TransformableState with a onTransformation lambda that takes the centroid. This centroid (if specified) is the point at which zooming or rotation should happen around which allows for more natural transformations. w: file:///home/Messier82/projects/service-book/app/src/main/java/com/yorvana/ui/records/RecordDetailScreen.kt:151:60 'fun rememberTooltipPositionProvider(spacingBetweenTooltipAndAnchor: Dp = ...): PopupPositionProvider' is deprecated. Deprecated in favor of rememberTooltipPositionProvider API that takes a preferred positioning. Please use rememberTooltipPositionProvider with TooltipAnchorPosition.Above if this same behavior is desired. w: file:///home/Messier82/projects/service-book/app/src/main/java/com/yorvana/ui/records/RecordDetailScreen.kt:183:60 'fun rememberTooltipPositionProvider(spacingBetweenTooltipAndAnchor: Dp = ...): PopupPositionProvider' is deprecated. Deprecated in favor of rememberTooltipPositionProvider API that takes a preferred positioning. Please use rememberTooltipPositionProvider with TooltipAnchorPosition.Above if this same behavior is desired. w: file:///home/Messier82/projects/service-book/app/src/main/java/com/yorvana/ui/records/RecordDetailScreen.kt:410:49 'val Icons.Filled.InsertDriveFile: ImageVector' is deprecated. Use the AutoMirrored version at Icons.AutoMirrored.Filled.InsertDriveFile. w: file:///home/Messier82/projects/service-book/app/src/main/java/com/yorvana/ui/records/RecordDetailScreen.kt:482:64 'fun rememberTooltipPositionProvider(spacingBetweenTooltipAndAnchor: Dp = ...): PopupPositionProvider' is deprecated. Deprecated in favor of rememberTooltipPositionProvider API that takes a preferred positioning. Please use rememberTooltipPositionProvider with TooltipAnchorPosition.Above if this same behavior is desired. w: file:///home/Messier82/projects/service-book/app/src/main/java/com/yorvana/ui/records/RecordDetailScreen.kt:489:64 'fun rememberTooltipPositionProvider(spacingBetweenTooltipAndAnchor: Dp = ...): PopupPositionProvider' is deprecated. Deprecated in favor of rememberTooltipPositionProvider API that takes a preferred positioning. Please use rememberTooltipPositionProvider with TooltipAnchorPosition.Above if this same behavior is desired. w: file:///home/Messier82/projects/service-book/app/src/main/java/com/yorvana/ui/records/RecordDetailScreen.kt:580:107 'val Icons.Filled.InsertDriveFile: ImageVector' is deprecated. Use the AutoMirrored version at Icons.AutoMirrored.Filled.InsertDriveFile. w: file:///home/Messier82/projects/service-book/app/src/main/java/com/yorvana/util/SentryWrapper.kt:5:8 'class UserFeedback : Any, JsonUnknown, JsonSerializable' is deprecated. Deprecated in Java. w: file:///home/Messier82/projects/service-book/app/src/main/java/com/yorvana/util/SentryWrapper.kt:56:17 'constructor(p0: SentryId!): UserFeedback' is deprecated. Deprecated in Java. w: file:///home/Messier82/projects/service-book/app/src/main/java/com/yorvana/util/SentryWrapper.kt:60:20 'static fun captureUserFeedback(p0: UserFeedback): Unit' is deprecated. Deprecated in Java. > Task :app:compileReleaseUnitTestKotlin w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsScreenIT.kt:28:27 'fun createComposeRule(effectContext: CoroutineContext = ...): ComposeContentTestRule' is deprecated. Use `androidx.compose.ui.test.junit4.v2.createComposeRule` instead. The v2 APIs use StandardTestDispatcher instead of UnconfinedTestDispatcher, which aligns with standard coroutine behavior by queuing tasks rather than executing them immediately. Tests relying on immediate execution may require explicit synchronization. Please refer to the migration guide for more details. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsScreenshotTest.kt:24:27 'fun createComposeRule(effectContext: CoroutineContext = ...): ComposeContentTestRule' is deprecated. Use `androidx.compose.ui.test.junit4.v2.createComposeRule` instead. The v2 APIs use StandardTestDispatcher instead of UnconfinedTestDispatcher, which aligns with standard coroutine behavior by queuing tasks rather than executing them immediately. Tests relying on immediate execution may require explicit synchronization. Please refer to the migration guide for more details. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:371:13 The corresponding parameter in the supertype 'VaultStorage' is named 'vehicleId'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:372:13 The corresponding parameter in the supertype 'VaultStorage' is named 'recordId'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:378:13 The corresponding parameter in the supertype 'VaultStorage' is named 'vehicleId'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:379:13 The corresponding parameter in the supertype 'VaultStorage' is named 'recordId'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:383:13 The corresponding parameter in the supertype 'VaultStorage' is named 'vehicleId'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:384:13 The corresponding parameter in the supertype 'VaultStorage' is named 'recordId'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:385:13 The corresponding parameter in the supertype 'VaultStorage' is named 'sourceUri'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:386:13 The corresponding parameter in the supertype 'VaultStorage' is named 'filename'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:390:13 The corresponding parameter in the supertype 'VaultStorage' is named 'vehicleId'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:391:13 The corresponding parameter in the supertype 'VaultStorage' is named 'recordId'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:392:13 The corresponding parameter in the supertype 'VaultStorage' is named 'filename'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:396:13 The corresponding parameter in the supertype 'VaultStorage' is named 'vehicleId'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:397:13 The corresponding parameter in the supertype 'VaultStorage' is named 'recordId'. This may cause problems when calling this function with named arguments. w: file:///home/Messier82/projects/service-book/app/src/test/java/com/yorvana/ui/settings/SettingsViewModelIT.kt:398:13 The corresponding parameter in the supertype 'VaultStorage' is named 'filename'. This may cause problems when calling this function with named arguments. > Task :app:testReleaseUnitTest Picked up JAVA_TOOL_OPTIONS: -Xlog:os+container=off Picked up JAVA_TOOL_OPTIONS: -Xlog:os+container=off OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended > Task :app:testReleaseUnitTest MainActivityTest > launches to Setup screen when no vault URI is present FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 MainActivityTest > billing startConnection called on create, refresh suppressed on first resume FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 MainActivityTest > billing endConnection skipped on configuration change FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 MainActivityTest > applyVaultUri updates storage and refreshes repository FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 MainActivityTest > billing endConnection called on real destroy FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 MainActivityTest > dismissing crash report dialog clears log and navigates FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 MainActivityTest > billing refresh called on subsequent resume after going to background FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 MainActivityTest > displays crash report dialog when crash log is detected FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended > Task :app:testReleaseUnitTest PaywallInfoSheetScreenshotTest > sheet_pending_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 PaywallInfoSheetScreenshotTest > sheet_readOnly_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 PaywallInfoSheetScreenshotTest > sheet_readOnly_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 PaywallInfoSheetScreenshotTest > sheet_pending_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 PaywallStatusCardScreenshotTest > card_readOnly_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 PaywallStatusCardScreenshotTest > card_readOnly_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 PaywallStatusCardScreenshotTest > card_pending_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 PaywallStatusCardScreenshotTest > card_pending_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 UpgradeDialogScreenshotTest > dialog_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 UpgradeDialogScreenshotTest > dialog_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SetupScreenTest > setup screen displays title and description FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenIT > addEditRecordScreen_displaysCorrectTitle_inAddMode FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenIT > diy_toggle_disables_performer_field FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenIT > inputFields_triggerEvents FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenshotTest > edit_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenshotTest > edit_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenshotTest > add_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenshotTest > add_showCustomTaskDialog FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenshotTest > add_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ImageViewerScreenshotTest > imageViewerScreen FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 RecordDetailScreenshotTest > record_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 RecordDetailScreenshotTest > record_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > makePickerDialog FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > attachmentChip_readOnly FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > currencyPickerDialog FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > requiredLabel_defaultModifier FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > emptyStateView_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > attachmentChip_deletable FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > chromeLikeMenu FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > confirmDeleteDialog FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > customCurrencyDialog FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > attachmentThumbnail_noUri FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > errorListItem_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > requiredLabel FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ComponentScreenshotTest > emptyStateView_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 PaywallScaffoldScreenshotTest > scaffold_noSheet_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 PaywallScaffoldScreenshotTest > scaffold_noSheet_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 RequiredLabelTest > required label cover changed branches FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 RequiredLabelTest > required label semantics FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended > Task :app:testReleaseUnitTest VehicleDetailScreenTest > vehicleDetailScreen_displaysCorrectInformation_and_records FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenTest > clickRecordCard_triggersSelectRecordEvent FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenTest > clicking disabled menu item in read-only mode triggers BlockedWriteAttempted FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenTest > clickAddRecordFab_triggersAddRecordEvent FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 UpgradeDialogTest > clicking upgrade button calls onUpgradeClick FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SetupScreenshotTest > setup_step2_sentry_on FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SetupScreenshotTest > setup_step1_folder FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SetupScreenshotTest > setup_step2_sentry_off FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SetupScreenshotTest > setup_step2_with_topbar FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SetupScreenshotTest > setup_step2_sentry_privacy_dialog FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenTest > toggle basic states to cover screen branches FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenTest > required labels have semantics FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenTest > edit mode covers more branches FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenTest > toggle advanced states to cover screen branches FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenTest > clicking disabled save button in read-only mode triggers BlockedWriteAttempted FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditRecordScreenTest > currency symbols are displayed correctly FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ReportBugScreenshotTest > report_bug_invalid_email_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ReportBugScreenshotTest > report_bug_invalid_email_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ReportBugScreenshotTest > report_bug_submitting_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f7afbd4fbfe, pid=328490, tid=328563 # # JRE version: OpenJDK Runtime Environment (Red_Hat-21.0.10.0.7-2) (21.0.10+7) (build 21.0.10+7) # Java VM: OpenJDK 64-Bit Server VM (Red_Hat-21.0.10.0.7-2) (21.0.10+7, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64) # Problematic frame: # j org.bouncycastle.jcajce.provider.digest.SHA224$Mappings.()V+0 # # Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %d %F" (or dumping to /home/Messier82/projects/service-book/app/core.328490) # # An error report file with more information is saved as: # /home/Messier82/projects/service-book/app/hs_err_pid328490.log [35.680s][warning][os] Loading hsdis library failed # # If you would like to submit a bug report, please visit: # https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=java-21-openjdk&version=42 # > Task :app:testReleaseUnitTest RecordDetailScreenIT > recordDetailScreen_displaysDIYPerformer_correctly FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 RecordDetailScreenIT > recordDetailScreen_displaysCorrectInformation_withPerformer FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenIT > vehicleDetailScreen_displaysCorrectInformation_and_records FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenIT > vehicleDetailScreen_displaysDIYPerformer_correctly FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenIT > clickRecordCard_triggersSelectRecordEvent FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenIT > clickAddRecordFab_triggersAddRecordEvent FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenshotTest > detail_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenshotTest > detail_with_menu_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenshotTest > detail_with_menu_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleDetailScreenshotTest > detail_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ReportBugScreenTest > submit button is enabled only when summary and description are filled FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ReportBugScreenTest > disclosure text is NOT visible when crash reporting is enabled FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ReportBugScreenTest > device info dialog is visible when clicking card FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ReportBugScreenTest > disclosure text is visible when crash reporting is disabled FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ReportBugScreenTest > report bug screen displays all fields FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 ReportBugScreenTest > submit button is disabled and error is shown when email is invalid FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 CategoriesScreenTest > custom category label has required semantics and handles recomposition FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settingsScreen_debug_crash_section_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settings_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settings_validating_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settings_premium_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settings_existing_vault_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settings_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settings_conflict_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settingsScreen_debug_crash_section_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settings_privacy_dialog FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settings_premium_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settings_privacy_section_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 SettingsScreenshotTest > settings_crash_reporting_on_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditVehicleScreenIT > addEditVehicleScreen_displaysCorrectTitle_inAddMode FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditVehicleScreenIT > addEditVehicleScreen_displaysCorrectTitle_inEditMode FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditVehicleScreenIT > inputFields_triggerEvents FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditVehicleScreenshotTest > editMode_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditVehicleScreenshotTest > editMode_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditVehicleScreenshotTest > addMode_light FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 AddEditVehicleScreenshotTest > addMode_dark FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleListScreenIT > clickVehicleCard_triggersSelectVehicleEvent FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleListScreenIT > emptyState_isDisplayed_whenNoVehicles FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleListScreenIT > readOnlyBanner_scrollsToTop_whenLoadingFinishes FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleListScreenIT > swipeVehicleCard_triggersRequestDeleteVehicleEvent FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleListScreenIT > vehiclesList_isDisplayed_whenVehiclesExist FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 VehicleListScreenIT > clickAddVehicleFab_triggersAddVehicleEvent FAILED java.lang.RuntimeException at RoboMonitoringInstrumentation.java:102 387 tests completed, 108 failed, 1 skipped > Task :app:testReleaseUnitTest FAILED [Incubating] Problems report is available at: file:///home/Messier82/projects/service-book/build/reports/problems/problems-report.html FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:testReleaseUnitTest' (registered by plugin 'com.android.internal.application'). > Test process encountered an unexpected problem. > Process 'Gradle Test Executor 3' finished with non-zero exit value 134 (this value may indicate that the process was terminated with the SIGABRT signal) * Try: > Check common problems https://docs.gradle.org/9.5.1/userguide/java_testing.html#sec:java_testing_troubleshooting. > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights from a Build Scan (powered by Develocity). > Get more help at https://help.gradle.org. Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.5.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD FAILED in 1m 32s 31 actionable tasks: 16 executed, 15 up-to-date Exit Code: 1 Process Group PGID: 328228