patrol icon indicating copy to clipboard operation
patrol copied to clipboard

Android example_test.dart does not run

Open Friesenjung opened this issue 1 year ago • 115 comments

Steps to reproduce

  1. Install Patrol like documented on patrol.leancode.co
  2. Run example_test.dart copied from website
  3. see results

Actual results

The process does not finish successful. See logs below. It used to work, but it does not at the moment. I do not know where to look at. Additional information: openjdk 17.0.12 2024-07-16

Logs

Logs
patrol develop -t integration_test/example_test.dart -d "emulator-5554" --verbose
Verbose mode enabled. More logs will be printed.
Received test target: /Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/example_test.dart
Generated entrypoint /Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/test_bundle.dart for development
$ flutter --no-version-check --suppress-analytics devices --machine
$ flutter doctor --verbose
$ flutter --suppress-analytics --no-version-check pub deps --style=list
Received device: emulator-5554
Received 10 --dart-define(s) (0 custom, 10 internal)
Received internal --dart-define: PATROL_WAIT=0
Received internal --dart-define: PATROL_APP_PACKAGE_NAME=de.hexagonstudios.money_ops
Received internal --dart-define: PATROL_APP_BUNDLE_ID=de.hexagonstudios.moneyops
Received internal --dart-define: PATROL_ANDROID_APP_NAME=money_ops
Received internal --dart-define: PATROL_IOS_APP_NAME=money_ops
Received internal --dart-define: INTEGRATION_TEST_SHOULD_REPORT_RESULTS_TO_NATIVE=false
Received internal --dart-define: PATROL_TEST_LABEL_ENABLED=true
Received internal --dart-define: PATROL_HOT_RESTART=true
Received internal --dart-define: PATROL_TEST_SERVER_PORT=8081
Received internal --dart-define: PATROL_APP_SERVER_PORT=8082
$ flutter build apk --config-only -t integration_test/test_bundle.dart
$ flutter doctor --verbose
• Building apk with entrypoint test_bundle.dart...
$ ./gradlew :app:assembleDebug -Ptarget=/Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/test_bundle.dart -Pdart-defines=UEFUUk9MX1dBSVQ9MA==,UEFUUk9MX0FQUF9QQUNLQUdFX05BTUU9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlfb3Bz,UEFUUk9MX0FQUF9CVU5ETEVfSUQ9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlvcHM=,UEFUUk9MX0FORFJPSURfQVBQX05BTUU9bW9uZXlfb3Bz,UEFUUk9MX0lPU19BUFBfTkFNRT1tb25leV9vcHM=,SU5URUdSQVRJT05fVEVTVF9TSE9VTERfUkVQT1JUX1JFU1VMVFNfVE9fTkFUSVZFPWZhbHNl,UEFUUk9MX1RFU1RfTEFCRUxfRU5BQkxFRD10cnVl,UEFUUk9MX0hPVF9SRVNUQVJUPXRydWU=,UEFUUk9MX1RFU1RfU0VSVkVSX1BPUlQ9ODA4MQ==,UEFUUk9MX0FQUF9TRVJWRVJfUE9SVD04MDgy -Papp-server-port=8082 -Ptest-server-port=8081
        : > Task :gradle:compileJava NO-SOURCE
        : > Task :gradle:compileGroovy UP-TO-DATE
        : > Task :gradle:pluginDescriptors UP-TO-DATE
        : > Task :gradle:processResources UP-TO-DATE
        : > Task :gradle:classes UP-TO-DATE
        : > Task :gradle:jar UP-TO-DATE
        : WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
        : 
        : This Android Gradle plugin (7.4.2) was tested up to compileSdk = 33
        : 
        : This warning can be suppressed by adding
        :     android.suppressUnsupportedCompileSdk=34
        : to this project's gradle.properties
        : 
        : The build will continue, but you are strongly encouraged to update your project to
        : use a newer Android Gradle Plugin that has been tested with compileSdk = 34
        : > Task :app:preBuild UP-TO-DATE
        : > Task :app:preDebugBuild UP-TO-DATE
        : > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
        : > Task :app:compileFlutterBuildDebug UP-TO-DATE
        : > Task :app:packJniLibsflutterBuildDebug UP-TO-DATE
        : > Task :cronet_http:preBuild UP-TO-DATE
        : > Task :cronet_http:preDebugBuild UP-TO-DATE
        : > Task :jni:preBuild UP-TO-DATE
        : > Task :jni:preDebugBuild UP-TO-DATE
        : > Task :jni:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:compileDebugAidl NO-SOURCE
        : > Task :flutter_native_splash:preBuild UP-TO-DATE
        : > Task :flutter_native_splash:preDebugBuild UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugAidl NO-SOURCE
        : > Task :patrol:preBuild UP-TO-DATE
        : > Task :patrol:preDebugBuild UP-TO-DATE
        : > Task :patrol:compileDebugAidl NO-SOURCE
        : > Task :shared_preferences_android:preBuild UP-TO-DATE
        : > Task :shared_preferences_android:preDebugBuild UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugAidl NO-SOURCE
        : > Task :app:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:packageDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:packageDebugRenderscript NO-SOURCE
        : > Task :jni:packageDebugRenderscript NO-SOURCE
        : > Task :patrol:packageDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:packageDebugRenderscript NO-SOURCE
        : > Task :app:compileDebugRenderscript NO-SOURCE
        : > Task :app:generateDebugBuildConfig UP-TO-DATE
        : > Task :cronet_http:writeDebugAarMetadata UP-TO-DATE
        : > Task :flutter_native_splash:writeDebugAarMetadata UP-TO-DATE
        : > Task :jni:writeDebugAarMetadata UP-TO-DATE
        : > Task :patrol:writeDebugAarMetadata UP-TO-DATE
        : > Task :shared_preferences_android:writeDebugAarMetadata UP-TO-DATE
        : > Task :app:checkDebugAarMetadata UP-TO-DATE
        : > Task :app:cleanMergeDebugAssets
        : > Task :app:mergeDebugShaders UP-TO-DATE
        : > Task :app:compileDebugShaders NO-SOURCE
        : > Task :app:generateDebugAssets UP-TO-DATE
        : > Task :cronet_http:mergeDebugShaders UP-TO-DATE
        : > Task :cronet_http:compileDebugShaders NO-SOURCE
        : > Task :cronet_http:generateDebugAssets UP-TO-DATE
        : > Task :cronet_http:packageDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugShaders UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugShaders NO-SOURCE
        : > Task :flutter_native_splash:generateDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugAssets UP-TO-DATE
        : > Task :jni:mergeDebugShaders UP-TO-DATE
        : > Task :jni:compileDebugShaders NO-SOURCE
        : > Task :jni:generateDebugAssets UP-TO-DATE
        : > Task :jni:packageDebugAssets UP-TO-DATE
        : > Task :patrol:mergeDebugShaders UP-TO-DATE
        : > Task :patrol:compileDebugShaders NO-SOURCE
        : > Task :patrol:generateDebugAssets UP-TO-DATE
        : > Task :patrol:packageDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugShaders UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugShaders NO-SOURCE
        : > Task :shared_preferences_android:generateDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugAssets UP-TO-DATE
        : > Task :app:mergeDebugAssets
        : > Task :app:copyFlutterAssetsDebug
        : > Task :app:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:compileDebugRenderscript NO-SOURCE
        : > Task :cronet_http:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:generateDebugResources UP-TO-DATE
        : > Task :cronet_http:packageDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:generateDebugResValues UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugResources UP-TO-DATE
        : > Task :jni:compileDebugRenderscript NO-SOURCE
        : > Task :jni:generateDebugResValues UP-TO-DATE
        : > Task :jni:generateDebugResources UP-TO-DATE
        : > Task :jni:packageDebugResources UP-TO-DATE
        : > Task :patrol:compileDebugRenderscript NO-SOURCE
        : > Task :patrol:generateDebugResValues UP-TO-DATE
        : > Task :patrol:generateDebugResources UP-TO-DATE
        : > Task :patrol:packageDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:generateDebugResValues UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugResources UP-TO-DATE
        : > Task :app:mapDebugSourceSetPaths UP-TO-DATE
        : > Task :app:generateDebugResources UP-TO-DATE
        : > Task :app:mergeDebugResources UP-TO-DATE
        : > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
        : > Task :app:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:processDebugManifest UP-TO-DATE
        : > Task :flutter_native_splash:extractDeepLinksDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugManifest UP-TO-DATE
        : > Task :jni:extractDeepLinksDebug UP-TO-DATE
        : > Task :jni:processDebugManifest UP-TO-DATE
        : > Task :patrol:extractDeepLinksDebug UP-TO-DATE
        : > Task :patrol:processDebugManifest UP-TO-DATE
        : > Task :shared_preferences_android:extractDeepLinksDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugMainManifest UP-TO-DATE
        : > Task :app:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugManifestForPackage UP-TO-DATE
        : > Task :cronet_http:compileDebugLibraryResources UP-TO-DATE
        : > Task :cronet_http:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:generateDebugRFile UP-TO-DATE
        : > Task :cronet_http:generateDebugRFile UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugLibraryResources UP-TO-DATE
        : > Task :flutter_native_splash:parseDebugLocalResources UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugRFile UP-TO-DATE
        : > Task :jni:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:parseDebugLocalResources UP-TO-DATE
        : > Task :patrol:generateDebugRFile UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugLibraryResources UP-TO-DATE
        : > Task :shared_preferences_android:parseDebugLocalResources UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugRFile UP-TO-DATE
        : > Task :app:processDebugResources UP-TO-DATE
        : > Task :cronet_http:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:javaPreCompileDebug UP-TO-DATE
        : > Task :jni:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :jni:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugKotlin UP-TO-DATE
        : > Task :cronet_http:javaPreCompileDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :cronet_http:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugBuildConfig UP-TO-DATE
        : > Task :flutter_native_splash:javaPreCompileDebug UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :patrol:generateDebugBuildConfig UP-TO-DATE
        : > Task :patrol:compileDebugKotlin UP-TO-DATE
        : > Task :patrol:javaPreCompileDebug UP-TO-DATE
        : > Task :patrol:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :patrol:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugBuildConfig UP-TO-DATE
        : > Task :shared_preferences_android:javaPreCompileDebug UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :app:compileDebugKotlin UP-TO-DATE
        : > Task :app:javaPreCompileDebug UP-TO-DATE
        : > Task :app:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :app:compressDebugAssets UP-TO-DATE
        : > Task :app:processDebugJavaRes NO-SOURCE
        : > Task :cronet_http:processDebugJavaRes NO-SOURCE
        : > Task :cronet_http:bundleLibResDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugJavaRes NO-SOURCE
        : > Task :flutter_native_splash:bundleLibResDebug NO-SOURCE
        : > Task :jni:processDebugJavaRes NO-SOURCE
        : > Task :jni:bundleLibResDebug NO-SOURCE
        : > Task :patrol:processDebugJavaRes NO-SOURCE
        : > Task :patrol:bundleLibResDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugJavaRes NO-SOURCE
        : > Task :shared_preferences_android:bundleLibResDebug NO-SOURCE
        : > Task :app:mergeDebugJavaResource UP-TO-DATE
        : > Task :app:checkDebugDuplicateClasses UP-TO-DATE
        : > Task :app:desugarDebugFileDependencies UP-TO-DATE
        : > Task :app:mergeExtDexDebug UP-TO-DATE
        : > Task :cronet_http:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :jni:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :patrol:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :app:dexBuilderDebug UP-TO-DATE
        : > Task :app:mergeLibDexDebug UP-TO-DATE
        : > Task :app:mergeProjectDexDebug UP-TO-DATE
        : > Task :app:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :cronet_http:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :cronet_http:mergeDebugNativeLibs NO-SOURCE
        : > Task :cronet_http:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugNativeLibs NO-SOURCE
        : > Task :flutter_native_splash:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :jni:configureCMakeDebug[arm64-v8a]
        : > Task :jni:buildCMakeDebug[arm64-v8a]
        : > Task :jni:configureCMakeDebug[armeabi-v7a]
        : > Task :jni:buildCMakeDebug[armeabi-v7a]
        : > Task :jni:configureCMakeDebug[x86]
        : > Task :jni:buildCMakeDebug[x86]
        : > Task :jni:configureCMakeDebug[x86_64]
        : > Task :jni:buildCMakeDebug[x86_64]
        : > Task :jni:externalNativeBuildDebug
        : > Task :jni:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :jni:mergeDebugNativeLibs UP-TO-DATE
        : > Task :jni:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :patrol:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :patrol:mergeDebugNativeLibs NO-SOURCE
        : > Task :patrol:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugNativeLibs NO-SOURCE
        : > Task :shared_preferences_android:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :app:mergeDebugNativeLibs UP-TO-DATE
        : > Task :app:stripDebugDebugSymbols UP-TO-DATE
        : > Task :app:validateSigningDebug UP-TO-DATE
        : > Task :app:writeDebugAppMetadata UP-TO-DATE
        : > Task :app:writeDebugSigningConfigVersions UP-TO-DATE
        : > Task :app:packageDebug UP-TO-DATE
        : > Task :app:createDebugApkListingFileRedirect UP-TO-DATE
        : > Task :app:assembleDebug
        : 
        : Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
        : 
        : 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/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
        : 
        : BUILD SUCCESSFUL in 1s
        : 140 actionable tasks: 13 executed, 127 up-to-date
