bartekpacia / opencaching

Mobile app for playing geocaching, built with Compose Multiplatform.
1 stars 0 forks source link

Android build crashes with a weird aapt2 errors #7

Closed bartekpacia closed 3 months ago

bartekpacia commented 3 months ago
$ op run -- cirrus run \
  --lazy-pull \
  --output simple \
  --env CIRRUS_BRANCH=master \
  --env OP_SERVICE_ACCOUNT_TOKEN="$(op read "op://Personal/1Password/service accounts/3eyjcas2mkzd4yh4jmwgd7xzoa")" \
  'Deploy Android app'
Started 'Deploy Android app' Task
Started 'Preparing execution environment...'
Preparing volume to work with...
'Preparing execution environment...' succeeded in 0.9s!
Started 'setup_1password_cli' script
if [ $(uname) = "Linux" ]; then
    apt-get update && apt-get install -y jq
    # Add key for 1Password APT repository
    curl -sS https://downloads.1password.com/linux/keys/1password.asc | sudo gpg --dearmor --output /usr/share/keyrings/1password-archive-keyring.gpg
    # Add the 1Password apt repository
    echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/1password-archive-keyring.gpg] https://downloads.1password.com/linux/debian/$(dpkg --print-architecture) stable main" | sudo tee /etc/apt/sources.list.d/1password.list
    #Add the debsig-verify policy
    sudo mkdir -p /etc/debsig/policies/AC2D62742012EA22/
    curl -sS https://downloads.1password.com/linux/debian/debsig/1password.pol | sudo tee /etc/debsig/policies/AC2D62742012EA22/1password.pol
    sudo mkdir -p /usr/share/debsig/keyrings/AC2D62742012EA22
    curl -sS https://downloads.1password.com/linux/keys/1password.asc | sudo gpg --dearmor --output /usr/share/debsig/keyrings/AC2D62742012EA22/debsig.gpg
    # Install 1Password CLI
    apt-get update && apt-get install -y 1password-cli
elif [ $(uname) = "Darwin" ]; then
    brew install 1password-cli
