Running with gitlab-runner 17.5.3 (12030cf4)
  on gitlab-native-gitlab-runner-6ff996db58-lh4ck yKT_hxRFz, system ID: r_OIqvRLYe5IhH
section_start:1732309201: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:1732309201:prepare_executor
section_start:1732309201: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-z3ipbc18 to be running, status is Pending
Running on runner-ykthxrfz-project-7-concurrent-0-z3ipbc18 via gitlab-native-gitlab-runner-6ff996db58-lh4ck...

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

Skipping Git submodules setup

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

section_end:1732309209:download_artifacts
section_start:1732309209: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-43-g5b248bc2-release.apk' -> 's3://releases/quasseldroid-ng/Quasseldroid-1.6.2-43-g5b248bc2-release.apk' (4628556 bytes in 0.3 seconds, 14.47 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, 270.16 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-43-g5b248bc2-release.apk' -> 's3://releases/quasseldroid-ng/Quasseldroid-latest.apk'  [1 of 1]

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

section_end:1732309211:cleanup_file_variables
Job succeeded