$ ./gradlew :app:assembleDebugAndroidTest -Ptarget=/Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/test_bundle.dart -Pdart-defines=UEFUUk9MX1dBSVQ9MA==,UEFUUk9MX0FQUF9QQUNLQUdFX05BTUU9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlfb3Bz,UEFUUk9MX0FQUF9CVU5ETEVfSUQ9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlvcHM=,UEFUUk9MX0FORFJPSURfQVBQX05BTUU9bW9uZXlfb3Bz,UEFUUk9MX0lPU19BUFBfTkFNRT1tb25leV9vcHM=,SU5URUdSQVRJT05fVEVTVF9TSE9VTERfUkVQT1JUX1JFU1VMVFNfVE9fTkFUSVZFPWZhbHNl,UEFUUk9MX1RFU1RfTEFCRUxfRU5BQkxFRD10cnVl,UEFUUk9MX0hPVF9SRVNUQVJUPXRydWU=,UEFUUk9MX1RFU1RfU0VSVkVSX1BPUlQ9ODA4MQ==,UEFUUk9MX0FQUF9TRVJWRVJfUE9SVD04MDgy -Papp-server-port=8082 -Ptest-server-port=8081
        : > Task :gradle:compileJava NO-SOURCE
        : > Task :gradle:compileGroovy UP-TO-DATE
        : > Task :gradle:pluginDescriptors UP-TO-DATE
        : > Task :gradle:processResources UP-TO-DATE
        : > Task :gradle:classes UP-TO-DATE
        : > Task :gradle:jar UP-TO-DATE
        : WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
        : 
        : This Android Gradle plugin (7.4.2) was tested up to compileSdk = 33
        : 
        : This warning can be suppressed by adding
        :     android.suppressUnsupportedCompileSdk=34
        : to this project's gradle.properties
        : 
        : The build will continue, but you are strongly encouraged to update your project to
        : use a newer Android Gradle Plugin that has been tested with compileSdk = 34
        : > Task :app:preBuild UP-TO-DATE
        : > Task :app:preDebugBuild UP-TO-DATE
        : > Task :cronet_http:preBuild UP-TO-DATE
        : > Task :cronet_http:preDebugBuild UP-TO-DATE
        : > Task :jni:preBuild UP-TO-DATE
        : > Task :jni:preDebugBuild UP-TO-DATE
        : > Task :jni:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:compileDebugAidl NO-SOURCE
        : > Task :flutter_native_splash:preBuild UP-TO-DATE
        : > Task :flutter_native_splash:preDebugBuild UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugAidl NO-SOURCE
        : > Task :patrol:preBuild UP-TO-DATE
        : > Task :patrol:preDebugBuild UP-TO-DATE
        : > Task :patrol:compileDebugAidl NO-SOURCE
        : > Task :shared_preferences_android:preBuild UP-TO-DATE
        : > Task :shared_preferences_android:preDebugBuild UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugAidl NO-SOURCE
        : > Task :app:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:packageDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:packageDebugRenderscript NO-SOURCE
        : > Task :jni:packageDebugRenderscript NO-SOURCE
        : > Task :patrol:packageDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:packageDebugRenderscript NO-SOURCE
        : > Task :app:compileDebugRenderscript NO-SOURCE
        : > Task :app:generateDebugBuildConfig UP-TO-DATE
        : > Task :cronet_http:writeDebugAarMetadata UP-TO-DATE
        : > Task :flutter_native_splash:writeDebugAarMetadata UP-TO-DATE
        : > Task :jni:writeDebugAarMetadata UP-TO-DATE
        : > Task :patrol:writeDebugAarMetadata UP-TO-DATE
        : > Task :shared_preferences_android:writeDebugAarMetadata UP-TO-DATE
        : > Task :app:checkDebugAarMetadata UP-TO-DATE
        : > Task :app:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:compileDebugRenderscript NO-SOURCE
        : > Task :cronet_http:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:generateDebugResources UP-TO-DATE
        : > Task :cronet_http:packageDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:generateDebugResValues UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugResources UP-TO-DATE
        : > Task :jni:compileDebugRenderscript NO-SOURCE
        : > Task :jni:generateDebugResValues UP-TO-DATE
        : > Task :jni:generateDebugResources UP-TO-DATE
        : > Task :jni:packageDebugResources UP-TO-DATE
        : > Task :patrol:compileDebugRenderscript NO-SOURCE
        : > Task :patrol:generateDebugResValues UP-TO-DATE
        : > Task :patrol:generateDebugResources UP-TO-DATE
        : > Task :patrol:packageDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:generateDebugResValues UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugResources UP-TO-DATE
        : > Task :app:mapDebugSourceSetPaths UP-TO-DATE
        : > Task :app:generateDebugResources UP-TO-DATE
        : > Task :app:mergeDebugResources UP-TO-DATE
        : > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
        : > Task :app:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:processDebugManifest UP-TO-DATE
        : > Task :flutter_native_splash:extractDeepLinksDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugManifest UP-TO-DATE
        : > Task :jni:extractDeepLinksDebug UP-TO-DATE
        : > Task :jni:processDebugManifest UP-TO-DATE
        : > Task :patrol:extractDeepLinksDebug UP-TO-DATE
        : > Task :patrol:processDebugManifest UP-TO-DATE
        : > Task :shared_preferences_android:extractDeepLinksDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugMainManifest UP-TO-DATE
        : > Task :app:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugManifestForPackage UP-TO-DATE
        : > Task :cronet_http:compileDebugLibraryResources UP-TO-DATE
        : > Task :cronet_http:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:generateDebugRFile UP-TO-DATE
        : > Task :cronet_http:generateDebugRFile UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugLibraryResources UP-TO-DATE
        : > Task :flutter_native_splash:parseDebugLocalResources UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugRFile UP-TO-DATE
        : > Task :jni:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:parseDebugLocalResources UP-TO-DATE
        : > Task :patrol:generateDebugRFile UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugLibraryResources UP-TO-DATE
        : > Task :shared_preferences_android:parseDebugLocalResources UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugRFile UP-TO-DATE
        : > Task :app:processDebugResources UP-TO-DATE
        : > Task :cronet_http:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:javaPreCompileDebug UP-TO-DATE
        : > Task :jni:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :jni:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugKotlin UP-TO-DATE
        : > Task :cronet_http:javaPreCompileDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :cronet_http:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugBuildConfig UP-TO-DATE
        : > Task :flutter_native_splash:javaPreCompileDebug UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :patrol:generateDebugBuildConfig UP-TO-DATE
        : > Task :patrol:compileDebugKotlin UP-TO-DATE
        : > Task :patrol:javaPreCompileDebug UP-TO-DATE
        : > Task :patrol:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :patrol:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugBuildConfig UP-TO-DATE
        : > Task :shared_preferences_android:javaPreCompileDebug UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :app:javaPreCompileDebug UP-TO-DATE
        : > Task :app:preDebugAndroidTestBuild SKIPPED
        : > Task :app:compileDebugAndroidTestAidl NO-SOURCE
        : > Task :app:processDebugAndroidTestManifest UP-TO-DATE
        : > Task :app:compileDebugAndroidTestRenderscript NO-SOURCE
        : > Task :app:generateDebugAndroidTestBuildConfig UP-TO-DATE
        : > Task :app:checkDebugAndroidTestAarMetadata UP-TO-DATE
        : > Task :app:generateDebugAndroidTestResValues UP-TO-DATE
        : > Task :app:mapDebugAndroidTestSourceSetPaths UP-TO-DATE
        : > Task :app:generateDebugAndroidTestResources UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestResources UP-TO-DATE
        : > Task :app:processDebugAndroidTestResources UP-TO-DATE
        : > Task :app:javaPreCompileDebugAndroidTest UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestShaders UP-TO-DATE
        : > Task :app:compileDebugAndroidTestShaders NO-SOURCE
        : > Task :app:generateDebugAndroidTestAssets UP-TO-DATE
        : > Task :cronet_http:mergeDebugShaders UP-TO-DATE
        : > Task :cronet_http:compileDebugShaders NO-SOURCE
        : > Task :cronet_http:generateDebugAssets UP-TO-DATE
        : > Task :cronet_http:packageDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugShaders UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugShaders NO-SOURCE
        : > Task :flutter_native_splash:generateDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugAssets UP-TO-DATE
        : > Task :jni:mergeDebugShaders UP-TO-DATE
        : > Task :jni:compileDebugShaders NO-SOURCE
        : > Task :jni:generateDebugAssets UP-TO-DATE
        : > Task :jni:packageDebugAssets UP-TO-DATE
        : > Task :patrol:mergeDebugShaders UP-TO-DATE
        : > Task :patrol:compileDebugShaders NO-SOURCE
        : > Task :patrol:generateDebugAssets UP-TO-DATE
        : > Task :patrol:packageDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugShaders UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugShaders NO-SOURCE
        : > Task :shared_preferences_android:generateDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugAssets UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestAssets UP-TO-DATE
        : > Task :app:compressDebugAndroidTestAssets UP-TO-DATE
        : > Task :app:processDebugAndroidTestJavaRes NO-SOURCE
        : > Task :cronet_http:processDebugJavaRes NO-SOURCE
        : > Task :cronet_http:bundleLibResDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugJavaRes NO-SOURCE
        : > Task :flutter_native_splash:bundleLibResDebug NO-SOURCE
        : > Task :jni:processDebugJavaRes NO-SOURCE
        : > Task :jni:bundleLibResDebug NO-SOURCE
        : > Task :patrol:processDebugJavaRes NO-SOURCE
        : > Task :patrol:bundleLibResDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugJavaRes NO-SOURCE
        : > Task :shared_preferences_android:bundleLibResDebug NO-SOURCE
        : > Task :app:mergeDebugAndroidTestJniLibFolders UP-TO-DATE
        : > Task :cronet_http:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :cronet_http:mergeDebugNativeLibs NO-SOURCE
        : > Task :cronet_http:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugNativeLibs NO-SOURCE
        : > Task :flutter_native_splash:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :jni:configureCMakeDebug[arm64-v8a]
        : > Task :app:compileDebugKotlin
        : > Task :jni:buildCMakeDebug[arm64-v8a]
        : > Task :app:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :app:bundleDebugClassesToCompileJar UP-TO-DATE
        : > Task :app:compileDebugAndroidTestKotlin NO-SOURCE
        : > Task :app:compileDebugAndroidTestJavaWithJavac UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestJavaResource UP-TO-DATE
        : > Task :jni:configureCMakeDebug[armeabi-v7a]
        : > Task :jni:buildCMakeDebug[armeabi-v7a]
        : > Task :jni:configureCMakeDebug[x86]
        : > Task :jni:buildCMakeDebug[x86]
        : > Task :jni:configureCMakeDebug[x86_64]
        : > Task :jni:buildCMakeDebug[x86_64]
        : > Task :jni:externalNativeBuildDebug
        : > Task :jni:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :jni:mergeDebugNativeLibs UP-TO-DATE
        : > Task :jni:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :patrol:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :patrol:mergeDebugNativeLibs NO-SOURCE
        : > Task :patrol:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugNativeLibs NO-SOURCE
        : > Task :shared_preferences_android:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestNativeLibs NO-SOURCE
        : > Task :app:checkDebugAndroidTestDuplicateClasses UP-TO-DATE
        : > Task :app:desugarDebugAndroidTestFileDependencies UP-TO-DATE
        : > Task :app:mergeExtDexDebugAndroidTest UP-TO-DATE
        : > Task :cronet_http:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :jni:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :patrol:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :app:dexBuilderDebugAndroidTest
        : > Task :app:mergeLibDexDebugAndroidTest UP-TO-DATE
        : > Task :app:mergeProjectDexDebugAndroidTest UP-TO-DATE
        : > Task :app:validateSigningDebugAndroidTest UP-TO-DATE
        : > Task :app:writeDebugAndroidTestSigningConfigVersions UP-TO-DATE
        : > Task :app:packageDebugAndroidTest UP-TO-DATE
        : > Task :app:createDebugAndroidTestApkListingFileRedirect UP-TO-DATE
        : > Task :app:assembleDebugAndroidTest UP-TO-DATE
        : 
        : Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
        : 
        : 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/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
        : 
        : BUILD SUCCESSFUL in 810ms
        : 142 actionable tasks: 11 executed, 131 up-to-date
