[0KRunning with gitlab-runner 17.8.3 (690ce25c)[0;m [0K on Second runner on remote host t1_n79Y5v, system ID: s_55be89363d83[0;m section_start:1741710067:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image alpine/git ...[0;m [0KPulling docker image alpine/git ...[0;m [0KUsing docker image sha256:98ee8546290dba20bf7767ecca82d5671ad4a1e5d43b51edf0ed1720a1be1241 for alpine/git with digest alpine/git@sha256:c818699b2927abbaacbbc5e5a593646989588c9b7f321055f6e571da140e43fe ...[0;m section_end:1741710076:prepare_executor [0Ksection_start:1741710076:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-t1n79y5v-project-73-concurrent-0 via remote... section_end:1741710080:prepare_script [0Ksection_start:1741710080:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 50...[0;m Reinitialized existing Git repository in /builds/android/org.benoitharrault.reversi/.git/ [32;1mChecking out d64412ac as detached HEAD (ref is master)...[0;m Removing android/app/my.keystore Removing android/key.properties Removing android/local.properties Removing build/ [32;1mSkipping Git submodules setup[0;m section_end:1741710083:get_sources [0Ksection_start:1741710083:download_artifacts [0K[0K[36;1mDownloading artifacts[0;m[0;m [32;1mDownloading artifacts for android:build-release (16217)...[0;m Downloading artifacts from coordinator... ok [0;m host[0;m=git.harrault.fr id[0;m=16217 responseStatus[0;m=200 OK token[0;m=glcbt-64 section_end:1741710085:download_artifacts [0Ksection_start:1741710085:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:98ee8546290dba20bf7767ecca82d5671ad4a1e5d43b51edf0ed1720a1be1241 for alpine/git with digest alpine/git@sha256:c818699b2927abbaacbbc5e5a593646989588c9b7f321055f6e571da140e43fe ...[0;m [32;1m$ apk --no-cache add curl[0;m fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz (1/1) Installing curl (8.12.1-r0) Executing busybox-1.37.0-r12.trigger OK: 84 MiB in 66 packages [32;1m$ git config user.email "${GITLAB_USER_EMAIL}"[0;m [32;1m$ git config user.name "${GITLAB_USER_NAME}"[0;m [32;1m$ git remote set-url origin https://oauth2:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}[0;m [32;1m$ VERSION_NAME="$(grep '^version:' pubspec.yaml | cut -d' ' -f2 | cut -d'+' -f1)"[0;m [32;1m$ VERSION_CODE="$(grep '^version:' pubspec.yaml | cut -d' ' -f2 | cut -d'+' -f2)"[0;m [32;1m$ TAG_NAME="Release_${VERSION_NAME}_${VERSION_CODE}"[0;m [32;1m$ echo "${TAG_NAME}"[0;m Release_0.8.0_32 [32;1m$ if [ $(git tag -l "${TAG_NAME}") ]; then # collapsed multi-line command[0;m Tag Release_0.8.0_32 already exists. Skipping release and tag creation. section_end:1741710090:step_script [0Ksection_start:1741710090:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1741710092:cleanup_file_variables [0K[32;1mJob succeeded[0;m