Running with gitlab-runner 17.7.0 (3153ccc6)
  on Runner bsweb1 for composer group y2q8N2Dv, system ID: s_f50f9ba47bf8
section_start:1734700027:prepare_executor
Preparing the "docker" executor
Using Docker executor with image registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3 ...
Authenticating with credentials from $DOCKER_AUTH_CONFIG
Pulling docker image registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3 ...
Using docker image sha256:e8c264cde33efec3159e9ac0e60aebde4bb3c6d64efbf8c6f6ba9a6dae0bae55 for registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3 with digest registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3@sha256:e102f3a5d29918c10bb7268e69308ff35c63cc480e6de6b12bfcd28319b75ec7 ...
section_end:1734700029:prepare_executor
section_start:1734700029:prepare_script
Preparing environment
Running on runner-y2q8n2dv-project-592-concurrent-1 via bslog1...
section_end:1734700029:prepare_script
section_start:1734700029:get_sources
Getting source from Git repository
Skipping Git repository setup
Skipping Git checkout
Skipping Git submodules setup
section_end:1734700030:get_sources
section_start:1734700030:step_script
Executing "step_script" stage of the job script
Using docker image sha256:e8c264cde33efec3159e9ac0e60aebde4bb3c6d64efbf8c6f6ba9a6dae0bae55 for registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3 with digest registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3@sha256:e102f3a5d29918c10bb7268e69308ff35c63cc480e6de6b12bfcd28319b75ec7 ...
$ if [[ "x$(command -v ssh-agent)" != "x" && -n $SSH_PRIVATE_KEY ]]; then eval $(ssh-agent -s); fi
Agent pid 25
$ 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
$ rm -rf /tmp/release || true
$ mkdir -p /tmp/release
$ cd /tmp/release
$ git clone -b $SOURCE_BRANCH git@${CI_SERVER_HOST}:$CI_PROJECT_PATH.git .
Cloning into '.'...
$ merge
! No pipeline running on develop
✓ Merged!
https://gitlab.lakedrops.com/composer/plugin/drupal-10-scaffold/-/merge_requests/25
A new version of glab has been released: v1.50.0 -> v1.51.0
https://gitlab.com/gitlab-org/cli/-/releases/v1.51.0
$ cd -
/builds/composer/plugin/drupal-10-scaffold
$ rm -rf /tmp/release || true
section_end:1734700039:step_script
section_start:1734700039:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1734700040:cleanup_file_variables
Job succeeded