✓ Completed building apk with entrypoint test_bundle.dart (2.9s)
Will uninstall apps before running tests
Uninstalling de.hexagonstudios.money_ops from sdk gphone64 arm64
Uninstalling de.hexagonstudios.money_ops.test from sdk gphone64 arm64
• Executing tests of apk with entrypoint test_bundle.dart on emulator-5554...
$ ./gradlew :app:connectedDebugAndroidTest -Ptarget=/Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/test_bundle.dart -Pdart-defines=UEFUUk9MX1dBSVQ9MA==,UEFUUk9MX0FQUF9QQUNLQUdFX05BTUU9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlfb3Bz,UEFUUk9MX0FQUF9CVU5ETEVfSUQ9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlvcHM=,UEFUUk9MX0FORFJPSURfQVBQX05BTUU9bW9uZXlfb3Bz,UEFUUk9MX0lPU19BUFBfTkFNRT1tb25leV9vcHM=,SU5URUdSQVRJT05fVEVTVF9TSE9VTERfUkVQT1JUX1JFU1VMVFNfVE9fTkFUSVZFPWZhbHNl,UEFUUk9MX1RFU1RfTEFCRUxfRU5BQkxFRD10cnVl,UEFUUk9MX0hPVF9SRVNUQVJUPXRydWU=,UEFUUk9MX1RFU1RfU0VSVkVSX1BPUlQ9ODA4MQ==,UEFUUk9MX0FQUF9TRVJWRVJfUE9SVD04MDgy -Papp-server-port=8082 -Ptest-server-port=8081
Interactive shell mode enabled.
Logs: waiting for them...
$ flutter --no-version-check --suppress-analytics logs --device-id emulator-5554
$ flutter attach --no-version-check --suppress-analytics --debug --device-id emulator-5554 --app-id de.hexagonstudios.money_ops --target /Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/test_bundle.dart --dart-define PATROL_WAIT=0 --dart-define PATROL_APP_PACKAGE_NAME=de.hexagonstudios.money_ops --dart-define PATROL_APP_BUNDLE_ID=de.hexagonstudios.moneyops --dart-define PATROL_ANDROID_APP_NAME=money_ops --dart-define PATROL_IOS_APP_NAME=money_ops --dart-define INTEGRATION_TEST_SHOULD_REPORT_RESULTS_TO_NATIVE=false --dart-define PATROL_TEST_LABEL_ENABLED=true --dart-define PATROL_HOT_RESTART=true --dart-define PATROL_TEST_SERVER_PORT=8081 --dart-define PATROL_APP_SERVER_PORT=8082
Hot Restart: waiting for attach to the app...
        : > Task :gradle:compileJava NO-SOURCE
        : > Task :gradle:compileGroovy UP-TO-DATE
        : > Task :gradle:pluginDescriptors UP-TO-DATE
        : > Task :gradle:processResources UP-TO-DATE
        : > Task :gradle:classes UP-TO-DATE
        : > Task :gradle:jar UP-TO-DATE
Hot Restart: logs connected
[WARN] Hot Restart: not attached to the app yet
        Showing sdk gphone64 arm64 logs:
        : Waiting for a connection from Flutter on sdk gphone64 arm64...
        : WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
        : 
        : This Android Gradle plugin (7.4.2) was tested up to compileSdk = 33
        : 
        : This warning can be suppressed by adding
        :     android.suppressUnsupportedCompileSdk=34
        : to this project's gradle.properties
        : 
        : The build will continue, but you are strongly encouraged to update your project to
        : use a newer Android Gradle Plugin that has been tested with compileSdk = 34
        : > Task :app:compileFlutterBuildDebug UP-TO-DATE
        : > Task :app:packJniLibsflutterBuildDebug UP-TO-DATE
        : > Task :app:preBuild UP-TO-DATE
        : > Task :app:preDebugBuild UP-TO-DATE
        : > Task :cronet_http:preBuild UP-TO-DATE
        : > Task :cronet_http:preDebugBuild UP-TO-DATE
        : > Task :jni:preBuild UP-TO-DATE
        : > Task :jni:preDebugBuild UP-TO-DATE
        : > Task :jni:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:compileDebugAidl NO-SOURCE
        : > Task :flutter_native_splash:preBuild UP-TO-DATE
        : > Task :flutter_native_splash:preDebugBuild UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugAidl NO-SOURCE
        : > Task :patrol:preBuild UP-TO-DATE
        : > Task :patrol:preDebugBuild UP-TO-DATE
        : > Task :patrol:compileDebugAidl NO-SOURCE
        : > Task :shared_preferences_android:preBuild UP-TO-DATE
        : > Task :shared_preferences_android:preDebugBuild UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugAidl NO-SOURCE
        : > Task :app:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:packageDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:packageDebugRenderscript NO-SOURCE
        : > Task :jni:packageDebugRenderscript NO-SOURCE
        : > Task :patrol:packageDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:packageDebugRenderscript NO-SOURCE
        : > Task :app:compileDebugRenderscript NO-SOURCE
        : > Task :app:generateDebugBuildConfig UP-TO-DATE
        : > Task :cronet_http:writeDebugAarMetadata UP-TO-DATE
        : > Task :flutter_native_splash:writeDebugAarMetadata UP-TO-DATE
        : > Task :jni:writeDebugAarMetadata UP-TO-DATE
        : > Task :patrol:writeDebugAarMetadata UP-TO-DATE
        : > Task :shared_preferences_android:writeDebugAarMetadata UP-TO-DATE
        : > Task :app:checkDebugAarMetadata UP-TO-DATE
        : > Task :app:cleanMergeDebugAssets
        : > Task :app:mergeDebugShaders UP-TO-DATE
        : > Task :app:compileDebugShaders NO-SOURCE
        : > Task :app:generateDebugAssets UP-TO-DATE
        : > Task :cronet_http:mergeDebugShaders UP-TO-DATE
        : > Task :cronet_http:compileDebugShaders NO-SOURCE
        : > Task :cronet_http:generateDebugAssets UP-TO-DATE
        : > Task :cronet_http:packageDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugShaders UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugShaders NO-SOURCE
        : > Task :flutter_native_splash:generateDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugAssets UP-TO-DATE
        : > Task :jni:mergeDebugShaders UP-TO-DATE
        : > Task :jni:compileDebugShaders NO-SOURCE
        : > Task :jni:generateDebugAssets UP-TO-DATE
        : > Task :jni:packageDebugAssets UP-TO-DATE
        : > Task :patrol:mergeDebugShaders UP-TO-DATE
        : > Task :patrol:compileDebugShaders NO-SOURCE
        : > Task :patrol:generateDebugAssets UP-TO-DATE
        : > Task :patrol:packageDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugShaders UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugShaders NO-SOURCE
        : > Task :shared_preferences_android:generateDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugAssets UP-TO-DATE
        : > Task :app:mergeDebugAssets
        : > Task :app:copyFlutterAssetsDebug
        : > Task :app:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:compileDebugRenderscript NO-SOURCE
        : > Task :cronet_http:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:generateDebugResources UP-TO-DATE
        : > Task :cronet_http:packageDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:generateDebugResValues UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugResources UP-TO-DATE
        : > Task :jni:compileDebugRenderscript NO-SOURCE
        : > Task :jni:generateDebugResValues UP-TO-DATE
        : > Task :jni:generateDebugResources UP-TO-DATE
        : > Task :jni:packageDebugResources UP-TO-DATE
        : > Task :patrol:compileDebugRenderscript NO-SOURCE
        : > Task :patrol:generateDebugResValues UP-TO-DATE
        : > Task :patrol:generateDebugResources UP-TO-DATE
        : > Task :patrol:packageDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:generateDebugResValues UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugResources UP-TO-DATE
        : > Task :app:mapDebugSourceSetPaths UP-TO-DATE
        : > Task :app:generateDebugResources UP-TO-DATE
        : > Task :app:mergeDebugResources UP-TO-DATE
        : > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
        : > Task :app:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:processDebugManifest UP-TO-DATE
        : > Task :flutter_native_splash:extractDeepLinksDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugManifest UP-TO-DATE
        : > Task :jni:extractDeepLinksDebug UP-TO-DATE
        : > Task :jni:processDebugManifest UP-TO-DATE
        : > Task :patrol:extractDeepLinksDebug UP-TO-DATE
        : > Task :patrol:processDebugManifest UP-TO-DATE
        : > Task :shared_preferences_android:extractDeepLinksDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugMainManifest UP-TO-DATE
        : > Task :app:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugManifestForPackage UP-TO-DATE
        : > Task :cronet_http:compileDebugLibraryResources UP-TO-DATE
        : > Task :cronet_http:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:generateDebugRFile UP-TO-DATE
        : > Task :cronet_http:generateDebugRFile UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugLibraryResources UP-TO-DATE
        : > Task :flutter_native_splash:parseDebugLocalResources UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugRFile UP-TO-DATE
        : > Task :jni:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:parseDebugLocalResources UP-TO-DATE
        : > Task :patrol:generateDebugRFile UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugLibraryResources UP-TO-DATE
        : > Task :shared_preferences_android:parseDebugLocalResources UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugRFile UP-TO-DATE
        : > Task :app:processDebugResources UP-TO-DATE
        : > Task :cronet_http:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:javaPreCompileDebug UP-TO-DATE
        : > Task :jni:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :jni:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugKotlin UP-TO-DATE
        : > Task :cronet_http:javaPreCompileDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :cronet_http:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugBuildConfig UP-TO-DATE
        : > Task :flutter_native_splash:javaPreCompileDebug UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :patrol:generateDebugBuildConfig UP-TO-DATE
        : > Task :patrol:compileDebugKotlin UP-TO-DATE
        : > Task :patrol:javaPreCompileDebug UP-TO-DATE
        : > Task :patrol:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :patrol:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugBuildConfig UP-TO-DATE
        : > Task :shared_preferences_android:javaPreCompileDebug UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :app:javaPreCompileDebug UP-TO-DATE
        : > Task :app:preDebugAndroidTestBuild SKIPPED
        : > Task :app:compileDebugAndroidTestAidl NO-SOURCE
        : > Task :app:processDebugAndroidTestManifest UP-TO-DATE
        : > Task :app:compileDebugAndroidTestRenderscript NO-SOURCE
        : > Task :app:generateDebugAndroidTestBuildConfig UP-TO-DATE
        : > Task :app:checkDebugAndroidTestAarMetadata UP-TO-DATE
        : > Task :app:generateDebugAndroidTestResValues UP-TO-DATE
        : > Task :app:mapDebugAndroidTestSourceSetPaths UP-TO-DATE
        : > Task :app:generateDebugAndroidTestResources UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestResources UP-TO-DATE
        : > Task :app:processDebugAndroidTestResources UP-TO-DATE
        : > Task :app:javaPreCompileDebugAndroidTest UP-TO-DATE
        : > Task :app:compressDebugAssets UP-TO-DATE
        : > Task :app:processDebugJavaRes NO-SOURCE
        : > Task :cronet_http:processDebugJavaRes NO-SOURCE
        : > Task :cronet_http:bundleLibResDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugJavaRes NO-SOURCE
        : > Task :flutter_native_splash:bundleLibResDebug NO-SOURCE
        : > Task :jni:processDebugJavaRes NO-SOURCE
        : > Task :jni:bundleLibResDebug NO-SOURCE
        : > Task :patrol:processDebugJavaRes NO-SOURCE
        : > Task :patrol:bundleLibResDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugJavaRes NO-SOURCE
        : > Task :shared_preferences_android:bundleLibResDebug NO-SOURCE
        : > Task :app:checkDebugDuplicateClasses UP-TO-DATE
        : > Task :app:desugarDebugFileDependencies UP-TO-DATE
        : > Task :app:mergeExtDexDebug UP-TO-DATE
        : > Task :cronet_http:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :jni:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :patrol:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :app:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :cronet_http:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :app:mergeLibDexDebug UP-TO-DATE
        : > Task :cronet_http:mergeDebugNativeLibs NO-SOURCE
        : > Task :cronet_http:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugNativeLibs NO-SOURCE
        : > Task :flutter_native_splash:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :jni:configureCMakeDebug[arm64-v8a]
        : > Task :jni:buildCMakeDebug[arm64-v8a]
        : > Task :jni:configureCMakeDebug[armeabi-v7a]
        : > Task :jni:buildCMakeDebug[armeabi-v7a]
        : > Task :jni:configureCMakeDebug[x86]
        : > Task :jni:buildCMakeDebug[x86]
        : > Task :jni:configureCMakeDebug[x86_64]
        : > Task :jni:buildCMakeDebug[x86_64]
        : > Task :jni:externalNativeBuildDebug
        : > Task :jni:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :jni:mergeDebugNativeLibs UP-TO-DATE
        : > Task :jni:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :patrol:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :patrol:mergeDebugNativeLibs NO-SOURCE
        : > Task :patrol:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugNativeLibs NO-SOURCE
        : > Task :shared_preferences_android:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :app:mergeDebugNativeLibs UP-TO-DATE
        : > Task :app:stripDebugDebugSymbols UP-TO-DATE
        : > Task :app:validateSigningDebug UP-TO-DATE
        : > Task :app:writeDebugAppMetadata UP-TO-DATE
        : > Task :app:writeDebugSigningConfigVersions UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestShaders UP-TO-DATE
        : > Task :app:compileDebugAndroidTestShaders NO-SOURCE
        : > Task :app:generateDebugAndroidTestAssets UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestAssets UP-TO-DATE
        : > Task :app:compressDebugAndroidTestAssets UP-TO-DATE
        : > Task :app:processDebugAndroidTestJavaRes NO-SOURCE
        : > Task :app:mergeDebugAndroidTestJniLibFolders UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestNativeLibs NO-SOURCE
        : > Task :app:checkDebugAndroidTestDuplicateClasses UP-TO-DATE
        : > Task :app:desugarDebugAndroidTestFileDependencies UP-TO-DATE
        : > Task :app:mergeExtDexDebugAndroidTest UP-TO-DATE
        : > Task :app:mergeLibDexDebugAndroidTest UP-TO-DATE
        : > Task :app:validateSigningDebugAndroidTest UP-TO-DATE
        : > Task :app:writeDebugAndroidTestSigningConfigVersions UP-TO-DATE
        : > Task :app:compileDebugKotlin
        : > Task :app:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :app:bundleDebugClassesToCompileJar UP-TO-DATE
        : > Task :app:compileDebugAndroidTestKotlin NO-SOURCE
        : > Task :app:compileDebugAndroidTestJavaWithJavac UP-TO-DATE
        : > Task :app:mergeDebugJavaResource UP-TO-DATE
        : > Task :app:dexBuilderDebug UP-TO-DATE
        : > Task :app:mergeProjectDexDebug UP-TO-DATE
        : > Task :app:packageDebug UP-TO-DATE
        : > Task :app:createDebugApkListingFileRedirect UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestJavaResource UP-TO-DATE
        : > Task :app:dexBuilderDebugAndroidTest
        : > Task :app:mergeProjectDexDebugAndroidTest UP-TO-DATE
        : > Task :app:packageDebugAndroidTest UP-TO-DATE
        : > Task :app:createDebugAndroidTestApkListingFileRedirect UP-TO-DATE
        : > Task :app:connectedDebugAndroidTest FAILED
        : 
        : Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
        : 
        : 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/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
        
        FAILURE: Build failed with an exception.
        
        * What went wrong:
        Execution failed for task ':app:connectedDebugAndroidTest'.
        See the report at: file:///Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/build/app/reports/androidTests/connected/index.html
        
        * Try:
        > 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.
        > Get more help at https://help.gradle.org.
        
        BUILD FAILED in 4s
        : 165 actionable tasks: 15 executed, 150 up-to-date
