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

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

Skipping Git submodules setup

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

section_end:1732373063:download_artifacts
section_start:1732373063: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-45-g84e03b12-release.apk' -> 's3://releases/quasseldroid-ng/Quasseldroid-1.6.2-45-g84e03b12-release.apk' (4761944 bytes in 0.3 seconds, 16.24 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, 437.67 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-45-g84e03b12-release.apk' -> 's3://releases/quasseldroid-ng/Quasseldroid-latest.apk'  [1 of 1]

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

section_end:1732373065:cleanup_file_variables
Job succeeded