fi
Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 Packages [19.0 MB]
Get:6 http://ports.ubuntu.com/ubuntu-ports noble/restricted arm64 Packages [113 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports noble/multiverse arm64 Packages [274 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 Packages [1,776 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [227 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [312 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [213 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [12.2 kB]
Get:13 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [9,736 B]
Get:14 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [161 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [192 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [255 kB]
Get:17 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [12.2 kB]
Fetched 23.2 MB in 12s (1,869 kB/s)
Reading package lists...

Reading package lists...

Building dependency tree...

Reading state information...

jq is already the newest version (1.7.1-3build1).
0 upgraded, 0 newly installed, 0 to remove and 46 not upgraded.
deb [arch=arm64 signed-by=/usr/share/keyrings/1password-archive-keyring.gpg] https://downloads.1password.com/linux/debian/arm64 stable main
<?xml version="1.0"?>
<!DOCTYPE Policy SYSTEM "https://www.debian.org/debsig/1.0/policy.dtd">
<Policy xmlns="https://www.debian.org/debsig/1.0/">
    <Origin Name="1Password" id="AC2D62742012EA22" Description="Password manager and secure wallet"/>
    <Selection>
        <Required Type="origin" File="debsig.gpg" id="AC2D62742012EA22"/>
    </Selection>
    <Verification MinOptional="0">
        <Required Type="origin" File="debsig.gpg" id="AC2D62742012EA22"/>
    </Verification>
</Policy>
Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
Get:2 https://downloads.1password.com/linux/debian/arm64 stable InRelease [4,306 B]
Get:3 https://downloads.1password.com/linux/debian/arm64 stable/main arm64 Packages [418 B]
Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
Fetched 4,724 B in 0s (12.9 kB/s)
Reading package lists...

Reading package lists...

Building dependency tree...

Reading state information...

The following NEW packages will be installed:
  1password-cli
0 upgraded, 1 newly installed, 0 to remove and 46 not upgraded.
Need to get 5,485 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 https://downloads.1password.com/linux/debian/arm64 stable/main arm64 1password-cli arm64 2.29.0-1 [5,485 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5,485 kB in 0s (12.2 MB/s)
Selecting previously unselected package 1password-cli.
(Reading database ...
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 55289 files and directories currently installed.)
Preparing to unpack .../1password-cli_2.29.0-1_arm64.deb ...
Unpacking 1password-cli (2.29.0-1) ...
Setting up 1password-cli (2.29.0-1) ...

'setup_1password_cli' script succeeded in 16s!
Started 'setup_credentials' script
if [ $(uname) = "Linux" ]; then
    apt-get update && apt-get install -y jq
fi
Hit:1 https://downloads.1password.com/linux/debian/arm64 stable InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports noble InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
Reading package lists...

Reading package lists...

Building dependency tree...

Reading state information...

jq is already the newest version (1.7.1-3build1).
0 upgraded, 0 newly installed, 0 to remove and 46 not upgraded.

chmod +x ./setup_credentials && ./setup_credentials
APP_BUNDLE_ID
APP_PACKAGE_NAME
/tmp/cirrus-ci/working-dir/composeApp/src/androidMain/res/values/google_maps_api_key.xml
/tmp/cirrus-ci/working-dir/keystore.properties
/tmp/cirrus-ci/working-dir/google_play_android_developer_sa_key.json
GOOGLE_PLAY_JSON_KEY_PATH
GITHUB_USERNAME
GITHUB_PAT
MATCH_PASSWORD
APP_STORE_CONNECT_ISSUER_ID
APP_STORE_CONNECT_KEY_ID
/tmp/cirrus-ci/working-dir/app_store_connect_api_key.p8
APP_STORE_CONNECT_P8_KEY_PATH
CONSUMER_KEY
CONSUMER_SECRET
while read -r line; do echo "$line" >> $CIRRUS_ENV; done < .env
'setup_credentials' script succeeded in 14s!
Started 'setup_fastlane' script
gem install bundler
Successfully installed bundler-2.5.15
Parsing documentation for bundler-2.5.15
Installing ri documentation for bundler-2.5.15
Done installing documentation for bundler after 0 seconds
1 gem installed
cd fastlane && bundle install
Don't run Bundler as root. Installing your bundle as root will break this
application for all non-root users on this machine.
Bundler 2.5.15 is running, but your lockfile was generated with 2.5.14. Installing Bundler 2.5.14 and restarting using that version.
Fetching gem metadata from https://rubygems.org/
.

Fetching bundler 2.5.14
Installing bundler 2.5.14
Don't run Bundler as root. Installing your bundle as root will break this
application for all non-root users on this machine.
Fetching gem metadata from https://rubygems.org/
.
.
.
.
.
.
.

Fetching rake 13.2.1
Installing rake 13.2.1
Fetching nkf 0.2.0
Fetching concurrent-ruby 1.3.3
Fetching base64 0.2.0
Fetching strscan 3.1.0
Fetching bigdecimal 3.1.8
Fetching connection_pool 2.4.1
Fetching drb 2.2.1
Fetching minitest 5.24.0
Installing nkf 0.2.0 with native extensions
Installing base64 0.2.0
Fetching mutex_m 0.2.0
Installing concurrent-ruby 1.3.3
Installing strscan 3.1.0 with native extensions
Installing bigdecimal 3.1.8 with native extensions
Installing drb 2.2.1
Installing connection_pool 2.4.1
Fetching public_suffix 4.0.7
Fetching httpclient 2.8.3
Installing mutex_m 0.2.0
Installing minitest 5.24.0
Fetching json 2.7.2
Installing public_suffix 4.0.7
Fetching artifactory 3.0.17
Installing artifactory 3.0.17
Installing json 2.7.2 with native extensions
Fetching ast 2.4.2
Fetching atomos 0.1.3
Installing ast 2.4.2
Installing atomos 0.1.3
Installing httpclient 2.8.3
Fetching aws-eventstream 1.3.0
Installing aws-eventstream 1.3.0
Fetching aws-partitions 1.947.0
Fetching jmespath 1.6.2
Fetching babosa 1.0.4
Installing aws-partitions 1.947.0
Installing jmespath 1.6.2
Installing babosa 1.0.4
Fetching claide 1.1.0
Fetching fuzzy_match 2.0.4
Fetching nap 1.1.0
Installing claide 1.1.0
Installing fuzzy_match 2.0.4
Fetching netrc 0.11.0
Installing netrc 0.11.0
Installing nap 1.1.0
Fetching ffi 1.17.0
Fetching cocoapods-deintegrate 1.0.5
Installing cocoapods-deintegrate 1.0.5
Fetching cocoapods-downloader 2.1
Fetching cocoapods-search 1.0.1
Fetching cocoapods-try 1.2.0
Installing cocoapods-downloader 2.1
Installing cocoapods-search 1.0.1
Installing cocoapods-try 1.2.0
Fetching colored2 3.1.2
Fetching escape 0.0.4
Installing colored2 3.1.2
Installing escape 0.0.4
Fetching fourflusher 2.3.1
Fetching gh_inspector 1.1.3
Installing fourflusher 2.3.1
Fetching molinillo 0.8.0
Fetching ruby-macho 2.5.1
Installing gh_inspector 1.1.3
Installing molinillo 0.8.0
Installing ruby-macho 2.5.1
Fetching nanaimo 0.3.0
Fetching colored 1.2
Installing ffi 1.17.0 with native extensions
Installing colored 1.2
Installing nanaimo 0.3.0
Fetching highline 2.0.3
Fetching declarative 0.0.20
Installing declarative 0.0.20
Fetching digest-crc 0.6.5
Installing highline 2.0.3
Fetching domain_name 0.6.20240107
Installing digest-crc 0.6.5 with native extensions
Installing domain_name 0.6.20240107
Fetching dotenv 2.8.1
Fetching emoji_regex 3.2.3
Installing dotenv 2.8.1
Installing emoji_regex 3.2.3
Fetching excon 0.110.0
Fetching faraday-em_http 1.0.0
Fetching faraday-em_synchrony 1.0.0
Installing faraday-em_http 1.0.0
Installing faraday-em_synchrony 1.0.0
Fetching faraday-excon 1.1.0
Fetching faraday-httpclient 1.0.1
Installing excon 0.110.0
Installing faraday-excon 1.1.0
Installing faraday-httpclient 1.0.1
Fetching multipart-post 2.4.1
Fetching faraday-net_http 1.0.1
Installing multipart-post 2.4.1
Installing faraday-net_http 1.0.1
Fetching faraday-net_http_persistent 1.2.0
Fetching faraday-patron 1.0.0
Installing faraday-net_http_persistent 1.2.0
Fetching faraday-rack 1.0.0
Fetching faraday-retry 1.0.3
Installing faraday-patron 1.0.0
Installing faraday-rack 1.0.0
Installing faraday-retry 1.0.3
Fetching ruby2_keywords 0.0.5
Fetching fastimage 2.3.1
Fetching multi_json 1.15.0
Installing ruby2_keywords 0.0.5
Installing fastimage 2.3.1
Fetching os 1.1.4
Installing multi_json 1.15.0
Fetching mini_mime 1.1.5
Installing mini_mime 1.1.5
Installing os 1.1.4
Fetching trailblazer-option 0.1.2
Fetching uber 0.1.0
Installing uber 0.1.0
Fetching retriable 3.1.2
Installing trailblazer-option 0.1.2
Fetching google-cloud-errors 1.4.0
Installing retriable 3.1.2
Fetching mini_magick 4.13.1
Installing google-cloud-errors 1.4.0
Fetching naturally 2.2.1
Installing mini_magick 4.13.1
Fetching optparse 0.5.0
Installing naturally 2.2.1
Installing optparse 0.5.0
Fetching plist 3.7.1
Fetching rubyzip 2.3.2
Installing plist 3.7.1
Fetching security 0.1.5
Installing rubyzip 2.3.2
Installing security 0.1.5
Fetching terminal-notifier 2.0.0
Fetching unicode-display_width 2.5.0
Fetching tty-screen 0.8.2
Installing unicode-display_width 2.5.0
Installing tty-screen 0.8.2
Fetching tty-cursor 0.7.1
Fetching word_wrap 1.0.0
Installing tty-cursor 0.7.1
Installing terminal-notifier 2.0.0
Installing word_wrap 1.0.0
Fetching rouge 2.0.7
Fetching language_server-protocol 3.17.0.3
Installing language_server-protocol 3.17.0.3
Fetching parallel 1.25.1
Installing parallel 1.25.1
Fetching racc 1.8.0
Fetching rainbow 3.1.1
Installing rouge 2.0.7
Installing racc 1.8.0 with native extensions
Installing rainbow 3.1.1
Fetching regexp_parser 2.9.2
Installing regexp_parser 2.9.2
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching jwt 2.8.2
Installing jwt 2.8.2
Fetching i18n 1.14.5
Installing i18n 1.14.5
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching addressable 2.8.7
Fetching aws-sigv4 1.8.0
Installing addressable 2.8.7
Fetching cocoapods-plugins 1.0.0
Installing aws-sigv4 1.8.0
Fetching cocoapods-trunk 1.6.0
Installing cocoapods-plugins 1.0.0
Fetching commander 4.6.0
Installing cocoapods-trunk 1.6.0
Installing commander 4.6.0
Fetching http-cookie 1.0.6
Fetching rexml 3.2.9
Fetching faraday-multipart 1.0.4
Installing http-cookie 1.0.6
Installing faraday-multipart 1.0.4
Fetching representable 3.2.0
Installing rexml 3.2.9
Fetching terminal-table 3.0.2
Installing representable 3.2.0
Installing terminal-table 3.0.2
Fetching tty-spinner 0.9.3
Fetching algoliasearch 1.27.5
Installing tty-spinner 0.9.3
Fetching xcpretty 0.3.0
Fetching aws-sdk-core 3.198.0
Installing algoliasearch 1.27.5
Fetching parser 3.3.3.0
Fetching faraday 1.10.3
Fetching CFPropertyList 3.0.7
Installing xcpretty 0.3.0
Installing aws-sdk-core 3.198.0
Installing CFPropertyList 3.0.7
Installing faraday 1.10.3
Fetching xcodeproj 1.24.0
Installing xcodeproj 1.24.0
Fetching simctl 1.6.10
Installing simctl 1.6.10
Fetching faraday-cookie_jar 0.0.7
Installing faraday-cookie_jar 0.0.7
Installing parser 3.3.3.0
Fetching faraday_middleware 1.2.0
Fetching signet 0.19.0
Installing faraday_middleware 1.2.0
Fetching google-cloud-env 1.6.0
Installing signet 0.19.0
Fetching xcpretty-travis-formatter 1.0.1
Installing google-cloud-env 1.6.0
Installing xcpretty-travis-formatter 1.0.1
Fetching google-cloud-core 1.7.0
Installing google-cloud-core 1.7.0
Fetching googleauth 1.8.1
Installing googleauth 1.8.1
Fetching google-apis-core 0.11.3
Fetching aws-sdk-kms 1.86.0
Installing google-apis-core 0.11.3
Installing aws-sdk-kms 1.86.0
Fetching google-apis-androidpublisher_v3 0.54.0
Fetching google-apis-playcustomapp_v1 0.13.0
Fetching google-apis-iamcredentials_v1 0.17.0
Installing google-apis-playcustomapp_v1 0.13.0
Installing google-apis-iamcredentials_v1 0.17.0
Fetching google-apis-storage_v1 0.31.0
Fetching google-apis-firebaseappdistribution_v1 0.3.0
Fetching google-apis-firebaseappdistribution_v1alpha 0.2.0
Fetching rubocop-ast 1.31.3
Installing google-apis-androidpublisher_v3 0.54.0
Fetching aws-sdk-s3 1.153.0
Installing google-apis-storage_v1 0.31.0
Installing google-apis-firebaseappdistribution_v1 0.3.0
Installing rubocop-ast 1.31.3
Installing google-apis-firebaseappdistribution_v1alpha 0.2.0
Fetching fastlane-plugin-firebase_app_distribution 0.9.1
Installing fastlane-plugin-firebase_app_distribution 0.9.1
Fetching rubocop 1.64.1
Fetching fastlane-plugin-get_new_build_number 0.3.1
Installing aws-sdk-s3 1.153.0
Installing fastlane-plugin-get_new_build_number 0.3.1
Installing rubocop 1.64.1
Fetching activesupport 7.1.3.4
Installing activesupport 7.1.3.4
Fetching google-cloud-storage 1.47.0
Installing google-cloud-storage 1.47.0
Fetching fastlane 2.221.1
Installing fastlane 2.221.1
Fetching ethon 0.16.0
Installing ethon 0.16.0
Fetching typhoeus 1.4.1
Installing typhoeus 1.4.1
Fetching cocoapods-core 1.15.2
Installing cocoapods-core 1.15.2
Fetching cocoapods 1.15.2
Installing cocoapods 1.15.2
Bundle complete! 4 Gemfile dependencies, 131 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from algoliasearch:
A new major version is available for Algolia! Please now use the https://rubygems.org/gems/algolia gem to get the latest features.
Post-install message from rubyzip:
RubyZip 3.0 is coming!
**********************

The public API of some Rubyzip classes has been modernized to use named
parameters for optional arguments. Please check your usage of the
following classes:
  * `Zip::File`
  * `Zip::Entry`
  * `Zip::InputStream`
  * `Zip::OutputStream`

Please ensure that your Gemfiles and .gemspecs are suitably restrictive
to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
See https://github.com/rubyzip/rubyzip for details. The Changelog also
lists other enhancements and bugfixes that have been implemented since
version 2.3.0.
'setup_fastlane' script succeeded in 30s!
Started 'fastlane_android' script
cd fastlane
op run -- bundle exec fastlane android tst
Sending anonymous analytics information
Learn more at https://docs.fastlane.tools/#metrics
No personal or sensitive data is sent.
You can disable this by adding `opt_out_usage` at the top of your Fastfile
---------------------------------------
--- Step: app_store_connect_api_key ---
---------------------------------------
----------------------------------
--- Step: get_new_build_number ---
----------------------------------

+--------------------------------------------------------------------------------------------------+
|                              Summary for get_new_build_number 0.3.1                              |
+---------------------------+----------------------------------------------------------------------+
| bundle_identifier         | tech.pacia.opencaching                                               |
| package_name              | tech.pacia.opencaching                                               |
| google_play_json_key_path | /tmp/cirrus-ci/working-dir/google_play_android_developer_sa_key.json |
+---------------------------+----------------------------------------------------------------------+

Looking for temporary build number file at: /tmp/latest_build_number.txt
File with new build number does not exist. New build number will be retrieved and temporary file with it will be created.
Using existing authorization token for App Store Connect API
Fetching the latest build number for any version
Latest upload for version 1.0.2 on IOS platform is build: 13
Latest build number (App Store): 13
No build numbers found for track production (Google Play Store)
No build numbers found for track beta (Google Play Store)
No build numbers found for track alpha (Google Play Store)
Found '1' version codes in track 'internal'
Latest build number (Google Play Store): 1
Wrote 13 to /tmp/latest_build_number.txt
Latest build number: 13
New build number (latest + 1): 14
--------------------------------
--- Step: get_new_build_name ---
--------------------------------
$ git describe --tags --abbrev=0 | cut -c 2-
▸ 1.0.2
New build name: 1.0.2
Driving the lane 'android tst' 🚀
---------------------------------------
--- Step: :composeApp:bundleRelease ---
---------------------------------------
$ /tmp/cirrus-ci/working-dir/gradlew :composeApp:bundleRelease -p /tmp/cirrus-ci/working-dir -PversionCode=14 -PversionName=1.0.2
▸ Downloading https://services.gradle.org/distributions/gradle-8.8-all.zip
▸ .....................10%......................20%......................30%......................40%......................50%......................60%......................70%......................80%......................90%......................100%
▸ Welcome to Gradle 8.8!
▸ Here are the highlights of this release:
▸ - Running Gradle on Java 22
▸ - Configurable Gradle daemon JVM
▸ - Improved IDE performance for large projects
▸ For more details see https://docs.gradle.org/8.8/release-notes.html
▸ Starting a Gradle Daemon (subsequent builds will be faster)
▸ Type-safe project accessors is an incubating feature.
▸ > Configure project :composeApp
▸ w: The following Kotlin/Native targets cannot be built on this machine and are disabled:
▸ iosArm64, iosSimulatorArm64, iosX64
▸ To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.
▸ > Task :composeApp:preBuild UP-TO-DATE
▸ > Task :composeApp:preReleaseBuild UP-TO-DATE
▸ > Task :composeApp:generateReleaseFeatureMetadata
▸ > Task :composeApp:buildKotlinToolingMetadata
▸ > Task :composeApp:checkKotlinGradlePluginConfigurationErrors SKIPPED
▸ > Task :composeApp:generateAndroidMainNonAndroidBuildConfig SKIPPED
▸ > Task :composeApp:generateAndroidReleaseNonAndroidBuildConfig SKIPPED
▸ > Task :composeApp:checkReleaseDuplicateClasses
▸ > Task :composeApp:generateComposeResClass
▸ > Task :composeApp:generateNonAndroidBuildConfig
▸ > Task :composeApp:generateReleaseBuildConfig
▸ > Task :composeApp:convertXmlValueResourcesForAndroidMain NO-SOURCE
▸ > Task :composeApp:copyNonXmlValueResourcesForAndroidMain NO-SOURCE
▸ > Task :composeApp:prepareComposeResourcesTaskForAndroidMain NO-SOURCE
▸ > Task :composeApp:generateResourceAccessorsForAndroidMain NO-SOURCE
▸ > Task :composeApp:convertXmlValueResourcesForAndroidRelease NO-SOURCE
▸ > Task :composeApp:copyNonXmlValueResourcesForAndroidRelease NO-SOURCE
▸ > Task :composeApp:prepareComposeResourcesTaskForAndroidRelease NO-SOURCE
▸ > Task :composeApp:generateResourceAccessorsForAndroidRelease NO-SOURCE
▸ > Task :composeApp:convertXmlValueResourcesForCommonMain NO-SOURCE
▸ > Task :composeApp:copyNonXmlValueResourcesForCommonMain
▸ > Task :composeApp:prepareComposeResourcesTaskForCommonMain
▸ > Task :composeApp:generateResourceAccessorsForCommonMain
▸ > Task :composeApp:generateReleaseResValues
▸ > Task :composeApp:checkReleaseAarMetadata
▸ > Task :composeApp:mapReleaseSourceSetPaths
▸ > Task :composeApp:generateReleaseResources
▸ > Task :composeApp:packageReleaseResources
▸ AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Unexpected error output: rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
▸ AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Unexpected error output:
▸ > Task :composeApp:mergeReleaseResources FAILED
▸ > Task :composeApp:parseReleaseLocalResources
▸ FAILURE: Build failed with an exception.
▸ * What went wrong:
▸ Execution failed for task ':composeApp:mergeReleaseResources'.
▸ > A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable
▸ > AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Daemon startup failed
▸ This should not happen under normal circumstances, please file an issue if it does.
▸ * 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.
▸ 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 FAILED in 2m
▸ 15 actionable tasks: 15 executed
+-----------------------------------+
|           Lane Context            |
+---------------------+-------------+
| LATEST_BUILD_NUMBER | 13          |
| LATEST_VERSION      | 1.0.2       |
| PLATFORM_NAME       | android     |
| LANE_NAME           | android tst |
+---------------------+-------------+
Called from Fastfile at line 26
24:   desc 'Upload a new Android build to Google Play'
25:   lane :tst do

=> 26: gradle( 27: task: ':composeApp:bundleRelease', 28: project_dir: project_root,

Exit status of command '/tmp/cirrus-ci/working-dir/gradlew :composeApp:bundleRelease -p /tmp/cirrus-ci/working-dir -PversionCode=14 -PversionName=1.0.2' was 1 instead of 0.
Downloading https://services.gradle.org/distributions/gradle-8.8-all.zip
.....................10%......................20%......................30%......................40%......................50%......................60%......................70%......................80%......................90%......................100%

Welcome to Gradle 8.8!

Here are the highlights of this release:
 - Running Gradle on Java 22
 - Configurable Gradle daemon JVM
 - Improved IDE performance for large projects

For more details see https://docs.gradle.org/8.8/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
Type-safe project accessors is an incubating feature.

> Configure project :composeApp
w: The following Kotlin/Native targets cannot be built on this machine and are disabled:
iosArm64, iosSimulatorArm64, iosX64
To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.

> Task :composeApp:preBuild UP-TO-DATE
> Task :composeApp:preReleaseBuild UP-TO-DATE
> Task :composeApp:generateReleaseFeatureMetadata
> Task :composeApp:buildKotlinToolingMetadata
> Task :composeApp:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :composeApp:generateAndroidMainNonAndroidBuildConfig SKIPPED
> Task :composeApp:generateAndroidReleaseNonAndroidBuildConfig SKIPPED
> Task :composeApp:checkReleaseDuplicateClasses
> Task :composeApp:generateComposeResClass
> Task :composeApp:generateNonAndroidBuildConfig
> Task :composeApp:generateReleaseBuildConfig
> Task :composeApp:convertXmlValueResourcesForAndroidMain NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForAndroidMain NO-SOURCE
> Task :composeApp:prepareComposeResourcesTaskForAndroidMain NO-SOURCE
> Task :composeApp:generateResourceAccessorsForAndroidMain NO-SOURCE
> Task :composeApp:convertXmlValueResourcesForAndroidRelease NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForAndroidRelease NO-SOURCE
> Task :composeApp:prepareComposeResourcesTaskForAndroidRelease NO-SOURCE
> Task :composeApp:generateResourceAccessorsForAndroidRelease NO-SOURCE
> Task :composeApp:convertXmlValueResourcesForCommonMain NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForCommonMain
> Task :composeApp:prepareComposeResourcesTaskForCommonMain
> Task :composeApp:generateResourceAccessorsForCommonMain
> Task :composeApp:generateReleaseResValues
> Task :composeApp:checkReleaseAarMetadata
> Task :composeApp:mapReleaseSourceSetPaths
> Task :composeApp:generateReleaseResources
> Task :composeApp:packageReleaseResources
AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Unexpected error output: rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Unexpected error output:
> Task :composeApp:mergeReleaseResources FAILED
> Task :composeApp:parseReleaseLocalResources

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':composeApp:mergeReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable
   > AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Daemon startup failed
     This should not happen under normal circumstances, please file an issue if it does.

* 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.

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 FAILED in 2m
15 actionable tasks: 15 executed

+------------------------------------------------+
|                fastlane summary                |
+------+---------------------------+-------------+
| Step | Action                    | Time (in s) |
+------+---------------------------+-------------+
| 1    | app_store_connect_api_key | 0           |
| 2    | get_new_build_number      | 7           |
| 3    | get_new_build_name        | 0           |
| 💥   | :composeApp:bundleRelease | 121         |
+------+---------------------------+-------------+

fastlane finished with errors
/var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane_core/lib/fastlane_core/ui/interface.rb:153:in `shell_error!': [!] Exit status of command '/tmp/cirrus-ci/working-dir/gradlew :composeApp:bundleRelease -p /tmp/cirrus-ci/working-dir -PversionCode=14 -PversionName=1.0.2' was 1 instead of 0. (FastlaneCore::Interface::FastlaneShellError)
Downloading https://services.gradle.org/distributions/gradle-8.8-all.zip
.....................10%......................20%......................30%......................40%......................50%......................60%......................70%......................80%......................90%......................100%

Welcome to Gradle 8.8!

Here are the highlights of this release:
 - Running Gradle on Java 22
 - Configurable Gradle daemon JVM
 - Improved IDE performance for large projects

For more details see https://docs.gradle.org/8.8/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
Type-safe project accessors is an incubating feature.

> Configure project :composeApp
w: The following Kotlin/Native targets cannot be built on this machine and are disabled:
iosArm64, iosSimulatorArm64, iosX64
To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.

> Task :composeApp:preBuild UP-TO-DATE
> Task :composeApp:preReleaseBuild UP-TO-DATE
> Task :composeApp:generateReleaseFeatureMetadata
> Task :composeApp:buildKotlinToolingMetadata
> Task :composeApp:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :composeApp:generateAndroidMainNonAndroidBuildConfig SKIPPED
> Task :composeApp:generateAndroidReleaseNonAndroidBuildConfig SKIPPED
> Task :composeApp:checkReleaseDuplicateClasses
> Task :composeApp:generateComposeResClass
> Task :composeApp:generateNonAndroidBuildConfig
> Task :composeApp:generateReleaseBuildConfig
> Task :composeApp:convertXmlValueResourcesForAndroidMain NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForAndroidMain NO-SOURCE
> Task :composeApp:prepareComposeResourcesTaskForAndroidMain NO-SOURCE
> Task :composeApp:generateResourceAccessorsForAndroidMain NO-SOURCE
> Task :composeApp:convertXmlValueResourcesForAndroidRelease NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForAndroidRelease NO-SOURCE
> Task :composeApp:prepareComposeResourcesTaskForAndroidRelease NO-SOURCE
> Task :composeApp:generateResourceAccessorsForAndroidRelease NO-SOURCE
> Task :composeApp:convertXmlValueResourcesForCommonMain NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForCommonMain
> Task :composeApp:prepareComposeResourcesTaskForCommonMain
> Task :composeApp:generateResourceAccessorsForCommonMain
> Task :composeApp:generateReleaseResValues
> Task :composeApp:checkReleaseAarMetadata
> Task :composeApp:mapReleaseSourceSetPaths
> Task :composeApp:generateReleaseResources
> Task :composeApp:packageReleaseResources
AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Unexpected error output: rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Unexpected error output:
> Task :composeApp:mergeReleaseResources FAILED
> Task :composeApp:parseReleaseLocalResources

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':composeApp:mergeReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable
   > AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Daemon startup failed
     This should not happen under normal circumstances, please file an issue if it does.

* 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.

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 FAILED in 2m
15 actionable tasks: 15 executed

    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in `method_missing'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/helper/sh_helper.rb:80:in `sh_control_output'
    from /usr/lib/ruby/3.2.0/forwardable.rb:240:in `sh'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/helper/gradle_helper.rb:32:in `trigger'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/actions/gradle.rb:60:in `run'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:263:in `block (2 levels) in execute_action'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/actions/actions_helper.rb:69:in `execute_action'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:255:in `block in execute_action'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:229:in `chdir'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:229:in `execute_action'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:157:in `trigger_action_by_name'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/fast_file.rb:159:in `method_missing'
    from Fastfile:26:in `block (2 levels) in parsing_binding'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/lane.rb:41:in `call'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:49:in `block in execute'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:45:in `chdir'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:45:in `execute'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/lane_manager.rb:46:in `cruise_lane'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/command_line_handler.rb:34:in `handle'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/commands_generator.rb:110:in `block (2 levels) in run'
    from /var/lib/gems/3.2.0/gems/commander-4.6.0/lib/commander/command.rb:187:in `call'
    from /var/lib/gems/3.2.0/gems/commander-4.6.0/lib/commander/command.rb:157:in `run'
    from /var/lib/gems/3.2.0/gems/commander-4.6.0/lib/commander/runner.rb:444:in `run_active_command'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in `run!'
    from /var/lib/gems/3.2.0/gems/commander-4.6.0/lib/commander/delegates.rb:18:in `run!'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/commands_generator.rb:363:in `run'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/commands_generator.rb:43:in `start'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/cli_tools_distributor.rb:123:in `take_off'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/bin/fastlane:23:in `<top (required)>'
    from /usr/local/bin/fastlane:25:in `load'
    from /usr/local/bin/fastlane:25:in `<main>'
/var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane_core/lib/fastlane_core/ui/interface.rb:153:in `shell_error!': Exit status of command '/tmp/cirrus-ci/working-dir/gradlew :composeApp:bundleRelease -p /tmp/cirrus-ci/working-dir -PversionCode=14 -PversionName=1.0.2' was 1 instead of 0. (FastlaneCore::Interface::FastlaneShellError)
Downloading https://services.gradle.org/distributions/gradle-8.8-all.zip
.....................10%......................20%......................30%......................40%......................50%......................60%......................70%......................80%......................90%......................100%

Welcome to Gradle 8.8!

Here are the highlights of this release:
 - Running Gradle on Java 22
 - Configurable Gradle daemon JVM
 - Improved IDE performance for large projects

For more details see https://docs.gradle.org/8.8/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
Type-safe project accessors is an incubating feature.

> Configure project :composeApp
w: The following Kotlin/Native targets cannot be built on this machine and are disabled:
iosArm64, iosSimulatorArm64, iosX64
To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.

> Task :composeApp:preBuild UP-TO-DATE
> Task :composeApp:preReleaseBuild UP-TO-DATE
> Task :composeApp:generateReleaseFeatureMetadata
> Task :composeApp:buildKotlinToolingMetadata
> Task :composeApp:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :composeApp:generateAndroidMainNonAndroidBuildConfig SKIPPED
> Task :composeApp:generateAndroidReleaseNonAndroidBuildConfig SKIPPED
> Task :composeApp:checkReleaseDuplicateClasses
> Task :composeApp:generateComposeResClass
> Task :composeApp:generateNonAndroidBuildConfig
> Task :composeApp:generateReleaseBuildConfig
> Task :composeApp:convertXmlValueResourcesForAndroidMain NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForAndroidMain NO-SOURCE
> Task :composeApp:prepareComposeResourcesTaskForAndroidMain NO-SOURCE
> Task :composeApp:generateResourceAccessorsForAndroidMain NO-SOURCE
> Task :composeApp:convertXmlValueResourcesForAndroidRelease NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForAndroidRelease NO-SOURCE
> Task :composeApp:prepareComposeResourcesTaskForAndroidRelease NO-SOURCE
> Task :composeApp:generateResourceAccessorsForAndroidRelease NO-SOURCE
> Task :composeApp:convertXmlValueResourcesForCommonMain NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForCommonMain
> Task :composeApp:prepareComposeResourcesTaskForCommonMain
> Task :composeApp:generateResourceAccessorsForCommonMain
> Task :composeApp:generateReleaseResValues
> Task :composeApp:checkReleaseAarMetadata
> Task :composeApp:mapReleaseSourceSetPaths
> Task :composeApp:generateReleaseResources
> Task :composeApp:packageReleaseResources
AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Unexpected error output: rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Unexpected error output:
> Task :composeApp:mergeReleaseResources FAILED
> Task :composeApp:parseReleaseLocalResources

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':composeApp:mergeReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable
   > AAPT2 aapt2-8.2.2-10154469-linux Daemon #0: Daemon startup failed
     This should not happen under normal circumstances, please file an issue if it does.

* 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.

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 FAILED in 2m
15 actionable tasks: 15 executed

    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in `method_missing'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/helper/sh_helper.rb:80:in `sh_control_output'
    from /usr/lib/ruby/3.2.0/forwardable.rb:240:in `sh'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/helper/gradle_helper.rb:32:in `trigger'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/actions/gradle.rb:60:in `run'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:263:in `block (2 levels) in execute_action'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/actions/actions_helper.rb:69:in `execute_action'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:255:in `block in execute_action'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:229:in `chdir'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:229:in `execute_action'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:157:in `trigger_action_by_name'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/fast_file.rb:159:in `method_missing'
    from Fastfile:26:in `block (2 levels) in parsing_binding'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/lane.rb:41:in `call'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:49:in `block in execute'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:45:in `chdir'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/runner.rb:45:in `execute'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/lane_manager.rb:46:in `cruise_lane'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/command_line_handler.rb:34:in `handle'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/commands_generator.rb:110:in `block (2 levels) in run'
    from /var/lib/gems/3.2.0/gems/commander-4.6.0/lib/commander/command.rb:187:in `call'
    from /var/lib/gems/3.2.0/gems/commander-4.6.0/lib/commander/command.rb:157:in `run'
    from /var/lib/gems/3.2.0/gems/commander-4.6.0/lib/commander/runner.rb:444:in `run_active_command'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in `run!'
    from /var/lib/gems/3.2.0/gems/commander-4.6.0/lib/commander/delegates.rb:18:in `run!'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/commands_generator.rb:363:in `run'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/commands_generator.rb:43:in `start'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/fastlane/lib/fastlane/cli_tools_distributor.rb:123:in `take_off'
    from /var/lib/gems/3.2.0/gems/fastlane-2.221.1/bin/fastlane:23:in `<top (required)>'
    from /usr/local/bin/fastlane:25:in `load'
    from /usr/local/bin/fastlane:25:in `<main>'
'fastlane_android' script failed in 02:12!
'Deploy Android app' Task failed in 03:15!
build failed: task Deploy Android app (1) failed
bartekpacia commented 3 months ago

see https://github.com/cirruslabs/docker-images-android/issues/72#issuecomment-2227992091