✓ App shut down on request (4.6s)
Caught SIGINT, exiting...
Killed before attached to the app
Uninstalling de.hexagonstudios.money_ops from sdk gphone64 arm64
Uninstalling de.hexagonstudios.money_ops.test from sdk gphone64 arm64

Patrol version

patrol: ^3.10.0

Patrol Doctor output

Patrol Doctor output
patrol doctor
Patrol doctor:
Patrol CLI version: 3.1.0
Flutter command: flutter 
  Flutter 3.22.2 • channel stable
Android: 
• Program adb found in /Users/jonasrosskamp/Library/Android/sdk/platform-tools/adb
• Env var $ANDROID_HOME set to /Users/jonasrosskamp/Library/Android/sdk
iOS / macOS: 
• Program xcodebuild found in /usr/bin/xcodebuild
• Program ideviceinstaller found in /opt/homebrew/bin/ideviceinstaller

Flutter Doctor output

Flutter Doctor output
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.2, on macOS 14.5 23F79 darwin-arm64, locale en-DE)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.1)
[✓] IntelliJ IDEA Community Edition (version 2024.2.0.1)
[✓] IntelliJ IDEA Community Edition (version 2024.1.6)
[✓] Connected device (6 available)
[✓] Network resources

• No issues found!

Friesenjung avatar Aug 18 '24 19:08 Friesenjung

Hi, is this test successful using patrol test command?

fylyppo avatar Aug 26 '24 08:08 fylyppo

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 11:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 12:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 13:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 14:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 15:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 16:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 17:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 18:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 19:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 20:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 22:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 02 '24 23:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 00:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 01:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 02:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 03:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 04:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 05:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 06:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 07:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 08:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 11:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 12:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 15:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 16:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 17:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 18:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 19:09 github-actions[bot]

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template. Thanks for your contribution. [minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

github-actions[bot] avatar Sep 03 '24 20:09 github-actions[bot]