Running with gitlab-runner 17.5.3 (12030cf4)
  on gitlab-native-gitlab-runner-6ff996db58-lh4ck yKT_hxRFz, system ID: r_OIqvRLYe5IhH
section_start:1732294542:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: git
Using Kubernetes executor with image k8r.eu/justjanne/android-sdk:eef7852b ...
Using attach strategy to execute scripts...
section_end:1732294542:prepare_executor
section_start:1732294542: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-0-kdumseyy to be running, status is Pending
Waiting for pod git/runner-ykthxrfz-project-7-concurrent-0-kdumseyy to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-ykthxrfz-project-7-concurrent-0-kdumseyy via gitlab-native-gitlab-runner-6ff996db58-lh4ck...

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

Skipping Git submodules setup

section_end:1732294551:get_sources
section_start:1732294551:restore_cache
Restoring cache
Checking cache for QuasselDroid-ng-protected...
WARNING: file does not exist                       
Failed to extract cache

section_end:1732294552:restore_cache
section_start:1732294552: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:1732294552:step_script
section_start:1732294552:archive_cache
Saving cache for successful job
Creating cache QuasselDroid-ng-protected...
WARNING: .gradle/caches: no matching files. Ensure that the artifact path is relative to the working directory (/builds/justJanne/QuasselDroid-ng) 
Uploading cache.zip to https://s3.kuschku.de/gitlab-native-runner-cache/runner/project/7/QuasselDroid-ng-protected 
Created cache

section_end:1732294553:archive_cache
section_start:1732294553: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=6573 responseStatus=201 Created token=glcbt-64

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

section_end:1732294554:cleanup_file_variables
Job succeeded