[0KRunning with gitlab-runner 17.7.0 (3153ccc6)[0;m [0K on Runner bsweb1 for composer group y2q8N2Dv, system ID: s_f50f9ba47bf8[0;m section_start:1734699264:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1 ...[0;m [0KAuthenticating with credentials from $DOCKER_AUTH_CONFIG[0;m [0KPulling docker image registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1 ...[0;m [0KUsing 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 ...[0;m section_end:1734699264:prepare_executor [0Ksection_start:1734699264:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-y2q8n2dv-project-592-concurrent-0 via bslog1... section_end:1734699265:prepare_script [0Ksection_start:1734699265:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 20...[0;m Reinitialized existing Git repository in /builds/composer/plugin/drupal-10-scaffold/.git/ [32;1mChecking out 70ade038 as detached HEAD (ref is main)...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1734699267:get_sources [0Ksection_start:1734699267:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing 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 ...[0;m [32;1m$ if [[ "x$(command -v ssh-agent)" != "x" && -n $SSH_PRIVATE_KEY ]]; then eval $(ssh-agent -s); fi[0;m Agent pid 24 [32;1m$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null; fi[0;m Identity added: (stdin) ((stdin)) [32;1m$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then mkdir -p ~/.ssh; fi[0;m [32;1m$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then chmod 700 ~/.ssh; fi[0;m [32;1m$ if [[ "x$(command -v ssh-keyscan)" != "x" && -n $SSH_PRIVATE_KEY ]]; then ssh-keyscan ${CI_SERVER_HOST} >> ~/.ssh/known_hosts; fi[0;m # 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 [32;1m$ if [[ "x$(command -v ssh-keyscan)" != "x" && -n $SSH_PRIVATE_KEY ]]; then chmod 644 ~/.ssh/known_hosts; fi[0;m [32;1m$ if [[ "x$(command -v ssh)" != "x" && -n $SSH_PRIVATE_KEY ]]; then ssh git@${CI_SERVER_HOST}; fi[0;m Pseudo-terminal will not be allocated because stdin is not a terminal. Welcome to GitLab, @deployment! [32;1m$ if [[ "x$(command -v glab)" != "x" && -n $GITLAB_ACCESS_TOKEN ]]; then glab auth login --hostname ${CI_SERVER_HOST} --token $GITLAB_ACCESS_TOKEN; fi[0;m 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 [32;1m$ if [[ "x$(command -v glab)" != "x" && -n $GITLAB_PRIVATE_TOKEN ]]; then glab auth login --hostname ${CI_SERVER_HOST} --token $GITLAB_PRIVATE_TOKEN; fi[0;m [32;1m$ 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[0;m [32;1m$ 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[0;m [32;1m$ if [[ -n $DOCKER_AUTH_CONFIG ]]; then mkdir -p ~/.docker; echo $DOCKER_AUTH_CONFIG > ~/.docker/config.json; fi[0;m [32;1m$ git remote rm origin[0;m [32;1m$ git remote add origin git@${CI_SERVER_HOST}:$CI_PROJECT_PATH.git[0;m [32;1m$ git fetch[0;m 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 [32;1m$ git fetch --tags[0;m [32;1m$ git checkout main[0;m Previous HEAD position was 70ade03 Merge branch 'develop' into 'main' Switched to branch 'main' [32;1m$ git branch --set-upstream-to=origin/main main[0;m Branch 'main' set up to track remote branch 'main' from 'origin'. [32;1m$ git fetch[0;m [32;1m$ git fetch --tags[0;m [32;1m$ git pull[0;m Updating ba2b9d6..70ade03 Fast-forward composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) [32;1m$ git pull --tags[0;m Already up to date. [32;1m$ ARGS=""[0;m [32;1m$ if [[ "$CI_COMMIT_MESSAGE" == *"[MINOR_VERSION]"* ]]; then ARGS="--minor"; fi[0;m [32;1m$ if [[ "$CI_COMMIT_MESSAGE" == *"[MAJOR_VERSION]"* ]]; then ARGS="--major"; fi[0;m [32;1m$ NEWTAG=$(gen-semver ${ARGS})[0;m [32;1m$ echo "New version ${NEWTAG}"[0;m New version 1.0.23 [32;1m$ curl --fail --retry 2 -s -H "$PRIVHEADER" --data "tag_name=$NEWTAG" --data "ref=main" $TAGURL[0;m {"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 [0Ksection_start:1734699272:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1734699273:cleanup_file_variables [0K[32;1mJob succeeded[0;m