Running with gitlab-runner 17.5.3 (12030cf4)
  on gitlab-native-gitlab-runner-6ff996db58-lh4ck yKT_hxRFz, system ID: r_OIqvRLYe5IhH
section_start:1732712777:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: git
Using Kubernetes executor with image k8r.eu/justjanne/docker-fastlane:latest ...
Using attach strategy to execute scripts...
section_end:1732712777:prepare_executor
section_start:1732712777:prepare_script
Preparing environment
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
Waiting for pod git/runner-ykthxrfz-project-7-concurrent-1-eerek6mx to be running, status is Pending
Running on runner-ykthxrfz-project-7-concurrent-1-eerek6mx via gitlab-native-gitlab-runner-6ff996db58-lh4ck...

section_end:1732712780:prepare_script
section_start:1732712780:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/justJanne/QuasselDroid-ng/.git/
Created fresh repository.
Checking out f2c612be as detached HEAD (ref is main)...

Skipping Git submodules setup

section_end:1732712782:get_sources
section_start:1732712782:download_artifacts
Downloading artifacts
Downloading artifacts for test (6598)...
Downloading artifacts from coordinator... ok        host=git.kuschku.de id=6598 responseStatus=200 OK token=glcbt-64

section_end:1732712782:download_artifacts
section_start:1732712782:step_script
Executing "step_script" stage of the job script
$ mkdir -p $(pwd)/.gradle
$ export GRADLE_USER_HOME=$(pwd)/.gradle
$ echo $SIGNING_KEYSTORE | base64 -d > /root/signing.keystore
$ echo $SIGNING_PROPERTIES | base64 -d > signing.properties
$ chmod +x ./gradlew
$ echo $FASTLANE_CONFIG | base64 -d > $HOME/key.json
$ export VERSION=$(ls *.apk)
$ fastlane supply --apk $VERSION --track beta --json_key $HOME/key.json --package_name com.iskrembilen.quasseldroid --skip_upload_metadata=true --skip_upload_images=true --skip_upload_screenshots=true
[13:06:24]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
[13:06:25]: Sending anonymous analytics information
[13:06:25]: Learn more at https://docs.fastlane.tools/#metrics
[13:06:25]: No personal or sensitive data is sent.
[13:06:25]: You can disable this by adding `opt_out_usage` at the top of your Fastfile

+------------------------------------+---------------------------------------------+
|                            Summary for supply 2.206.2                            |
+------------------------------------+---------------------------------------------+
| apk                                | Quasseldroid-1.6.2-49-gf2c612be-release.apk |
| track                              | beta                                        |
| json_key                           | /root/key.json                              |
| package_name                       | com.iskrembilen.quasseldroid                |
| skip_upload_metadata               | true                                        |
| skip_upload_images                 | true                                        |
| skip_upload_screenshots            | true                                        |
| release_status                     | completed                                   |
| metadata_path                      | ./metadata                                  |
| skip_upload_apk                    | false                                       |
| skip_upload_aab                    | false                                       |
| skip_upload_changelogs             | false                                       |
| track_promote_release_status       | completed                                   |
| validate_only                      | false                                       |
| check_superseded_tracks            | false                                       |
| timeout                            | 300                                         |
| deactivate_on_promote              | true                                        |
| changes_not_sent_for_review        | false                                       |
| rescue_changes_not_sent_for_review | true                                        |
| ack_bundle_installation_warning    | false                                       |
+------------------------------------+---------------------------------------------+

[13:06:26]: Preparing apk at path 'Quasseldroid-1.6.2-49-gf2c612be-release.apk' for upload...
[13:06:31]: 	Version Code: 1376
[13:06:31]: Updating track 'beta'...
[13:06:31]: Preparing to upload for language 'de-DE'...
[13:06:32]: Could not find changelog for '1376' and language 'de-DE' at path ./metadata/de-DE/changelogs/1376.txt...
[13:06:32]: Preparing to upload for language 'en-GB'...
[13:06:32]: Could not find changelog for '1376' and language 'en-GB' at path ./metadata/en-GB/changelogs/1376.txt...
[13:06:32]: Preparing to upload for language 'en-US'...
[13:06:32]: Could not find changelog for '1376' and language 'en-US' at path ./metadata/en-US/changelogs/1376.txt...
[13:06:32]: Preparing to upload for language 'fr-CA'...
[13:06:33]: Could not find changelog for '1376' and language 'fr-CA' at path ./metadata/fr-CA/changelogs/1376.txt...
[13:06:33]: Preparing to upload for language 'fr-FR'...
[13:06:33]: Could not find changelog for '1376' and language 'fr-FR' at path ./metadata/fr-FR/changelogs/1376.txt...
[13:06:33]: Preparing to upload for language 'it-IT'...
[13:06:33]: Could not find changelog for '1376' and language 'it-IT' at path ./metadata/it-IT/changelogs/1376.txt...
[13:06:33]: Preparing to upload for language 'lt'...
[13:06:33]: Could not find changelog for '1376' and language 'lt' at path ./metadata/lt/changelogs/1376.txt...
[13:06:33]: Preparing to upload for language 'nl-NL'...
[13:06:34]: Could not find changelog for '1376' and language 'nl-NL' at path ./metadata/nl-NL/changelogs/1376.txt...
[13:06:34]: Preparing to upload for language 'pt-PT'...
[13:06:34]: Could not find changelog for '1376' and language 'pt-PT' at path ./metadata/pt-PT/changelogs/1376.txt...
[13:06:34]: Preparing to upload for language 'sr'...
[13:06:34]: Could not find changelog for '1376' and language 'sr' at path ./metadata/sr/changelogs/1376.txt...
[13:06:34]: Uploading all changes to Google Play...
[13:06:37]: Successfully finished the upload to Google Play

#######################################################################
# fastlane 2.225.0 is available. You are on 2.206.2.
# You should use the latest version.
# Please update using `gem install fastlane`.
#######################################################################

2.225.0 Improvements
This version has a required fix for authenticating with Apple via Apple ID. Apple started using their own variant of SRP (Secure Remote Password) using SHA-256 and 2048 bit hashing in the sign in flow. Any previous _fastlane_ versions will likely response a "503 Service Temporarily Unavailable" when authenicating with an Apple ID.

* [spaceship] New AppleID Auth with SRP (#26415) via Josh Holtz (@snatchev and @joshdholtz)

2.224.0 Improvements
* [spaceship] Add support for Enterprise Program API (#22215) via GevaZeichner (@GevaZeichner)
* Make test pass standalone (#22268) via Jerome Lacoste (@lacostej)
* Add missing require 'ostruct' in erb_template_helper.rb to solve uninitialized constant Fastlane::OpenStruct (NameError)  (#21950) via Nicolas G (@nicgodoy)
* [Fastlane.Swift] Allow overriding LaneFileProtocol lifecycles when subclassing LaneFile (#20563) via Sven Tiigi (@SvenTiigi)
* [Match][S3] Only download (and decrypt) files in the subfolder of the provided TeamID (#22199) via Olivier Halligon (@AliSoftware)

2.223.1 Improvements
* [core] fix duplicate builds being matched in BuildWatcher (#22256) via Josh Holtz (@joshdholtz)
* [ci] adding one more github auth call to CI release process (#22253) via Josh Holtz (@joshdholtz)
* [c] prevent rate limited when releasing fastlane on GitHub Actions (#22252) via Josh Holtz (@joshdholtz)

To see all new releases, open https://github.com/fastlane/fastlane/releases

Please update using `gem install fastlane`

section_end:1732712797:step_script
section_start:1732712797:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1732712798:cleanup_file_variables
Job succeeded