Running with gitlab-runner 17.5.3 (12030cf4)
  on gitlab-native-gitlab-runner-6ff996db58-lh4ck yKT_hxRFz, system ID: r_OIqvRLYe5IhH
section_start:1732712080:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: git
Using Kubernetes executor with image k8r.eu/justjanne/android-sdk:35-latest ...
Using attach strategy to execute scripts...
section_end:1732712080:prepare_executor
section_start:1732712080: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-0sgmz8ag to be running, status is Pending
Running on runner-ykthxrfz-project-7-concurrent-1-0sgmz8ag via gitlab-native-gitlab-runner-6ff996db58-lh4ck...

section_end:1732712083:prepare_script
section_start:1732712083: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:1732712086:get_sources
section_start:1732712086:restore_cache
Restoring cache
Checking cache for QuasselDroid-ng-protected...
Downloading cache from https://s3.kuschku.de/gitlab-native-runner-cache/runner/project/7/QuasselDroid-ng-protected  ETag="373fb408b6b3af2e62964518e61633d3"
Successfully extracted cache

section_end:1732712117:restore_cache
section_start:1732712117: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
$ export VERSION_NAME=$(git describe --abbrev=0 --tags HEAD)
$ export VERSION_CODE=$(git rev-list --count $VERSION_NAME --tags)
$ echo "{\"name\":\"$VERSION_NAME\",\"code\":$VERSION_CODE}" > version.json

section_end:1732712117:step_script
section_start:1732712117:archive_cache
Saving cache for successful job
Creating cache QuasselDroid-ng-protected...
.gradle/caches: found 51636 matching artifact files and directories 
Archive is up to date!                             
Created cache

section_end:1732712119:archive_cache
section_start:1732712119:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
version.json: found 1 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=6599 responseStatus=201 Created token=glcbt-64

section_end:1732712120:upload_artifacts_on_success
section_start:1732712120:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1732712121:cleanup_file_variables
Job succeeded