Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Api Error: Invalid request - Some of the Android App Bundle uploads are not completed yet. #21126

Closed
4 tasks done
sebj opened this issue Mar 10, 2023 · 33 comments
Closed
4 tasks done

Comments

@sebj
Copy link

sebj commented Mar 10, 2023

New Issue Checklist

Issue Description

We're using the supply Fastlane action as part of a lane which is executed from our GitHub Actions CI workflow. supply started failing with the error: Google Api Error: Invalid request - Some of the Android App Bundle uploads are not completed yet. just today, seemingly only when release_status is set to completed. I repeatedly tried to re-run the workflow, but had no success. Once release_status was changed to draft, the lane ran successfully. Perhaps this is just a momentary server blip, or a more significant error?

Our Fastfile has otherwise run successfully every week for months with no modification.

Command executed

bundle exec fastlane distribute_play_internal, which executes grade and supply (see Fastfile below).

Complete output when running fastlane, including the stack trace and command used

I've omitted anything sensitive from this output and trimmed out a few repeated Gradle build log lines.

2023-03-10T15:49:37.3044923Z ##[group]Run cd androidApp
2023-03-10T15:49:37.3045334Z �[36;1mcd androidApp�[0m
2023-03-10T15:49:37.3045671Z �[36;1mbundle exec fastlane distribute_play_internal�[0m
2023-03-10T15:49:37.3099111Z shell: /usr/bin/bash -e {0}
2023-03-10T15:49:37.3099593Z env:
2023-03-10T15:49:37.3123574Z   JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.6-10/x64
2023-03-10T15:49:37.3124070Z   JAVA_HOME_17_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.6-10/x64
2023-03-10T15:49:37.3124840Z   PATH: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.6-10/x64/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
2023-03-10T15:49:37.3130956Z ##[endgroup]
2023-03-10T15:49:38.9785025Z +-------------------------------------------+---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2023-03-10T15:49:38.9786991Z |                                                                                                                                      �[32mUsed plugins�[0m                                                                                                                                      |
2023-03-10T15:49:38.9788489Z +-------------------------------------------+---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2023-03-10T15:49:38.9838933Z | Plugin                                    | Version | Action                                                                                                                                                                                                                           |
2023-03-10T15:49:38.9840126Z +-------------------------------------------+---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2023-03-10T15:49:38.9841418Z | fastlane-plugin-firebase_app_distribution | 0.5.0   | firebase_app_distribution_get_udids, firebase_app_distribution, firebase_app_distribution_get_latest_release, firebase_app_distribution_add_testers, firebase_app_distribution_remove_testers                                    |
2023-03-10T15:49:38.9842657Z | fastlane-plugin-sentry                    | 1.15.0  | sentry_upload_sourcemap, sentry_upload_proguard, sentry_finalize_release, sentry_upload_dif, sentry_set_commits, sentry_upload_dsym, sentry_check_cli_installed, sentry_create_deploy, sentry_upload_file, sentry_create_release |
2023-03-10T15:49:38.9844185Z +-------------------------------------------+---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2023-03-10T15:49:38.9844753Z 
2023-03-10T15:49:38.9844934Z [15:49:38]: Sending anonymous analytics information
2023-03-10T15:49:38.9845342Z [15:49:38]: Learn more at https://docs.fastlane.tools/#metrics
2023-03-10T15:49:38.9845737Z [15:49:38]: No personal or sensitive data is sent.
2023-03-10T15:49:38.9846135Z [15:49:38]: You can disable this by adding `opt_out_usage` at the top of your Fastfile
2023-03-10T15:49:38.9857196Z [15:49:38]: �[32m------------------------------�[0m
2023-03-10T15:49:38.9935568Z [15:49:38]: �[32m--- Step: default_platform ---�[0m
2023-03-10T15:49:38.9936033Z [15:49:38]: �[32m------------------------------�[0m
2023-03-10T15:49:38.9936564Z [15:49:38]: �[32mDriving the lane 'android distribute_play_internal' 🚀�[0m
2023-03-10T15:49:38.9937040Z [15:49:38]: �[32m-------------------------------------�[0m
2023-03-10T15:49:38.9937492Z [15:49:38]: �[32m--- Step: clean bundleProdRelease ---�[0m
2023-03-10T15:49:38.9937933Z [15:49:38]: �[32m-------------------------------------�[0m
2023-03-10T15:49:38.9938455Z [15:49:38]: �[36m$ /home/runner/work/mobile/mobile/gradlew clean bundleProdRelease -p .�[0m
2023-03-10T15:49:45.6980956Z [15:49:45]: ▸ �[35mWelcome to Gradle 8.0!�[0m
2023-03-10T15:49:45.6981584Z [15:49:45]: ▸ �[35mFor more details see https://docs.gradle.org/8.0/release-notes.html�[0m
2023-03-10T15:49:46.9962443Z [15:49:46]: ▸ �[35mStarting a Gradle Daemon (subsequent builds will be faster)�[0m
2023-03-10T15:50:07.8971080Z [15:50:07]: ▸ �[35m> Task :build-logic:pluginDescriptors�[0m
2023-03-10T15:50:07.9959729Z [15:50:07]: ▸ �[35m> Task :build-logic:processResources�[0m
2023-03-10T15:50:15.8967468Z [15:50:15]: ▸ �[35m> Task :build-logic:compileKotlin�[0m
2023-03-10T15:50:15.8971907Z [15:50:15]: ▸ �[35m> Task :build-logic:compileJava NO-SOURCE�[0m
2023-03-10T15:50:15.8972394Z [15:50:15]: ▸ �[35m> Task :build-logic:classes�[0m
2023-03-10T15:50:15.8972953Z [15:50:15]: ▸ �[35m> Task :build-logic:jar�[0m
2023-03-10T15:50:15.8973524Z [15:50:15]: ▸ �[35m> Task :build-logic:inspectClassesForKotlinIC�[0m
2023-03-10T15:50:16.5963489Z [15:50:16]: ▸ �[35m> Configure project :shared:api�[0m
2023-03-10T15:50:16.5964115Z [15:50:16]: ▸ �[35mPlease wait while Kotlin/Native compiler 1.8.10 is being installed.�[0m
2023-03-10T15:50:17.2963459Z [15:50:17]: ▸ �[35mDownload https://download.jetbrains.com/kotlin/native/builds/releases/1.8.10/linux-x86_64/kotlin-native-prebuilt-linux-x86_64-1.8.10.tar.gz (180.45 MB)�[0m
2023-03-10T15:50:17.2984656Z [15:50:17]: ▸ �[35mDownload https://download.jetbrains.com/kotlin/native/builds/releases/1.8.10/linux-x86_64/kotlin-native-prebuilt-linux-x86_64-1.8.10.tar.gz finished, took 13 ms�[0m
2023-03-10T15:50:17.2985792Z [15:50:17]: ▸ �[35mUnpack Kotlin/Native compiler to /home/runner/.konan/kotlin-native-prebuilt-linux-x86_64-1.8.10�[0m
2023-03-10T15:50:20.3963179Z [15:50:20]: ▸ �[35mUnpack Kotlin/Native compiler to /home/runner/.konan/kotlin-native-prebuilt-linux-x86_64-1.8.10 finished, took 3 s 120 ms�[0m
2023-03-10T15:50:27.1061051Z [15:50:27]: ▸ �[35m> Task :shared:app:preBuild UP-TO-DATE�[0m
2023-03-10T15:50:32.7970392Z [15:50:32]: ▸ �[35m> Task :shared:colors:compileReleaseAidl NO-SOURCE�[0m
2023-03-10T15:50:32.7971281Z [15:50:32]: ▸ �[35m> Task :shared:configuration:compileReleaseAidl NO-SOURCE�[0m
2023-03-10T15:50:32.7971999Z [15:50:32]: ▸ �[35m> Task :shared:environment:compileReleaseAidl NO-SOURCE�[0m
2023-03-10T15:50:32.7972921Z [15:50:32]: ▸ �[35m> Task :shared:formatters:compileReleaseAidl NO-SOURCE�[0m
2023-03-10T15:50:32.7973910Z [15:50:32]: ▸ �[35m> Task :shared:settings:compileReleaseAidl NO-SOURCE�[0m
2023-03-10T15:50:32.7974807Z [15:50:32]: ▸ �[35m> Task :shared:utils:compileReleaseAidl NO-SOURCE�[0m
2023-03-10T15:50:32.7975506Z [15:50:32]: ▸ �[35m> Task :shared:api:compileReleaseAidl NO-SOURCE�[0m
2023-03-10T15:50:32.7976371Z [15:50:32]: ▸ �[35m> Task :shared:api:generateReleaseBuildConfig�[0m
2023-03-10T15:50:32.9958519Z [15:50:32]: ▸ �[35m> Task :shared:api:parseReleaseLocalResources�[0m
2023-03-10T15:50:33.1957498Z [15:50:33]: ▸ �[35m> Task :shared:api:generateReleaseRFile�[0m
2023-03-10T15:50:33.1958415Z [15:50:33]: ▸ �[35m> Task :shared:api:checkApolloVersions�[0m
2023-03-10T15:50:37.2957710Z [15:50:37]: ▸ �[35m> Task :androidApp:mergeProdReleaseResources�[0m
2023-03-10T15:50:37.2959310Z [15:50:37]: ▸ �[35m/home/runner/.gradle/caches/transforms-3/daa37936a05fcc21d77d2c55f5e20c64/transformed/material-1.4.0/res/values/values.xml:575:4: Multiple substitutions specified in non-positional format of string resource string/page_accessibility. Did you mean to add the formatted="false" attribute?�[0m
2023-03-10T15:50:38.4957067Z [15:50:38]: ▸ �[35m> Task :shared:api:generateServiceApolloSources�[0m
2023-03-10T15:50:39.8966308Z [15:50:39]: ▸ �[35m> Task :checkServiceApolloDuplicates�[0m
2023-03-10T15:50:49.7969322Z [15:50:49]: ▸ �[35m> Task :shared:baseviewmodel:compileReleaseAidl NO-SOURCE�[0m
2023-03-10T15:50:49.8968196Z [15:50:49]: ▸ �[35m> Task :shared:featureflags:compileReleaseAidl NO-SOURCE�[0m
2023-03-10T15:50:49.8969006Z [15:50:49]: ▸ �[35m> Task :shared:localization:compileReleaseAidl NO-SOURCE�[0m
2023-03-10T15:50:59.4955030Z [15:50:59]: ▸ �[35m> Task :androidApp:packageProdReleaseResources�[0m
2023-03-10T15:50:59.8957231Z [15:50:59]: ▸ �[35m> Task :androidApp:parseProdReleaseLocalResources�[0m
2023-03-10T15:50:59.9955465Z [15:50:59]: ▸ �[35m> Task :androidApp:processProdReleaseManifestForPackage�[0m
2023-03-10T15:51:02.9956602Z [15:51:02]: ▸ �[35m> Task :androidApp:processProdReleaseResources�[0m
2023-03-10T15:51:02.9957491Z [15:51:02]: ▸ �[35m> Task :androidApp:javaPreCompileProdRelease�[0m
2023-03-10T15:51:02.9958134Z [15:51:02]: ▸ �[35m> Task :androidApp:processProdReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:02.9958801Z [15:51:02]: ▸ �[35m> Task :shared:api:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:02.9959433Z [15:51:02]: ▸ �[35m> Task :shared:app:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:02.9960074Z [15:51:02]: ▸ �[35m> Task :shared:baseviewmodel:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:02.9960722Z [15:51:02]: ▸ �[35m> Task :shared:baseviewmodel:bundleLibResRelease�[0m
2023-03-10T15:51:02.9961624Z [15:51:02]: ▸ �[35m> Task :shared:colors:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:02.9962226Z [15:51:02]: ▸ �[35m> Task :shared:colors:bundleLibResRelease�[0m
2023-03-10T15:51:02.9962891Z [15:51:02]: ▸ �[35m> Task :shared:configuration:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:03.0961070Z [15:51:03]: ▸ �[35m> Task :shared:configuration:bundleLibResRelease�[0m
2023-03-10T15:51:03.0962206Z [15:51:03]: ▸ �[35m> Task :shared:domainshared:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:03.0963152Z [15:51:03]: ▸ �[35m> Task :shared:environment:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:03.0964396Z [15:51:03]: ▸ �[35m> Task :shared:environment:bundleLibResRelease�[0m
2023-03-10T15:51:03.0965029Z [15:51:03]: ▸ �[35m> Task :shared:featureflags:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:03.0965592Z [15:51:03]: ▸ �[35m> Task :shared:featureflags:bundleLibResRelease�[0m
2023-03-10T15:51:03.0983653Z [15:51:03]: ▸ �[35m> Task :shared:featureitemdetail:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:03.0984748Z [15:51:03]: ▸ �[35m> Task :shared:formatters:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:03.0985576Z [15:51:03]: ▸ �[35m> Task :shared:formatters:bundleLibResRelease�[0m
2023-03-10T15:51:03.0987302Z [15:51:03]: ▸ �[35m> Task :shared:localization:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:03.0988041Z [15:51:03]: ▸ �[35m> Task :shared:localization:bundleLibResRelease�[0m
2023-03-10T15:51:03.0988693Z [15:51:03]: ▸ �[35m> Task :shared:settings:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:03.0989403Z [15:51:03]: ▸ �[35m> Task :shared:settings:bundleLibResRelease�[0m
2023-03-10T15:51:03.1214923Z [15:51:03]: ▸ �[35m> Task :shared:utils:processReleaseJavaRes NO-SOURCE�[0m
2023-03-10T15:51:03.1215508Z [15:51:03]: ▸ �[35m> Task :shared:utils:bundleLibResRelease�[0m
2023-03-10T15:51:03.3982830Z [15:51:03]: ▸ �[35m> Task :androidApp:collectExternalProdReleaseDependenciesForSentry�[0m
2023-03-10T15:51:03.4970362Z [15:51:03]: ▸ �[35m> Task :androidApp:mergeProdReleaseShaders�[0m
2023-03-10T15:51:03.4971401Z [15:51:03]: ▸ �[35m> Task :androidApp:compileProdReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.4972525Z [15:51:03]: ▸ �[35m> Task :androidApp:generateProdReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.4973357Z [15:51:03]: ▸ �[35m> Task :androidApp:generateSentryProguardUuidProdRelease�[0m
2023-03-10T15:51:03.4974155Z [15:51:03]: ▸ �[35m> Task :shared:api:mergeReleaseShaders�[0m
2023-03-10T15:51:03.4974935Z [15:51:03]: ▸ �[35m> Task :shared:api:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.4975640Z [15:51:03]: ▸ �[35m> Task :shared:api:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.4976306Z [15:51:03]: ▸ �[35m> Task :shared:api:packageReleaseAssets�[0m
2023-03-10T15:51:03.4976959Z [15:51:03]: ▸ �[35m> Task :shared:app:mergeReleaseShaders�[0m
2023-03-10T15:51:03.4977636Z [15:51:03]: ▸ �[35m> Task :shared:app:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.4978391Z [15:51:03]: ▸ �[35m> Task :shared:app:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.4979644Z [15:51:03]: ▸ �[35m> Task :shared:app:packageReleaseAssets�[0m
2023-03-10T15:51:03.6035110Z [15:51:03]: ▸ �[35m> Task :shared:baseviewmodel:mergeReleaseShaders�[0m
2023-03-10T15:51:03.6036293Z [15:51:03]: ▸ �[35m> Task :shared:baseviewmodel:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.6037156Z [15:51:03]: ▸ �[35m> Task :shared:baseviewmodel:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.6037969Z [15:51:03]: ▸ �[35m> Task :shared:baseviewmodel:packageReleaseAssets�[0m
2023-03-10T15:51:03.6038708Z [15:51:03]: ▸ �[35m> Task :shared:colors:mergeReleaseShaders�[0m
2023-03-10T15:51:03.6039544Z [15:51:03]: ▸ �[35m> Task :shared:colors:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.6040310Z [15:51:03]: ▸ �[35m> Task :shared:colors:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.6041005Z [15:51:03]: ▸ �[35m> Task :shared:colors:packageReleaseAssets�[0m
2023-03-10T15:51:03.6041897Z [15:51:03]: ▸ �[35m> Task :shared:configuration:mergeReleaseShaders�[0m
2023-03-10T15:51:03.6042611Z [15:51:03]: ▸ �[35m> Task :shared:configuration:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.6043359Z [15:51:03]: ▸ �[35m> Task :shared:configuration:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.6044145Z [15:51:03]: ▸ �[35m> Task :shared:configuration:packageReleaseAssets�[0m
2023-03-10T15:51:03.6045450Z [15:51:03]: ▸ �[35m> Task :shared:domainshared:mergeReleaseShaders�[0m
2023-03-10T15:51:03.6046166Z [15:51:03]: ▸ �[35m> Task :shared:domainshared:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.6046893Z [15:51:03]: ▸ �[35m> Task :shared:domainshared:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.6970239Z [15:51:03]: ▸ �[35m> Task :shared:domainshared:packageReleaseAssets�[0m
2023-03-10T15:51:03.6971488Z [15:51:03]: ▸ �[35m> Task :shared:environment:mergeReleaseShaders�[0m
2023-03-10T15:51:03.6972513Z [15:51:03]: ▸ �[35m> Task :shared:environment:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.6973414Z [15:51:03]: ▸ �[35m> Task :shared:environment:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.6974440Z [15:51:03]: ▸ �[35m> Task :shared:environment:packageReleaseAssets�[0m
2023-03-10T15:51:03.6975220Z [15:51:03]: ▸ �[35m> Task :shared:featureflags:mergeReleaseShaders�[0m
2023-03-10T15:51:03.6976272Z [15:51:03]: ▸ �[35m> Task :shared:featureflags:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.6977112Z [15:51:03]: ▸ �[35m> Task :shared:featureflags:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.6977877Z [15:51:03]: ▸ �[35m> Task :shared:featureflags:packageReleaseAssets�[0m
2023-03-10T15:51:03.7981863Z [15:51:03]: ▸ �[35m> Task :shared:featureitemdetail:mergeReleaseShaders�[0m
2023-03-10T15:51:03.7982883Z [15:51:03]: ▸ �[35m> Task :shared:featureitemdetail:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.7983761Z [15:51:03]: ▸ �[35m> Task :shared:featureitemdetail:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.7984591Z [15:51:03]: ▸ �[35m> Task :shared:featureitemdetail:packageReleaseAssets�[0m
2023-03-10T15:51:03.7985354Z [15:51:03]: ▸ �[35m> Task :shared:formatters:mergeReleaseShaders�[0m
2023-03-10T15:51:03.7986289Z [15:51:03]: ▸ �[35m> Task :shared:formatters:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.7987256Z [15:51:03]: ▸ �[35m> Task :shared:formatters:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.7987933Z [15:51:03]: ▸ �[35m> Task :shared:formatters:packageReleaseAssets�[0m
2023-03-10T15:51:03.7988592Z [15:51:03]: ▸ �[35m> Task :shared:localization:mergeReleaseShaders�[0m
2023-03-10T15:51:03.7989346Z [15:51:03]: ▸ �[35m> Task :shared:localization:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.7990155Z [15:51:03]: ▸ �[35m> Task :shared:localization:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.7990864Z [15:51:03]: ▸ �[35m> Task :shared:localization:packageReleaseAssets�[0m
2023-03-10T15:51:03.7991706Z [15:51:03]: ▸ �[35m> Task :shared:settings:mergeReleaseShaders�[0m
2023-03-10T15:51:03.7992481Z [15:51:03]: ▸ �[35m> Task :shared:settings:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.7994324Z [15:51:03]: ▸ �[35m> Task :shared:settings:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.8966573Z [15:51:03]: ▸ �[35m> Task :shared:settings:packageReleaseAssets�[0m
2023-03-10T15:51:03.8967499Z [15:51:03]: ▸ �[35m> Task :shared:utils:mergeReleaseShaders�[0m
2023-03-10T15:51:03.8968267Z [15:51:03]: ▸ �[35m> Task :shared:utils:compileReleaseShaders NO-SOURCE�[0m
2023-03-10T15:51:03.8969075Z [15:51:03]: ▸ �[35m> Task :shared:utils:generateReleaseAssets UP-TO-DATE�[0m
2023-03-10T15:51:03.8969829Z [15:51:03]: ▸ �[35m> Task :shared:utils:packageReleaseAssets�[0m
2023-03-10T15:51:04.1955891Z [15:51:04]: ▸ �[35m> Task :androidApp:mergeProdReleaseAssets�[0m
2023-03-10T15:51:04.2975200Z [15:51:04]: ▸ �[35m> Task :androidApp:mergeProdReleaseJniLibFolders�[0m
2023-03-10T15:51:04.2976159Z [15:51:04]: ▸ �[35m> Task :shared:api:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.2977227Z [15:51:04]: ▸ �[35m> Task :shared:api:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.2978146Z [15:51:04]: ▸ �[35m> Task :shared:api:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.2978906Z [15:51:04]: ▸ �[35m> Task :shared:app:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.2979793Z [15:51:04]: ▸ �[35m> Task :shared:app:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.2980500Z [15:51:04]: ▸ �[35m> Task :shared:app:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.2981329Z [15:51:04]: ▸ �[35m> Task :shared:baseviewmodel:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.3968328Z [15:51:04]: ▸ �[35m> Task :shared:baseviewmodel:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.3969343Z [15:51:04]: ▸ �[35m> Task :shared:baseviewmodel:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.3970141Z [15:51:04]: ▸ �[35m> Task :shared:colors:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.3970925Z [15:51:04]: ▸ �[35m> Task :shared:colors:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.3971747Z [15:51:04]: ▸ �[35m> Task :shared:colors:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.3972532Z [15:51:04]: ▸ �[35m> Task :shared:configuration:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.3973502Z [15:51:04]: ▸ �[35m> Task :shared:configuration:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.3974358Z [15:51:04]: ▸ �[35m> Task :shared:configuration:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.3975220Z [15:51:04]: ▸ �[35m> Task :shared:domainshared:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.3976005Z [15:51:04]: ▸ �[35m> Task :shared:domainshared:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.3976800Z [15:51:04]: ▸ �[35m> Task :shared:domainshared:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.3977503Z [15:51:04]: ▸ �[35m> Task :shared:environment:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.3978229Z [15:51:04]: ▸ �[35m> Task :shared:environment:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.3979337Z [15:51:04]: ▸ �[35m> Task :shared:environment:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.4956252Z [15:51:04]: ▸ �[35m> Task :shared:featureflags:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.4957305Z [15:51:04]: ▸ �[35m> Task :shared:featureflags:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.4958415Z [15:51:04]: ▸ �[35m> Task :shared:featureflags:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.4959299Z [15:51:04]: ▸ �[35m> Task :shared:featureitemdetail:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.4960143Z [15:51:04]: ▸ �[35m> Task :shared:featureitemdetail:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.4961018Z [15:51:04]: ▸ �[35m> Task :shared:featureitemdetail:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.4961753Z [15:51:04]: ▸ �[35m> Task :shared:formatters:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.4962467Z [15:51:04]: ▸ �[35m> Task :shared:formatters:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.4963286Z [15:51:04]: ▸ �[35m> Task :shared:formatters:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.4964709Z [15:51:04]: ▸ �[35m> Task :shared:localization:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.4965465Z [15:51:04]: ▸ �[35m> Task :shared:localization:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.4966225Z [15:51:04]: ▸ �[35m> Task :shared:localization:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.4966925Z [15:51:04]: ▸ �[35m> Task :shared:settings:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.4967709Z [15:51:04]: ▸ �[35m> Task :shared:settings:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.4969627Z [15:51:04]: ▸ �[35m> Task :shared:settings:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.5957760Z [15:51:04]: ▸ �[35m> Task :shared:utils:mergeReleaseJniLibFolders�[0m
2023-03-10T15:51:04.5958754Z [15:51:04]: ▸ �[35m> Task :shared:utils:mergeReleaseNativeLibs NO-SOURCE�[0m
2023-03-10T15:51:04.5963727Z [15:51:04]: ▸ �[35m> Task :shared:utils:copyReleaseJniLibsProjectOnly�[0m
2023-03-10T15:51:04.9954958Z [15:51:04]: ▸ �[35m> Task :androidApp:mergeProdReleaseNativeLibs�[0m
2023-03-10T15:51:05.3993282Z [15:51:05]: ▸ �[35m> Task :androidApp:stripProdReleaseDebugSymbols�[0m
2023-03-10T15:51:05.3994378Z [15:51:05]: ▸ �[35mUnable to strip the following libraries, packaging them as they are: libsentry-android.so, libsentry.so.�[0m
2023-03-10T15:51:05.3995327Z [15:51:05]: ▸ �[35m> Task :androidApp:writeProdReleaseAppMetadata�[0m
2023-03-10T15:51:05.3996576Z [15:51:05]: ▸ �[35m> Task :shared:api:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.3997183Z [15:51:05]: ▸ �[35m> Task :shared:app:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.3997724Z [15:51:05]: ▸ �[35m> Task :shared:baseviewmodel:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.3998310Z [15:51:05]: ▸ �[35m> Task :shared:colors:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.3998836Z [15:51:05]: ▸ �[35m> Task :shared:configuration:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.3999391Z [15:51:05]: ▸ �[35m> Task :shared:domainshared:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.3999965Z [15:51:05]: ▸ �[35m> Task :shared:environment:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.4002120Z [15:51:05]: ▸ �[35m> Task :shared:featureflags:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.4006404Z [15:51:05]: ▸ �[35m> Task :shared:featureitemdetail:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.4010356Z [15:51:05]: ▸ �[35m> Task :shared:formatters:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.4014221Z [15:51:05]: ▸ �[35m> Task :shared:localization:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.4962998Z [15:51:05]: ▸ �[35m> Task :shared:settings:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.4963901Z [15:51:05]: ▸ �[35m> Task :shared:utils:prepareReleaseArtProfile�[0m
2023-03-10T15:51:05.9995655Z [15:51:05]: ▸ �[35m> Task :androidApp:mergeProdReleaseArtProfile�[0m
2023-03-10T15:51:07.0963901Z [15:51:07]: ▸ �[35m> Task :androidApp:collectProdReleaseDependencies�[0m
2023-03-10T15:51:07.0964825Z [15:51:07]: ▸ �[35m> Task :androidApp:configureProdReleaseDependencies�[0m
2023-03-10T15:51:07.1955232Z [15:51:07]: ▸ �[35m> Task :androidApp:extractProdReleaseNativeSymbolTables�[0m
2023-03-10T15:51:07.1961613Z [15:51:07]: ▸ �[35m> Task :androidApp:parseProdReleaseIntegrityConfig�[0m
2023-03-10T15:51:07.1962734Z [15:51:07]: ▸ �[35m> Task :androidApp:validateSigningProdRelease�[0m
2023-03-10T15:51:20.5955620Z [15:51:20]: ▸ �[35m> Task :shared:api:compileReleaseKotlinAndroid�[0m
2023-03-10T15:52:00.0955718Z [15:52:00]: ▸ �[35m> Task :shared:api:compileReleaseJavaWithJavac�[0m
2023-03-10T15:52:00.3959836Z [15:52:00]: ▸ �[35m> Task :shared:api:bundleLibCompileToJarRelease�[0m
2023-03-10T15:52:00.4955767Z [15:52:00]: ▸ �[35m> Task :shared:api:mergeReleaseGeneratedProguardFiles�[0m
2023-03-10T15:52:00.4956455Z [15:52:00]: ▸ �[35m> Task :shared:api:exportReleaseConsumerProguardFiles�[0m
2023-03-10T15:52:00.6955227Z [15:52:00]: ▸ �[35m> Task :shared:api:bundleLibRuntimeToJarRelease�[0m
2023-03-10T15:52:02.8955181Z [15:52:02]: ▸ �[35m> Task :shared:domainshared:compileReleaseKotlinAndroid�[0m
2023-03-10T15:52:03.8956360Z [15:52:03]: ▸ �[35m> Task :shared:domainshared:compileReleaseJavaWithJavac�[0m
2023-03-10T15:52:03.8957056Z [15:52:03]: ▸ �[35m> Task :shared:domainshared:bundleLibCompileToJarRelease�[0m
2023-03-10T15:52:04.2968914Z [15:52:04]: ▸ �[35m> Task :shared:domainshared:mergeReleaseGeneratedProguardFiles�[0m
2023-03-10T15:52:04.2979737Z [15:52:04]: ▸ �[35m> Task :shared:domainshared:exportReleaseConsumerProguardFiles�[0m
2023-03-10T15:52:04.2980420Z [15:52:04]: ▸ �[35m> Task :shared:domainshared:bundleLibRuntimeToJarRelease�[0m
2023-03-10T15:52:04.6956372Z [15:52:04]: ▸ �[35m> Task :shared:api:bundleLibResRelease�[0m
2023-03-10T15:52:04.6957141Z [15:52:04]: ▸ �[35m> Task :shared:domainshared:bundleLibResRelease�[0m
2023-03-10T15:52:07.2955648Z [15:52:07]: ▸ �[35m> Task :shared:featureitemdetail:compileReleaseKotlinAndroid�[0m
2023-03-10T15:52:07.3957775Z [15:52:07]: ▸ �[35m> Task :shared:featureitemdetail:compileReleaseJavaWithJavac�[0m
2023-03-10T15:52:07.3958601Z [15:52:07]: ▸ �[35m> Task :shared:featureitemdetail:bundleLibCompileToJarRelease�[0m
2023-03-10T15:52:07.3959300Z [15:52:07]: ▸ �[35m> Task :shared:featureitemdetail:mergeReleaseGeneratedProguardFiles�[0m
2023-03-10T15:52:07.3959979Z [15:52:07]: ▸ �[35m> Task :shared:featureitemdetail:exportReleaseConsumerProguardFiles�[0m
2023-03-10T15:52:07.4964882Z [15:52:07]: ▸ �[35m> Task :shared:featureitemdetail:bundleLibRuntimeToJarRelease�[0m
2023-03-10T15:52:07.5955019Z [15:52:07]: ▸ �[35m> Task :shared:featureitemdetail:bundleLibResRelease�[0m
2023-03-10T15:52:21.6993013Z [15:52:21]: ▸ �[35m> Task :shared:app:compileReleaseKotlinAndroid�[0m
2023-03-10T15:52:21.6994481Z [15:52:21]: ▸ �[35mw: file:///home/runner/work/mobile/mobile/shared/app/src/commonMain/kotlin/com/***/app/viewmodel/itemform/ItemFormSharedViewModel.kt:1373:9 Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types�[0m
2023-03-10T15:52:22.4955707Z [15:52:22]: ▸ �[35m> Task :shared:app:compileReleaseJavaWithJavac�[0m
2023-03-10T15:52:22.5955178Z [15:52:22]: ▸ �[35m> Task :shared:app:mergeReleaseGeneratedProguardFiles�[0m
2023-03-10T15:52:22.6972982Z [15:52:22]: ▸ �[35m> Task :shared:app:exportReleaseConsumerProguardFiles�[0m
2023-03-10T15:52:22.6975482Z [15:52:22]: ▸ �[35m> Task :shared:app:bundleLibCompileToJarRelease�[0m
2023-03-10T15:52:22.7955209Z [15:52:22]: ▸ �[35m> Task :shared:app:bundleLibRuntimeToJarRelease�[0m
2023-03-10T15:52:23.3958414Z [15:52:23]: ▸ �[35m> Task :shared:app:bundleLibResRelease�[0m
2023-03-10T15:52:50.4977459Z [15:52:50]: ▸ �[35m> Task :androidApp:compileProdReleaseKotlin�[0m
2023-03-10T15:52:55.3955613Z [15:52:55]: ▸ �[35m> Task :androidApp:compileProdReleaseJavaWithJavac�[0m
2023-03-10T15:52:55.4955201Z [15:52:55]: ▸ �[35m> Task :androidApp:mergeProdReleaseGeneratedProguardFiles�[0m
2023-03-10T15:52:57.2955551Z [15:52:57]: ▸ �[35m> Task :androidApp:transformProdReleaseClassesWithAsm�[0m
2023-03-10T15:52:58.2955264Z [15:52:58]: ▸ �[35m> Task :androidApp:mergeProdReleaseJavaResource�[0m
2023-03-10T15:53:28.2955521Z [15:53:28]: ▸ �[35m> Task :androidApp:minifyProdReleaseWithR8�[0m
2023-03-10T15:53:37.2955919Z [15:53:37]: ▸ �[35mWARNING:Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in /home/runner/work/mobile/mobile/androidApp/build/outputs/mapping/prodRelease/missing_rules.txt.�[0m
2023-03-10T15:53:37.2957555Z [15:53:37]: ▸ �[35mWARNING:R8: Missing class jakarta.xml.bind.DatatypeConverter (referenced from: java.lang.String com.github.scribejava.core.base64.JaxbBase64.internalEncode(byte[]))�[0m
2023-03-10T15:53:37.3036560Z [15:53:37]: ▸ �[35mMissing class java.beans.ConstructorProperties (referenced from: void com.fasterxml.jackson.databind.ext.Java7SupportImpl.())�[0m
2023-03-10T15:53:37.3037542Z [15:53:37]: ▸ �[35mMissing class java.beans.Transient (referenced from: void com.fasterxml.jackson.databind.ext.Java7SupportImpl.())�[0m
2023-03-10T15:53:37.3038548Z [15:53:37]: ▸ �[35mMissing class javax.xml.bind.DatatypeConverter (referenced from: java.lang.String com.github.scribejava.core.base64.Jaxb230Base64.internalEncode(byte[]))�[0m
2023-03-10T15:57:47.4956315Z [15:57:47]: ▸ �[35m> Task :androidApp:l8DexDesugarLibProdRelease�[0m
2023-03-10T15:57:49.1958740Z [15:57:49]: ▸ �[35m> Task :androidApp:uploadSentryProguardMappingsProdRelease�[0m
2023-03-10T15:57:49.1960034Z [15:57:49]: ▸ �[35mINFO    2023-03-10 15:57:47.179918444 +00:00 Loaded file referenced by SENTRY_PROPERTIES (/home/runner/work/mobile/mobile/androidApp/sentry.properties)�[0m
2023-03-10T15:57:49.1962034Z [15:57:49]: ▸ �[35m> compressing mappings�[0m
2023-03-10T15:57:49.3972806Z [15:57:49]: ▸ �[35m> uploading mappings�[0m
2023-03-10T15:57:51.9956512Z [15:57:51]: ▸ �[35m> Uploaded a total of 1 new mapping files�[0m
2023-03-10T15:57:51.9958065Z [15:57:51]: ▸ �[35mNewly uploaded debug symbols:�[0m
2023-03-10T15:57:51.9958677Z [15:57:51]: ▸ �[35mfd83b92e-72a7-4949-b36e-7a64a0482586�[0m
2023-03-10T15:57:52.1955886Z [15:57:52]: ▸ �[35m> Task :androidApp:buildProdReleasePreBundle�[0m
2023-03-10T15:57:54.2955219Z [15:57:54]: ▸ �[35m> Task :androidApp:compileProdReleaseArtProfile�[0m
2023-03-10T15:57:55.9956117Z [15:57:55]: ▸ �[35m> Task :androidApp:packageProdReleaseBundle�[0m
2023-03-10T15:57:58.7972007Z [15:57:58]: ▸ �[35m> Task :androidApp:signProdReleaseBundle�[0m
2023-03-10T15:57:58.8960962Z [15:57:58]: ▸ �[35m> Task :androidApp:produceProdReleaseBundleIdeListingFile�[0m
2023-03-10T15:57:58.8962063Z [15:57:58]: ▸ �[35m> Task :androidApp:createProdReleaseBundleListingFileRedirect�[0m
2023-03-10T15:57:58.8968459Z [15:57:58]: ▸ �[35m> Task :androidApp:bundleProdRelease�[0m
2023-03-10T15:57:58.8969134Z [15:57:58]: ▸ �[35mBUILD SUCCESSFUL in 8m 16s�[0m
2023-03-10T15:57:58.8969699Z [15:57:58]: ▸ �[35m345 actionable tasks: 345 executed�[0m
2023-03-10T15:57:59.5788643Z [15:57:59]: �[32m--------------------�[0m
2023-03-10T15:57:59.5789501Z [15:57:59]: �[32m--- Step: supply ---�[0m
2023-03-10T15:57:59.5790099Z [15:57:59]: �[32m--------------------�[0m
2023-03-10T15:57:59.5808064Z 
2023-03-10T15:57:59.5853575Z +------------------------------------+---------------------------------------------------------------------------------------------------------+
2023-03-10T15:57:59.5854519Z |                                                          �[32mSummary for supply 2.212.1�[0m                                                          |
2023-03-10T15:57:59.5855407Z +------------------------------------+---------------------------------------------------------------------------------------------------------+
2023-03-10T15:57:59.5856390Z | track                              | internal                                                                                                |
2023-03-10T15:57:59.5856977Z | release_status                     | completed                                                                                               |
2023-03-10T15:57:59.5858036Z | aab                                | /home/runner/work/mobile/mobile/androidApp/build/outputs/bundle/prodRelease/androidApp-prod-release.aab |
2023-03-10T15:57:59.5859221Z | package_name                       | com.***.android                                                                                   |
2023-03-10T15:57:59.5859817Z | json_key                           | ../gc_keys_play.json                                                                                    |
2023-03-10T15:57:59.5860408Z | skip_upload_apk                    | false                                                                                                   |
2023-03-10T15:57:59.5860961Z | skip_upload_aab                    | false                                                                                                   |
2023-03-10T15:57:59.5861530Z | skip_upload_metadata               | false                                                                                                   |
2023-03-10T15:57:59.5862106Z | skip_upload_changelogs             | false                                                                                                   |
2023-03-10T15:57:59.5862789Z | skip_upload_images                 | false                                                                                                   |
2023-03-10T15:57:59.5863367Z | skip_upload_screenshots            | false                                                                                                   |
2023-03-10T15:57:59.5864206Z | track_promote_release_status       | completed                                                                                               |
2023-03-10T15:57:59.5864776Z | validate_only                      | false                                                                                                   |
2023-03-10T15:57:59.5865498Z | check_superseded_tracks            | false                                                                                                   |
2023-03-10T15:57:59.5866063Z | timeout                            | 300                                                                                                     |
2023-03-10T15:57:59.5866597Z | deactivate_on_promote              | true                                                                                                    |
2023-03-10T15:57:59.5867289Z | changes_not_sent_for_review        | false                                                                                                   |
2023-03-10T15:57:59.5868343Z | rescue_changes_not_sent_for_review | true                                                                                                    |
2023-03-10T15:57:59.5868979Z | ack_bundle_installation_warning    | false                                                                                                   |
2023-03-10T15:57:59.5869894Z +------------------------------------+---------------------------------------------------------------------------------------------------------+
2023-03-10T15:57:59.5870381Z 
2023-03-10T15:58:00.6427100Z [15:58:00]: Preparing aab at path '/home/runner/work/mobile/mobile/androidApp/build/outputs/bundle/prodRelease/androidApp-prod-release.aab' for upload...
2023-03-10T16:07:34.1348755Z [16:07:34]: Updating track 'internal'...
2023-03-10T16:07:34.9845801Z [16:07:34]: Uploading all changes to Google Play...
2023-03-10T16:07:35.7901934Z +-------------------------------------+-------------------------------------------------------------------------------------------------------------+
2023-03-10T16:07:35.7902841Z |                                                                   �[33mLane Context�[0m                                                                    |
2023-03-10T16:07:35.7903621Z +-------------------------------------+-------------------------------------------------------------------------------------------------------------+
2023-03-10T16:07:35.7904291Z | DEFAULT_PLATFORM                    | android                                                                                                     |
2023-03-10T16:07:35.7905158Z | PLATFORM_NAME                       | android                                                                                                     |
2023-03-10T16:07:35.7905832Z | LANE_NAME                           | android distribute_play_internal                                                                            |
2023-03-10T16:07:35.7906364Z | GRADLE_BUILD_TYPE                   | Release                                                                                                     |
2023-03-10T16:07:35.7906857Z | GRADLE_ALL_APK_OUTPUT_PATHS         | []                                                                                                          |
2023-03-10T16:07:35.7907696Z | GRADLE_ALL_AAB_OUTPUT_PATHS         | ["/home/runner/work/mobile/mobile/androidApp/build/outputs/bundle/prodRelease/androidApp-prod-release.aab"] |
2023-03-10T16:07:35.7908347Z | GRADLE_ALL_OUTPUT_JSON_OUTPUT_PATHS | []                                                                                                          |
2023-03-10T16:07:35.7908965Z | GRADLE_ALL_MAPPING_TXT_OUTPUT_PATHS | ["/home/runner/work/mobile/mobile/androidApp/build/outputs/mapping/prodRelease/mapping.txt"]                |
2023-03-10T16:07:35.7909878Z | GRADLE_AAB_OUTPUT_PATH              | /home/runner/work/mobile/mobile/androidApp/build/outputs/bundle/prodRelease/androidApp-prod-release.aab     |
2023-03-10T16:07:35.7910630Z | GRADLE_MAPPING_TXT_OUTPUT_PATH      | /home/runner/work/mobile/mobile/androidApp/build/outputs/mapping/prodRelease/mapping.txt                    |
2023-03-10T16:07:35.7911688Z +-------------------------------------+-------------------------------------------------------------------------------------------------------------+
2023-03-10T16:07:35.7912685Z [16:07:35]: �[31mGoogle Api Error: Invalid request - Some of the Android App Bundle uploads are not completed yet.�[0m
2023-03-10T16:07:35.8010750Z 
2023-03-10T16:07:35.8015757Z +------+-------------------------+-------------+
2023-03-10T16:07:35.8016234Z |               �[32mfastlane summary�[0m               |
2023-03-10T16:07:35.8016633Z +------+-------------------------+-------------+
2023-03-10T16:07:35.8016989Z | Step | Action                  | Time (in s) |
2023-03-10T16:07:35.8018308Z +------+-------------------------+-------------+
2023-03-10T16:07:35.8018643Z | 1    | default_platform        | 0           |
2023-03-10T16:07:35.8018993Z | 2    | clean bundleProdRelease | 500         |
2023-03-10T16:07:35.8036328Z | 💥    | �[31msupply�[0m                  | 576         |
2023-03-10T16:07:35.8036754Z +------+-------------------------+-------------+
2023-03-10T16:07:35.8036956Z 
2023-03-10T16:07:35.8040989Z �[31m
2023-03-10T16:07:35.8041524Z [!] Google Api Error: Invalid request - Some of the Android App Bundle uploads are not completed yet.�[0m
2023-03-10T16:07:35.8042038Z [16:07:35]: �[31mfastlane finished with errors�[0m
2023-03-10T16:07:35.8833900Z ##[error]Process completed with exit code 1.

Environment

✅ fastlane environment ✅

Stack

Key Value
OS 13.2.1
Ruby 2.7.3
Bundler? false
Git git version 2.37.1 (Apple Git-137.1)
Installation Source ~/.rbenv/versions/2.7.3/bin/fastlane
Host macOS 13.2.1 (22D68)
Ruby Lib Dir ~/.rbenv/versions/2.7.3/lib
OpenSSL Version OpenSSL 1.1.1t 7 Feb 2023
Is contained false
Is homebrew false
Is installed via Fabric.app false
Xcode Path /Applications/Xcode-14.2.0.app/Contents/Developer/
Xcode Version 14.2
Swift Version 5.7.2

System Locale

Variable Value
LANG en_GB.UTF-8
LC_ALL
LANGUAGE

fastlane files:

Irrelevant lanes have been omitted.

`./fastlane/Fastfile`
require 'java-properties'

default_platform(:android)

platform :android do
  desc 'Distribute a new version via Google Play Internal'
  lane :distribute_play_internal do
    gradle(
      task: 'clean bundleProd',
      build_type: 'Release',
      gradle_path: '../gradlew'
    )

    supply(
      track: 'internal',
      release_status: 'completed'
    )
  end
end
`./fastlane/Appfile`
json_key_file("../gc_keys_play.json")
package_name("com.redacted.android")

fastlane gems

Gem Version Update-Status
fastlane 2.212.1 ✅ Up-To-Date

Loaded fastlane plugins:

Plugin Version Update-Status
fastlane-plugin-firebase_app_distribution 0.5.0 ✅ Up-To-Date
fastlane-plugin-sentry 1.15.0 ✅ Up-To-Date
Loaded gems
Gem Version
did_you_mean 1.4.0
atomos 0.1.3
claide 1.1.0
colored2 3.1.2
nanaimo 0.3.0
rexml 3.2.5
xcodeproj 1.22.0
rouge 2.0.7
xcpretty 0.3.0
terminal-notifier 2.0.0
terminal-table 1.6.0
addressable 2.8.1
multipart-post 2.0.0
word_wrap 1.0.0
optparse 0.1.1
tty-screen 0.8.1
tty-cursor 0.7.1
tty-spinner 0.9.3
artifactory 3.0.15
babosa 1.0.4
colored 1.2
highline 2.0.3
commander 4.6.0
unf_ext 0.0.8.2
unf 0.1.4
domain_name 0.5.20190701
http-cookie 1.0.5
faraday-cookie_jar 0.0.7
faraday_middleware 1.2.0
fastimage 2.2.6
gh_inspector 1.1.3
naturally 2.2.1
rubyzip 2.3.2
security 0.1.3
xcpretty-travis-formatter 1.0.1
dotenv 2.8.1
google-cloud-env 1.6.0
google-cloud-core 1.6.0
google-apis-storage_v1 0.19.0
memoist 0.16.2
multi_json 1.15.0
os 1.1.4
signet 0.17.0
googleauth 1.3.0
digest-crc 0.6.4
mini_mime 1.1.2
google-cloud-storage 1.44.0
emoji_regex 3.2.3
uri 0.10.0
CFPropertyList 3.0.6
plist 3.7.0
public_suffix 5.0.1
excon 0.99.0
ruby2_keywords 0.0.5
faraday-retry 1.0.3
faraday-rack 1.0.0
faraday-patron 1.0.0
faraday-net_http_persistent 1.2.0
faraday-net_http 1.0.1
faraday-multipart 1.0.4
faraday-httpclient 1.0.1
faraday-excon 1.1.0
faraday-em_synchrony 1.0.0
faraday-em_http 1.0.0
faraday 1.10.3
json 2.6.3
mini_magick 4.12.0
bundler 2.4.7
simctl 1.6.10
jwt 2.7.0
webrick 1.8.1
httpclient 2.8.3
retriable 3.1.2
trailblazer-option 0.1.2
declarative 0.0.20
uber 0.1.0
representable 3.2.0
google-apis-core 0.11.0
google-apis-playcustomapp_v1 0.13.0
google-apis-androidpublisher_v3 0.34.0
google-cloud-errors 1.3.1
google-apis-iamcredentials_v1 0.17.0
rake 13.0.6
aws-eventstream 1.2.0
aws-sigv4 1.5.2
aws-partitions 1.719.0
jmespath 1.6.2
aws-sdk-core 3.170.0
aws-sdk-kms 1.63.0
aws-sdk-s3 1.119.1
forwardable 1.3.1
logger 1.4.2
cgi 0.1.0
date 3.0.0
timeout 0.1.0
stringio 0.1.0
ipaddr 1.2.2
openssl 2.1.2
zlib 1.1.0
mutex_m 0.1.0
ostruct 0.2.0
strscan 1.0.3
io-console 0.5.6
delegate 0.1.0
fileutils 1.4.1
singleton 0.1.0
open3 0.1.0
nokogiri 1.14.2
racc 1.6.2
yaml 0.1.0
psych 3.1.0
fastlane-plugin-firebase_app_distribution 0.5.0
fastlane-plugin-sentry 1.15.0

generated on: 2023-03-10

@developerdanx
Copy link

Any update with this issue? I have the same problem :)

@patrickkabwe
Copy link

This issue seems to be happening on new version of fastlane

@bmarkowww
Copy link

We hit the same problem almost a month ago (16th February 2023) on fastlane 2.210.1
So if it's a fastlane bug then it was introduced earlier

@MatTerra
Copy link

MatTerra commented Mar 14, 2023

Someone found a solution? I'm having this issue with fastlane 2.206.2.

@bsalesc
Copy link

bsalesc commented Mar 14, 2023

Same issue on 2.211.0

@rafaelfrancisco-dev
Copy link

Can confirm, I have the same issue on version 2.212.1

@jasielmacedo
Copy link

It seems like a pretty recent issue because I got the same issue minutes ago on version 2.210.1
Even using release_status: 'draft'
And it is coming directly from the Google Play API
https://github.com/fastlane/fastlane/blob/HEAD/supply/lib/supply/client.rb#L184

@guillaume-tgl
Copy link

I get the same issue and I suspect the Google Play API to be running a bit slow these days when uploading files and thus we hit the timeout set for the supply action (which seems to be 300s by default)

@MateusAndrade
Copy link

Same issue with version 2.211.0 using the draft option

@MatTerra
Copy link

I get the same issue and I suspect the Google Play API to be running a bit slow these days when uploading files and thus we hit the timeout set for the supply action (which seems to be 300s by default)

Can confirm that increasing the timeout solved the issue for me! Even with release_status: 'completed'

@MateusAndrade
Copy link

MateusAndrade commented Mar 14, 2023

Can confirm that increasing the timeout solved the issue for me! Even with release_status: 'completed'

Could you share the timeout that fixed this issue? 👀

@MatTerra
Copy link

I tried 600s, but it actually ran in just 52s

@MateusAndrade
Copy link

I tried 600s, but it actually ran in just 52s

600s fixed this, but it finished in 29s 🤔

@moshecohen90
Copy link

How can I change the timeout?

@MateusAndrade
Copy link

How can I change the timeout?

You can add a supply(timeout: 1000)

@Lakston
Copy link

Lakston commented Mar 17, 2023

Facing this issue too, does the fix need to be made on the library side and we should wait for a PR ? I'm not sure I understand what needs to be done here !

@guillaume-tgl
Copy link

I think this is a temporary problem on the Google Play API and not in Fastlane

@MatTerra
Copy link

MatTerra commented Mar 17, 2023

I think this is a temporary problem on the Google Play API and not in Fastlane

I agree with you. For now, it is possible to increase the timeout to work around this issue. For those using the upload_to_play_store action, you can add the timeout parameter following the docs.
On your Fastfile:

...
      upload_to_play_store(
        ...
        timeout: 600,
        ...
      )
...

@Gopinathp
Copy link

Facing the same problem. Any workarounds?

@mikeblanton
Copy link

I think this is a temporary problem on the Google Play API and not in Fastlane

I agree with you. For now, it is possible to increase the timeout to work around this issue. For those using the upload_to_play_store action, you can add the timeout parameter following the docs. On your Fastfile:

...
      upload_to_play_store(
        ...
        timeout: 600,
        ...
      )
...

If anyone is facing this issue, this solution worked for me. I'm using Fastlane 2.210.1.

@LucasBourgeois
Copy link

Hi, im still facing this issue, and increasing timeout seems to not change anything..
Any other solution ?

Also, the "summary for supply" table is not taking count of timeout change does in fact.
maybe the description in the table doesnt care about how it's config, idk..

My lane :

  desc "Submit a new Beta Build to GooglePlayStore Beta"
  lane :beta do
    sh "./../../build.sh cloud android"
    upload_to_play_store(track: 'beta', timeout: 600)
  end

Fastlane v: 2.212.1

@LaurieScheepers
Copy link

Hey, I'm now consistently getting a timeout failure after 10 minutes. You can change the timeout to 100000 seconds if you want. It's either a timeout error or an auth error.

I think Google is maybe hurting with the roll-out of Bard? ;)

@professorkolik
Copy link

@LaurieScheepers same here, yesterday all was good, since few hours can't make any deployments

@LaurieScheepers
Copy link

It's definitely Bard. I bet you 1 trillion dollars the Google outages are going to come to light soon

@LucasBourgeois
Copy link

Well, I tried to take my aab and upload it directly in my track through play console and it's also stuck there.
I can't find any service status about play api's

Well, i will retry later
at least im not the only one facing this issue

@androideveloper
Copy link

We have also increased the timeout to 600 and from today started getting this

Google Api Error: Unauthorized - Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

@jasperkuperus
Copy link

jasperkuperus commented Mar 22, 2023

I think it's hit and miss. I've just had 3 failed attempts, raised the timeout to 600, but this time it was so fast that the increase in timeout can't possibly have fixed it. Guess I was lucky just now!

@alexkeramidas
Copy link

I agree with the above statement. Gosh this is so annoying. I am now on my 10th attempt. :/

@alexkeramidas
Copy link

16 attempts and two hours later it succeeded

@hnarimani
Copy link

Google Api Error: Invalid request - Some of the Android App Bundle uploads are not completed yet.
5 attempts

@hnarimani
Copy link

My QA app 6 attempts passed
Dev 3 attempts passed

@v-pavlovskyi
Copy link

I tried 600s, but it actually ran in just 52s

600s fixed this, but it finished in 29s 🤔

Fixed too, but it finished in 56s

@sebj sebj closed this as completed Oct 5, 2023
@HNLNhat
Copy link

HNLNhat commented Feb 28, 2024

[!] Google Api Error: Invalid request - APK has been signed in debug mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests