Running with gitlab-runner 17.7.0 (3153ccc6)
  on Runner bsweb1 for composer group y2q8N2Dv, system ID: s_f50f9ba47bf8
section_start:1734699264:prepare_executor
Preparing the "docker" executor
Using Docker executor with image registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1 ...
Authenticating with credentials from $DOCKER_AUTH_CONFIG
Pulling docker image registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1 ...
Using docker image sha256:dad892823079a687b41f10d276e95586686f18d12f80f871752ff323631164b4 for registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1 with digest registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1@sha256:60e5c0b09c1a9224a684a208b52e9a3292fd0b0048a245a6ddb3f24fc6ace2a7 ...
section_end:1734699264:prepare_executor
section_start:1734699264:prepare_script
Preparing environment
Running on runner-y2q8n2dv-project-592-concurrent-0 via bslog1...
section_end:1734699265:prepare_script
section_start:1734699265:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/composer/plugin/drupal-10-scaffold/.git/
Checking out 70ade038 as detached HEAD (ref is main)...

Skipping Git submodules setup
section_end:1734699267:get_sources
section_start:1734699267:step_script
Executing "step_script" stage of the job script
Using docker image sha256:dad892823079a687b41f10d276e95586686f18d12f80f871752ff323631164b4 for registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1 with digest registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1@sha256:60e5c0b09c1a9224a684a208b52e9a3292fd0b0048a245a6ddb3f24fc6ace2a7 ...
$ if [[ "x$(command -v ssh-agent)" != "x" && -n $SSH_PRIVATE_KEY ]]; then eval $(ssh-agent -s); fi
Agent pid 24
$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null; fi
Identity added: (stdin) ((stdin))
$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then mkdir -p ~/.ssh; fi
$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then chmod 700 ~/.ssh; fi
$ if [[ "x$(command -v ssh-keyscan)" != "x" && -n $SSH_PRIVATE_KEY ]]; then ssh-keyscan ${CI_SERVER_HOST} >> ~/.ssh/known_hosts; fi
# gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11
# gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11
# gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11
# gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11
# gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11
$ if [[ "x$(command -v ssh-keyscan)" != "x" && -n $SSH_PRIVATE_KEY ]]; then chmod 644 ~/.ssh/known_hosts; fi
$ if [[ "x$(command -v ssh)" != "x" && -n $SSH_PRIVATE_KEY ]]; then ssh git@${CI_SERVER_HOST}; fi
Pseudo-terminal will not be allocated because stdin is not a terminal.
Welcome to GitLab, @deployment!
$ if [[ "x$(command -v glab)" != "x" && -n $GITLAB_ACCESS_TOKEN ]]; then glab auth login --hostname ${CI_SERVER_HOST} --token $GITLAB_ACCESS_TOKEN; fi
WARNING: One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. If you don't want to use it for glab, unset it.
A new version of glab has been released: v1.50.0 -> v1.51.0
https://gitlab.com/gitlab-org/cli/-/releases/v1.51.0
$ if [[ "x$(command -v glab)" != "x" && -n $GITLAB_PRIVATE_TOKEN ]]; then glab auth login --hostname ${CI_SERVER_HOST} --token $GITLAB_PRIVATE_TOKEN; fi
$ if [[ -n $GITLAB_ACCESS_TOKEN && -f composer.json ]]; then composer config -g --no-plugins --no-interaction gitlab-token.${CI_SERVER_HOST} $GITLAB_ACCESS_TOKEN; fi
$ if [[ -n $GITLAB_PRIVATE_TOKEN && -f composer.json ]]; then composer config -g --no-plugins --no-interaction gitlab-token.${CI_SERVER_HOST} $GITLAB_PRIVATE_TOKEN; fi
$ if [[ -n $DOCKER_AUTH_CONFIG ]]; then mkdir -p ~/.docker; echo $DOCKER_AUTH_CONFIG > ~/.docker/config.json; fi
$ git remote rm origin
$ git remote add origin git@${CI_SERVER_HOST}:$CI_PROJECT_PATH.git
$ git fetch
From gitlab.lakedrops.com:composer/plugin/drupal-10-scaffold
 * [new branch]      develop      -> origin/develop
 * [new branch]      feature/d103 -> origin/feature/d103
 * [new branch]      main         -> origin/main
$ git fetch --tags
$ git checkout main
Previous HEAD position was 70ade03 Merge branch 'develop' into 'main'
Switched to branch 'main'
$ git branch --set-upstream-to=origin/main main
Branch 'main' set up to track remote branch 'main' from 'origin'.
$ git fetch
$ git fetch --tags
$ git pull
Updating ba2b9d6..70ade03
Fast-forward
 composer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
$ git pull --tags
Already up to date.
$ ARGS=""
$ if [[ "$CI_COMMIT_MESSAGE" == *"[MINOR_VERSION]"* ]]; then ARGS="--minor"; fi
$ if [[ "$CI_COMMIT_MESSAGE" == *"[MAJOR_VERSION]"* ]]; then ARGS="--major"; fi
$ NEWTAG=$(gen-semver ${ARGS})
$ echo "New version ${NEWTAG}"
New version 1.0.23
$ curl --fail --retry 2 -s -H "$PRIVHEADER" --data "tag_name=$NEWTAG" --data "ref=main" $TAGURL
{"name":"1.0.23","message":"","target":"70ade038deaf75e35c62040af94de0cbe3e23dd8","commit":{"id":"70ade038deaf75e35c62040af94de0cbe3e23dd8","short_id":"70ade038","created_at":"2024-12-20T12:54:21.000+00:00","parent_ids":["ba2b9d610af2e1f7a0c6b7196bb56acefd86a8ae","c66b22bbc9e1f81e8e35ea42ee356e865d1482b3"],"title":"Merge branch 'develop' into 'main'","message":"Merge branch 'develop' into 'main'\n\nMerging develop into main\n\nSee merge request composer/plugin/drupal-10-scaffold!24","author_name":"GitLab CI","author_email":"admin@lakedrops.com","authored_date":"2024-12-20T12:54:21.000+00:00","committer_name":"GitLab CI","committer_email":"admin@lakedrops.com","committed_date":"2024-12-20T12:54:21.000+00:00","trailers":{},"extended_trailers":{},"web_url":"https://gitlab.lakedrops.com/composer/plugin/drupal-10-scaffold/-/commit/70ade038deaf75e35c62040af94de0cbe3e23dd8"},"protected":false,"created_at":null}section_end:1734699272:step_script
section_start:1734699272:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1734699273:cleanup_file_variables
Job succeeded