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

section_end:1732712782:prepare_script
section_start:1732712782: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:1732712785:get_sources
section_start:1732712785: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
Downloading artifacts for version (6599)...
Downloading artifacts from coordinator... ok        host=git.kuschku.de id=6599 responseStatus=200 OK token=glcbt-64

section_end:1732712786:download_artifacts
section_start:1732712786: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 $S3_CONFIG | base64 -d > $HOME/.s3cfg
$ export VERSION=$(ls *.apk)
$ s3cmd put $VERSION s3://releases/quasseldroid-ng/$VERSION
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
upload: 'Quasseldroid-1.6.2-49-gf2c612be-release.apk' -> 's3://releases/quasseldroid-ng/Quasseldroid-1.6.2-49-gf2c612be-release.apk' (4770985 bytes in 0.3 seconds, 13.11 MB/s) [1 of 1]
$ s3cmd put version.json s3://releases/quasseldroid-ng/version.json
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
upload: 'version.json' -> 's3://releases/quasseldroid-ng/version.json' (29 bytes in 0.1 seconds, 306.78 B/s) [1 of 1]
$ s3cmd cp s3://releases/quasseldroid-ng/$VERSION s3://releases/quasseldroid-ng/Quasseldroid-latest.apk
remote copy: 's3://releases/quasseldroid-ng/Quasseldroid-1.6.2-49-gf2c612be-release.apk' -> 's3://releases/quasseldroid-ng/Quasseldroid-latest.apk'  [1 of 1]

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

section_end:1732712788:cleanup_file_variables
Job succeeded