[0KRunning with gitlab-runner 17.9.0 (c4cbe9dd)[0;m [0K on Runner bsweb1 for composer group y2q8N2Dv, system ID: s_f50f9ba47bf8[0;m section_start:1740572836: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:1740572837:prepare_executor [0Ksection_start:1740572837:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-y2q8n2dv-project-592-concurrent-0 via bslog1... section_end:1740572838:prepare_script [0Ksection_start:1740572838: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 4a60e586 as detached HEAD (ref is main)...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1740572839:get_sources [0Ksection_start:1740572839: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 25 [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.12 # gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.12 # gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.12 # gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.12 # gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.12 [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.53.0 https://gitlab.com/gitlab-org/cli/-/releases/v1.53.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 4a60e58 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 ee66836..4a60e58 Fast-forward composer.json | 1 + 1 file changed, 1 insertion(+) [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.26 [32;1m$ curl --fail --retry 2 -s -H "$PRIVHEADER" --data "tag_name=$NEWTAG" --data "ref=main" $TAGURL[0;m {"name":"1.0.26","message":"","target":"4a60e586938d4358c3687dc6e6027ca272390eac","commit":{"id":"4a60e586938d4358c3687dc6e6027ca272390eac","short_id":"4a60e586","created_at":"2025-02-26T12:27:13.000+00:00","parent_ids":["ee66836f53d62949d99634e78cec08c1666ba9b9","18aa67cea87e0f09f7249cd7b52edef57db04644"],"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!27","author_name":"GitLab CI","author_email":"admin@lakedrops.com","authored_date":"2025-02-26T12:27:13.000+00:00","committer_name":"GitLab CI","committer_email":"admin@lakedrops.com","committed_date":"2025-02-26T12:27:13.000+00:00","trailers":{},"extended_trailers":{},"web_url":"https://gitlab.lakedrops.com/composer/plugin/drupal-10-scaffold/-/commit/4a60e586938d4358c3687dc6e6027ca272390eac"},"protected":false,"created_at":null}section_end:1740572843:step_script [0Ksection_start:1740572843:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1740572843:cleanup_file_variables [0K[32;1mJob succeeded[0;m